+ 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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc' + /usr/bin/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc --clean WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.4 starting (python version = 3.9.18, NVR = mock-6.4-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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc --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.4 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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', '--suppress-sync=yes'] 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', 'unbreq', '__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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '__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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}} 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: 0bd256b4-3390-416d-85e0-f0430e5725cd 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-25ef5677a674088bfb433ab39df3a75ac7b3cf8f baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/25/ef/25ef5677a674088bfb433ab39df3a75ac7b3cf8f_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-openstack-ironic-python-agent-builder-1923c52fbc0eff1688cbe6a3038b5b252723dd64 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/19/23/1923c52fbc0eff1688cbe6a3038b5b252723dd64_9e2883cd enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-2c90afcbaa65bb298ee58fc325f4e5d90a4eda94 baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/2c/90/2c90afcbaa65bb298ee58fc325f4e5d90a4eda94_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-b2aac80b4189ba84566bde56b84bba2a6c7059d0 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/b2/aa/b2aac80b4189ba84566bde56b84bba2a6c7059d0_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-61f2e2517e4c426a817f437c8e723453b0248005 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/61/f2/61f2e2517e4c426a817f437c8e723453b0248005_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-60cc25952de589566488e5bd70bc2c8aba5d7c73 baseurl=https://trunk.rdoproject.org/centos10-master/component/common/60/cc/60cc25952de589566488e5bd70bc2c8aba5d7c73_dc34a089 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-python-whitebox-tests-tempest-5b4c0669d3418898ac21fa27b03ab6c4222a8c94 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/5b/4c/5b4c0669d3418898ac21fa27b03ab6c4222a8c94_87a8050e enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-25875f24492acff66eedba01c74a0d615b1b9d69 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/25/87/25875f24492acff66eedba01c74a0d615b1b9d69_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-ad612406e7eddfc34f5dbc94973772c252b24eb7 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/ad/61/ad612406e7eddfc34f5dbc94973772c252b24eb7_05968b35 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystone-tests-tempest-97d6de342fc0b7487c2dc99765c4717850758afc baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/97/d6/97d6de342fc0b7487c2dc99765c4717850758afc_b1b2606b enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-9a5e32b37a1b79407c956baafe10c51e5bc17bde baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/9a/5e/9a5e32b37a1b79407c956baafe10c51e5bc17bde_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-ovn-octavia-provider-e1a27c187f425eb52520e2e0b9dd65aa7a274925 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/e1/a2/e1a27c187f425eb52520e2e0b9dd65aa7a274925_45375568 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-4a0d1904954fdb16e70a508fc136f62ea76a8786 baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/4a/0d/4a0d1904954fdb16e70a508fc136f62ea76a8786_fa5cac99 enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-44472b9479fff6a03fa8a847fa0ed03aa84a5b46 baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/44/47/44472b9479fff6a03fa8a847fa0ed03aa84a5b46_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-47b33e2e8ced53df10ce7d6032bf7c625fd7ac89 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/47/b3/47b33e2e8ced53df10ce7d6032bf7c625fd7ac89_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-nova-3e62f3c0a24d4bd4762ce24b71c9280ba19da592 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/3e/62/3e62f3c0a24d4bd4762ce24b71c9280ba19da592_ce86ae78 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-5f89d14ebb6e6fed3b2ef507f8084fe7f05fc951 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/5f/89/5f89d14ebb6e6fed3b2ef507f8084fe7f05fc951_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-zaqar-tests-tempest-691db5e68e5bbae56383e65af94787eddd1571fa baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/69/1d/691db5e68e5bbae56383e65af94787eddd1571fa_e5894932 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-watcher-ui-aaebb77ea7da21c01d8995784c2ba62b73643874 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/aa/eb/aaebb77ea7da21c01d8995784c2ba62b73643874_73715b47 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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc --init WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.4 starting (python version = 3.9.18, NVR = mock-6.4-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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc --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', '/etc/mock/chroot-aliases.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg'] DEBUG: version: 6.4 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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', '--suppress-sync=yes'] 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', 'unbreq', '__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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '__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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}} 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: 7354c23a-90f8-4da2-b599-4827db877116 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-25ef5677a674088bfb433ab39df3a75ac7b3cf8f baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/25/ef/25ef5677a674088bfb433ab39df3a75ac7b3cf8f_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-openstack-ironic-python-agent-builder-1923c52fbc0eff1688cbe6a3038b5b252723dd64 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/19/23/1923c52fbc0eff1688cbe6a3038b5b252723dd64_9e2883cd enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-2c90afcbaa65bb298ee58fc325f4e5d90a4eda94 baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/2c/90/2c90afcbaa65bb298ee58fc325f4e5d90a4eda94_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-b2aac80b4189ba84566bde56b84bba2a6c7059d0 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/b2/aa/b2aac80b4189ba84566bde56b84bba2a6c7059d0_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-61f2e2517e4c426a817f437c8e723453b0248005 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/61/f2/61f2e2517e4c426a817f437c8e723453b0248005_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-60cc25952de589566488e5bd70bc2c8aba5d7c73 baseurl=https://trunk.rdoproject.org/centos10-master/component/common/60/cc/60cc25952de589566488e5bd70bc2c8aba5d7c73_dc34a089 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-python-whitebox-tests-tempest-5b4c0669d3418898ac21fa27b03ab6c4222a8c94 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/5b/4c/5b4c0669d3418898ac21fa27b03ab6c4222a8c94_87a8050e enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-25875f24492acff66eedba01c74a0d615b1b9d69 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/25/87/25875f24492acff66eedba01c74a0d615b1b9d69_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-ad612406e7eddfc34f5dbc94973772c252b24eb7 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/ad/61/ad612406e7eddfc34f5dbc94973772c252b24eb7_05968b35 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystone-tests-tempest-97d6de342fc0b7487c2dc99765c4717850758afc baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/97/d6/97d6de342fc0b7487c2dc99765c4717850758afc_b1b2606b enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-9a5e32b37a1b79407c956baafe10c51e5bc17bde baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/9a/5e/9a5e32b37a1b79407c956baafe10c51e5bc17bde_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-ovn-octavia-provider-e1a27c187f425eb52520e2e0b9dd65aa7a274925 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/e1/a2/e1a27c187f425eb52520e2e0b9dd65aa7a274925_45375568 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-4a0d1904954fdb16e70a508fc136f62ea76a8786 baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/4a/0d/4a0d1904954fdb16e70a508fc136f62ea76a8786_fa5cac99 enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-44472b9479fff6a03fa8a847fa0ed03aa84a5b46 baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/44/47/44472b9479fff6a03fa8a847fa0ed03aa84a5b46_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-47b33e2e8ced53df10ce7d6032bf7c625fd7ac89 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/47/b3/47b33e2e8ced53df10ce7d6032bf7c625fd7ac89_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-nova-3e62f3c0a24d4bd4762ce24b71c9280ba19da592 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/3e/62/3e62f3c0a24d4bd4762ce24b71c9280ba19da592_ce86ae78 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-5f89d14ebb6e6fed3b2ef507f8084fe7f05fc951 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/5f/89/5f89d14ebb6e6fed3b2ef507f8084fe7f05fc951_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-zaqar-tests-tempest-691db5e68e5bbae56383e65af94787eddd1571fa baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/69/1d/691db5e68e5bbae56383e65af94787eddd1571fa_e5894932 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-watcher-ui-aaebb77ea7da21c01d8995784c2ba62b73643874 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/aa/eb/aaebb77ea7da21c01d8995784c2ba62b73643874_73715b47 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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc Mock Version: 6.4 INFO: Mock Version: 6.4 INFO: Mock Version: 6.4 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.tle26dup', '/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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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.7Gi 2.1Gi 1.0Gi 10Gi 11Gi DEBUG: Swap: 15Gi 5.3Gi 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 845M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 178G 372G 33% / 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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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.41ufqquf', '/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 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 f92cbc920b33c17a89666ae488ed711760fb7bc9 Note: switching to 'f92cbc920b33c17a89666ae488ed711760fb7bc9'. 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 f92cbc920 Merge "Fix KeyError in modify_volume when autosize attributes missing" + '[' -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-manila + set +o pipefail + git tag -l 'private-*' + xargs -n 1 git tag -d + set -o pipefail + popd ~/data/openstack-manila + '[' -z '' ']' ++ tail -n 1 ++ /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)' 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 21.1.0.dev33 f92cbc9 + UPSTREAMVERSION=21.1.0.dev33 + [[ 21.1.0.dev33 =~ ([^-]*)-(.+) ]] + [[ 21.1.0.dev33 =~ (.*?)\.(0rc.+) ]] + [[ 21.1.0.dev33 =~ (.*?)\.(0b.+) ]] + [[ 21.1.0.dev33 =~ (.*?)\.(0a.+) ]] + [[ 21.1.0.dev33 =~ (.*?)\.(dev.+) ]] + VERSION=21.1.0 + '[' 0.date.hash = 0.1.date.hash ']' + '[' 0.date.hash = minor.date.hash ']' + RELEASE=0.20251113184655.f92cbc9 + '[' -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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc --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.4 starting (python version = 3.9.18, NVR = mock-6.4-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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc --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: ['/etc/mock/chroot-aliases.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg', '/etc/mock/site-defaults.cfg'] DEBUG: version: 6.4 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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', '--suppress-sync=yes'] 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', 'unbreq', '__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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '__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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}} 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: 89be047a-0185-4a2a-a050-b6f33888124f 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-25ef5677a674088bfb433ab39df3a75ac7b3cf8f baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/25/ef/25ef5677a674088bfb433ab39df3a75ac7b3cf8f_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-openstack-ironic-python-agent-builder-1923c52fbc0eff1688cbe6a3038b5b252723dd64 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/19/23/1923c52fbc0eff1688cbe6a3038b5b252723dd64_9e2883cd enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-2c90afcbaa65bb298ee58fc325f4e5d90a4eda94 baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/2c/90/2c90afcbaa65bb298ee58fc325f4e5d90a4eda94_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-b2aac80b4189ba84566bde56b84bba2a6c7059d0 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/b2/aa/b2aac80b4189ba84566bde56b84bba2a6c7059d0_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-61f2e2517e4c426a817f437c8e723453b0248005 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/61/f2/61f2e2517e4c426a817f437c8e723453b0248005_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-60cc25952de589566488e5bd70bc2c8aba5d7c73 baseurl=https://trunk.rdoproject.org/centos10-master/component/common/60/cc/60cc25952de589566488e5bd70bc2c8aba5d7c73_dc34a089 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-python-whitebox-tests-tempest-5b4c0669d3418898ac21fa27b03ab6c4222a8c94 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/5b/4c/5b4c0669d3418898ac21fa27b03ab6c4222a8c94_87a8050e enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-25875f24492acff66eedba01c74a0d615b1b9d69 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/25/87/25875f24492acff66eedba01c74a0d615b1b9d69_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-ad612406e7eddfc34f5dbc94973772c252b24eb7 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/ad/61/ad612406e7eddfc34f5dbc94973772c252b24eb7_05968b35 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystone-tests-tempest-97d6de342fc0b7487c2dc99765c4717850758afc baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/97/d6/97d6de342fc0b7487c2dc99765c4717850758afc_b1b2606b enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-9a5e32b37a1b79407c956baafe10c51e5bc17bde baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/9a/5e/9a5e32b37a1b79407c956baafe10c51e5bc17bde_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-ovn-octavia-provider-e1a27c187f425eb52520e2e0b9dd65aa7a274925 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/e1/a2/e1a27c187f425eb52520e2e0b9dd65aa7a274925_45375568 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-4a0d1904954fdb16e70a508fc136f62ea76a8786 baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/4a/0d/4a0d1904954fdb16e70a508fc136f62ea76a8786_fa5cac99 enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-44472b9479fff6a03fa8a847fa0ed03aa84a5b46 baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/44/47/44472b9479fff6a03fa8a847fa0ed03aa84a5b46_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-47b33e2e8ced53df10ce7d6032bf7c625fd7ac89 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/47/b3/47b33e2e8ced53df10ce7d6032bf7c625fd7ac89_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-nova-3e62f3c0a24d4bd4762ce24b71c9280ba19da592 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/3e/62/3e62f3c0a24d4bd4762ce24b71c9280ba19da592_ce86ae78 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-5f89d14ebb6e6fed3b2ef507f8084fe7f05fc951 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/5f/89/5f89d14ebb6e6fed3b2ef507f8084fe7f05fc951_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-zaqar-tests-tempest-691db5e68e5bbae56383e65af94787eddd1571fa baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/69/1d/691db5e68e5bbae56383e65af94787eddd1571fa_e5894932 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-watcher-ui-aaebb77ea7da21c01d8995784c2ba62b73643874 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/aa/eb/aaebb77ea7da21c01d8995784c2ba62b73643874_73715b47 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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc Mock Version: 6.4 INFO: Mock Version: 6.4 INFO: Mock Version: 6.4 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.ij1q_ngg', '/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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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 3.7Gi 2.1Gi 1.1Gi 11Gi 11Gi DEBUG: Swap: 15Gi 5.3Gi 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 896M 3.4G 21% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 178G 372G 33% / 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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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.mka1mspv', '/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 [pbr] Generating ChangeLog WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section /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.3s) running egg_info creating manila.egg-info writing manila.egg-info/PKG-INFO writing dependency_links to manila.egg-info/dependency_links.txt writing entry points to manila.egg-info/entry_points.txt writing requirements to manila.egg-info/requires.txt writing top-level names to manila.egg-info/top_level.txt writing pbr to manila.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'manila.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 'manila.egg-info/SOURCES.txt' [pbr] reno was not found or is too old. Skipping release notes running check creating manila-21.1.0.dev33 creating manila-21.1.0.dev33/api-ref creating manila-21.1.0.dev33/api-ref/source creating manila-21.1.0.dev33/api-ref/source/common creating manila-21.1.0.dev33/api-ref/source/samples creating manila-21.1.0.dev33/contrib creating manila-21.1.0.dev33/contrib/ci creating manila-21.1.0.dev33/contrib/share_driver_hooks creating manila-21.1.0.dev33/devstack creating manila-21.1.0.dev33/devstack/files creating manila-21.1.0.dev33/devstack/files/debs creating manila-21.1.0.dev33/devstack/files/rpms creating manila-21.1.0.dev33/devstack/files/rpms-suse creating manila-21.1.0.dev33/devstack/upgrade creating manila-21.1.0.dev33/doc creating manila-21.1.0.dev33/doc/ext creating manila-21.1.0.dev33/doc/source creating manila-21.1.0.dev33/doc/source/_extra creating manila-21.1.0.dev33/doc/source/admin creating manila-21.1.0.dev33/doc/source/cli creating manila-21.1.0.dev33/doc/source/configuration creating manila-21.1.0.dev33/doc/source/configuration/figures creating manila-21.1.0.dev33/doc/source/configuration/shared-file-systems creating manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers creating manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/samples creating manila-21.1.0.dev33/doc/source/configuration/tables creating manila-21.1.0.dev33/doc/source/contributor creating manila-21.1.0.dev33/doc/source/contributor/samples creating manila-21.1.0.dev33/doc/source/images creating manila-21.1.0.dev33/doc/source/images/rpc creating manila-21.1.0.dev33/doc/source/install creating manila-21.1.0.dev33/doc/source/install/common creating manila-21.1.0.dev33/doc/source/install/figures creating manila-21.1.0.dev33/doc/source/reference creating manila-21.1.0.dev33/doc/source/user creating manila-21.1.0.dev33/etc creating manila-21.1.0.dev33/etc/manila creating manila-21.1.0.dev33/etc/manila/rootwrap.d creating manila-21.1.0.dev33/etc/oslo-config-generator creating manila-21.1.0.dev33/httpd creating manila-21.1.0.dev33/manila creating manila-21.1.0.dev33/manila.egg-info creating manila-21.1.0.dev33/manila/api creating manila-21.1.0.dev33/manila/api/contrib creating manila-21.1.0.dev33/manila/api/middleware creating manila-21.1.0.dev33/manila/api/openstack creating manila-21.1.0.dev33/manila/api/schemas creating manila-21.1.0.dev33/manila/api/v1 creating manila-21.1.0.dev33/manila/api/v2 creating manila-21.1.0.dev33/manila/api/validation creating manila-21.1.0.dev33/manila/api/views creating manila-21.1.0.dev33/manila/cmd creating manila-21.1.0.dev33/manila/common creating manila-21.1.0.dev33/manila/compute creating manila-21.1.0.dev33/manila/data creating manila-21.1.0.dev33/manila/data/drivers creating manila-21.1.0.dev33/manila/db creating manila-21.1.0.dev33/manila/db/migrations creating manila-21.1.0.dev33/manila/db/migrations/alembic creating manila-21.1.0.dev33/manila/db/migrations/alembic/versions creating manila-21.1.0.dev33/manila/db/sqlalchemy creating manila-21.1.0.dev33/manila/image creating manila-21.1.0.dev33/manila/keymgr creating manila-21.1.0.dev33/manila/lock creating manila-21.1.0.dev33/manila/message creating manila-21.1.0.dev33/manila/network creating manila-21.1.0.dev33/manila/network/linux creating manila-21.1.0.dev33/manila/network/neutron creating manila-21.1.0.dev33/manila/policies creating manila-21.1.0.dev33/manila/privsep creating manila-21.1.0.dev33/manila/scheduler creating manila-21.1.0.dev33/manila/scheduler/drivers creating manila-21.1.0.dev33/manila/scheduler/evaluator creating manila-21.1.0.dev33/manila/scheduler/filters creating manila-21.1.0.dev33/manila/scheduler/filters/share_group_filters creating manila-21.1.0.dev33/manila/scheduler/weighers creating manila-21.1.0.dev33/manila/services creating manila-21.1.0.dev33/manila/share creating manila-21.1.0.dev33/manila/share/drivers creating manila-21.1.0.dev33/manila/share/drivers/cephfs creating manila-21.1.0.dev33/manila/share/drivers/cephfs/conf creating manila-21.1.0.dev33/manila/share/drivers/container creating manila-21.1.0.dev33/manila/share/drivers/dell_emc creating manila-21.1.0.dev33/manila/share/drivers/dell_emc/common creating manila-21.1.0.dev33/manila/share/drivers/dell_emc/common/enas creating manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins creating manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex creating manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax creating manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale creating manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore creating manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity creating manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx creating manila-21.1.0.dev33/manila/share/drivers/ganesha creating manila-21.1.0.dev33/manila/share/drivers/ganesha/conf creating manila-21.1.0.dev33/manila/share/drivers/glusterfs creating manila-21.1.0.dev33/manila/share/drivers/glusterfs/conf creating manila-21.1.0.dev33/manila/share/drivers/hdfs creating manila-21.1.0.dev33/manila/share/drivers/hitachi creating manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas creating manila-21.1.0.dev33/manila/share/drivers/hitachi/hsp creating manila-21.1.0.dev33/manila/share/drivers/hpe creating manila-21.1.0.dev33/manila/share/drivers/huawei creating manila-21.1.0.dev33/manila/share/drivers/huawei/v3 creating manila-21.1.0.dev33/manila/share/drivers/ibm creating manila-21.1.0.dev33/manila/share/drivers/infinidat creating manila-21.1.0.dev33/manila/share/drivers/infortrend creating manila-21.1.0.dev33/manila/share/drivers/inspur creating manila-21.1.0.dev33/manila/share/drivers/inspur/as13000 creating manila-21.1.0.dev33/manila/share/drivers/inspur/instorage creating manila-21.1.0.dev33/manila/share/drivers/macrosan creating manila-21.1.0.dev33/manila/share/drivers/maprfs creating manila-21.1.0.dev33/manila/share/drivers/netapp creating manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap creating manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client creating manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode creating manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/protocols creating manila-21.1.0.dev33/manila/share/drivers/nexenta creating manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4 creating manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5 creating manila-21.1.0.dev33/manila/share/drivers/purestorage creating manila-21.1.0.dev33/manila/share/drivers/qnap creating manila-21.1.0.dev33/manila/share/drivers/quobyte creating manila-21.1.0.dev33/manila/share/drivers/tegile creating manila-21.1.0.dev33/manila/share/drivers/vastdata creating manila-21.1.0.dev33/manila/share/drivers/veritas creating manila-21.1.0.dev33/manila/share/drivers/windows creating manila-21.1.0.dev33/manila/share/drivers/zadara creating manila-21.1.0.dev33/manila/share/drivers/zfsonlinux creating manila-21.1.0.dev33/manila/share/drivers/zfssa creating manila-21.1.0.dev33/manila/share/hooks creating manila-21.1.0.dev33/manila/share_group creating manila-21.1.0.dev33/manila/testing creating manila-21.1.0.dev33/manila/tests creating manila-21.1.0.dev33/manila/tests/api creating manila-21.1.0.dev33/manila/tests/api/contrib creating manila-21.1.0.dev33/manila/tests/api/extensions creating manila-21.1.0.dev33/manila/tests/api/middleware creating manila-21.1.0.dev33/manila/tests/api/openstack creating manila-21.1.0.dev33/manila/tests/api/v1 creating manila-21.1.0.dev33/manila/tests/api/v2 creating manila-21.1.0.dev33/manila/tests/api/views creating manila-21.1.0.dev33/manila/tests/cmd creating manila-21.1.0.dev33/manila/tests/common creating manila-21.1.0.dev33/manila/tests/compute creating manila-21.1.0.dev33/manila/tests/data creating manila-21.1.0.dev33/manila/tests/db creating manila-21.1.0.dev33/manila/tests/db/migrations creating manila-21.1.0.dev33/manila/tests/db/migrations/alembic creating manila-21.1.0.dev33/manila/tests/db/sqlalchemy creating manila-21.1.0.dev33/manila/tests/hacking creating manila-21.1.0.dev33/manila/tests/image creating manila-21.1.0.dev33/manila/tests/integrated creating manila-21.1.0.dev33/manila/tests/integrated/api creating manila-21.1.0.dev33/manila/tests/keymgr creating manila-21.1.0.dev33/manila/tests/lock creating manila-21.1.0.dev33/manila/tests/message creating manila-21.1.0.dev33/manila/tests/monkey_patch_example creating manila-21.1.0.dev33/manila/tests/network creating manila-21.1.0.dev33/manila/tests/network/linux creating manila-21.1.0.dev33/manila/tests/network/neutron creating manila-21.1.0.dev33/manila/tests/scheduler creating manila-21.1.0.dev33/manila/tests/scheduler/drivers creating manila-21.1.0.dev33/manila/tests/scheduler/evaluator creating manila-21.1.0.dev33/manila/tests/scheduler/filters creating manila-21.1.0.dev33/manila/tests/scheduler/weighers creating manila-21.1.0.dev33/manila/tests/services creating manila-21.1.0.dev33/manila/tests/share creating manila-21.1.0.dev33/manila/tests/share/drivers creating manila-21.1.0.dev33/manila/tests/share/drivers/cephfs creating manila-21.1.0.dev33/manila/tests/share/drivers/container creating manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc creating manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common creating manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas creating manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins creating manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex creating manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup creating manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powermax creating manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerscale creating manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore creating manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup creating manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/unity creating manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/vnx creating manila-21.1.0.dev33/manila/tests/share/drivers/ganesha creating manila-21.1.0.dev33/manila/tests/share/drivers/glusterfs creating manila-21.1.0.dev33/manila/tests/share/drivers/hdfs creating manila-21.1.0.dev33/manila/tests/share/drivers/hitachi creating manila-21.1.0.dev33/manila/tests/share/drivers/hitachi/hnas creating manila-21.1.0.dev33/manila/tests/share/drivers/hitachi/hsp creating manila-21.1.0.dev33/manila/tests/share/drivers/hpe creating manila-21.1.0.dev33/manila/tests/share/drivers/huawei creating manila-21.1.0.dev33/manila/tests/share/drivers/ibm creating manila-21.1.0.dev33/manila/tests/share/drivers/infinidat creating manila-21.1.0.dev33/manila/tests/share/drivers/infortrend creating manila-21.1.0.dev33/manila/tests/share/drivers/inspur creating manila-21.1.0.dev33/manila/tests/share/drivers/inspur/as13000 creating manila-21.1.0.dev33/manila/tests/share/drivers/inspur/instorage creating manila-21.1.0.dev33/manila/tests/share/drivers/macrosan creating manila-21.1.0.dev33/manila/tests/share/drivers/maprfs creating manila-21.1.0.dev33/manila/tests/share/drivers/netapp creating manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap creating manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/client creating manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/cluster_mode creating manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/protocols creating manila-21.1.0.dev33/manila/tests/share/drivers/nexenta creating manila-21.1.0.dev33/manila/tests/share/drivers/nexenta/ns4 creating manila-21.1.0.dev33/manila/tests/share/drivers/nexenta/ns5 creating manila-21.1.0.dev33/manila/tests/share/drivers/purestorage creating manila-21.1.0.dev33/manila/tests/share/drivers/qnap creating manila-21.1.0.dev33/manila/tests/share/drivers/quobyte creating manila-21.1.0.dev33/manila/tests/share/drivers/tegile creating manila-21.1.0.dev33/manila/tests/share/drivers/vastdata creating manila-21.1.0.dev33/manila/tests/share/drivers/veritas creating manila-21.1.0.dev33/manila/tests/share/drivers/windows creating manila-21.1.0.dev33/manila/tests/share/drivers/zadara creating manila-21.1.0.dev33/manila/tests/share/drivers/zfsonlinux creating manila-21.1.0.dev33/manila/tests/share/drivers/zfssa creating manila-21.1.0.dev33/manila/tests/share_group creating manila-21.1.0.dev33/manila/tests/var creating manila-21.1.0.dev33/manila/tests/volume creating manila-21.1.0.dev33/manila/tests/wsgi creating manila-21.1.0.dev33/manila/tests/xenapi creating manila-21.1.0.dev33/manila/transfer creating manila-21.1.0.dev33/manila/volume creating manila-21.1.0.dev33/manila/wsgi creating manila-21.1.0.dev33/playbooks creating manila-21.1.0.dev33/playbooks/manila-tox-genconfig creating manila-21.1.0.dev33/rally-jobs creating manila-21.1.0.dev33/releasenotes creating manila-21.1.0.dev33/releasenotes/notes creating manila-21.1.0.dev33/releasenotes/source creating manila-21.1.0.dev33/releasenotes/source/_static creating manila-21.1.0.dev33/releasenotes/source/_templates creating manila-21.1.0.dev33/releasenotes/source/locale creating manila-21.1.0.dev33/releasenotes/source/locale/de creating manila-21.1.0.dev33/releasenotes/source/locale/de/LC_MESSAGES creating manila-21.1.0.dev33/releasenotes/source/locale/en_GB creating manila-21.1.0.dev33/releasenotes/source/locale/en_GB/LC_MESSAGES creating manila-21.1.0.dev33/releasenotes/source/locale/es creating manila-21.1.0.dev33/releasenotes/source/locale/es/LC_MESSAGES creating manila-21.1.0.dev33/releasenotes/source/locale/fr creating manila-21.1.0.dev33/releasenotes/source/locale/fr/LC_MESSAGES creating manila-21.1.0.dev33/tools creating manila-21.1.0.dev33/zuul.d copying files to manila-21.1.0.dev33... copying .coveragerc -> manila-21.1.0.dev33 copying .pre-commit-config.yaml -> manila-21.1.0.dev33 copying .pylintrc -> manila-21.1.0.dev33 copying .stestr.conf -> manila-21.1.0.dev33 copying AUTHORS -> manila-21.1.0.dev33 copying CONTRIBUTING.rst -> manila-21.1.0.dev33 copying ChangeLog -> manila-21.1.0.dev33 copying HACKING.rst -> manila-21.1.0.dev33 copying LICENSE -> manila-21.1.0.dev33 copying README.rst -> manila-21.1.0.dev33 copying bindep.txt -> manila-21.1.0.dev33 copying pyproject.toml -> manila-21.1.0.dev33 copying requirements.txt -> manila-21.1.0.dev33 copying setup.cfg -> manila-21.1.0.dev33 copying setup.py -> manila-21.1.0.dev33 copying test-requirements.txt -> manila-21.1.0.dev33 copying tox.ini -> manila-21.1.0.dev33 copying api-ref/source/availability-zones.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/conf.py -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/experimental.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/extensions.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/index.rst -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/limits.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/os-share-manage.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/parameters.yaml -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/quota-classes.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/quota-sets.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/resource-locks.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/scheduler-stats.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/security-services.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/services.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-access-rule-metadata.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-access-rules.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-actions.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-backups.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-export-locations.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-group-snapshots.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-group-types.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-groups.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-instance-export-locations.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-instances.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-metadata.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-migration.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-network-subnets-metadata.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-network-subnets.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-networks.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-replica-export-locations.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-replicas.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-server-migration.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-servers.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-transfers.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/share-types.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/shares.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/snapshot-instances.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/snapshot-metadata.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/snapshots.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/status.yaml -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/user-messages.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/versions.inc -> manila-21.1.0.dev33/api-ref/source copying api-ref/source/common/share-network-span-multiple-subnets-note.rst -> manila-21.1.0.dev33/api-ref/source/common copying api-ref/source/samples/availability-zones-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/export-location-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/export-location-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/extensions-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/limits-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/pools-list-detailed-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/pools-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/quota-classes-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/quota-classes-update-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/quota-classes-update-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/quota-show-detail-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/quota-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/quota-update-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/quota-update-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/resource-lock-create-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/resource-lock-create-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/resource-lock-get-all-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/resource-lock-get-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/resource-lock-update-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/resource-lock-update-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/security-service-create-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/security-service-create-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/security-service-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/security-service-update-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/security-service-update-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/security-services-list-detailed-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/security-services-list-for-share-network-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/security-services-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/service-disable-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/service-disable-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/service-enable-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/service-enable-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/service-ensure-shares-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/services-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/services-list-with-filters-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-access-rules-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-access-rules-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-access-rules-update-metadata-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-access-rules-update-metadata-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-access-rules-update-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-access-rules-update-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-actions-extend-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-actions-force-delete-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-actions-grant-access-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-actions-grant-access-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-actions-list-access-rules-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-actions-list-access-rules-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-actions-reset-state-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-actions-restore-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-actions-revert-to-snapshot-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-actions-revoke-access-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-actions-shrink-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-actions-soft-delete-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-actions-unmanage-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-backup-create-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-backup-create-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-backup-reset-status-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-backup-restore-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-backup-restore-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-backup-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-backup-update-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-backup-update-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-backups-list-detailed-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-backups-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-create-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-create-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-create-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-create-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-reset-state-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-snapshot-actions-reset-state-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-snapshot-create-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-snapshot-create-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-snapshot-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-snapshot-update-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-snapshot-update-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-snapshots-list-detailed-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-snapshots-list-members-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-snapshots-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-type-create-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-type-create-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-type-grant-access-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-type-revoke-access-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-type-set-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-type-set-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-types-default-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-types-group-specs-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-types-list-access-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-types-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-update-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-group-update-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-groups-list-detailed-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-groups-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-instance-actions-force-delete-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-instance-actions-reset-state-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-instances-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-manage-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-manage-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-migration-cancel-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-migration-complete-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-migration-get-process-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-migration-get-process-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-migration-start-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-add-security-service-check-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-add-security-service-check-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-add-security-service-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-add-security-service-response-with-subnets.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-add-security-service-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-create-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-create-response-with-subnets.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-create-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-remove-security-service-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-remove-security-service-response-with-subnets.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-remove-security-service-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-reset-state-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-show-response-with-subnets.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-subnet-create-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-subnet-create-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-subnet-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-subnet-set-metadata-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-subnet-set-metadata-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-subnet-show-metadata-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-subnet-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-subnet-update-metadata-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-subnet-update-metadata-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-subnet-update-null-metadata-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-subnet-update-null-metadata-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-update-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-update-response-with-subnets.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-update-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-update-security-service-check-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-update-security-service-check-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-update-security-service-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-network-update-security-service-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-networks-list-detailed-response-with-subnets.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-networks-list-detailed-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-networks-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-replica-create-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-replica-create-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-replica-export-location-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-replica-export-location-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-replica-promote-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-replica-resync-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-replicas-force-delete-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-replicas-list-detail-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-replicas-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-replicas-reset-replica-state-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-replicas-reset-state-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-replicas-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-manage-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-manage-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-migration-cancel-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-migration-check-compatibility-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-migration-check-compatibility-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-migration-complete-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-migration-complete-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-migration-get-progress-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-migration-get-progress-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-migration-start-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-reset-state-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-show-details-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-server-unmanage-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-servers-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-set-metadata-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-set-metadata-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-show-instance-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-show-metadata-item-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-show-metadata-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-show-network-subnet-metadata-item-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-transfer-accept-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-transfer-create-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-transfer-create-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-transfer-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-transfers-list-detailed-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-transfers-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-type-create-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-type-create-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-type-grant-access-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-type-revoke-access-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-type-set-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-type-set-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-type-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-type-update-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-type-update-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-types-default-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-types-extra-specs-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-types-list-access-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-types-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-update-metadata-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-update-metadata-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-update-null-metadata-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-update-null-metadata-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-update-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/share-update-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/shares-list-detailed-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/shares-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-actions-force-delete-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-actions-reset-state-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-actions-unmanage-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-create-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-create-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-instance-actions-reset-state-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-instance-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-instances-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-instances-list-with-detail-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-manage-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-manage-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-set-metadata-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-set-metadata-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-show-metadata-item-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-show-metadata-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-update-metadata-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-update-metadata-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-update-null-metadata-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-update-null-metadata-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-update-request.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshot-update-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshots-list-detailed-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/snapshots-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/user-message-show-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/user-messages-list-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/versions-get-version-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying api-ref/source/samples/versions-index-response.json -> manila-21.1.0.dev33/api-ref/source/samples copying contrib/ci/post_test_hook.sh -> manila-21.1.0.dev33/contrib/ci copying contrib/ci/pre_test_hook.sh -> manila-21.1.0.dev33/contrib/ci copying contrib/share_driver_hooks/README.rst -> manila-21.1.0.dev33/contrib/share_driver_hooks copying contrib/share_driver_hooks/zaqar_notification.py -> manila-21.1.0.dev33/contrib/share_driver_hooks copying contrib/share_driver_hooks/zaqar_notification_example_consumer.py -> manila-21.1.0.dev33/contrib/share_driver_hooks copying contrib/share_driver_hooks/zaqarclientwrapper.py -> manila-21.1.0.dev33/contrib/share_driver_hooks copying devstack/README.rst -> manila-21.1.0.dev33/devstack copying devstack/apache-manila.template -> manila-21.1.0.dev33/devstack copying devstack/plugin.sh -> manila-21.1.0.dev33/devstack copying devstack/settings -> manila-21.1.0.dev33/devstack copying devstack/files/debs/manila -> manila-21.1.0.dev33/devstack/files/debs copying devstack/files/rpms/manila -> manila-21.1.0.dev33/devstack/files/rpms copying devstack/files/rpms-suse/manila -> manila-21.1.0.dev33/devstack/files/rpms-suse copying devstack/upgrade/resources.sh -> manila-21.1.0.dev33/devstack/upgrade copying devstack/upgrade/settings -> manila-21.1.0.dev33/devstack/upgrade copying devstack/upgrade/shutdown.sh -> manila-21.1.0.dev33/devstack/upgrade copying devstack/upgrade/upgrade.sh -> manila-21.1.0.dev33/devstack/upgrade copying doc/README.rst -> manila-21.1.0.dev33/doc copying doc/requirements.txt -> manila-21.1.0.dev33/doc copying doc/ext/__init__.py -> manila-21.1.0.dev33/doc/ext copying doc/source/conf.py -> manila-21.1.0.dev33/doc/source copying doc/source/index.rst -> manila-21.1.0.dev33/doc/source copying doc/source/_extra/.htaccess -> manila-21.1.0.dev33/doc/source/_extra copying doc/source/admin/capabilities_and_extra_specs.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/container_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/deferred_deletion.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/dell_emc_powerscale_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/emc_vnx_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/export_location_metadata.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/generic_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/glusterfs_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/glusterfs_native_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/gpfs_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/group_capabilities_and_extra_specs.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/hdfs_native_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/hitachi_hnas_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/hpe_3par_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/huawei_nas_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/index.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/infortrend_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/macrosan_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/netapp_cluster_mode_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/nexentastor5_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/purestorage_flashblade_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/share_back_ends_feature_support_mapping.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/share_mount_point_name.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-crud-share.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-healthcheck.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-key-concepts.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-manage-and-unmanage-share.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-manage-and-unmanage-snapshot.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-multi-backend.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-network-plugins.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-networking.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-profiling.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-quotas.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-scheduling.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-security-services.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-services-manage.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-share-backup-management.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-share-group-types.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-share-groups.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-share-management.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-share-migration.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-share-networks.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-share-replication.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-share-resize.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-share-revert-to-snapshot.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-share-server-management.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-share-server-migration.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-share-types.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-snapshots.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-troubleshoot.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/shared-file-systems-upgrades.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/tegile_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/zadara_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/admin/zfs_on_linux_driver.rst -> manila-21.1.0.dev33/doc/source/admin copying doc/source/cli/index.rst -> manila-21.1.0.dev33/doc/source/cli copying doc/source/cli/manila-manage.rst -> manila-21.1.0.dev33/doc/source/cli copying doc/source/cli/manila-status.rst -> manila-21.1.0.dev33/doc/source/cli copying doc/source/cli/manila.rst -> manila-21.1.0.dev33/doc/source/cli copying doc/source/configuration/index.rst -> manila-21.1.0.dev33/doc/source/configuration copying doc/source/configuration/figures/hds_network.jpg -> manila-21.1.0.dev33/doc/source/configuration/figures copying doc/source/configuration/figures/hsp_network.png -> manila-21.1.0.dev33/doc/source/configuration/figures copying doc/source/configuration/figures/openstack-spectrumscale-setup.JPG -> manila-21.1.0.dev33/doc/source/configuration/figures copying doc/source/configuration/shared-file-systems/api.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems copying doc/source/configuration/shared-file-systems/config-options.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems copying doc/source/configuration/shared-file-systems/drivers.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems copying doc/source/configuration/shared-file-systems/log-files.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems copying doc/source/configuration/shared-file-systems/overview.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems copying doc/source/configuration/shared-file-systems/drivers/cephfs_driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/dell-emc-powerflex-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/dell-emc-powermax-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/dell-emc-powerscale-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/dell-emc-powerstore-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/dell-emc-unity-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/dell-emc-vnx-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/generic-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/glusterfs-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/glusterfs-native-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/hdfs-native-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/hitachi-hnas-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/hitachi-hsp-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/hpe-3par-share-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/huawei-nas-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/ibm-spectrumscale-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/infinidat-share-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/infortrend-nas-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/lvm-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/maprfs-native-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/netapp-cluster-mode-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/nexentastor5-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/purestorage-flashblade-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/quobyte-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/vastdata_driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/windows-smb-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/zfs-on-linux-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/drivers/zfssa-manila-driver.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/drivers copying doc/source/configuration/shared-file-systems/samples/api-paste.ini.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/samples copying doc/source/configuration/shared-file-systems/samples/index.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/samples copying doc/source/configuration/shared-file-systems/samples/manila.conf.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/samples copying doc/source/configuration/shared-file-systems/samples/policy.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/samples copying doc/source/configuration/shared-file-systems/samples/rootwrap.conf.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/samples copying doc/source/configuration/shared-file-systems/samples/sample_policy.rst -> manila-21.1.0.dev33/doc/source/configuration/shared-file-systems/samples copying doc/source/configuration/tables/manila-api.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-ca.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-cephfs.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-common.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-compute.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-emc.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-ganesha.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-generic.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-glusterfs.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-hdfs.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-hds_hnas.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-hds_hsp.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-hnas.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-hpe3par.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-huawei.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-infinidat.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-infortrend.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-lvm.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-maprfs.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-netapp.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-nexentastor5.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-powermax.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-purestorage-flashblade.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-quobyte.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-quota.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-redis.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-san.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-scheduler.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-share.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-spectrumscale_ces.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-spectrumscale_knfs.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-tegile.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-unity.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-vastdata.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-vnx.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-winrm.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-zfs.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/configuration/tables/manila-zfssa.inc -> manila-21.1.0.dev33/doc/source/configuration/tables copying doc/source/contributor/adding_release_notes.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/addmethod.openstackapi.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/apache-httpd.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/api_microversion_dev.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/api_microversion_history.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/architecture.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/auth.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/commit_message_tags.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/contributing.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/database.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/development-environment-devstack.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/development.environment.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/documenting_your_work.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/driver_filter_goodness_weigher.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/driver_requirements.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/experimental_apis.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/fakes.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/ganesha.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/gerrit.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/guru_meditation_report.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/i18n.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/index.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/intro.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/irc-quick-and-dirty.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/launchpad.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/manila-review-policy.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/manila.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/new_feature_workflow.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/pool-aware-manila-scheduler.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/project-team-lead.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/rpc.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/scheduler.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/services.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/share.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/share_hooks.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/share_migration.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/share_replication.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/share_server_migration.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/tempest_tests.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/threading.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/unit_tests.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/user_messages.rst -> manila-21.1.0.dev33/doc/source/contributor copying doc/source/contributor/samples/cephfs_local.conf -> manila-21.1.0.dev33/doc/source/contributor/samples copying doc/source/contributor/samples/container_local.conf -> manila-21.1.0.dev33/doc/source/contributor/samples copying doc/source/contributor/samples/dummy_local.conf -> manila-21.1.0.dev33/doc/source/contributor/samples copying doc/source/contributor/samples/generic_local.conf -> manila-21.1.0.dev33/doc/source/contributor/samples copying doc/source/contributor/samples/lvm_local.conf -> manila-21.1.0.dev33/doc/source/contributor/samples copying doc/source/contributor/samples/zfsonlinux_local.conf -> manila-21.1.0.dev33/doc/source/contributor/samples copying doc/source/images/rpc/arch.png -> manila-21.1.0.dev33/doc/source/images/rpc copying doc/source/images/rpc/arch.svg -> manila-21.1.0.dev33/doc/source/images/rpc copying doc/source/images/rpc/flow1.png -> manila-21.1.0.dev33/doc/source/images/rpc copying doc/source/images/rpc/flow1.svg -> manila-21.1.0.dev33/doc/source/images/rpc copying doc/source/images/rpc/flow2.png -> manila-21.1.0.dev33/doc/source/images/rpc copying doc/source/images/rpc/flow2.svg -> manila-21.1.0.dev33/doc/source/images/rpc copying doc/source/images/rpc/hds_network.jpg -> manila-21.1.0.dev33/doc/source/images/rpc copying doc/source/images/rpc/rabt.png -> manila-21.1.0.dev33/doc/source/images/rpc copying doc/source/images/rpc/rabt.svg -> manila-21.1.0.dev33/doc/source/images/rpc copying doc/source/images/rpc/state.png -> manila-21.1.0.dev33/doc/source/images/rpc copying doc/source/install/get-started-with-shared-file-systems.rst -> manila-21.1.0.dev33/doc/source/install copying doc/source/install/index.rst -> manila-21.1.0.dev33/doc/source/install copying doc/source/install/install-controller-debian.rst -> manila-21.1.0.dev33/doc/source/install copying doc/source/install/install-controller-node.rst -> manila-21.1.0.dev33/doc/source/install copying doc/source/install/install-controller-rdo.rst -> manila-21.1.0.dev33/doc/source/install copying doc/source/install/install-controller-ubuntu.rst -> manila-21.1.0.dev33/doc/source/install copying doc/source/install/install-share-debian.rst -> manila-21.1.0.dev33/doc/source/install copying doc/source/install/install-share-node.rst -> manila-21.1.0.dev33/doc/source/install copying doc/source/install/install-share-rdo.rst -> manila-21.1.0.dev33/doc/source/install copying doc/source/install/install-share-ubuntu.rst -> manila-21.1.0.dev33/doc/source/install copying doc/source/install/next-steps.rst -> manila-21.1.0.dev33/doc/source/install copying doc/source/install/post-install.rst -> manila-21.1.0.dev33/doc/source/install copying doc/source/install/verify.rst -> manila-21.1.0.dev33/doc/source/install copying doc/source/install/common/controller-node-common-configuration.rst -> manila-21.1.0.dev33/doc/source/install/common copying doc/source/install/common/controller-node-prerequisites.rst -> manila-21.1.0.dev33/doc/source/install/common copying doc/source/install/common/dhss-false-mode-configuration.rst -> manila-21.1.0.dev33/doc/source/install/common copying doc/source/install/common/dhss-false-mode-intro.rst -> manila-21.1.0.dev33/doc/source/install/common copying doc/source/install/common/dhss-false-mode-using-shared-file-systems.rst -> manila-21.1.0.dev33/doc/source/install/common copying doc/source/install/common/dhss-true-mode-configuration.rst -> manila-21.1.0.dev33/doc/source/install/common copying doc/source/install/common/dhss-true-mode-intro.rst -> manila-21.1.0.dev33/doc/source/install/common copying doc/source/install/common/dhss-true-mode-using-shared-file-systems.rst -> manila-21.1.0.dev33/doc/source/install/common 'doc/source/install/common/figures' not a regular file -- skipping copying doc/source/install/common/share-node-common-configuration.rst -> manila-21.1.0.dev33/doc/source/install/common copying doc/source/install/common/share-node-share-server-modes.rst -> manila-21.1.0.dev33/doc/source/install/common copying doc/source/install/figures/hwreqs.graffle -> manila-21.1.0.dev33/doc/source/install/figures copying doc/source/install/figures/hwreqs.png -> manila-21.1.0.dev33/doc/source/install/figures copying doc/source/install/figures/hwreqs.svg -> manila-21.1.0.dev33/doc/source/install/figures copying doc/source/reference/glossary.rst -> manila-21.1.0.dev33/doc/source/reference copying doc/source/reference/index.rst -> manila-21.1.0.dev33/doc/source/reference copying doc/source/user/create-and-manage-shares.rst -> manila-21.1.0.dev33/doc/source/user copying doc/source/user/index.rst -> manila-21.1.0.dev33/doc/source/user copying doc/source/user/share-network-operations.rst -> manila-21.1.0.dev33/doc/source/user copying doc/source/user/share-network-subnet-operations.rst -> manila-21.1.0.dev33/doc/source/user copying doc/source/user/troubleshooting-asynchronous-failures.rst -> manila-21.1.0.dev33/doc/source/user copying etc/manila/README.manila.conf -> manila-21.1.0.dev33/etc/manila copying etc/manila/api-paste.ini -> manila-21.1.0.dev33/etc/manila copying etc/manila/logging_sample.conf -> manila-21.1.0.dev33/etc/manila copying etc/manila/manila-policy-generator.conf -> manila-21.1.0.dev33/etc/manila copying etc/manila/rootwrap.conf -> manila-21.1.0.dev33/etc/manila copying etc/manila/rootwrap.d/share.filters -> manila-21.1.0.dev33/etc/manila/rootwrap.d copying etc/oslo-config-generator/manila.conf -> manila-21.1.0.dev33/etc/oslo-config-generator copying httpd/manila-uwsgi.ini -> manila-21.1.0.dev33/httpd copying httpd/mod_wsgi-manila.conf -> manila-21.1.0.dev33/httpd copying httpd/uwsgi-manila.conf -> manila-21.1.0.dev33/httpd copying manila/__init__.py -> manila-21.1.0.dev33/manila copying manila/context.py -> manila-21.1.0.dev33/manila copying manila/coordination.py -> manila-21.1.0.dev33/manila copying manila/exception.py -> manila-21.1.0.dev33/manila copying manila/i18n.py -> manila-21.1.0.dev33/manila copying manila/manager.py -> manila-21.1.0.dev33/manila copying manila/opts.py -> manila-21.1.0.dev33/manila copying manila/policy.py -> manila-21.1.0.dev33/manila copying manila/quota.py -> manila-21.1.0.dev33/manila copying manila/rpc.py -> manila-21.1.0.dev33/manila copying manila/service.py -> manila-21.1.0.dev33/manila copying manila/ssh_utils.py -> manila-21.1.0.dev33/manila copying manila/test.py -> manila-21.1.0.dev33/manila copying manila/utils.py -> manila-21.1.0.dev33/manila copying manila/version.py -> manila-21.1.0.dev33/manila copying manila.egg-info/PKG-INFO -> manila-21.1.0.dev33/manila.egg-info copying manila.egg-info/SOURCES.txt -> manila-21.1.0.dev33/manila.egg-info copying manila.egg-info/dependency_links.txt -> manila-21.1.0.dev33/manila.egg-info copying manila.egg-info/entry_points.txt -> manila-21.1.0.dev33/manila.egg-info copying manila.egg-info/not-zip-safe -> manila-21.1.0.dev33/manila.egg-info copying manila.egg-info/pbr.json -> manila-21.1.0.dev33/manila.egg-info copying manila.egg-info/requires.txt -> manila-21.1.0.dev33/manila.egg-info copying manila.egg-info/top_level.txt -> manila-21.1.0.dev33/manila.egg-info copying manila/api/__init__.py -> manila-21.1.0.dev33/manila/api copying manila/api/common.py -> manila-21.1.0.dev33/manila/api copying manila/api/extensions.py -> manila-21.1.0.dev33/manila/api copying manila/api/urlmap.py -> manila-21.1.0.dev33/manila/api copying manila/api/versions.py -> manila-21.1.0.dev33/manila/api copying manila/api/contrib/__init__.py -> manila-21.1.0.dev33/manila/api/contrib copying manila/api/middleware/__init__.py -> manila-21.1.0.dev33/manila/api/middleware copying manila/api/middleware/auth.py -> manila-21.1.0.dev33/manila/api/middleware copying manila/api/middleware/fault.py -> manila-21.1.0.dev33/manila/api/middleware copying manila/api/openstack/__init__.py -> manila-21.1.0.dev33/manila/api/openstack copying manila/api/openstack/api_version_request.py -> manila-21.1.0.dev33/manila/api/openstack copying manila/api/openstack/rest_api_version_history.rst -> manila-21.1.0.dev33/manila/api/openstack copying manila/api/openstack/urlmap.py -> manila-21.1.0.dev33/manila/api/openstack copying manila/api/openstack/versioned_method.py -> manila-21.1.0.dev33/manila/api/openstack copying manila/api/openstack/wsgi.py -> manila-21.1.0.dev33/manila/api/openstack copying manila/api/schemas/__init__.py -> manila-21.1.0.dev33/manila/api/schemas copying manila/api/schemas/availability_zones.py -> manila-21.1.0.dev33/manila/api/schemas copying manila/api/schemas/messages.py -> manila-21.1.0.dev33/manila/api/schemas copying manila/api/schemas/resource_locks.py -> manila-21.1.0.dev33/manila/api/schemas copying manila/api/schemas/share_export_locations.py -> manila-21.1.0.dev33/manila/api/schemas copying manila/api/v1/__init__.py -> manila-21.1.0.dev33/manila/api/v1 copying manila/api/v1/limits.py -> manila-21.1.0.dev33/manila/api/v1 copying manila/api/v1/router.py -> manila-21.1.0.dev33/manila/api/v1 copying manila/api/v1/scheduler_stats.py -> manila-21.1.0.dev33/manila/api/v1 copying manila/api/v1/security_service.py -> manila-21.1.0.dev33/manila/api/v1 copying manila/api/v1/share_manage.py -> manila-21.1.0.dev33/manila/api/v1 copying manila/api/v1/share_metadata.py -> manila-21.1.0.dev33/manila/api/v1 copying manila/api/v1/share_servers.py -> manila-21.1.0.dev33/manila/api/v1 copying manila/api/v1/share_snapshots.py -> manila-21.1.0.dev33/manila/api/v1 copying manila/api/v1/share_types_extra_specs.py -> manila-21.1.0.dev33/manila/api/v1 copying manila/api/v1/share_unmanage.py -> manila-21.1.0.dev33/manila/api/v1 copying manila/api/v1/shares.py -> manila-21.1.0.dev33/manila/api/v1 copying manila/api/v2/__init__.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/availability_zones.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/messages.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/metadata.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/quota_class_sets.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/quota_sets.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/resource_locks.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/router.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/services.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_access_metadata.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_accesses.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_backups.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_export_locations.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_group_snapshots.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_group_type_specs.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_group_types.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_groups.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_instance_export_locations.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_instances.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_network_subnets.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_networks.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_replica_export_locations.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_replicas.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_servers.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_snapshot_export_locations.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_snapshot_instance_export_locations.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_snapshot_instances.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_snapshots.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_transfer.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/share_types.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/v2/shares.py -> manila-21.1.0.dev33/manila/api/v2 copying manila/api/validation/__init__.py -> manila-21.1.0.dev33/manila/api/validation copying manila/api/validation/helpers.py -> manila-21.1.0.dev33/manila/api/validation copying manila/api/validation/parameter_types.py -> manila-21.1.0.dev33/manila/api/validation copying manila/api/validation/parameters.yaml -> manila-21.1.0.dev33/manila/api/validation copying manila/api/validation/response_types.py -> manila-21.1.0.dev33/manila/api/validation copying manila/api/validation/validators.py -> manila-21.1.0.dev33/manila/api/validation copying manila/api/views/__init__.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/availability_zones.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/export_locations.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/limits.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/messages.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/quota_class_sets.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/quota_sets.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/resource_locks.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/scheduler_stats.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/security_service.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/services.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_accesses.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_backups.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_group_snapshots.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_group_types.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_groups.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_instance.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_migration.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_network_subnets.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_networks.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_replicas.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_server_migration.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_servers.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_snapshot_export_locations.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_snapshot_instances.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/share_snapshots.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/shares.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/transfers.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/types.py -> manila-21.1.0.dev33/manila/api/views copying manila/api/views/versions.py -> manila-21.1.0.dev33/manila/api/views copying manila/cmd/__init__.py -> manila-21.1.0.dev33/manila/cmd copying manila/cmd/api.py -> manila-21.1.0.dev33/manila/cmd copying manila/cmd/data.py -> manila-21.1.0.dev33/manila/cmd copying manila/cmd/manage.py -> manila-21.1.0.dev33/manila/cmd copying manila/cmd/scheduler.py -> manila-21.1.0.dev33/manila/cmd copying manila/cmd/share.py -> manila-21.1.0.dev33/manila/cmd copying manila/cmd/status.py -> manila-21.1.0.dev33/manila/cmd copying manila/common/__init__.py -> manila-21.1.0.dev33/manila/common copying manila/common/client_auth.py -> manila-21.1.0.dev33/manila/common copying manila/common/config.py -> manila-21.1.0.dev33/manila/common copying manila/common/constants.py -> manila-21.1.0.dev33/manila/common copying manila/compute/__init__.py -> manila-21.1.0.dev33/manila/compute copying manila/compute/nova.py -> manila-21.1.0.dev33/manila/compute copying manila/data/__init__.py -> manila-21.1.0.dev33/manila/data copying manila/data/backup_driver.py -> manila-21.1.0.dev33/manila/data copying manila/data/helper.py -> manila-21.1.0.dev33/manila/data copying manila/data/manager.py -> manila-21.1.0.dev33/manila/data copying manila/data/rpcapi.py -> manila-21.1.0.dev33/manila/data copying manila/data/utils.py -> manila-21.1.0.dev33/manila/data copying manila/data/drivers/__init__.py -> manila-21.1.0.dev33/manila/data/drivers copying manila/data/drivers/nfs.py -> manila-21.1.0.dev33/manila/data/drivers copying manila/db/__init__.py -> manila-21.1.0.dev33/manila/db copying manila/db/api.py -> manila-21.1.0.dev33/manila/db copying manila/db/base.py -> manila-21.1.0.dev33/manila/db copying manila/db/migration.py -> manila-21.1.0.dev33/manila/db copying manila/db/migrations/__init__.py -> manila-21.1.0.dev33/manila/db/migrations copying manila/db/migrations/alembic.ini -> manila-21.1.0.dev33/manila/db/migrations copying manila/db/migrations/utils.py -> manila-21.1.0.dev33/manila/db/migrations copying manila/db/migrations/alembic/__init__.py -> manila-21.1.0.dev33/manila/db/migrations/alembic copying manila/db/migrations/alembic/env.py -> manila-21.1.0.dev33/manila/db/migrations/alembic copying manila/db/migrations/alembic/migration.py -> manila-21.1.0.dev33/manila/db/migrations/alembic copying manila/db/migrations/alembic/script.py.mako -> manila-21.1.0.dev33/manila/db/migrations/alembic copying manila/db/migrations/alembic/versions/0274d20c560f_add_ou_to_security_service.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/03da71c0e321_convert_cgs_to_share_groups.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/097fad24d2fc_add_share_instances_share_id_index.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/0c23aec99b74_add_per_share_gigabytes_quota_class.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/0d8c8f6d54a4_modify_share_servers_table.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/11ee96se625f3_add_metadata_for_access.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/162a3e673105_manila_init.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/17115072e1c3_add_nova_net_id_column_to_share_networks.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/1946cb97bb8d_add_is_soft_deleted_and_scheduled_to_be_deleted_at_to_shares_table.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/1e2d600bf972_add_transfers.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/1f0bd302c1a6_add_availability_zones_table.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/211836bf835c_add_access_level.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/221a83cfd85b_change_user_project_id_length.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/238720805ce1_add_messages_table.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/27cb96d991fa_add_description_for_share_type.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/293fac1130ca_add_replication_attrs.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/2d708a9a3ba9_backup_change_az_to_az_id.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/2f27d904214c_add_backup_type_column.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/30cb96d995fa_add_is_public_column_for_share.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/323840a08dc4_add_shares_task_state.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/344c1ac4747f_add_share_instance_access_rules_status.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/3651e16d7c43_add_consistency_groups.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/38e632621e5a_change_volume_type_to_share_type.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/3a482171410f_add_drivers_private_data_table.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/3db9992c30f3_transform_statuses_to_lowercase.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/3e7d62517afa_add_create_share_from_snapshot_support.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/40d1f2374e89_add_mount_point_name_to_share_instances.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/478c445d8d3e_add_security_service_update_control_fields.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/48a7beae3117_move_share_type_id_to_instances.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/493eaffd79e1_add_mtu_network_allocations_share_networks.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/4a482571410f_add_backends_info_table.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/4ee2cf4be19a_remove_share_snapshots_export_location.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/5077ffcc5f1c_add_share_instances.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/5155c7077f99_add_more_network_info_attributes_to_network_allocations_table.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/5237b6625330_add_availability_zone_id_field_to_share_groups.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/533646c7af38_remove_unused_attr_status.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/54667b9cade7_restore_share_instance_access_map_state.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/55761e5f59c5_add_snapshot_support_extra_spec_to_share_types.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/56cdbe267881_add_share_export_locations_table.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/579c267fbb4d_add_share_instances_access_map.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/59eb64046740_add_required_extra_spec.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/5aa813ae673d_add_task_state_field_for_share_servers.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/63809d875e32_add_access_key.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/6a3fd2984bc31_add_is_auto_deletable_and_identifier_fields_for_share_servers.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/7d142971c4ef_add_reservation_expire_index.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/805685098bd2_add_share_network_subnets_table_and_modify_share_servers_table.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/829a09b0ddd4_fix_project_share_type_quotas_unique_constraint.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/87ce15c59bbe_add_revert_to_snapshot_support.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/927920b37453_add_provider_location_for_share_group_snapshot_members_model.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/95e3cf760840_remove_nova_net_id_column_from_share_.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/99d328f0a3d2_add_disable_reason_to_service.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/9afbe2df4945_add_backup.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/a77e2ad5012d_add_share_snapshot_access.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/a87e0fb17dee_multiple_share_server_subnets.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/ac0620cbe74d_add_share_network_subnet_metadata.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/aebe2a413e13_add_state_column_for_service.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/b10fb432c042_squash_share_group_snapshot_members_and_share_snapshot_instance_models.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/b516de97bfee_add_quota_per_share_type_model.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/bb5938d74b73_add_snapshot_metadata_table.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/c476aeb186ec_add_default_ad_site_to_security_service.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/cb20f743ca7b_add_resource_locks.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/cdefa6287df8_add_ensuring_field_to_services.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/d5db24264f5c_add_consistent_snapshot_support_attr_to_share_group_model.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/dda6de06349_add_export_locations_metadata.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/e1949a93157a_add_share_group_types_table.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/e6d88547b381_add_progress_field_to_share_instance.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/e8ea58723178_remove_host_from_driver_private_data.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/e975ea83b712_add_share_server_encryption.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/e9f79621d83f_add_cast_rules_to_readonly_to_share_instances.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/eb6d5544cbbd_add_provider_location_to_share_snapshot_instances.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/ef0c02b4366_add_share_type_projects.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/fbdfabcba377_change_the_mysql_datetime_precision.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/fdfb668d19e1_add_gateway_to_network_allocations_table.py -> manila-21.1.0.dev33/manila/db/migrations/alembic/versions copying manila/db/sqlalchemy/__init__.py -> manila-21.1.0.dev33/manila/db/sqlalchemy copying manila/db/sqlalchemy/api.py -> manila-21.1.0.dev33/manila/db/sqlalchemy copying manila/db/sqlalchemy/models.py -> manila-21.1.0.dev33/manila/db/sqlalchemy copying manila/db/sqlalchemy/query.py -> manila-21.1.0.dev33/manila/db/sqlalchemy copying manila/db/sqlalchemy/utils.py -> manila-21.1.0.dev33/manila/db/sqlalchemy copying manila/image/__init__.py -> manila-21.1.0.dev33/manila/image copying manila/image/glance.py -> manila-21.1.0.dev33/manila/image copying manila/keymgr/__init__.py -> manila-21.1.0.dev33/manila/keymgr copying manila/keymgr/barbican.py -> manila-21.1.0.dev33/manila/keymgr copying manila/lock/__init__.py -> manila-21.1.0.dev33/manila/lock copying manila/lock/api.py -> manila-21.1.0.dev33/manila/lock copying manila/message/__init__.py -> manila-21.1.0.dev33/manila/message copying manila/message/api.py -> manila-21.1.0.dev33/manila/message copying manila/message/message_field.py -> manila-21.1.0.dev33/manila/message copying manila/message/message_levels.py -> manila-21.1.0.dev33/manila/message copying manila/network/__init__.py -> manila-21.1.0.dev33/manila/network copying manila/network/standalone_network_plugin.py -> manila-21.1.0.dev33/manila/network copying manila/network/linux/__init__.py -> manila-21.1.0.dev33/manila/network/linux copying manila/network/linux/interface.py -> manila-21.1.0.dev33/manila/network/linux copying manila/network/linux/ip_lib.py -> manila-21.1.0.dev33/manila/network/linux copying manila/network/linux/ovs_lib.py -> manila-21.1.0.dev33/manila/network/linux copying manila/network/neutron/__init__.py -> manila-21.1.0.dev33/manila/network/neutron copying manila/network/neutron/api.py -> manila-21.1.0.dev33/manila/network/neutron copying manila/network/neutron/constants.py -> manila-21.1.0.dev33/manila/network/neutron copying manila/network/neutron/neutron_network_plugin.py -> manila-21.1.0.dev33/manila/network/neutron copying manila/policies/__init__.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/availability_zone.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/base.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/message.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/quota_class_set.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/quota_set.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/resource_lock.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/scheduler_stats.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/security_service.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/service.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_access.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_access_metadata.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_backup.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_export_location.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_group.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_group_snapshot.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_group_type.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_group_types_spec.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_instance.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_instance_export_location.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_network.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_network_subnet.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_replica.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_replica_export_location.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_server.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_snapshot.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_snapshot_export_location.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_snapshot_instance.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_snapshot_instance_export_location.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_transfer.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_type.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/share_types_extra_spec.py -> manila-21.1.0.dev33/manila/policies copying manila/policies/shares.py -> manila-21.1.0.dev33/manila/policies copying manila/privsep/__init__.py -> manila-21.1.0.dev33/manila/privsep copying manila/privsep/common.py -> manila-21.1.0.dev33/manila/privsep copying manila/privsep/filesystem.py -> manila-21.1.0.dev33/manila/privsep copying manila/privsep/lvm.py -> manila-21.1.0.dev33/manila/privsep copying manila/privsep/os.py -> manila-21.1.0.dev33/manila/privsep copying manila/scheduler/__init__.py -> manila-21.1.0.dev33/manila/scheduler copying manila/scheduler/base_handler.py -> manila-21.1.0.dev33/manila/scheduler copying manila/scheduler/host_manager.py -> manila-21.1.0.dev33/manila/scheduler copying manila/scheduler/manager.py -> manila-21.1.0.dev33/manila/scheduler copying manila/scheduler/rpcapi.py -> manila-21.1.0.dev33/manila/scheduler copying manila/scheduler/scheduler_options.py -> manila-21.1.0.dev33/manila/scheduler copying manila/scheduler/utils.py -> manila-21.1.0.dev33/manila/scheduler copying manila/scheduler/drivers/__init__.py -> manila-21.1.0.dev33/manila/scheduler/drivers copying manila/scheduler/drivers/base.py -> manila-21.1.0.dev33/manila/scheduler/drivers copying manila/scheduler/drivers/chance.py -> manila-21.1.0.dev33/manila/scheduler/drivers copying manila/scheduler/drivers/filter.py -> manila-21.1.0.dev33/manila/scheduler/drivers copying manila/scheduler/drivers/simple.py -> manila-21.1.0.dev33/manila/scheduler/drivers copying manila/scheduler/evaluator/__init__.py -> manila-21.1.0.dev33/manila/scheduler/evaluator copying manila/scheduler/evaluator/evaluator.py -> manila-21.1.0.dev33/manila/scheduler/evaluator copying manila/scheduler/filters/__init__.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/affinity.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/availability_zone.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/base.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/base_host.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/capabilities.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/capacity.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/create_from_snapshot.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/driver.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/extra_specs_ops.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/host.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/ignore_attempted_hosts.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/json.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/retry.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/share_replication.py -> manila-21.1.0.dev33/manila/scheduler/filters copying manila/scheduler/filters/share_group_filters/__init__.py -> manila-21.1.0.dev33/manila/scheduler/filters/share_group_filters copying manila/scheduler/filters/share_group_filters/consistent_snapshot.py -> manila-21.1.0.dev33/manila/scheduler/filters/share_group_filters copying manila/scheduler/weighers/__init__.py -> manila-21.1.0.dev33/manila/scheduler/weighers copying manila/scheduler/weighers/base.py -> manila-21.1.0.dev33/manila/scheduler/weighers copying manila/scheduler/weighers/base_host.py -> manila-21.1.0.dev33/manila/scheduler/weighers copying manila/scheduler/weighers/capacity.py -> manila-21.1.0.dev33/manila/scheduler/weighers copying manila/scheduler/weighers/goodness.py -> manila-21.1.0.dev33/manila/scheduler/weighers copying manila/scheduler/weighers/host_affinity.py -> manila-21.1.0.dev33/manila/scheduler/weighers copying manila/scheduler/weighers/netapp_aiq.py -> manila-21.1.0.dev33/manila/scheduler/weighers copying manila/scheduler/weighers/pool.py -> manila-21.1.0.dev33/manila/scheduler/weighers copying manila/services/__init__.py -> manila-21.1.0.dev33/manila/services copying manila/services/api.py -> manila-21.1.0.dev33/manila/services copying manila/share/__init__.py -> manila-21.1.0.dev33/manila/share copying manila/share/access.py -> manila-21.1.0.dev33/manila/share copying manila/share/api.py -> manila-21.1.0.dev33/manila/share copying manila/share/configuration.py -> manila-21.1.0.dev33/manila/share copying manila/share/driver.py -> manila-21.1.0.dev33/manila/share copying manila/share/drivers_private_data.py -> manila-21.1.0.dev33/manila/share copying manila/share/hook.py -> manila-21.1.0.dev33/manila/share copying manila/share/manager.py -> manila-21.1.0.dev33/manila/share copying manila/share/migration.py -> manila-21.1.0.dev33/manila/share copying manila/share/rpcapi.py -> manila-21.1.0.dev33/manila/share copying manila/share/share_types.py -> manila-21.1.0.dev33/manila/share copying manila/share/snapshot_access.py -> manila-21.1.0.dev33/manila/share copying manila/share/utils.py -> manila-21.1.0.dev33/manila/share copying manila/share/drivers/__init__.py -> manila-21.1.0.dev33/manila/share/drivers copying manila/share/drivers/generic.py -> manila-21.1.0.dev33/manila/share/drivers copying manila/share/drivers/helpers.py -> manila-21.1.0.dev33/manila/share/drivers copying manila/share/drivers/lvm.py -> manila-21.1.0.dev33/manila/share/drivers copying manila/share/drivers/service_instance.py -> manila-21.1.0.dev33/manila/share/drivers copying manila/share/drivers/cephfs/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/cephfs copying manila/share/drivers/cephfs/driver.py -> manila-21.1.0.dev33/manila/share/drivers/cephfs copying manila/share/drivers/cephfs/conf/cephfs-export-template.conf -> manila-21.1.0.dev33/manila/share/drivers/cephfs/conf copying manila/share/drivers/container/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/container copying manila/share/drivers/container/container_helper.py -> manila-21.1.0.dev33/manila/share/drivers/container copying manila/share/drivers/container/driver.py -> manila-21.1.0.dev33/manila/share/drivers/container copying manila/share/drivers/container/protocol_helper.py -> manila-21.1.0.dev33/manila/share/drivers/container copying manila/share/drivers/container/security_service_helper.py -> manila-21.1.0.dev33/manila/share/drivers/container copying manila/share/drivers/container/storage_helper.py -> manila-21.1.0.dev33/manila/share/drivers/container copying manila/share/drivers/dell_emc/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc copying manila/share/drivers/dell_emc/driver.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc copying manila/share/drivers/dell_emc/plugin_manager.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc copying manila/share/drivers/dell_emc/common/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/common copying manila/share/drivers/dell_emc/common/enas/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/common/enas copying manila/share/drivers/dell_emc/common/enas/connector.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/common/enas copying manila/share/drivers/dell_emc/common/enas/constants.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/common/enas copying manila/share/drivers/dell_emc/common/enas/utils.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/common/enas copying manila/share/drivers/dell_emc/common/enas/xml_api_parser.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/common/enas copying manila/share/drivers/dell_emc/plugins/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins copying manila/share/drivers/dell_emc/plugins/base.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins copying manila/share/drivers/dell_emc/plugins/powerflex/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex copying manila/share/drivers/dell_emc/plugins/powerflex/connection.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex copying manila/share/drivers/dell_emc/plugins/powerflex/object_manager.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex copying manila/share/drivers/dell_emc/plugins/powermax/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax copying manila/share/drivers/dell_emc/plugins/powermax/connection.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax copying manila/share/drivers/dell_emc/plugins/powermax/object_manager.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax copying manila/share/drivers/dell_emc/plugins/powerscale/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale copying manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale copying manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale copying manila/share/drivers/dell_emc/plugins/powerstore/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore copying manila/share/drivers/dell_emc/plugins/powerstore/client.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore copying manila/share/drivers/dell_emc/plugins/powerstore/connection.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore copying manila/share/drivers/dell_emc/plugins/unity/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity copying manila/share/drivers/dell_emc/plugins/unity/client.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity copying manila/share/drivers/dell_emc/plugins/unity/connection.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity copying manila/share/drivers/dell_emc/plugins/unity/utils.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity copying manila/share/drivers/dell_emc/plugins/vnx/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx copying manila/share/drivers/dell_emc/plugins/vnx/connection.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx copying manila/share/drivers/dell_emc/plugins/vnx/object_manager.py -> manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx copying manila/share/drivers/ganesha/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/ganesha copying manila/share/drivers/ganesha/manager.py -> manila-21.1.0.dev33/manila/share/drivers/ganesha copying manila/share/drivers/ganesha/utils.py -> manila-21.1.0.dev33/manila/share/drivers/ganesha copying manila/share/drivers/ganesha/conf/00-base-export-template.conf -> manila-21.1.0.dev33/manila/share/drivers/ganesha/conf copying manila/share/drivers/glusterfs/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/glusterfs copying manila/share/drivers/glusterfs/common.py -> manila-21.1.0.dev33/manila/share/drivers/glusterfs copying manila/share/drivers/glusterfs/glusterfs_native.py -> manila-21.1.0.dev33/manila/share/drivers/glusterfs copying manila/share/drivers/glusterfs/layout.py -> manila-21.1.0.dev33/manila/share/drivers/glusterfs copying manila/share/drivers/glusterfs/layout_directory.py -> manila-21.1.0.dev33/manila/share/drivers/glusterfs copying manila/share/drivers/glusterfs/layout_volume.py -> manila-21.1.0.dev33/manila/share/drivers/glusterfs copying manila/share/drivers/glusterfs/conf/10-glusterfs-export-template.conf -> manila-21.1.0.dev33/manila/share/drivers/glusterfs/conf copying manila/share/drivers/hdfs/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/hdfs copying manila/share/drivers/hdfs/hdfs_native.py -> manila-21.1.0.dev33/manila/share/drivers/hdfs copying manila/share/drivers/hitachi/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/hitachi copying manila/share/drivers/hitachi/hnas/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas copying manila/share/drivers/hitachi/hnas/driver.py -> manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas copying manila/share/drivers/hitachi/hnas/ssh.py -> manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas copying manila/share/drivers/hitachi/hsp/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/hitachi/hsp copying manila/share/drivers/hitachi/hsp/driver.py -> manila-21.1.0.dev33/manila/share/drivers/hitachi/hsp copying manila/share/drivers/hitachi/hsp/rest.py -> manila-21.1.0.dev33/manila/share/drivers/hitachi/hsp copying manila/share/drivers/hpe/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/hpe copying manila/share/drivers/hpe/hpe_3par_driver.py -> manila-21.1.0.dev33/manila/share/drivers/hpe copying manila/share/drivers/hpe/hpe_3par_mediator.py -> manila-21.1.0.dev33/manila/share/drivers/hpe copying manila/share/drivers/huawei/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/huawei copying manila/share/drivers/huawei/base.py -> manila-21.1.0.dev33/manila/share/drivers/huawei copying manila/share/drivers/huawei/constants.py -> manila-21.1.0.dev33/manila/share/drivers/huawei copying manila/share/drivers/huawei/huawei_nas.py -> manila-21.1.0.dev33/manila/share/drivers/huawei copying manila/share/drivers/huawei/huawei_utils.py -> manila-21.1.0.dev33/manila/share/drivers/huawei copying manila/share/drivers/huawei/v3/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/huawei/v3 copying manila/share/drivers/huawei/v3/connection.py -> manila-21.1.0.dev33/manila/share/drivers/huawei/v3 copying manila/share/drivers/huawei/v3/helper.py -> manila-21.1.0.dev33/manila/share/drivers/huawei/v3 copying manila/share/drivers/huawei/v3/replication.py -> manila-21.1.0.dev33/manila/share/drivers/huawei/v3 copying manila/share/drivers/huawei/v3/rpcapi.py -> manila-21.1.0.dev33/manila/share/drivers/huawei/v3 copying manila/share/drivers/huawei/v3/smartx.py -> manila-21.1.0.dev33/manila/share/drivers/huawei/v3 copying manila/share/drivers/ibm/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/ibm copying manila/share/drivers/ibm/gpfs.py -> manila-21.1.0.dev33/manila/share/drivers/ibm copying manila/share/drivers/infinidat/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/infinidat copying manila/share/drivers/infinidat/infinibox.py -> manila-21.1.0.dev33/manila/share/drivers/infinidat copying manila/share/drivers/infortrend/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/infortrend copying manila/share/drivers/infortrend/driver.py -> manila-21.1.0.dev33/manila/share/drivers/infortrend copying manila/share/drivers/infortrend/infortrend_nas.py -> manila-21.1.0.dev33/manila/share/drivers/infortrend copying manila/share/drivers/inspur/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/inspur copying manila/share/drivers/inspur/as13000/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/inspur/as13000 copying manila/share/drivers/inspur/as13000/as13000_nas.py -> manila-21.1.0.dev33/manila/share/drivers/inspur/as13000 copying manila/share/drivers/inspur/instorage/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/inspur/instorage copying manila/share/drivers/inspur/instorage/cli_helper.py -> manila-21.1.0.dev33/manila/share/drivers/inspur/instorage copying manila/share/drivers/inspur/instorage/instorage.py -> manila-21.1.0.dev33/manila/share/drivers/inspur/instorage copying manila/share/drivers/macrosan/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/macrosan copying manila/share/drivers/macrosan/macrosan_constants.py -> manila-21.1.0.dev33/manila/share/drivers/macrosan copying manila/share/drivers/macrosan/macrosan_helper.py -> manila-21.1.0.dev33/manila/share/drivers/macrosan copying manila/share/drivers/macrosan/macrosan_nas.py -> manila-21.1.0.dev33/manila/share/drivers/macrosan copying manila/share/drivers/macrosan/rest_helper.py -> manila-21.1.0.dev33/manila/share/drivers/macrosan copying manila/share/drivers/maprfs/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/maprfs copying manila/share/drivers/maprfs/driver_util.py -> manila-21.1.0.dev33/manila/share/drivers/maprfs copying manila/share/drivers/maprfs/maprfs_native.py -> manila-21.1.0.dev33/manila/share/drivers/maprfs copying manila/share/drivers/netapp/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/netapp copying manila/share/drivers/netapp/common.py -> manila-21.1.0.dev33/manila/share/drivers/netapp copying manila/share/drivers/netapp/options.py -> manila-21.1.0.dev33/manila/share/drivers/netapp copying manila/share/drivers/netapp/utils.py -> manila-21.1.0.dev33/manila/share/drivers/netapp copying manila/share/drivers/netapp/dataontap/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap copying manila/share/drivers/netapp/dataontap/client/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client copying manila/share/drivers/netapp/dataontap/client/api.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client copying manila/share/drivers/netapp/dataontap/client/client_base.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client copying manila/share/drivers/netapp/dataontap/client/client_cmode.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client copying manila/share/drivers/netapp/dataontap/client/client_cmode_rest.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client copying manila/share/drivers/netapp/dataontap/client/rest_api.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client copying manila/share/drivers/netapp/dataontap/client/rest_endpoints.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client copying manila/share/drivers/netapp/dataontap/cluster_mode/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/data_motion.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/drv_multi_svm.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/drv_single_svm.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/lib_single_svm.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/performance.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/protocols/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/protocols copying manila/share/drivers/netapp/dataontap/protocols/base.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/protocols copying manila/share/drivers/netapp/dataontap/protocols/cifs_cmode.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/protocols copying manila/share/drivers/netapp/dataontap/protocols/nfs_cmode.py -> manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/protocols copying manila/share/drivers/nexenta/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/nexenta copying manila/share/drivers/nexenta/options.py -> manila-21.1.0.dev33/manila/share/drivers/nexenta copying manila/share/drivers/nexenta/utils.py -> manila-21.1.0.dev33/manila/share/drivers/nexenta copying manila/share/drivers/nexenta/ns4/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4 copying manila/share/drivers/nexenta/ns4/jsonrpc.py -> manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4 copying manila/share/drivers/nexenta/ns4/nexenta_nas.py -> manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4 copying manila/share/drivers/nexenta/ns4/nexenta_nfs_helper.py -> manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4 copying manila/share/drivers/nexenta/ns5/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5 copying manila/share/drivers/nexenta/ns5/jsonrpc.py -> manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5 copying manila/share/drivers/nexenta/ns5/nexenta_nas.py -> manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5 copying manila/share/drivers/purestorage/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/purestorage copying manila/share/drivers/purestorage/flashblade.py -> manila-21.1.0.dev33/manila/share/drivers/purestorage copying manila/share/drivers/qnap/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/qnap copying manila/share/drivers/qnap/api.py -> manila-21.1.0.dev33/manila/share/drivers/qnap copying manila/share/drivers/qnap/qnap.py -> manila-21.1.0.dev33/manila/share/drivers/qnap copying manila/share/drivers/quobyte/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/quobyte copying manila/share/drivers/quobyte/jsonrpc.py -> manila-21.1.0.dev33/manila/share/drivers/quobyte copying manila/share/drivers/quobyte/quobyte.py -> manila-21.1.0.dev33/manila/share/drivers/quobyte copying manila/share/drivers/tegile/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/tegile copying manila/share/drivers/tegile/tegile.py -> manila-21.1.0.dev33/manila/share/drivers/tegile copying manila/share/drivers/vastdata/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/vastdata copying manila/share/drivers/vastdata/driver.py -> manila-21.1.0.dev33/manila/share/drivers/vastdata copying manila/share/drivers/vastdata/driver_util.py -> manila-21.1.0.dev33/manila/share/drivers/vastdata copying manila/share/drivers/vastdata/rest.py -> manila-21.1.0.dev33/manila/share/drivers/vastdata copying manila/share/drivers/veritas/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/veritas copying manila/share/drivers/veritas/veritas_isa.py -> manila-21.1.0.dev33/manila/share/drivers/veritas copying manila/share/drivers/windows/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/windows copying manila/share/drivers/windows/service_instance.py -> manila-21.1.0.dev33/manila/share/drivers/windows copying manila/share/drivers/windows/windows_smb_driver.py -> manila-21.1.0.dev33/manila/share/drivers/windows copying manila/share/drivers/windows/windows_smb_helper.py -> manila-21.1.0.dev33/manila/share/drivers/windows copying manila/share/drivers/windows/windows_utils.py -> manila-21.1.0.dev33/manila/share/drivers/windows copying manila/share/drivers/windows/winrm_helper.py -> manila-21.1.0.dev33/manila/share/drivers/windows copying manila/share/drivers/zadara/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/zadara copying manila/share/drivers/zadara/common.py -> manila-21.1.0.dev33/manila/share/drivers/zadara copying manila/share/drivers/zadara/zadara.py -> manila-21.1.0.dev33/manila/share/drivers/zadara copying manila/share/drivers/zfsonlinux/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/zfsonlinux copying manila/share/drivers/zfsonlinux/driver.py -> manila-21.1.0.dev33/manila/share/drivers/zfsonlinux copying manila/share/drivers/zfsonlinux/utils.py -> manila-21.1.0.dev33/manila/share/drivers/zfsonlinux copying manila/share/drivers/zfssa/__init__.py -> manila-21.1.0.dev33/manila/share/drivers/zfssa copying manila/share/drivers/zfssa/restclient.py -> manila-21.1.0.dev33/manila/share/drivers/zfssa copying manila/share/drivers/zfssa/zfssarest.py -> manila-21.1.0.dev33/manila/share/drivers/zfssa copying manila/share/drivers/zfssa/zfssashare.py -> manila-21.1.0.dev33/manila/share/drivers/zfssa copying manila/share/hooks/__init__.py -> manila-21.1.0.dev33/manila/share/hooks copying manila/share_group/__init__.py -> manila-21.1.0.dev33/manila/share_group copying manila/share_group/api.py -> manila-21.1.0.dev33/manila/share_group copying manila/share_group/share_group_types.py -> manila-21.1.0.dev33/manila/share_group copying manila/testing/README.rst -> manila-21.1.0.dev33/manila/testing copying manila/tests/__init__.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/conf_fixture.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/db_utils.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/declare_conf.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/fake_backup_driver.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/fake_client_exception_class.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/fake_compute.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/fake_driver.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/fake_image.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/fake_network.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/fake_notifier.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/fake_service_instance.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/fake_share.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/fake_utils.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/fake_volume.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/fake_zfssa.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/policy.yaml -> manila-21.1.0.dev33/manila/tests copying manila/tests/runtime_conf.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_api.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_conf.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_context.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_coordination.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_exception.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_hacking.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_manager.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_misc.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_network.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_policy.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_quota.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_rpc.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_service.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_ssh_utils.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_test.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_test_utils.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/test_utils.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/utils.py -> manila-21.1.0.dev33/manila/tests copying manila/tests/api/__init__.py -> manila-21.1.0.dev33/manila/tests/api copying manila/tests/api/common.py -> manila-21.1.0.dev33/manila/tests/api copying manila/tests/api/fakes.py -> manila-21.1.0.dev33/manila/tests/api copying manila/tests/api/test_common.py -> manila-21.1.0.dev33/manila/tests/api copying manila/tests/api/test_extensions.py -> manila-21.1.0.dev33/manila/tests/api copying manila/tests/api/test_middleware.py -> manila-21.1.0.dev33/manila/tests/api copying manila/tests/api/test_schemas.py -> manila-21.1.0.dev33/manila/tests/api copying manila/tests/api/test_validation.py -> manila-21.1.0.dev33/manila/tests/api copying manila/tests/api/test_versions.py -> manila-21.1.0.dev33/manila/tests/api copying manila/tests/api/test_wsgi.py -> manila-21.1.0.dev33/manila/tests/api copying manila/tests/api/contrib/__init__.py -> manila-21.1.0.dev33/manila/tests/api/contrib copying manila/tests/api/contrib/stubs.py -> manila-21.1.0.dev33/manila/tests/api/contrib copying manila/tests/api/extensions/__init__.py -> manila-21.1.0.dev33/manila/tests/api/extensions copying manila/tests/api/extensions/foxinsocks.py -> manila-21.1.0.dev33/manila/tests/api/extensions copying manila/tests/api/middleware/__init__.py -> manila-21.1.0.dev33/manila/tests/api/middleware copying manila/tests/api/middleware/test_auth.py -> manila-21.1.0.dev33/manila/tests/api/middleware copying manila/tests/api/middleware/test_faults.py -> manila-21.1.0.dev33/manila/tests/api/middleware copying manila/tests/api/openstack/__init__.py -> manila-21.1.0.dev33/manila/tests/api/openstack copying manila/tests/api/openstack/test_api_version_request.py -> manila-21.1.0.dev33/manila/tests/api/openstack copying manila/tests/api/openstack/test_versioned_method.py -> manila-21.1.0.dev33/manila/tests/api/openstack copying manila/tests/api/openstack/test_wsgi.py -> manila-21.1.0.dev33/manila/tests/api/openstack copying manila/tests/api/v1/__init__.py -> manila-21.1.0.dev33/manila/tests/api/v1 copying manila/tests/api/v1/stubs.py -> manila-21.1.0.dev33/manila/tests/api/v1 copying manila/tests/api/v1/test_limits.py -> manila-21.1.0.dev33/manila/tests/api/v1 copying manila/tests/api/v1/test_scheduler_stats.py -> manila-21.1.0.dev33/manila/tests/api/v1 copying manila/tests/api/v1/test_security_service.py -> manila-21.1.0.dev33/manila/tests/api/v1 copying manila/tests/api/v1/test_share_manage.py -> manila-21.1.0.dev33/manila/tests/api/v1 copying manila/tests/api/v1/test_share_metadata.py -> manila-21.1.0.dev33/manila/tests/api/v1 copying manila/tests/api/v1/test_share_servers.py -> manila-21.1.0.dev33/manila/tests/api/v1 copying manila/tests/api/v1/test_share_snapshots.py -> manila-21.1.0.dev33/manila/tests/api/v1 copying manila/tests/api/v1/test_share_types_extra_specs.py -> manila-21.1.0.dev33/manila/tests/api/v1 copying manila/tests/api/v1/test_share_unmanage.py -> manila-21.1.0.dev33/manila/tests/api/v1 copying manila/tests/api/v1/test_shares.py -> manila-21.1.0.dev33/manila/tests/api/v1 copying manila/tests/api/v2/__init__.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/stubs.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_availability_zones.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_messages.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_metadata.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_quota_class_sets.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_quota_sets.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_resource_locks.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_security_services.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_services.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_access_metadata.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_accesses.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_backups.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_export_locations.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_group_snapshots.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_group_type_specs.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_group_types.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_groups.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_instance_export_locations.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_instances.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_network_subnets.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_networks.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_replica_export_locations.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_replicas.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_servers.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_snapshot_export_locations.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_snapshot_instance_export_locations.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_snapshot_instances.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_snapshots.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_transfer.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_share_types.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/v2/test_shares.py -> manila-21.1.0.dev33/manila/tests/api/v2 copying manila/tests/api/views/__init__.py -> manila-21.1.0.dev33/manila/tests/api/views copying manila/tests/api/views/test_quota_class_sets.py -> manila-21.1.0.dev33/manila/tests/api/views copying manila/tests/api/views/test_quota_sets.py -> manila-21.1.0.dev33/manila/tests/api/views copying manila/tests/api/views/test_scheduler_stats.py -> manila-21.1.0.dev33/manila/tests/api/views copying manila/tests/api/views/test_share_accesses.py -> manila-21.1.0.dev33/manila/tests/api/views copying manila/tests/api/views/test_share_network_subnets.py -> manila-21.1.0.dev33/manila/tests/api/views copying manila/tests/api/views/test_share_networks.py -> manila-21.1.0.dev33/manila/tests/api/views copying manila/tests/api/views/test_shares.py -> manila-21.1.0.dev33/manila/tests/api/views copying manila/tests/api/views/test_versions.py -> manila-21.1.0.dev33/manila/tests/api/views copying manila/tests/cmd/__init__.py -> manila-21.1.0.dev33/manila/tests/cmd copying manila/tests/cmd/test_api.py -> manila-21.1.0.dev33/manila/tests/cmd copying manila/tests/cmd/test_data.py -> manila-21.1.0.dev33/manila/tests/cmd copying manila/tests/cmd/test_manage.py -> manila-21.1.0.dev33/manila/tests/cmd copying manila/tests/cmd/test_scheduler.py -> manila-21.1.0.dev33/manila/tests/cmd copying manila/tests/cmd/test_share.py -> manila-21.1.0.dev33/manila/tests/cmd copying manila/tests/cmd/test_status.py -> manila-21.1.0.dev33/manila/tests/cmd copying manila/tests/common/__init__.py -> manila-21.1.0.dev33/manila/tests/common copying manila/tests/common/test_client_auth.py -> manila-21.1.0.dev33/manila/tests/common copying manila/tests/common/test_config.py -> manila-21.1.0.dev33/manila/tests/common copying manila/tests/compute/__init__.py -> manila-21.1.0.dev33/manila/tests/compute copying manila/tests/compute/test_nova.py -> manila-21.1.0.dev33/manila/tests/compute copying manila/tests/data/__init__.py -> manila-21.1.0.dev33/manila/tests/data copying manila/tests/data/test_helper.py -> manila-21.1.0.dev33/manila/tests/data copying manila/tests/data/test_manager.py -> manila-21.1.0.dev33/manila/tests/data copying manila/tests/data/test_rpcapi.py -> manila-21.1.0.dev33/manila/tests/data copying manila/tests/data/test_utils.py -> manila-21.1.0.dev33/manila/tests/data copying manila/tests/db/__init__.py -> manila-21.1.0.dev33/manila/tests/db copying manila/tests/db/fakes.py -> manila-21.1.0.dev33/manila/tests/db copying manila/tests/db/test_api.py -> manila-21.1.0.dev33/manila/tests/db copying manila/tests/db/test_migration.py -> manila-21.1.0.dev33/manila/tests/db copying manila/tests/db/migrations/__init__.py -> manila-21.1.0.dev33/manila/tests/db/migrations copying manila/tests/db/migrations/test_utils.py -> manila-21.1.0.dev33/manila/tests/db/migrations copying manila/tests/db/migrations/alembic/__init__.py -> manila-21.1.0.dev33/manila/tests/db/migrations/alembic copying manila/tests/db/migrations/alembic/migrations_data_checks.py -> manila-21.1.0.dev33/manila/tests/db/migrations/alembic copying manila/tests/db/migrations/alembic/test_migration.py -> manila-21.1.0.dev33/manila/tests/db/migrations/alembic copying manila/tests/db/sqlalchemy/__init__.py -> manila-21.1.0.dev33/manila/tests/db/sqlalchemy copying manila/tests/db/sqlalchemy/test_api.py -> manila-21.1.0.dev33/manila/tests/db/sqlalchemy copying manila/tests/db/sqlalchemy/test_models.py -> manila-21.1.0.dev33/manila/tests/db/sqlalchemy copying manila/tests/hacking/__init__.py -> manila-21.1.0.dev33/manila/tests/hacking copying manila/tests/hacking/checks.py -> manila-21.1.0.dev33/manila/tests/hacking copying manila/tests/image/__init__.py -> manila-21.1.0.dev33/manila/tests/image copying manila/tests/image/test_image.py -> manila-21.1.0.dev33/manila/tests/image copying manila/tests/integrated/__init__.py -> manila-21.1.0.dev33/manila/tests/integrated copying manila/tests/integrated/integrated_helpers.py -> manila-21.1.0.dev33/manila/tests/integrated copying manila/tests/integrated/test_extensions.py -> manila-21.1.0.dev33/manila/tests/integrated copying manila/tests/integrated/test_login.py -> manila-21.1.0.dev33/manila/tests/integrated copying manila/tests/integrated/api/__init__.py -> manila-21.1.0.dev33/manila/tests/integrated/api copying manila/tests/integrated/api/client.py -> manila-21.1.0.dev33/manila/tests/integrated/api copying manila/tests/keymgr/__init__.py -> manila-21.1.0.dev33/manila/tests/keymgr copying manila/tests/keymgr/test_barbican.py -> manila-21.1.0.dev33/manila/tests/keymgr copying manila/tests/lock/__init__.py -> manila-21.1.0.dev33/manila/tests/lock copying manila/tests/lock/test_api.py -> manila-21.1.0.dev33/manila/tests/lock copying manila/tests/message/__init__.py -> manila-21.1.0.dev33/manila/tests/message copying manila/tests/message/test_api.py -> manila-21.1.0.dev33/manila/tests/message copying manila/tests/message/test_message_field.py -> manila-21.1.0.dev33/manila/tests/message copying manila/tests/monkey_patch_example/__init__.py -> manila-21.1.0.dev33/manila/tests/monkey_patch_example copying manila/tests/monkey_patch_example/example_a.py -> manila-21.1.0.dev33/manila/tests/monkey_patch_example copying manila/tests/monkey_patch_example/example_b.py -> manila-21.1.0.dev33/manila/tests/monkey_patch_example copying manila/tests/network/__init__.py -> manila-21.1.0.dev33/manila/tests/network copying manila/tests/network/test_standalone_network_plugin.py -> manila-21.1.0.dev33/manila/tests/network copying manila/tests/network/linux/__init__.py -> manila-21.1.0.dev33/manila/tests/network/linux copying manila/tests/network/linux/test_interface.py -> manila-21.1.0.dev33/manila/tests/network/linux copying manila/tests/network/linux/test_ip_lib.py -> manila-21.1.0.dev33/manila/tests/network/linux copying manila/tests/network/linux/test_ovs_lib.py -> manila-21.1.0.dev33/manila/tests/network/linux copying manila/tests/network/neutron/__init__.py -> manila-21.1.0.dev33/manila/tests/network/neutron copying manila/tests/network/neutron/test_neutron_api.py -> manila-21.1.0.dev33/manila/tests/network/neutron copying manila/tests/network/neutron/test_neutron_plugin.py -> manila-21.1.0.dev33/manila/tests/network/neutron copying manila/tests/scheduler/__init__.py -> manila-21.1.0.dev33/manila/tests/scheduler copying manila/tests/scheduler/fakes.py -> manila-21.1.0.dev33/manila/tests/scheduler copying manila/tests/scheduler/test_host_manager.py -> manila-21.1.0.dev33/manila/tests/scheduler copying manila/tests/scheduler/test_manager.py -> manila-21.1.0.dev33/manila/tests/scheduler copying manila/tests/scheduler/test_rpcapi.py -> manila-21.1.0.dev33/manila/tests/scheduler copying manila/tests/scheduler/test_scheduler_options.py -> manila-21.1.0.dev33/manila/tests/scheduler copying manila/tests/scheduler/test_utils.py -> manila-21.1.0.dev33/manila/tests/scheduler copying manila/tests/scheduler/drivers/__init__.py -> manila-21.1.0.dev33/manila/tests/scheduler/drivers copying manila/tests/scheduler/drivers/test_base.py -> manila-21.1.0.dev33/manila/tests/scheduler/drivers copying manila/tests/scheduler/drivers/test_filter.py -> manila-21.1.0.dev33/manila/tests/scheduler/drivers copying manila/tests/scheduler/drivers/test_simple.py -> manila-21.1.0.dev33/manila/tests/scheduler/drivers copying manila/tests/scheduler/evaluator/__init__.py -> manila-21.1.0.dev33/manila/tests/scheduler/evaluator copying manila/tests/scheduler/evaluator/test_evaluator.py -> manila-21.1.0.dev33/manila/tests/scheduler/evaluator copying manila/tests/scheduler/filters/__init__.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_affinity.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_availability_zone.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_base.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_base_host.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_capabilities.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_capacity.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_create_from_snapshot.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_driver.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_extra_specs_ops.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_host.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_ignore_attempted_hosts.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_json.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_retry.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_share_replication.py -> manila-21.1.0.dev33/manila/tests/scheduler/filters copying manila/tests/scheduler/weighers/__init__.py -> manila-21.1.0.dev33/manila/tests/scheduler/weighers copying manila/tests/scheduler/weighers/test_base.py -> manila-21.1.0.dev33/manila/tests/scheduler/weighers copying manila/tests/scheduler/weighers/test_capacity.py -> manila-21.1.0.dev33/manila/tests/scheduler/weighers copying manila/tests/scheduler/weighers/test_goodness.py -> manila-21.1.0.dev33/manila/tests/scheduler/weighers copying manila/tests/scheduler/weighers/test_host_affinity.py -> manila-21.1.0.dev33/manila/tests/scheduler/weighers copying manila/tests/scheduler/weighers/test_netapp_aiq.py -> manila-21.1.0.dev33/manila/tests/scheduler/weighers copying manila/tests/scheduler/weighers/test_pool.py -> manila-21.1.0.dev33/manila/tests/scheduler/weighers copying manila/tests/services/__init__.py -> manila-21.1.0.dev33/manila/tests/services copying manila/tests/services/test_api.py -> manila-21.1.0.dev33/manila/tests/services copying manila/tests/share/__init__.py -> manila-21.1.0.dev33/manila/tests/share copying manila/tests/share/test_access.py -> manila-21.1.0.dev33/manila/tests/share copying manila/tests/share/test_api.py -> manila-21.1.0.dev33/manila/tests/share copying manila/tests/share/test_driver.py -> manila-21.1.0.dev33/manila/tests/share copying manila/tests/share/test_drivers_private_data.py -> manila-21.1.0.dev33/manila/tests/share copying manila/tests/share/test_hook.py -> manila-21.1.0.dev33/manila/tests/share copying manila/tests/share/test_manager.py -> manila-21.1.0.dev33/manila/tests/share copying manila/tests/share/test_migration.py -> manila-21.1.0.dev33/manila/tests/share copying manila/tests/share/test_rpcapi.py -> manila-21.1.0.dev33/manila/tests/share copying manila/tests/share/test_share_types.py -> manila-21.1.0.dev33/manila/tests/share copying manila/tests/share/test_share_utils.py -> manila-21.1.0.dev33/manila/tests/share copying manila/tests/share/test_snapshot_access.py -> manila-21.1.0.dev33/manila/tests/share copying manila/tests/share/drivers/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers copying manila/tests/share/drivers/dummy.py -> manila-21.1.0.dev33/manila/tests/share/drivers copying manila/tests/share/drivers/test_ganesha.py -> manila-21.1.0.dev33/manila/tests/share/drivers copying manila/tests/share/drivers/test_generic.py -> manila-21.1.0.dev33/manila/tests/share/drivers copying manila/tests/share/drivers/test_glusterfs.py -> manila-21.1.0.dev33/manila/tests/share/drivers copying manila/tests/share/drivers/test_helpers.py -> manila-21.1.0.dev33/manila/tests/share/drivers copying manila/tests/share/drivers/test_lvm.py -> manila-21.1.0.dev33/manila/tests/share/drivers copying manila/tests/share/drivers/test_service_instance.py -> manila-21.1.0.dev33/manila/tests/share/drivers copying manila/tests/share/drivers/cephfs/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/cephfs copying manila/tests/share/drivers/cephfs/test_driver.py -> manila-21.1.0.dev33/manila/tests/share/drivers/cephfs copying manila/tests/share/drivers/container/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/container copying manila/tests/share/drivers/container/fakes.py -> manila-21.1.0.dev33/manila/tests/share/drivers/container copying manila/tests/share/drivers/container/test_container_helper.py -> manila-21.1.0.dev33/manila/tests/share/drivers/container copying manila/tests/share/drivers/container/test_driver.py -> manila-21.1.0.dev33/manila/tests/share/drivers/container copying manila/tests/share/drivers/container/test_protocol_helper.py -> manila-21.1.0.dev33/manila/tests/share/drivers/container copying manila/tests/share/drivers/container/test_security_service_helper.py -> manila-21.1.0.dev33/manila/tests/share/drivers/container copying manila/tests/share/drivers/container/test_storage_helper.py -> manila-21.1.0.dev33/manila/tests/share/drivers/container copying manila/tests/share/drivers/dell_emc/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc copying manila/tests/share/drivers/dell_emc/test_driver.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc copying manila/tests/share/drivers/dell_emc/common/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common copying manila/tests/share/drivers/dell_emc/common/enas/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas copying manila/tests/share/drivers/dell_emc/common/enas/fakes.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas copying manila/tests/share/drivers/dell_emc/common/enas/test_connector.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas copying manila/tests/share/drivers/dell_emc/common/enas/test_utils.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas copying manila/tests/share/drivers/dell_emc/common/enas/utils.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas copying manila/tests/share/drivers/dell_emc/plugins/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins copying manila/tests/share/drivers/dell_emc/plugins/powerflex/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex copying manila/tests/share/drivers/dell_emc/plugins/powerflex/test_connection.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex copying manila/tests/share/drivers/dell_emc/plugins/powerflex/test_object_manager.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_filesystem_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_export_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_snapshot_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fileystem_id_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_export_name_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_snapshot_name_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nas_server_id_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_id_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_name_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_id_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_spare_percentage.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_statistic.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/login_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup copying manila/tests/share/drivers/dell_emc/plugins/powermax/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powermax copying manila/tests/share/drivers/dell_emc/plugins/powermax/test_connection.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powermax copying manila/tests/share/drivers/dell_emc/plugins/powermax/test_object_manager.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powermax copying manila/tests/share/drivers/dell_emc/plugins/powerscale/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerscale copying manila/tests/share/drivers/dell_emc/plugins/powerscale/test_powerscale.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerscale copying manila/tests/share/drivers/dell_emc/plugins/powerscale/test_powerscale_api.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerscale copying manila/tests/share/drivers/dell_emc/plugins/powerstore/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore copying manila/tests/share/drivers/dell_emc/plugins/powerstore/test_client.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore copying manila/tests/share/drivers/dell_emc/plugins/powerstore/test_connection.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/clone_snapshot_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_filesystem_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_nfs_export_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_smb_share_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_snapshot_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_cluster_id_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_fileystem_id_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_fsid_from_export_name_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_fsid_from_share_name_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nas_server_id_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nas_server_interfaces_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nas_server_smb_netbios_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nfs_export_id_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nfs_export_name_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_smb_share_id_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/resize_filesystem_shrink_failure_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/retreive_cluster_capacity_metrics_response.json -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup copying manila/tests/share/drivers/dell_emc/plugins/unity/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/fake_exceptions.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/mocked_manila.yaml -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/mocked_unity.yaml -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/res_mock.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/test_client.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/test_connection.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/test_utils.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/utils.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/vnx/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/vnx copying manila/tests/share/drivers/dell_emc/plugins/vnx/test_connection.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/vnx copying manila/tests/share/drivers/dell_emc/plugins/vnx/test_object_manager.py -> manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/plugins/vnx copying manila/tests/share/drivers/ganesha/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/ganesha copying manila/tests/share/drivers/ganesha/test_manager.py -> manila-21.1.0.dev33/manila/tests/share/drivers/ganesha copying manila/tests/share/drivers/ganesha/test_utils.py -> manila-21.1.0.dev33/manila/tests/share/drivers/ganesha copying manila/tests/share/drivers/glusterfs/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/glusterfs copying manila/tests/share/drivers/glusterfs/test_common.py -> manila-21.1.0.dev33/manila/tests/share/drivers/glusterfs copying manila/tests/share/drivers/glusterfs/test_glusterfs_native.py -> manila-21.1.0.dev33/manila/tests/share/drivers/glusterfs copying manila/tests/share/drivers/glusterfs/test_layout.py -> manila-21.1.0.dev33/manila/tests/share/drivers/glusterfs copying manila/tests/share/drivers/glusterfs/test_layout_directory.py -> manila-21.1.0.dev33/manila/tests/share/drivers/glusterfs copying manila/tests/share/drivers/glusterfs/test_layout_volume.py -> manila-21.1.0.dev33/manila/tests/share/drivers/glusterfs copying manila/tests/share/drivers/hdfs/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hdfs copying manila/tests/share/drivers/hdfs/test_hdfs_native.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hdfs copying manila/tests/share/drivers/hitachi/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hitachi copying manila/tests/share/drivers/hitachi/hnas/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hitachi/hnas copying manila/tests/share/drivers/hitachi/hnas/test_driver.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hitachi/hnas copying manila/tests/share/drivers/hitachi/hnas/test_ssh.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hitachi/hnas copying manila/tests/share/drivers/hitachi/hsp/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hitachi/hsp copying manila/tests/share/drivers/hitachi/hsp/fakes.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hitachi/hsp copying manila/tests/share/drivers/hitachi/hsp/test_driver.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hitachi/hsp copying manila/tests/share/drivers/hitachi/hsp/test_rest.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hitachi/hsp copying manila/tests/share/drivers/hpe/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hpe copying manila/tests/share/drivers/hpe/test_hpe_3par_constants.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hpe copying manila/tests/share/drivers/hpe/test_hpe_3par_driver.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hpe copying manila/tests/share/drivers/hpe/test_hpe_3par_mediator.py -> manila-21.1.0.dev33/manila/tests/share/drivers/hpe copying manila/tests/share/drivers/huawei/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/huawei copying manila/tests/share/drivers/huawei/test_huawei_nas.py -> manila-21.1.0.dev33/manila/tests/share/drivers/huawei copying manila/tests/share/drivers/ibm/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/ibm copying manila/tests/share/drivers/ibm/test_gpfs.py -> manila-21.1.0.dev33/manila/tests/share/drivers/ibm copying manila/tests/share/drivers/infinidat/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/infinidat copying manila/tests/share/drivers/infinidat/test_infinidat.py -> manila-21.1.0.dev33/manila/tests/share/drivers/infinidat copying manila/tests/share/drivers/infortrend/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/infortrend copying manila/tests/share/drivers/infortrend/fake_infortrend_manila_data.py -> manila-21.1.0.dev33/manila/tests/share/drivers/infortrend copying manila/tests/share/drivers/infortrend/fake_infortrend_nas_data.py -> manila-21.1.0.dev33/manila/tests/share/drivers/infortrend copying manila/tests/share/drivers/infortrend/test_infortrend_nas.py -> manila-21.1.0.dev33/manila/tests/share/drivers/infortrend copying manila/tests/share/drivers/inspur/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/inspur copying manila/tests/share/drivers/inspur/as13000/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/inspur/as13000 copying manila/tests/share/drivers/inspur/as13000/test_as13000_nas.py -> manila-21.1.0.dev33/manila/tests/share/drivers/inspur/as13000 copying manila/tests/share/drivers/inspur/instorage/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/inspur/instorage copying manila/tests/share/drivers/inspur/instorage/test_instorage.py -> manila-21.1.0.dev33/manila/tests/share/drivers/inspur/instorage copying manila/tests/share/drivers/macrosan/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/macrosan copying manila/tests/share/drivers/macrosan/test_macrosan_nas.py -> manila-21.1.0.dev33/manila/tests/share/drivers/macrosan copying manila/tests/share/drivers/maprfs/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/maprfs copying manila/tests/share/drivers/maprfs/test_maprfs.py -> manila-21.1.0.dev33/manila/tests/share/drivers/maprfs copying manila/tests/share/drivers/netapp/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp copying manila/tests/share/drivers/netapp/fakes.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp copying manila/tests/share/drivers/netapp/test_common.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp copying manila/tests/share/drivers/netapp/test_utils.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp copying manila/tests/share/drivers/netapp/dataontap/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap copying manila/tests/share/drivers/netapp/dataontap/fakes.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap copying manila/tests/share/drivers/netapp/dataontap/client/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/client copying manila/tests/share/drivers/netapp/dataontap/client/fakes.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/client copying manila/tests/share/drivers/netapp/dataontap/client/test_api.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/client copying manila/tests/share/drivers/netapp/dataontap/client/test_client_base.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/client copying manila/tests/share/drivers/netapp/dataontap/client/test_client_cmode.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/client copying manila/tests/share/drivers/netapp/dataontap/client/test_client_cmode_rest.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/client copying manila/tests/share/drivers/netapp/dataontap/client/test_rest_api.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/client copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_data_motion.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_driver_interfaces.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_base.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_multi_svm.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_single_svm.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_performance.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/protocols/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/protocols copying manila/tests/share/drivers/netapp/dataontap/protocols/fakes.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/protocols copying manila/tests/share/drivers/netapp/dataontap/protocols/test_base.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/protocols copying manila/tests/share/drivers/netapp/dataontap/protocols/test_cifs_cmode.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/protocols copying manila/tests/share/drivers/netapp/dataontap/protocols/test_nfs_cmode.py -> manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/protocols copying manila/tests/share/drivers/nexenta/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/nexenta copying manila/tests/share/drivers/nexenta/test_utils.py -> manila-21.1.0.dev33/manila/tests/share/drivers/nexenta copying manila/tests/share/drivers/nexenta/ns4/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/nexenta/ns4 copying manila/tests/share/drivers/nexenta/ns4/test_jsonrpc.py -> manila-21.1.0.dev33/manila/tests/share/drivers/nexenta/ns4 copying manila/tests/share/drivers/nexenta/ns4/test_nexenta_nas.py -> manila-21.1.0.dev33/manila/tests/share/drivers/nexenta/ns4 copying manila/tests/share/drivers/nexenta/ns5/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/nexenta/ns5 copying manila/tests/share/drivers/nexenta/ns5/test_jsonrpc.py -> manila-21.1.0.dev33/manila/tests/share/drivers/nexenta/ns5 copying manila/tests/share/drivers/nexenta/ns5/test_nexenta_nas.py -> manila-21.1.0.dev33/manila/tests/share/drivers/nexenta/ns5 copying manila/tests/share/drivers/purestorage/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/purestorage copying manila/tests/share/drivers/purestorage/test_flashblade.py -> manila-21.1.0.dev33/manila/tests/share/drivers/purestorage copying manila/tests/share/drivers/qnap/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/qnap copying manila/tests/share/drivers/qnap/fakes.py -> manila-21.1.0.dev33/manila/tests/share/drivers/qnap copying manila/tests/share/drivers/qnap/test_api.py -> manila-21.1.0.dev33/manila/tests/share/drivers/qnap copying manila/tests/share/drivers/qnap/test_qnap.py -> manila-21.1.0.dev33/manila/tests/share/drivers/qnap copying manila/tests/share/drivers/quobyte/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/quobyte copying manila/tests/share/drivers/quobyte/test_jsonrpc.py -> manila-21.1.0.dev33/manila/tests/share/drivers/quobyte copying manila/tests/share/drivers/quobyte/test_quobyte.py -> manila-21.1.0.dev33/manila/tests/share/drivers/quobyte copying manila/tests/share/drivers/tegile/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/tegile copying manila/tests/share/drivers/tegile/test_tegile.py -> manila-21.1.0.dev33/manila/tests/share/drivers/tegile copying manila/tests/share/drivers/vastdata/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/vastdata copying manila/tests/share/drivers/vastdata/test_driver.py -> manila-21.1.0.dev33/manila/tests/share/drivers/vastdata copying manila/tests/share/drivers/vastdata/test_driver_util.py -> manila-21.1.0.dev33/manila/tests/share/drivers/vastdata copying manila/tests/share/drivers/vastdata/test_rest.py -> manila-21.1.0.dev33/manila/tests/share/drivers/vastdata copying manila/tests/share/drivers/veritas/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/veritas copying manila/tests/share/drivers/veritas/test_veritas_isa.py -> manila-21.1.0.dev33/manila/tests/share/drivers/veritas copying manila/tests/share/drivers/windows/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/windows copying manila/tests/share/drivers/windows/test_service_instance.py -> manila-21.1.0.dev33/manila/tests/share/drivers/windows copying manila/tests/share/drivers/windows/test_windows_smb_driver.py -> manila-21.1.0.dev33/manila/tests/share/drivers/windows copying manila/tests/share/drivers/windows/test_windows_smb_helper.py -> manila-21.1.0.dev33/manila/tests/share/drivers/windows copying manila/tests/share/drivers/windows/test_windows_utils.py -> manila-21.1.0.dev33/manila/tests/share/drivers/windows copying manila/tests/share/drivers/windows/test_winrm_helper.py -> manila-21.1.0.dev33/manila/tests/share/drivers/windows copying manila/tests/share/drivers/zadara/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/zadara copying manila/tests/share/drivers/zadara/test_zadara.py -> manila-21.1.0.dev33/manila/tests/share/drivers/zadara copying manila/tests/share/drivers/zfsonlinux/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/zfsonlinux copying manila/tests/share/drivers/zfsonlinux/test_driver.py -> manila-21.1.0.dev33/manila/tests/share/drivers/zfsonlinux copying manila/tests/share/drivers/zfsonlinux/test_utils.py -> manila-21.1.0.dev33/manila/tests/share/drivers/zfsonlinux copying manila/tests/share/drivers/zfssa/__init__.py -> manila-21.1.0.dev33/manila/tests/share/drivers/zfssa copying manila/tests/share/drivers/zfssa/test_zfssarest.py -> manila-21.1.0.dev33/manila/tests/share/drivers/zfssa copying manila/tests/share/drivers/zfssa/test_zfssashare.py -> manila-21.1.0.dev33/manila/tests/share/drivers/zfssa copying manila/tests/share_group/__init__.py -> manila-21.1.0.dev33/manila/tests/share_group copying manila/tests/share_group/test_api.py -> manila-21.1.0.dev33/manila/tests/share_group copying manila/tests/share_group/test_share_group_types.py -> manila-21.1.0.dev33/manila/tests/share_group copying manila/tests/var/ca.crt -> manila-21.1.0.dev33/manila/tests/var copying manila/tests/var/certificate.crt -> manila-21.1.0.dev33/manila/tests/var copying manila/tests/var/privatekey.key -> manila-21.1.0.dev33/manila/tests/var copying manila/tests/volume/__init__.py -> manila-21.1.0.dev33/manila/tests/volume copying manila/tests/volume/test_cinder.py -> manila-21.1.0.dev33/manila/tests/volume copying manila/tests/wsgi/__init__.py -> manila-21.1.0.dev33/manila/tests/wsgi copying manila/tests/wsgi/test_common.py -> manila-21.1.0.dev33/manila/tests/wsgi copying manila/tests/wsgi/test_wsgi.py -> manila-21.1.0.dev33/manila/tests/wsgi copying manila/tests/xenapi/__init__.py -> manila-21.1.0.dev33/manila/tests/xenapi copying manila/transfer/__init__.py -> manila-21.1.0.dev33/manila/transfer copying manila/transfer/api.py -> manila-21.1.0.dev33/manila/transfer copying manila/volume/__init__.py -> manila-21.1.0.dev33/manila/volume copying manila/volume/cinder.py -> manila-21.1.0.dev33/manila/volume copying manila/wsgi/__init__.py -> manila-21.1.0.dev33/manila/wsgi copying manila/wsgi/api.py -> manila-21.1.0.dev33/manila/wsgi copying manila/wsgi/common.py -> manila-21.1.0.dev33/manila/wsgi copying manila/wsgi/eventlet_server.py -> manila-21.1.0.dev33/manila/wsgi copying manila/wsgi/wsgi.py -> manila-21.1.0.dev33/manila/wsgi copying playbooks/manila-tox-genconfig/post.yaml -> manila-21.1.0.dev33/playbooks/manila-tox-genconfig copying rally-jobs/rally-manila-no-ss.yaml -> manila-21.1.0.dev33/rally-jobs copying rally-jobs/rally-manila.yaml -> manila-21.1.0.dev33/rally-jobs copying releasenotes/notes/1741425-fix-service-image-retrieval-issue-bf7ae3e5aa9446e9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/1841035-dellemc-unity-fix-ace-enable-error-b00281bb306d176b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/1896949-netapp-fix-cifs-access-rules-promoted-replica-70b32991cc90e1ca.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/1900191-netapp-fix-ssl-cert-path-option-35354c9b7a9c37e6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/1900469-netapp-cache-pool-status-6dc7da824b9f41c1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/1901189-netapp-fix-kerberos-setup-357753068a5645ad.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/3par-add-update-access-68fc12ffc099f480.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/3par-fix-get_vfs-driver-bootup-db6b085eb6094f5f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/3par-pool-support-fb43b368214c9eda.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/Huawei-driver-utilize-requests-lib-67f2c4e7ae0d2efa.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/Use-http_proxy_to_wsgi-instead-of-ssl-middleware-df533a2c2d9c3a61.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-ability-to-check-tenant-quota-usages-7fs17djahy61nsd6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-access-key-to-share-access-map-2fda4c06a750e24e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-access-visibility-and-delete-locks-52a7ef235813d147.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-admin-only-keys-to-share-metadata-5301424ccd9edf8a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-and-update-security-services-to-in-use-share-servers-on-container-driver-52193447c18e6d10.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-cast-rules-to-readonly-field-62ead37b728db654.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-cleanup-create-from-snap-hnas-0e0431f1fc861a4e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-count-info-in-share-21a6b36c0f4c87b9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-count-info-in-share-snapshot-eee90f1471f7a5c4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-create-share-from-snapshot-another-pool-or-backend-98d61fe753b85632.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-create_share_from_snapshot_support-extra-spec-9b1c3ad6796dd07d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-defaultadsite-to-security-service-e90854c1a69be581.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-details-to-migration-get-progress-df8b3f2c524db1bd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-ensure-shares-api-9ac10877a99ab0c5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-export-location-filter-92ead37b728db654.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-export-locations-api-6fc6086c6a081faa.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-flashblade-driver-de20b758a8ce2640.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-format-output-to-manila-manage-c0bbccb16369e5d3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-gathering-usage-size-8454sd45deopb14e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-healthcheck-middleware-8f659afb7ee0451c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-hsp-default-filter-function-0af60a819faabfec.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-ipv6-32d89161a9a1e0b4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-is-default-e49727d276dd9bc3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-like-filter-4c1d6dc02f40d5a5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-manage-db-purge-b32a24ee045d8d45.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-manila-wsgi-module-ad9bb910f7f3b816.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-per-share-gigabytes-quotas-f495eb0b27378660.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-perodic-task-7454sd45deopb13e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-policy-in-code-c31a24ee045d8d21.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-quiesce-wait-time-to-promote-replica-0757f36d46304a93.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-quotas-section-0e1e638a8f14d26e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-reserved-share-from-snapshot-percentage-2d913ae1fc533690.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-sec-service-user-msg-10054933ff33e347.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-share-access-metadata-4fda2c06e750e83c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-share-and-share-server-user-provided-encryption-key-191a7587c49dc0f3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-share-group-quotas-4e426907eed4c000.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-share-migration-support-in-zfsonlinux-driver-88e6da5692b50810.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-share-server-limits-fb25ea9f214534af.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-share-server-migration-51deb30212859277.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-share-server-migration-enhancements-bbbc98a7fb419700.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-share-type-filter-to-pool-list-api-267614b4d93j12de.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-share-type-info-to-notifications-7fb4597642a6e8e5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-share-type-quotas-33a6b36c0f4c88b1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-snapshot-instances-admin-api-959a1121aa407629.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-support-filter-search-for-share-type-fdbaaa9510cc59dd.yaml-5655800975cec5d4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-tegile-driver-1859114513edb13e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-tenant-quota-for-share-replicas-and-replicas-size-565ffca315afb6f0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-two-new-fields-to-share-groups-api-bc576dddd58a3086.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-update-host-command-to-manila-manage-b32ad5017b564c9e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-update-security-service-for-in-use-share-networks-c60d82898c71eb4a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-updated-at-in-share-instance-show-bdd934b26bdab414.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-user-id-echo-8f42db469b27ff14.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add-vastdriver-5a2ca79a81bc9280.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add_disabled_reason_to_services-8369aaa2985ada25.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add_export_location_metadata-d3c279b73f4c4728.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add_gateway_into_db-1f3cd3f392ae81cf.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add_mtu_info_db-3c1d6dc02f40d5a6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add_share_network_subnet_metadata-ddee482d93030fc3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add_snapshot_metadata-bd986e338220c90e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add_support_multiple_subnet_per_az-e7b0359f4e8eca48.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/add_user_id_and_project_id_to_snapshot_APIs-157614b4b8d01e15.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/added-possibility-to-run-manila-api-with-web-servers-that-support-wsgi-apps-cfffe0b789f8670a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/admin-only-metadata-xena-issue-91690edef7bc13aa.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/affinity-filter-747d3d7c51157172.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/allow-and-deny-access-rule-if-any-instance-is-valid-0e092913d30dbcdd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/api-versions-mark-v1-deprecated-3540d39279fbd60e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/blueprint-netapp-snapshot-visibility-4f090a20145fbf34.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/blueprint-share-and-snapshot-deferred-deletion-b3453718fd1e4b56.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-admin-network-hnas-9b714736e521101e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-allow-locking-shares-against-deletion-5a715292e720a254.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-create-share-from-snapshot-cephfs-080bd6c2ece74c5b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-dell-powerflex-manila-driver-2c496483242e555a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-dell-powerscale-ensure-shares-f2634d498a679d23.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-dell-powerscale-thin-provisioning-71a8c25322d67a6b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-dell-powerscale-update-share-stats-1408fac91ab3528b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-dell-powerstore-manila-driver-263489b0d0b10e2e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-export-locations-az-api-changes-c8aa1a3a5bc86312.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-integrate-os-profiler-b637041861029175.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-netapp-active-iq-scheduler-weigher-df0a6709a63a1f6f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-netapp-ontap-storage-based-cryptograpy-bb7e28896e2a2539.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-ocata-migration-improvements-c8c5675e266100da.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-pass-resource-metadata-updates-to-backend-drivers-7fff302f64fda2d7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-pass-share-network-subnet-metadata-updates-to-backend-drivers-10441eee8375f146.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-remove-project-id-from-urls-9f338371b8ffa203.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-rename-isilon-to-powerscale-8e29d71c9e3629c3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-share-transfer-between-project-5c2ba9944b17e26e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-share-type-supported-azs-2e12ed406f181b3b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-support-group-spec-search-share-group-type-api-df55d056b622ced7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-support-query-user-message-by-timestamp-c0a02b3b3e337e12.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-update-cephfs-drivers-9ac5165f31669030.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bp-update-share-type-name-or-description-a39c5991b930932f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1271568-fix-rpc-init-host-with-rpc-6e76afa553b4f2af.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1475351-handle-successful-deletion-of-snapshot-if-quota-commit-fails-4d150bf0b71a2fd9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1578328-fix-replica-deletion-in-cDOT-7e4502fb50b69507.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1591357-fix-cannot-remove-user-rule-for-NFS-8e1130e2accabd56.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1597940-fix-hpe3par-delete-share-0daf75193f318c41.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1602525-port_binding_mandatory-2aaba0fa72b82676.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1607029-fix-share-server-deletion-when-interfaces-dont-exist-4d00fe9dafadc252.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1613303-fix-config-generator-18b9f9be40d7eee6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1624526-netapp-cdot-filter-root-aggregates-c30ac5064d530b86.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1626249-reintroduce-per-share-instance-access-rule-state-7c08a91373b21557.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1626523-migration-rw-access-fix-7da3365c7b5b90a1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1634278-unmount-orig-active-after-promote-8e24c099ddc1e564.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1634734-fix-backend-extraspec-for-replication-d611d2227997ae3e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1638896-missing-migration-completing-state-1e4926ed56eb268c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1638994-drop-fake-cg-support-from-generic-driver-16efce98f94b1b6b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1639188-fix-extend-operation-of-shrinked-share-in-generic-driver-5c7f82faefaf26ea.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1639662-fix-share-service-VM-restart-problem-1110f9133cc294e8.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1640169-check-ceph-connection-on-setup-c92bde41ced43326.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1645746-fix-inheritance-of-access-rules-from-parent-share-by-zfsonlinux-child-shares-4f85908c8e9871ef.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1645751-fixed-shares-created-from-snapshots-for-lvm-and-generic-drivers-94a1161a9e0b5a85.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1646603-netapp-broadcast-domains-411a626d38835177.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1649782-fixed-incorrect-exportfs-exportfs.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1650043-gpfs-access-bugs-8c10f26ff1f795f4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1651578-gpfs-prepend-beb99f408cf20bb5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1651587-deny-access-verify-563ef2f3f6b8c13b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1654598-enforce-policy-checks-for-share-export-locations-a5cea1ec123b1469.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1657033-fix-share-metadata-error-when-deleting-share.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1658133-fix-lvm-revert-34a90e70c9aa7354.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1659023-netapp-cg-fix-56bb77b7bc61c3f5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1660319-1660336-migration-share-groups-e66a1478634947ad.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1660321-fix-default-approach-for-share-group-snapshot-creation-3e843155c395e861.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1660425-snapshot-access-in-error-bce279ee310060f5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1660686-snapshot-export-locations-mount-not-supported-cdc2f5a3b57a9319.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1660726-migration-export-locations-5670734670435015.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1661266-add-consistent-snapshot-support-attr-to-share-groups-DB-model-daa1d05129802796.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1661271-hnas-snapshot-readonly-4e50183100ed2b19.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1661381-migration-snapshot-export-locations-169786dcec386402.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1662615-hnas-snapshot-concurrency-2147159ea6b086c5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1663300-554e9c78ca2ba992.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1664201-fix-share-replica-status-update-concurrency-in-replica-promotion-feature-63b15d96106c65da.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1665002-hnas-driver-version-f3a8f6bff3dbe054.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1665072-migration-success-fix-3da1e80fbab666de.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1666541-quobyte-resize-list-param-bc5b9c42bdc94c9f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1667450-migration-stale-source-9c092fee267a7a0f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1674908-allow-user-access-fix-495b3e42bdc985ec.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1678524-check-snaprestore-license-for-snapshot-revert-6d32afdc5d0b2b51.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1682795-share-access-list-api-5b1e86218959f796.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1684032-6e4502fdceb693dr7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1688620-netapp-migration-cancelation-fb913131eb8eb82a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1690159-retry-backend-init-58486ea420feaf51.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1690785-fix-gpfs-path-91a354bc69bf6a47.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1694768-fix-netapp-cdot-revert-to-snapshot-5e1be65260454988.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1696000-netapp-fix-security-style-on-cifs-shares-cbdd557a27d11961.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1696669-add-ou-to-security-service-06b69615bd417d40.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1698250-netapp-cdot-fix-share-server-deletion-494ab3ad1c0a97c0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1698258-netapp-fix-tenant-network-gateways-85935582e89a72a0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1699836-disallow-share-type-deletion-with-active-share-group-types-83809532d06ef0dd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1700346-new-exception-for-no-default-share-type-b1dd9bbe8c9cb3df.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1700871-ontap-allow-extend-of-replicated-share-2c9709180d954308.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1703581-cifs-extension-failing-because-of-volume-in-use-3fea31c4a58e2f1b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1703660-fix-netapp-driver-preferred-state-0ce1a62961cded35.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1704622-netapp-cdot-fix-share-specs-on-migration-bfbbebec26533652.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1704971-fix-name-description-filter-85935582e89a72a0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1705533-manage-api-error-message-fix-967b0d44c09b914a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1706137-netapp-manila-set-valid-qos-during-migration-4405fff02bd6fa83.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1707066-deny-ipv6-access-in-error-bce379ee310060f6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1707084-netapp-manila-driver-to-honour-std-extra-specs-d32fae4e9411b503.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1707943-make-lvm-revert-synchronous-0ef5baee3367fd27.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1707946-nfs-helper-0-netmask-224da94b82056f93.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1714691-decimal-separators-in-locales-392c0c794c49c1c2.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1716922-security-group-creation-failed-d46085d11370d918.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1717135-ganesha-cleanup-of-tmp-config-files-66082b2384ace0a5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1717263-netapp-ontap-fix-size-for-share-from-snapshot-02385baa7e085f39.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1717392-fix-downgrade-share-access-map-bbd5fe9cc7002f2d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-172112-fix-drives-private-storage-update-deleted-entries-7516ba624da2dda7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1721787-fix-getting-share-networks-and-security-services-error-7e5e7981fcbf2b53.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1730509-netapp-ipv6-hostname-39abc7f40d48c844.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1733494-allow-user-group-name-with-blank-access-fix-665b3e42bdc985ac.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1734127-a239d022bef4a002.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1735832-43e9291ddd73286d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1736370-qnap-fix-access-rule-override-1b79b70ae48ad9e6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1745436-78c46f8a0c96cbca.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1745436-remove-data-node-access-ip-config-opt-709f330c57cdb0d5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1746202-fix-unicodeDecodeError-when-decode-API-input-4e4502fb50b69502.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1746723-8b89633062885f0b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1747695-fixed-ip-version-in-neutron-bind-network-plugin-526958e2d83df072.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1748139-generic-dont-check-socket-login-e2dd1dbc42ae281a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1749184-eb06929e76a14fce.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1750074-fix-rabbitmq-password-in-debug-mode-4e136ff86223c4ea.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1765420-netapp-fix-delete-share-for-vsadmins-b5dc9e0224cb3ba2.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1767430-access-control-raise-ip-address-conflict-on-host-routes-0c298125fee4a640.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1772026-nve-license-not-present-fix-e5d2e0d6c5df9227.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1772647-b98025c07553e35d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1773761-qnap-fix-manage-share-size-override-a18acdf1a41909b0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1773929-a5cb52c8417ec5fc.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1774159-0afe3dbc39e3c6b0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1774604-qb-driver-b7e717cbc71d6189.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1777126-netapp-skip-route-setup-if-no-gateway-e841635dcd20fd12.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1777551-security-networks-api-all-tenants-fix-a061274afe15180d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1777551-security-services-api-all-tenants-fix-e820ec370d7df473.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1778975-fix-quota-update-does-not-require-a-value-496ec846d2c43963.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1783736-add-share-proto-filtering-to-the-capabilities-scheduler-d8391183335def9f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1785129-fix-sighup-behavior-with-scheduler-8ee803ad0e543cce.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1785180-zfsonlinux-retry-unmounting-during-manage-872cf46313c5a4ff.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1794402-fix-share-stats-container-driver-b3cb1fa2987ad4b1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1795463-fix-pagination-slowness-8fcda3746aa13940.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1798219-fix-snapshot-creation-lvm-and-generic-driver-55e349e02e7fa370.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1801763-gate-public-share-creation-by-policy-a0ad84e4127a3fc3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1802424-add-user-message-when-shrinking-fails-83d0f60ead6f4a4b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1804651-netapp-cdot-add-peferred-dc-to-cifs-ad-99072ce663762e83.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1804656-netapp-cdot-add-port-ids-to-share-server-backend-424ca11a1eb44826.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1804659-speed-up-pools-detail-18f539a96042099a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1811680-destroy-quotas-usages-reservations-when-deleting-share-type-a18f2e00a65fe922.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1813054-remove-share-usage-size-audit-period-conf-opt-7331013d1cdb7b43.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1815038-extend-remove_version_from_href-support-ea479daaaf5c5700.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1815532-supply-request-id-in-all-apis-74419bc1b1feea1e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1816420-validate-access-type-for-ganehas-c42ce6f859fa0c8c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1818081-fix-inferred-script-name-in-case-of-proxy-urls-e33466af856708b4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1822099-fix-multisegment-mtu.yaml-ac2e31c084d8bbb6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1831092-netapp-fix-race-condition-524555133aaa6ca8.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1845135-fix-Unity-cannot-use-mgmt-ipv6-9407710a3fc7f4aa.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1845147-powermax-read-only-policy-585c29c5ff020007.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1845147-vnx-read-only-policy-75b0f414ea5ef471.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1845452-unity--fix-fail-to-delete-cifs-share-c502a10ae306e506.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1846836-fix-share-network-update-unexpected-success-eba8f40db392c467.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1848608-1893718-fix-manage-api-for-shares-with-multiple-export-locations-32ade25e9d82535b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1848889-netapp-fix-share-replica-update-check-failure-90aa964417e7734c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1850264-add-async-error-when-share-extend-error-a0c458204b395994.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1853940-not-send-heartbeat-if-driver-not-initial-9c3cee39e8c725d1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1855391-extend-share-will-go-through-scheduler-3a29093756dc88c1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1858328-netapp-fix-shrinking-error-48bcfffe694f5e81.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1859775-snapshot-over-quota-exception-bb6691612af03ddf.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1859785-share-list-speed-6b09e7717624e037.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1860061-fix-pagination-query-5c893bb8edaf1350.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1861485-fix-share-network-retrieval-31768dcda5aeeaaa.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1862833-fix-backref-by-eager-loading-2d897976e7598625.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1863298-fix-manage-overquota-issue-37031a593b66f8ba.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1867030-delete-share-55663c74a93e77fd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1869148-if-only-pyc-exist-the-extension-API-cannot-be-loaded-172cb9153ebd4b56.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1869712-fix-increased-scheduled-time-for-non-thin-provisioned-backends-1da2cc33d365ba4f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1870751-cleanup-share-type-and-group-type-project-access-when-deleted-4fcd49ba6e6c40bd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1871252-cephfs-doesnt-support-subvolume-group-snapshots-344efbb9ba74e05c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1871999-dell-emc-vnx-powermax-wrong-export-locations-e9763631c621656f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1872243-netapp-fix-vserver-peer-with-same-vserver-8bc65816f1764784.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1872872-fix-quota-checking-b06fd372be143101.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1872873-fix-consume-from-share-eea5941de17a5bcc.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1873963-netapp-fix-vserver-peer-intra-cluster-966398cf3a621edd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1878993-netapp-fix-https-3eddf9eb5b762f3a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1879368-netapp-fix-cifs-promote-back-issue-d8fe28466f9dde49.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1879754-teardown-network-d1887cdf6eb83388.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1880747-netapp-fix-do-not-delete-default-ipspace-aee638279e0f8e93.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1881098-1895323-manila-manage-update-host-fixes-bbbc4fe2da48cae9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1881112-add-manila-manage-service-cleanup-37019840f01bfa2f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1881865-add-generic-fuzzy-matching-logic-in-database-d83917727d12677d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1882590-fix-svm-scoped-netapp-85b53830135f7558.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1883506-fix-delete-manage-error-share-will-lead-to-quota-error-085fd3b7d15ae109.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1885956-enforce-policy-check-getting-share-type-by-name-5eca17b02bea5261.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1886010-Glusterfs-fix-del-share-89dabc8751ed4fec.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1886232-netapp-fix-python-package-name-0f3ec3f2deec8887.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1886690-edit-services-down-message-c857de1a678b6781.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1887643-netapp-add-cifs-dc-add-skip-check-c8ea9b952cedb643.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1888905-fix-group-snapshot-create-delete-0595f9d7a4c0c343.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1888915-harden-lvm-deletions-2a735ab0ee4a4903.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1889549-fix-migration-get-progress-race-15aea537efec6daf.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1890833-fix-cephfs-incorrect-capacity-report-3a9bdaffcc62ec71.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1894362-fix-Glusterfs-del-share-3c8467e1d9f0c6e4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1896322-container-fix-search-veth-regex-7f2156a6fd411bdb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1898924-fix-share-replica-update-missing-share-server-model-c1c060a7c06e4512.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1900752-early-validate-mandatory-security-service-association-f48aecbbc47418cd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1900755-netapp-add-exception-cifs-creation-error-user-privileges-or-credentials.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1901210-return-404-if-share-access-forbidden-02ca9a9552ad3e15.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1901937-netapp-nfs-for-windows-465e704524277ea2.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1903773-fix-lvmdriver-share-unmounting-after-migration-75640e3c9dc62dba.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1903773-fix-zfsonlinux-share-unmounting-after-migration-329b1eb2f33f78a3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1904015-cve-2020-27781-cephx-asynchronous-msgs-6a683076a1fb5a54.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1908352-add-explicit-error-message-c33c7b75a7e49257.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1908963-scheduler-ignore-earlier-time-service-capabilities-0b97bb70ba4fbb7f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1909847-put-ensure-share-into_thread-pool-e658f21c7caad668.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1909951-fix-extend-have-wrong-size-7938eaa6591bd2ad.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1910752-fix-migration-replication-quotas-eaa013b743d721cd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1911695-resize-share-world-accessable-b444d88b67b05af0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1915237-netapp-fix-encrypt-check-on-migrate-1e39bd7f19651972.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1916102-fix-security-service-policy-check-8e72254fa9fedc9e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1916534-netapp-fix-ldap-security-service-c8ee6d36598722cf.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1917417-fix-rbac-check-on-share-access-rules-efdddaf9e6f68fdf.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1917520-avoid-sending-traceback-to-user-if-action-forbidden-0da51825756fd5fc.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1917980-zadara-share-assisted-migration-2d8f8fdb51718faa.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1918323-add-validation-to-share-network-94571f35cb39c815.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1920937-fixed-cifs-share-migration-752fde9631fb077a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1920942-fix-migration-server-selection-3ad50e6c73ae03df.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1921927-handle-service-client-unauthorized-exceptions-b2ebc08a072f7e12.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1922075-fix-Glusterfs-create-share-from-snapshot-failed-053a583522a6fc0e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1922243-fix-project-only-replica-listing-f5f2b95ef14c3ded.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1923008-fix-logic-of-share-network-query-f314ec3010c06045.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1923181-direct-mgr-commands-monmgr-5e8babb4a1067e92.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1923566-fix-notfound-replica-parent-share-d8e50659c02b941a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1924230-skip-periodic-task-for-active-replica-030a982af92f8a62.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1924806-sqlalchemy-view-only-relationships-807d406cf8fac06c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1925342-fix-snapshot-support-api-error-msg-eaf5fd2b1df97d15.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1925486-add-share-network-option-to-replica-create-api-7d2ff3628e93fc77.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1927060-fix-replica-state-on-migration-complete-4fb4d8ba59b58505.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1927823-fix-create-not-home-aggr-e9bd1ebf0d8e4e1e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1928241-d1b48e79aceb3cc4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-192912-fix-filtering-shares-by-extra-specs-b79235301306bcf2.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1929421-netapp-fix-thick-provision-volume-create-for-AFF-c22c72ce4c3fac16.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1930459-add-ceph-version-check-88eee324bc6134ea.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1934345-fix-ipaddress-hosts-invocation-80d419d7e62a5f51.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1934889-netapp-fix-replica-delete-for-scoped-account-8fa193c0424af9b1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1940072-dell-manila-fix-cifs-value-type-f65e162ee27d3e67.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1942124-fix-list-mandatory-services-for-cifs-share-0c524831e8fc6175.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1944478-change-status-for-shares-api-5dbc4986d032c8e1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1945365-netapp-fix-port-conf-91552d3f61378c94.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1945463-allow-override-instance-name-b730d106a9c32c83.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1946990-fix-ignored-neutron-opts-c438a089de9e2066.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1955627-add-check-to-reset-status-baa126a7145a45bb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1957075-fix-replica-promote-autosize-attributes-c180bb7db328bece.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1959472-fix-type-error-jsonfilter-fc7f87c288cc69.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1961087-add-reserved-share-extend-percentage-c6da2ac8a0113d2c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1964089-fix-share-creation-via-rest-9bb4180fc87af6c2.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1964696-fix-GaneshaNFSHelper-update_access-6124a79e34e63030.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1967760-shorten-snapshot-names-cephfs-a220e2b9f7ba5739.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1968069-fix-share-metadata-api-c31aca75bac66501.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1968891-fix-scheduler-capacity-filter-fails-to-pass-when-extending-share-6b60799e7aa41e19.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1971530-fix-cephfs-native-deny-access-facf37fa7053c30d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1973621-add-scheduler-default-extend-filters-1c4f2a1863d0d95b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1975483-rollback-quota-if-share-network-create-fails-628312233bf0c179.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1975715-fix-driverfilter-string-evaluations-3886a68d4d7fa3a1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1976370-stop-logging-login-information-b726d05ee805df27.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1978962-fix-find-available-servers-2dec3a4f3f0ef7e4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1982808-fix-netapp-api-failed-relationship-is-in-use-ecc9ede4d7f0f5b9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1982808-netapp-fix-snapmirror-snapshots-not-cleaned-up-63cc98cd468adbd1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1983125-cb9118c3fa26a6f2.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1986653-infinidat-add-ssl-options-ee91f152bbd28080.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1989283-infinidat-version-bump-6f791d9d97ccf75b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1990150-cephadm-cephnfs-backend-fails-start-raise-exc-7459302bf662fdd6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1990839-add-state-column-for-service-c4fe2a6e312a1651.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1991378-fix-cluster_id-param-cephfs-nfs-2ddc4ff98141b9b9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1991396-add-glance-endpoint-type-151777f255e423a3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1991776-cephfs-configured-ip-versions-fd87976fdb848e8c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1991938-add-filesystem-info-cephfs-nfs-fsal-b39ae5ebaeb6fba1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1992443-infinidat-host-assisted-migration-4344c4d076b66796.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1993828-init-share-server-updated-at-affb6ef54c71939d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1993829-netapp-guard-vserver-name-c65ab9e811b398a8.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1995733-netapp-cifs-server-force-delete-d513c548ebf56448.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-1996859-update-timedelta-and-old-snapmirror-schedules-b565d4163663ffa0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2000171-make-netapp_snapmirror_quiesce_timeout-end-user-option-4dc090eb7da3f7eb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2000253-handle-access-rules-on-replica-c7304ae55c68857f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2002394-fix-bad-mode-enforcement-on-ensure-shares-a2e4d8f6c07c8cf5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2004212-prevent-subnet-deletion-when-group-exists-a35355feb1bf6848.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2004230-fix-cross-project-rbac-328134c64c96c200.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2006792-fix-add-share-network-subnet-non-admin-463347a723069997.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2007060-fix-error-message-7a34357c0212d8f9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2007560-fix-netapp-ipspace-naming-7c097743e187b920.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2008497-speed-up-replica-snapshots-create-request-6facee90320fecca.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2012742-remove-stanza-check-from-netapp-driver-code.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2015094-fix-read-deleted-sqlalchemy-cda2dca772ce8d0a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2015328-disallow-reset-replica-state-on-active-replicas-a3d4511ff1352d68.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2017501-fix-share-export-location-update.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2020187-scheduler-performance-2edc4c706b2fea2f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2020745-dell-unity-lacp-8653da49ad901c5c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2023754-fix-share-replica-url-367797a27a9c314d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2023964-fix-limit-for-display-name-and-description-827d4ccb777ea632.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2024556-skip-error-deleting-replicas-aa2ef4154d5e38f6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2024658-fix-duplicate-entries-of-share-server-backend-details-adf45b417d45b437.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2025075-BadRequest-share-server-migration-get-progress-bf6fe476f7ab3111.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2025641-pause-and-resume-clone-split-during-snapshot-rename-fd0f990d50644d9c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2029366-network-deleted-without-security-associaton-ae56473f6d32c47e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2031048-fix-provider-location-validation-b6d1e977f50643bb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2031193-set-updated_at-access-rules-a382a3e352f3ef7d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2032681-flashblade-relogin-f1781c6bdb15df71.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2033604-fix-count-in-shares-and-snapshots-list-api-683f3103e587b898.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2035137-ceph-nfs-set-preferred-export-location-d1f228a51df8c8b4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2035137-cephfs-support-ensure-shares-b72fe18381af274a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2035572-ignore-errors-remove-export-nfs-ganesha-fd0f8eb1db800d31.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2036931-fix-flexgroup-dedup-compression-aeb013a6ef24f610.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2037109-netapp-use-identifier-to-derive-vserver-name-during-migration-81fd7d24b36b4dbe.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2037422-delete-share-network-subnet-on-network-deletion-b28b42ce4a42b554.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2038607-fix-protocol-access-mapping-opts-e7d61db3e2a84be7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2049507-retry-on-connection-error-to-neutron-df7d2ddac5f30773.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2049538-cephfs-driver-return-allocated-gb-6ecf908dae8f369d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2050010-add-filesystem-name-metadata-to-cephfs-shares-5725d751980360ec.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2050010-allow-configuring-admin-and-driver-metadata-b0ede7d7cf057b5b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2051691-cors-defaults-15989a221a9cb920.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2052785-netapp-allow-share-server-migration-with-replicas-971fece378440aba.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2053100-fix-ceph-driver-preferred-path-update-70147668e0f19c4d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2053100-fix-export-path-preferred-attr-updates-32db001aacfc8563.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2058027-fix-backup-status-in-creating-state-forever-for-wrong-config-a9e10419f33ecb97.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2058642-fix-backup-delete-source-destination-same_vserver-7e165f9acfec123c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2059399-fix-backup-restore-failing-for-rest-bc060fcf893ae0f6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2064502-netapp-fix-revert-to-snapshot-f23ab4dc325b2c42.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2064907-allow-empty-mount-point-prefix.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2064907-fix-share-server-migration.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2066840-dell-powerflex-default-port-fc50b82979e3b11b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2066871-allow-to-update-access-level-for-access-rule-741f8fc3cc190701.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2067266-Fix-leak-of-Manila-ports-on-share-server-deletion-b6faf19725727988.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2067456-handle-share-and-snapshot-show-for-deferred-deletion-37654e034eabccc6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2067609-make-osprofiler-initialization-compatible-with-forks.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2068043-update-deferred-deletion-dc5ea4207e06bb64.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2069125-fix-manila-driver-error-with-ontap-svm-scoped-user-when-add-rule-1ae120a96dd8f68a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2071359-netapp-retry-sis-operatin-if-already-active-4625605175f76d07.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2072552-allow-scheduling-to-disabled-host-82c93468ec322256.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2073766-svm-scope-exclude-management-lif-when-validate-kerberos-config-ef0f1249fcc4445b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2074504-disable-ports-on-neutron-ext-nets-af3ff56da9a928df.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2075967-lock-shares-deletion-when-rule-is-locked-9ce9c6914acc1edb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2082944-sqlalchemy-tracing.yml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2084529-add-db_retry-on-update-methods-538f3a295a110f3f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2084532-add-new-policy-list-all-project-for-shares-and-snapshots-0b02bea6e121c6a2.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2084783-improve-get-all-instances-with-share-data-f217df37bac9b647.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2085112-netapp-make-deleted-volumes-retention-period-configurable-403ec227f256e24b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2088269-vast-add-multiple-export-locations-39243a9091c145f9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2089061-fix-access-rules-locks-lookup-b5efbd41397acba3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2089534-dont-fail-stop-if-service-doesnt-exist-68448b4d775a2b1e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2089634-fix-like-search-option-name-f06d8a50163070bf.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2089826-allow-filtering-shares-on-mount-point-name.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2096656-fix-netapp-create-share-from-snapshot-with-mount-point-name.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2097522-netapp-delete-vlan-even-if-ipspace-is-reused-5bc8b49ad6f91eb7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2098083-Pass-on-port-delete-not-found-error-5acafa7a7810a210.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2099273-stop-overriding-cephfs-nfs-protocols-cf7e3949f688ad6f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2100829-dell-powerscale-http-auth-38831162175686c4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2102673-fix-shares-stuck-in-ensuring-190ce5519c33baad.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2104357-Fix-server_migrating-status-of-non-active-replica-6af28a67a4684d16.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2106382-NetApp-Preserve-custom-snapshot-policies-d3bd010a12325506.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2111918-netapp-fix-rentention-period-rest-api-e73b358ccc6e7b37.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2114260-Add-guard-to-qualified_replica-e02bd4b21acee803.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2114969-netapp-guard-already-existing-cifs-access-df01145c6782e880.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2120176-Handle-Neuton-Subnet-Full-Exception-9cb634909f0dc716.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2120291-netapp-rest-basic-share-creation-failure-fixes-f768ba19f3157db4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2120650-enforce-policy-check-for-share-snapshots-retrieval-b4c66a3e90bd38af.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2121141-fixing-cifs-share-creation-through-netapp-legacy-client-4c3868fca9de2df2.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2124043-db-purge-raise-on-missing-tables-22eb3c30ee2ab29c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2125572-fix-b0de27626125e6f1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2127023-fix-shares-stuck-in-ensuring-44fbb778fa5b3d2d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2128702-allow-zero-netapp-volume-retantion-period-24a524c2b91d866e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-2130717-auto-attribute-mode-key-error-for-rest-e7958807a5e2e0e5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug-667744-fix-c64071e6e5a098f7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug_1564623_change-e286060a27b02f64.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug_1582931-1437eae20fa544d1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bug_1844046-fix-image-not-found-629415d50cd6042a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/bugfix-1771958-1771970-bcec841e7ae6b9f6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/cephfs-add-nfs-protocol-support-44764094c9d784d8.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/cephfs-fix-export-ip-escaping-on-hostname-e2866be32a8f5e38.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/cephfs-native-add-readonly-shares-support-067ccab0217ab5f5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/cephfs-native-enhance-update-access-support-e1a1258084c997ca.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/cephfs-native-fix-evict-c45fd2de8f520757.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/cephfs-nfs-ipv6-support-2ffd9c0448c2f47e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/cephfs-set-mode-b7fb3ec51300c220.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/cephfs-snapshots-enabled-4886147664270c32.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/cephfs-support-statement-for-victoria-and-beyond-e94baa7857b1624c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/change_user_project_length-93cc8d1c32926e75.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/check-thin-provisioning-4bb702535f6b10b6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/clean-expired-messages-6161094d0c108aa7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/config-for-cephfs-volume-prefix-67f2513f603cb614.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/container-add-share-server-migration-1f4509ade926aec6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/container-driver-5d972cc40e314663.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/container-driver-hardening-against-races-30c9f517a6392b9d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/container-manage-unmanage-share-servers-880d889828ee7ce3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/container-multiple-subnets-per-az-702aad41d6f91b59.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/dedupe-support-hnas-driver-017d2f2a93a8b487.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/delete_vlan_on_vserver_delete-a7acd145c0b8236d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/dell-emc-unity-use-user-capacity-322f8bbb7c536453.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/dellemc-fix-capacity-report-25f75a6c96e12b40.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/deprecate-ceph-nfs-protocol-helper-ba5ec5095d9eaca7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/deprecate-ceph-nfs-protocol-helper-options-bacaf4565478e38f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/deprecate-dellemc-vnx-20c9daec7aec541c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/deprecate-glustefs-8e0c863aaa58eb6b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/deprecate-json-formatted-policy-file-fd0345f215e6ccd5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/deprecate-memcached-servers-config-option-f4456382b9b4d6db.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/deprecate-old-ks-opts-in-nova-neutron-cinder-groups-e395015088d93fdc.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/deprecate-service-instance-network-helper-option-82ff62a038f2bfa3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/deprecate-tegile-04c7466e29570ad5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/deprecate-use_forwarded_for-2b47e9b63d5f2fc1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/deprecate-windows-smb-654983cf22856e31.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/disable-share-groups-api-by-default-0627b97ac2cda4cb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/do-not-create-default-route-66ff4199b60e35c7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/driver-filter-91e2c60c9d1a48dd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/drop-python-3-6-and-3-7-924b62070c5b60ff.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/drop-python2-support-e160ff36811a5964.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/drop-support-for-lvm-share-export-ip-e031ef4c5f95b534.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/emc-unity-manila-support-d4f5a410501cfdae.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/emc_vnx_interface_ports_configuration-00d454b3003ef981.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/enable-enforce-scope-c2d57db049741896.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/enhance-ensure-share-58fc14ffc099f481.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/error-share-set-size-ff5d4f4ac2d56755.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/estimate-provisioned-capacity-34f0d2d7c6c56621.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/extra_specs_case_insensitive-e9d4ca10d94f2307.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/feature-certificate-based-authentication-for-netapp-drivers-e5163559d2335643.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-1870280-share-type-user-message-902275047410bdbf.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-consistency-groups-api-dd9b5b99138e22eb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-creating-from-snapshot-server-limit-7b575c7cbf081efc.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-ganesha-allow-access-for-all-ips-09773a79dc76ad44.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-generic-driver-resize-0fde9c8674db5951.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-generic-driver-using-uuid-to-mount-volumes-291208b283120224.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-hds-hnas-unconfined-09b79f3bdb24a83c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-hnas-mount-on-manage-snapshot-91e094c579ddf1a3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-huawei-driver-cifs-mount-issue-2d7bff5a7e6e3ad6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-huawei-driver-qos-deletion-9ad62db3d7415980.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-huawei-exception-a09b73234ksd94kd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-issue-about-provisioned_capaciti_gb-is_None-d700c0544a8a88e8.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-managing-twice-hnas-4956a7653d27e320.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-netApp-drivers-share-server-migration-is-failing-eee991ccbab4cd5a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-netapp-manage-snapshot-f6ed571bd4f9a2ac.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-neutron-plugin-invalid-key-dict-68c3d6bcbf2f19f0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-no-router-server-0d5bf587063f22fc.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-py3-netapp-a9815186ddc865d4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-race-condition-netapp-5a36f6ba95a49c5e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-share-instance-list-with-limit-db7b5b99138e22ee.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-share-manager-shrinking-data-loss-state-edc87ba2fd7e32d8.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-verser-client-in-case-vserver-not-present-92b8a710a08f90e6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix-volume-efficiency-status-2102ad630c5407a8.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix_access_level_managed_shares_hnas-c76a09beed365b46.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix_cephx_validation-cba4df77f9f45c6e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix_create_from_snapshot-5d8e470b46aac67d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix_limit_formating_routes-1b0e1a475de6ac44.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix_manage_snapshots_hnas-2c0e1a47b5e6ac33.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix_policy_file-4a382ac241c718c6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix_share_server_api_2025649-f818f594e97c59e6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fix_share_server_manager_match_id-276202295539dc0f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fixed-netapp-cdot-autosupport-3fabd8ac2e407f70.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/fixing-driver-filter-14022294c8c04d2d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/ganesha-dynamic-update-access-be80bd1cb785e733.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/ganesha-store-exports-and-export-counter-in-ceph-rados-052b925f8ea460f4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/generic-driver-noop-interface-driver-24abcf7af1e08ff9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/generic-route-racing-adf92d212f1ab4de.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/glusterfs-add-directory-layout-extend-shrink-fd2a008f152edbf5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/glusterfs-handle-new-volume-option-xml-schema-dad06253453c572c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/gpfs-nfs-server-type-default-value-change-58890adba373737c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/graduate-share-groups-feature-5f751b49ccc62969.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/graduate-share-replication-feature-17aec111b6c5bf0f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/guru-meditation-support-7872da69f529a6c2.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/hitachi-driver-cifs-user-support-3f1a8b894fe3e9bb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/hnas-driver-rename-7ef74fe720f7e04b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/hnas-manage-unmanage-snapshot-support-0d939e1764c9ebb9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/hnas-mountable-snapshots-4fbffa05656112c4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/hnas-revert-to-snapshot-a2405cd6653b1e85.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/hnas_allow_managed_fix-4ec7794e2035d3f2.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/hostonly-filter-1a17a70dd0aafb86.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/hpe3par-rw-snapshot-shares-f7c33b4bf528bf00.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/hsp-driver-e00aff5bc89d4b54.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/huawei-driver-replication-8ed62c8d26ad5060.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/huawei-driver-sectorsize-config-da776132ba6da2a7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/huawei-driver-support-snapshot-revert-1208c586bd8db98e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/huawei-pool-disktype-support-0a52ba5d44da55f9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/huawei-support-access-all-ip-4994c10ff75ac683.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/human-readable-export-location-share-support-a72cd2f0e92c41c7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/hybrid-aggregates-in-netapp-cdot-drivers-e7c90fb62426c281.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/ibm-gpfs-ces-support-3498e35d9fea1b55.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/ibm-gpfs-manage-support-c110120c350728e3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/infinidat-add-infinibox-driver-ec652258e710d6a0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/infinidat-balance-network-spaces-ips-25a9f1e587b87156.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/infinidat-delete-datasets-with-snapshots-4d18f8c197918606.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/infortrend-manila-driver-a1a2af20de6368cb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/inspur-as13000-driver-41f6b7caea82e46e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/inspur-instorage-driver-51d7a67f253f3ecd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/inspur-support-rwx-for-cifs-permission-4279f1fe7a59fd00.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/introduce-tooz-library-5fed75b8caffcf42.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/limiting-ssh-access-from-tenant-network-6519efd6d6895076.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/lv-mounting-inside-containers-af8f84d1fab256d1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/lvm-export-ips-5f73f30df94381d3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/macrosan-add-configuration-option-282fa1026748c4f9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/macrosan-manila-driver-4644ed2cdd51b030.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/manage-share-in-zfsonlinux-driver-e80921081206f75b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/manage-share-snapshot-in-huawei-driver-007b2c763fbdf480.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/manage-snapshot-in-zfsonlinux-driver-6478d8d5b3c6a97f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/manage-unmanage-replicated-share-fa90ce34372b6df5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/manage-unmanage-share-servers-cd4a6523d8e9fbdf.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/manage-unmanage-snapshot-bd92164472638f44.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/manage-unmanage-snapshot-in-netapp-cdot-driver-5cb4b1619c39625a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/manila-netapp-storage-efficiency-policy-5fa0b2b15901bf93.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/manila-share-support-recycle-bin-1cc7859affaf8887.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/manila-status-upgrade-check-framework-aef9b5cf9d8e3bda.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/manila-wsgi-debug-log-opts-691a7647655b4778.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/maprfs-manila-drivers-1541296f26cf78fd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/max-share-extend-size-on-type-0528be9a5c27678b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/migration-access-fix-71a0f52ea7a152a3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/migration-empty-files-01d1a3caa2e9705e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/migration-share-type-98e3d3c4c6f47bd9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/min-max-share-size-on-type-a7c69046e5c57944.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/mount-volume-path-ff3c3f83039e1a3f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/move-emc-share-driver-to-dell-emc-dir-1ec34dee0544270d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/multi-segment-support-fa171a8e3201d54e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-add-async-snapmirror-schedule-config-54a33647735f751c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-add-extra-spec-max_files_multiplier-b74692c0d54f4678.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-add-fpolicy-support-dd31628a1c8e64d6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-add-migration-through-svm-migrate-c1e29fce19758324.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-add-new-security-certificate-for-vserver-aba543211ae6b811.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-add-security-service-update-718a68ebe60fd2b5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-add-share-server-migration-663f7ced1ef93558.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-add-support-for-adaptive-qos-d036238e7f29cf75.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-add-support-for-logical-space-reporting-bb3b582f162664c8.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-add-update-from-network-subnet-metadata-method-0615490d86958c3d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-add-update-share-from-metadata-method-71f308c2b05d59bb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-barbican-share-encryption-support-46ec89c70557e526.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-bug-2061976-only-modify-qos-policy-if-troughput-changed-ce1b56a3bb3c3d78.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-cdot-add-max-over-subscription-ratio-pool-stats-eea763b3b9b3ba7d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-cdot-apply-mtu-from-network-provider-d12179a2374cdda0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-cdot-clone-split-control-a68b5fc80f1fc368.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-cdot-configure-nfs-versions-83e3f319c4592c39.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-cdot-multi-svm-configure-nfs-95c9154e1aa28751.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-cdot-optimized-migration-within-share-server-92cfa1bcf0c317fc.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-cdot-quality-of-service-limits-c1fe8601d00cb5a8.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-cdot-ss-multiple-dns-ip-df42a217977ce44d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-cdot-switch-volume-efficiency-bd22733445d146f0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-cdot-use-security-service-ou-4dc5835c9e00ad9d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-check-snapshot-after-creation-1b59038a3a117c65.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-consider-last-transfer-size-error-for-replica-state-7ef49186a1b8a5a0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-create-share-from-snapshot-another-pool-330639b57aa5f04d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-default-ipv6-route-13a9fd4959928524.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-delay-clone-split-after-share-creation-fbae159d988fe2a0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-enable-aes-encryption-for-cifs-a1f98e5cb0010ea0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-fix-export-location-for-readable-replica-promote-8e0c4be5f1966e53.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-flexgroup-support-9b3f30afb94d3a86.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-human-readable-export-location-support-b04af9f5054ad541.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-ipv6-support-f448e99a7c112362.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-manage-unmanage-share-servers-635496b46e306920.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-multiple-subnets-support-274a37c5ddb43ca1.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-ontap-rest-api-client-4c83c7b931f950cf.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-readable-replica-cb7d5460ad7b3b0e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-remove-last-transfer-size-limit-check-ec66035ff30ad70b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-replication-dhss-true-5b2887de8e9a2cb5.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-restrict-lif-creation-per-ha-pair-249021556be5189d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-retry-requests-0a77a31f5222d4b2.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-set-discovery-mode-to-none-d66b2125a8d12740.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-stop-clone-split-during-share-delete-720456e55031ef65.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-support-filtering-api-tracing-02d1f4271f44d24c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-svm-get-progress-596cd387c66dea1b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp-use-default-ad-site-security-service-55748f54c2390fad.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp_cdot_performance_utilization-aff1b498a159470e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/netapp_configure_net_with_metadata-c5d1b5f542967276.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/neutron-binding-driver-43f01565051b031b.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/new-config-option-dhss-4931db193fd76656.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/new-secure-rbac-defaults-in-wallaby-13c0583afdfcfcc7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/newton-migration-improvements-cf9d3d6e37e19c94.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/nexenta-manila-drivers-cbd0b376a076ec50.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/nexentastor5-v1.1-1ad6c8f7b5cc11b6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/optimize-deferred-deletion-get-share-instance-query-b6366b7c3b0a64db.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/per-backend-az-590c68be0e2cb4bd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/powermax-rebrand-manila-a46a0c2ac0aa77ed.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/privsep-migration-846819fdb181d83a.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/pure_antelope_bump-6b3bd1b35f632aee.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/pure_version_bump-2f1280f16391f6f9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/qb-bug-1733807-581e71e6581de28e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/qnap-enhance-support-53848fda525b7ea4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/qnap-fix-manage-snapshot-not-exist-4b111982ddc5fdae.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/qnap-fix-share-and-snapshot-inconsistant-bd628c6e14eeab14.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/qnap-manila-driver-a30fe4011cb90801.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/qnap-support-qes-200-639f3ad70687023d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/qnap-support-qes-210-8775e6c210f3ca9f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/qnap-tds-support-qes-24704313a0881c8c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-AllocType-from-huawei-driver-8b279802f36efb00.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-confusing-deprecation-warnings-a17c20d8973ef2bb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-deprecated-default-options-00fed1238fb6dca0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-deprecated-options-and-auth-4d497e03ad47e872.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-deprecated-public-share-creation-policies-051d59249e556b44.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-deprecated-size-limiter-9d7c8ab69cf85aea.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-host-field-from-shares-and-replicas-a087f85bc4a4ba45.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-intree-tempest-plugin-9fcf6edbeba47cba.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-manila-wsgi-script-07f9a4d00a165f4c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-nova-net-support-from-service-instance-module-dd7559803fa01d45.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-nova-network-support-f5bcb8b2fcd38581.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-old-notif-drivers-ea9f3837c8e82a41.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-os-region-name-82e3cd4c7fb05ff4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-py38-5c619aee267bc1f3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-py39-dec4a09ae03e3583.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-root-helper-config-option-fd517b0603031afa.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-standalone-network-plugin-ip-version-440ebcf27ffd22f8.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/remove-vmax-a3d97ba80ced4895.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/rename-cephfs-native-driver-3d9b4e3c6c78ee98.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/report-PortLimitExceeded-error-to-customer-528990dc9574688f.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/reset_tap_device_after_node_restart-0690a6beca077b95.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/revert-switch-to-use-glanceclient-bc462a5477d6b8cb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/rules-for-managed-share-f28a26ffc980f6fb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/scheduler_hints_share_replica-ffeed5cf9adeddff.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/server-migration-with-network-extension-7433a5c38c8278e4.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/share-backup-d5f68ba6f9aef776.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/share-backup-netapp-driver-8bbcf3fbc1d20614.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/share-backup-netapp-driver-core-6a2328756b14f541.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/share-backup-out-of-place-restore-1db334d8a22be3fa.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/share-mount-snapshots-b52bf3433d1e7afb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/share-network-with-multiple-subnets-a56be8b646b9e463.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/share-replication-81ecf4a32a5c83b6.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/share-revert-to-snapshot-3d028fa00620651e.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/share-revert-to-snapshot-in-netapp-cdot-driver-37f645ec3c14313c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/share-server-delete-failure-ca29d6b286a2c790.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/snaplock-support-for-netapp-driver-9b639386c07c4990.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/snapshot-force-delete-4432bebfb5a0bbc9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/support-ipv6-in-drivers-and-network-plugins-1833121513edb13d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/support-qes-114-5881c0ff0e7da512.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/switch-to-use-glanceclient-dde019b0b141caf8.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/unexpected-data-of-share-from-snap-134189fc0f3eeedf.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/unity-default-filter-function-support-2eefc8044a5add5d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/unity-drvier-support-1gb-share-48f032dff8a6a789.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/unity-manage-server-share-snapshot-support-6a0bbbed74da13c7.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/unity-manila-ipv6-support-dd9bcf23064baceb.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/unity-revert-to-snapshot-support-1cffc3914982003d.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/unity-shrink-share-support-cc748daebfe8f562.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/unity-un-handles-share-server-mode-support-e179c092ab148948.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/unity-vnx-rename-options-1656168dd4bdba70.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/use-cephadm-nfs-ganesha-b9e071924de738fd.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/use-oslo-logging-for-config-options-388da64bb4ce45db.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/use-tooz-heartbeat-c6aa7e15444e63c3.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/user-messages-api-589ee7d68ccba70c.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/vastdata-add-api-token-based-auth-f6ee3fdce1ba6450.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/veritas-access-manila-driver-d75558c01ce6d428.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/vlan-enhancement-in-unity-driver-0f1d972f2f6d00d9.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/vmax-manila-support-7c655fc094c09367.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/vmax-rename-options-44d8123d14a23f94.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/vnx-manila-ipv6-support-9ae986431549cc63.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/vnx-ssl-verification-2d26a24e7e73bf81.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/windows-smb-fix-default-access-d4b9eee899e400a0.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/x-openstack-request-id-2f26a301f3109689.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/zadara-manila-driver-cb22b647e60f7ab8.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/zed-secure-rbac-direction-change-2329bbf442b9a2da.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/zfsonlinux-driver-improvement-create-share-from-snapshot-another-backend-44296f572681be35.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/notes/zfssa-driver-add-share-manage-unmanage-9bd6d2e25cc86c35.yaml -> manila-21.1.0.dev33/releasenotes/notes copying releasenotes/source/2023.1.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/2023.2.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/2024.1.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/2024.2.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/2025.1.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/2025.2.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/conf.py -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/index.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/liberty.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/mitaka.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/newton.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/ocata.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/pike.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/queens.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/rocky.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/stein.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/train.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/unreleased.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/ussuri.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/victoria.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/wallaby.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/xena.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/yoga.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/zed.rst -> manila-21.1.0.dev33/releasenotes/source copying releasenotes/source/_static/.placeholder -> manila-21.1.0.dev33/releasenotes/source/_static copying releasenotes/source/_templates/.placeholder -> manila-21.1.0.dev33/releasenotes/source/_templates copying releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po -> manila-21.1.0.dev33/releasenotes/source/locale/de/LC_MESSAGES copying releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po -> manila-21.1.0.dev33/releasenotes/source/locale/en_GB/LC_MESSAGES copying releasenotes/source/locale/es/LC_MESSAGES/releasenotes.po -> manila-21.1.0.dev33/releasenotes/source/locale/es/LC_MESSAGES copying releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po -> manila-21.1.0.dev33/releasenotes/source/locale/fr/LC_MESSAGES copying tools/coding-checks.sh -> manila-21.1.0.dev33/tools copying tools/cover.sh -> manila-21.1.0.dev33/tools copying tools/enable-pre-commit-hook.sh -> manila-21.1.0.dev33/tools copying tools/fast8.sh -> manila-21.1.0.dev33/tools copying tools/install_venv.py -> manila-21.1.0.dev33/tools copying tools/install_venv_common.py -> manila-21.1.0.dev33/tools copying tools/test-setup.sh -> manila-21.1.0.dev33/tools copying tools/validate-json-files.py -> manila-21.1.0.dev33/tools copying tools/with_venv.sh -> manila-21.1.0.dev33/tools copying zuul.d/grenade-jobs.yaml -> manila-21.1.0.dev33/zuul.d copying zuul.d/project.yaml -> manila-21.1.0.dev33/zuul.d copying manila.egg-info/SOURCES.txt -> manila-21.1.0.dev33/manila.egg-info Writing manila-21.1.0.dev33/setup.cfg creating dist Creating tar archive removing 'manila-21.1.0.dev33' (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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc --copyout /var/tmp/pkgsrc/dist /tmp/tmp.dz3Po4emKd/dist WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.4 starting (python version = 3.9.18, NVR = mock-6.4-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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc --copyout /var/tmp/pkgsrc/dist /tmp/tmp.dz3Po4emKd/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: ['/home/centos10-master-uc/data/dlrn-5.cfg', '/etc/mock/chroot-aliases.cfg', '/etc/mock/site-defaults.cfg'] DEBUG: version: 6.4 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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', '--suppress-sync=yes'] 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', 'unbreq', '__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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '__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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}} 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: f298c1d9-56ae-4347-8346-361932ed1d77 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-25ef5677a674088bfb433ab39df3a75ac7b3cf8f baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/25/ef/25ef5677a674088bfb433ab39df3a75ac7b3cf8f_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-openstack-ironic-python-agent-builder-1923c52fbc0eff1688cbe6a3038b5b252723dd64 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/19/23/1923c52fbc0eff1688cbe6a3038b5b252723dd64_9e2883cd enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-2c90afcbaa65bb298ee58fc325f4e5d90a4eda94 baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/2c/90/2c90afcbaa65bb298ee58fc325f4e5d90a4eda94_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-b2aac80b4189ba84566bde56b84bba2a6c7059d0 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/b2/aa/b2aac80b4189ba84566bde56b84bba2a6c7059d0_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-61f2e2517e4c426a817f437c8e723453b0248005 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/61/f2/61f2e2517e4c426a817f437c8e723453b0248005_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-60cc25952de589566488e5bd70bc2c8aba5d7c73 baseurl=https://trunk.rdoproject.org/centos10-master/component/common/60/cc/60cc25952de589566488e5bd70bc2c8aba5d7c73_dc34a089 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-python-whitebox-tests-tempest-5b4c0669d3418898ac21fa27b03ab6c4222a8c94 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/5b/4c/5b4c0669d3418898ac21fa27b03ab6c4222a8c94_87a8050e enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-25875f24492acff66eedba01c74a0d615b1b9d69 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/25/87/25875f24492acff66eedba01c74a0d615b1b9d69_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-ad612406e7eddfc34f5dbc94973772c252b24eb7 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/ad/61/ad612406e7eddfc34f5dbc94973772c252b24eb7_05968b35 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystone-tests-tempest-97d6de342fc0b7487c2dc99765c4717850758afc baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/97/d6/97d6de342fc0b7487c2dc99765c4717850758afc_b1b2606b enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-9a5e32b37a1b79407c956baafe10c51e5bc17bde baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/9a/5e/9a5e32b37a1b79407c956baafe10c51e5bc17bde_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-ovn-octavia-provider-e1a27c187f425eb52520e2e0b9dd65aa7a274925 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/e1/a2/e1a27c187f425eb52520e2e0b9dd65aa7a274925_45375568 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-4a0d1904954fdb16e70a508fc136f62ea76a8786 baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/4a/0d/4a0d1904954fdb16e70a508fc136f62ea76a8786_fa5cac99 enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-44472b9479fff6a03fa8a847fa0ed03aa84a5b46 baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/44/47/44472b9479fff6a03fa8a847fa0ed03aa84a5b46_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-47b33e2e8ced53df10ce7d6032bf7c625fd7ac89 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/47/b3/47b33e2e8ced53df10ce7d6032bf7c625fd7ac89_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-nova-3e62f3c0a24d4bd4762ce24b71c9280ba19da592 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/3e/62/3e62f3c0a24d4bd4762ce24b71c9280ba19da592_ce86ae78 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-5f89d14ebb6e6fed3b2ef507f8084fe7f05fc951 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/5f/89/5f89d14ebb6e6fed3b2ef507f8084fe7f05fc951_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-zaqar-tests-tempest-691db5e68e5bbae56383e65af94787eddd1571fa baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/69/1d/691db5e68e5bbae56383e65af94787eddd1571fa_e5894932 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-watcher-ui-aaebb77ea7da21c01d8995784c2ba62b73643874 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/aa/eb/aaebb77ea7da21c01d8995784c2ba62b73643874_73715b47 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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc Mock Version: 6.4 INFO: Mock Version: 6.4 INFO: Mock Version: 6.4 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.3lqwjosg', '/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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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.7Gi 1.1Gi 2.1Gi 12Gi 10Gi DEBUG: Swap: 15Gi 5.3Gi 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 900M 3.4G 21% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 178G 372G 33% / 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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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.72kdbm9i', '/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.dz3Po4emKd/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 ']' ++ ls /tmp/tmp.dz3Po4emKd/dist ++ grep .tar.gz + SOURCE=manila-21.1.0.dev33.tar.gz + SOURCEEXT=.tar.gz + SOURCEPATH=/tmp/tmp.dz3Po4emKd/dist/manila-21.1.0.dev33.tar.gz ++ basename manila-21.1.0.dev33.tar.gz .tar.gz + SOURCEWITHREL=manila-21.1.0.dev33-0.20251113184655.f92cbc9.tar.gz + mv /tmp/tmp.dz3Po4emKd/dist/manila-21.1.0.dev33.tar.gz /tmp/tmp.dz3Po4emKd/SOURCES/manila-21.1.0.dev33-0.20251113184655.f92cbc9.tar.gz + cd /home/centos10-master-uc/data/openstack-manila_distro + cp -a manila-dist.conf manila-sudoers manila-wsgi manila.logrotate openstack-manila-api.service openstack-manila-data.service openstack-manila-scheduler.service openstack-manila-share.service openstack-manila.spec sources /tmp/tmp.dz3Po4emKd/SOURCES/ + cp openstack-manila.spec /tmp/tmp.dz3Po4emKd/SPECS/ + cd /tmp/tmp.dz3Po4emKd/SPECS/ + '[' -z '' ']' + grep -qc '^%define upstream_version.*' openstack-manila.spec + sed -i -e '1i%define upstream_version 21.1.0.dev33\' openstack-manila.spec + grep -qc '^%global dlrn .*' openstack-manila.spec + sed -i -e '1i%global dlrn 1\' openstack-manila.spec + grep -qc '^%global dlrn_nvr .*' openstack-manila.spec ++ basename manila-21.1.0.dev33-0.20251113184655.f92cbc9.tar.gz .tar.gz + sed -i -e '1i%global dlrn_nvr manila-21.1.0.dev33-0.20251113184655.f92cbc9\' openstack-manila.spec + sed -i -e s/UPSTREAMVERSION/21.1.0.dev33/g openstack-manila.spec + set_nvr_in_spec + VERSION=21.1.0 + sed -i -e 's/Version:.*/Version: 21.1.0/g' openstack-manila.spec + sed -i -e 's/Release:.*/Release: 0.20251113184655.f92cbc9%{?dist}/g' openstack-manila.spec + '[' '' '!=' 1 ']' + sed -i -e 's/^\(Source\|Source0\):.*/\1: manila-21.1.0.dev33-0.20251113184655.f92cbc9.tar.gz/' openstack-manila.spec + '[' '' '!=' 1 ']' + sed -i -e '/^%changelog.*/q' openstack-manila.spec + cat openstack-manila.spec %global dlrn_nvr manila-21.1.0.dev33-0.20251113184655.f92cbc9 %global dlrn 1 %define upstream_version 21.1.0.dev33 %{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} } %global sources_gpg_sign 0x2426b928085a020d8a90d0d879ab7008d0896c8a %global with_doc %{!?_without_doc:1}%{?_without_doc:0} %global service manila %global common_desc \ OpenStack Shared Filesystem Service (code-name Manila) provides services \ to manage network filesystems for use by Virtual Machine instances. %{!?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 os-api-ref psycopg2-binary # Exclude sphinx from BRs if docs are disabled %if ! 0%{?with_doc} %global excluded_brs %{excluded_brs} sphinx openstackdocstheme %endif Name: openstack-%{service} # Liberty semver reset # https://review.openstack.org/#/q/I6a35fa0dda798fad93b804d00a46af80f08d475c,n,z Epoch: 1 Version: 21.1.0 Release: 0.20251113184655.f92cbc9%{?dist} Summary: OpenStack Shared Filesystem Service License: Apache-2.0 URL: https://wiki.openstack.org/wiki/Manila Source0: manila-21.1.0.dev33-0.20251113184655.f92cbc9.tar.gz Source2: %{service}.logrotate Source3: %{service}-dist.conf Source10: openstack-%{service}-api.service Source11: openstack-%{service}-scheduler.service Source12: openstack-%{service}-share.service Source13: openstack-%{service}-data.service Source14: %{service}-wsgi Source20: %{service}-sudoers # Required for tarball sources verification %if 0%{?sources_gpg} == 1 Source101: https://tarballs.openstack.org/%{service}/%{service}-%{version}%{?milestone}.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: intltool BuildRequires: openstack-macros BuildRequires: git-core BuildRequires: systemd BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros Requires: python3-%{service} = %{epoch}:%{version}-%{release} %{?systemd_ordering} Requires(pre): shadow-utils %description %{common_desc} %package -n python3-%{service} Summary: Python libraries for OpenStack Shared Filesystem Service Group: Applications/System Requires: sudo %description -n python3-%{service} %{common_desc} This package contains the associated Python library. %package -n %{name}-share Summary: An implementation of OpenStack Shared Filesystem Service Group: Applications/System Requires: python3-%{service} = %{epoch}:%{version}-%{release} %{?systemd_requires} Requires(pre): shadow-utils # The manila-share can create shares out of LVM slices. Requires: lvm2 # The manila-share runs testparm, smbd and aborts if it's missing. Requires: samba %description -n %{name}-share %{common_desc} This package contains a reference implementation of a service that exports shares, similar to a filer. %package -n python3-%{service}-tests Summary: Unit tests for the OpenStack Shared Filesystem Service Requires: openstack-%{service} = %{epoch}:%{version}-%{release} %description -n python3-%{service}-tests %{common_desc} This package contains the Manila test files. %if 0%{?with_doc} %package doc Summary: Documentation for OpenStack Shared Filesystem Service Group: Documentation Requires: %{name} = %{epoch}:%{version}-%{release} BuildRequires: graphviz %description doc %{common_desc} This package contains the associated documentation. %endif %prep # Required for tarball sources verification %if 0%{?sources_gpg} == 1 %{gpgverify} --keyring=%{SOURCE102} --signature=%{SOURCE101} --data=%{SOURCE0} %endif %autosetup -n %{service}-%{upstream_version} -S git find . \( -name .gitignore -o -name .placeholder \) -delete find %{service} -name \*.py -exec sed -i '/\/usr\/bin\/env python/{d;q}' {} + 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 # Tox uses doc8 to check docs syntax which we do not ship sed -i /.*doc8.*/d tox.ini sed -i '/sphinx-build/ s/-W//' tox.ini # We do not run linters on packaging rm -f manila/tests/test_hacking.py # 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 %install %pyproject_install # Generate config file PYTHONPATH=%{buildroot}/%{python3_sitelib} oslo-config-generator --config-file=etc/oslo-config-generator/%{service}.conf # docs generation requires everything to be installed first %if 0%{?with_doc} %tox -e docs # Fix hidden-file-or-dir warnings rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo sphinx-build -b man doc/source doc/build/man mkdir -p %{buildroot}%{_mandir}/man1 install -p -D -m 644 doc/build/man/*.1 %{buildroot}%{_mandir}/man1/ %endif # Setup directories install -d -m 755 %{buildroot}%{_sharedstatedir}/%{service} install -d -m 755 %{buildroot}%{_sharedstatedir}/%{service}/tmp install -d -m 755 %{buildroot}%{_localstatedir}/log/%{service} # Install config files install -d -m 755 %{buildroot}%{_sysconfdir}/%{service} install -p -D -m 640 etc/%{service}/%{service}.conf.sample %{buildroot}%{_sysconfdir}/%{service}/%{service}.conf install -p -D -m 644 %{SOURCE3} %{buildroot}%{_datadir}/%{service}/%{service}-dist.conf install -p -D -m 640 etc/%{service}/rootwrap.conf %{buildroot}%{_sysconfdir}/%{service}/rootwrap.conf install -p -D -m 640 etc/%{service}/api-paste.ini %{buildroot}%{_sysconfdir}/%{service}/api-paste.ini # Install initscripts for services install -p -D -m 644 %{SOURCE10} %{buildroot}%{_unitdir}/%{name}-api.service install -p -D -m 644 %{SOURCE11} %{buildroot}%{_unitdir}/%{name}-scheduler.service install -p -D -m 644 %{SOURCE12} %{buildroot}%{_unitdir}/%{name}-share.service install -p -D -m 644 %{SOURCE13} %{buildroot}%{_unitdir}/%{name}-data.service # Install sudoers install -p -D -m 440 %{SOURCE20} %{buildroot}%{_sysconfdir}/sudoers.d/%{service} # Install logrotate install -p -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/openstack-%{service} # Install pid directory install -d -m 755 %{buildroot}%{_localstatedir}/run/%{service} # Install rootwrap files in /usr/share/manila/rootwrap mkdir -p %{buildroot}%{_datadir}/%{service}/rootwrap/ install -p -D -m 644 etc/%{service}/rootwrap.d/* %{buildroot}%{_datarootdir}/%{service}/rootwrap/ # Remove duplicate config files under /usr/etc/ rm -rf %{buildroot}%{_prefix}/etc # Install the cinder-wsgi compatibility file install -m 755 %{SOURCE14} %{buildroot}%{_bindir}/%{service}-wsgi %pre -n python3-%{service} getent group %{service} >/dev/null || groupadd -r %{service} getent passwd %{service} >/dev/null || \ useradd -r -g %{service} -G %{service},nobody -d %{_sharedstatedir}/%{service} \ -s /sbin/nologin -c "OpenStack Manila Daemons" %{service} %post %systemd_post %{name}-api.service %systemd_post %{name}-scheduler.service %systemd_post %{name}-data.service %preun %systemd_preun %{name}-api.service %systemd_preun %{name}-scheduler.service %systemd_preun %{name}-data.service %postun %systemd_postun_with_restart %{name}-api.service %systemd_postun_with_restart %{name}-scheduler.service %systemd_postun_with_restart %{name}-data.service %post -n %{name}-share %systemd_post %{name}-share.service %preun -n %{name}-share %systemd_preun %{name}-share.service %postun -n %{name}-share %systemd_postun_with_restart %{name}-share.service %check %tox -e %{default_toxenv} %files %{_bindir}/%{service}-wsgi %{_bindir}/%{service}-api %{_bindir}/%{service}-scheduler %{_bindir}/%{service}-data %{_unitdir}/%{name}-api.service %{_unitdir}/%{name}-scheduler.service %{_unitdir}/%{name}-data.service %if 0%{?with_doc} %{_mandir}/man1/%{service}*.1.gz %endif %defattr(-, %{service}, %{service}, -) %dir %{_sharedstatedir}/%{service} %dir %{_sharedstatedir}/%{service}/tmp %files -n python3-%{service} %license LICENSE # Aww, this is awkward. The python-manila itself does not need or provide # any configurations, but since it's the bracket package, there's no choice. %dir %{_sysconfdir}/%{service} %config(noreplace) %attr(-, root, %{service}) %{_sysconfdir}/%{service}/%{service}.conf %config(noreplace) %attr(-, root, %{service}) %{_sysconfdir}/%{service}/api-paste.ini %config(noreplace) %attr(-, root, %{service}) %{_sysconfdir}/%{service}/rootwrap.conf %config(noreplace) %{_sysconfdir}/logrotate.d/openstack-%{service} %config(noreplace) %{_sysconfdir}/sudoers.d/%{service} %dir %{_datadir}/%{service} %dir %{_datadir}/%{service}/rootwrap %{_datadir}/%{service}/rootwrap/* %attr(-, root, %{service}) %{_datadir}/%{service}/%{service}-dist.conf # XXX On Fedora 19 and later, /var/run is a symlink to /run, which is mounted. # If one specifies directories in /run, they disappear on reboot. Fix? %dir %attr(0750, %{service}, root) %{_localstatedir}/log/%{service} %dir %attr(0755, %{service}, root) %{_localstatedir}/run/%{service} %{python3_sitelib}/%{service} %{python3_sitelib}/%{service}-%{version}*.dist-info %exclude %{python3_sitelib}/%{service}/tests %{_bindir}/%{service}-manage %{_bindir}/%{service}-rootwrap %{_bindir}/%{service}-status %files -n python3-%{service}-tests %license LICENSE %{python3_sitelib}/%{service}/tests %files -n %{name}-share %{_bindir}/%{service}-share %{_unitdir}/%{name}-share.service %if 0%{?with_doc} %files doc %doc doc/build/html %endif %changelog + spectool -g -C /tmp/tmp.dz3Po4emKd/SOURCES openstack-manila.spec + /usr/bin/mock --buildsrpm -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc --spec openstack-manila.spec --sources=/tmp/tmp.dz3Po4emKd/SOURCES WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.4 starting (python version = 3.9.18, NVR = mock-6.4-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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc --spec openstack-manila.spec --sources=/tmp/tmp.dz3Po4emKd/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', '/etc/mock/chroot-aliases.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg'] DEBUG: version: 6.4 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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', '--suppress-sync=yes'] 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', 'unbreq', '__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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '__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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}} 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: 04dd1bf5-f4a5-45d6-b971-c8f65de8bb8b 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-25ef5677a674088bfb433ab39df3a75ac7b3cf8f baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/25/ef/25ef5677a674088bfb433ab39df3a75ac7b3cf8f_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-openstack-ironic-python-agent-builder-1923c52fbc0eff1688cbe6a3038b5b252723dd64 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/19/23/1923c52fbc0eff1688cbe6a3038b5b252723dd64_9e2883cd enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-2c90afcbaa65bb298ee58fc325f4e5d90a4eda94 baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/2c/90/2c90afcbaa65bb298ee58fc325f4e5d90a4eda94_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-b2aac80b4189ba84566bde56b84bba2a6c7059d0 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/b2/aa/b2aac80b4189ba84566bde56b84bba2a6c7059d0_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-61f2e2517e4c426a817f437c8e723453b0248005 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/61/f2/61f2e2517e4c426a817f437c8e723453b0248005_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-60cc25952de589566488e5bd70bc2c8aba5d7c73 baseurl=https://trunk.rdoproject.org/centos10-master/component/common/60/cc/60cc25952de589566488e5bd70bc2c8aba5d7c73_dc34a089 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-python-whitebox-tests-tempest-5b4c0669d3418898ac21fa27b03ab6c4222a8c94 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/5b/4c/5b4c0669d3418898ac21fa27b03ab6c4222a8c94_87a8050e enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-25875f24492acff66eedba01c74a0d615b1b9d69 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/25/87/25875f24492acff66eedba01c74a0d615b1b9d69_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-ad612406e7eddfc34f5dbc94973772c252b24eb7 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/ad/61/ad612406e7eddfc34f5dbc94973772c252b24eb7_05968b35 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystone-tests-tempest-97d6de342fc0b7487c2dc99765c4717850758afc baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/97/d6/97d6de342fc0b7487c2dc99765c4717850758afc_b1b2606b enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-9a5e32b37a1b79407c956baafe10c51e5bc17bde baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/9a/5e/9a5e32b37a1b79407c956baafe10c51e5bc17bde_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-ovn-octavia-provider-e1a27c187f425eb52520e2e0b9dd65aa7a274925 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/e1/a2/e1a27c187f425eb52520e2e0b9dd65aa7a274925_45375568 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-4a0d1904954fdb16e70a508fc136f62ea76a8786 baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/4a/0d/4a0d1904954fdb16e70a508fc136f62ea76a8786_fa5cac99 enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-44472b9479fff6a03fa8a847fa0ed03aa84a5b46 baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/44/47/44472b9479fff6a03fa8a847fa0ed03aa84a5b46_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-47b33e2e8ced53df10ce7d6032bf7c625fd7ac89 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/47/b3/47b33e2e8ced53df10ce7d6032bf7c625fd7ac89_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-nova-3e62f3c0a24d4bd4762ce24b71c9280ba19da592 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/3e/62/3e62f3c0a24d4bd4762ce24b71c9280ba19da592_ce86ae78 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-5f89d14ebb6e6fed3b2ef507f8084fe7f05fc951 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/5f/89/5f89d14ebb6e6fed3b2ef507f8084fe7f05fc951_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-zaqar-tests-tempest-691db5e68e5bbae56383e65af94787eddd1571fa baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/69/1d/691db5e68e5bbae56383e65af94787eddd1571fa_e5894932 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-watcher-ui-aaebb77ea7da21c01d8995784c2ba62b73643874 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/aa/eb/aaebb77ea7da21c01d8995784c2ba62b73643874_73715b47 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-manila.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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc Mock Version: 6.4 INFO: Mock Version: 6.4 INFO: Mock Version: 6.4 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.eeupxt66', '/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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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 4.9Gi 871Mi 2.3Gi 12Gi 10Gi DEBUG: Swap: 15Gi 5.3Gi 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 845M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 178G 372G 33% / 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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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.wrjpjt39', '/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.3.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.90.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-153.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-13.01-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-3.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-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.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-76.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-76.el10.x86_64 DEBUG: glibc-common-2.39-76.el10.x86_64 DEBUG: glibc-2.39-76.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.3.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-20250905-2.gitc7eb7b2.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-5.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: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.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-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.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.10-1.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-2.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-6.el10.x86_64 DEBUG: openssl-libs-3.5.1-6.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.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.3-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.3.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-76.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-3.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.8.1-1.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-16.el10.x86_64 DEBUG: systemd-257-16.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-16.el10.x86_64 DEBUG: openssh-clients-9.9p1-16.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.3.el10.x86_64 DEBUG: annobin-plugin-gcc-13.01-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.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.8.0-1.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-13.el10.noarch DEBUG: cups-libs-2.4.10-13.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-16.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-25ef5677a674088bfb4 122 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ironic-python-agent-builder- 177 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-2c90afcbaa65bb298ee58 168 kB/s | 3.0 kB 00:00 DEBUG: delorean-ansible-collections-openstack-b2aac80b 178 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-61f2e2517e4c426a8 172 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-60cc25952de589566488e 149 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-whitebox-tests-tempest-5b4c0669 123 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-designate-tests-tempest-25875f2 165 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-ad612406e7eddfc34f5db 166 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystone-tests-tempest-97d6de34 140 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-manila-tests-tempest-9a5e32b37a 166 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-ovn-octavia-provider-e1a27c187f 147 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-octavia-tests-tempest-4a0d19049 174 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-44472b9479fff6a03fa8 149 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-47b33e2e8ced53df10ce7d6032 140 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-nova-3e62f3c0a24d4bd4762ce24b71 185 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-5f89d14ebb6e6fed3b2ef5 178 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-zaqar-tests-tempest-691db5e68e5 186 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-ui-aaebb77ea7da21c01 166 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 13 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 44 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 41 kB/s | 6.6 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 36 kB/s | 8.1 kB 00:00 DEBUG: dlrn-master-testing 167 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 171 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 138 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 31 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 17 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 298 kB/s | 34 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.3.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.90.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-153.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-13.01-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-3.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-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.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-76.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-76.el10.x86_64 DEBUG: glibc-common-2.39-76.el10.x86_64 DEBUG: glibc-2.39-76.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.3.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-20250905-2.gitc7eb7b2.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-5.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: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.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-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.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.10-1.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-2.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-6.el10.x86_64 DEBUG: openssl-libs-3.5.1-6.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.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.3-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.3.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-76.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-3.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.8.1-1.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-16.el10.x86_64 DEBUG: systemd-257-16.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-16.el10.x86_64 DEBUG: openssh-clients-9.9p1-16.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.3.el10.x86_64 DEBUG: annobin-plugin-gcc-13.01-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.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.8.0-1.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-13.el10.noarch DEBUG: cups-libs-2.4.10-13.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-16.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-manila.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', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-manila.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-manila-21.1.0-0.20251113184655.f92cbc9.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-manila.spec) Config(dlrn-5) 0 minutes 9 seconds INFO: Results and/or logs in: /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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.dz3Po4emKd WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.4 starting (python version = 3.9.18, NVR = mock-6.4-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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc --rebuild /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/openstack-manila-21.1.0-0.20251113184655.f92cbc9.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.4 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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', '--suppress-sync=yes'] 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', 'unbreq', '__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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '__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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}, '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'}} 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: 9fbae91d-ee59-4477-93b2-631b6aabdc97 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-25ef5677a674088bfb433ab39df3a75ac7b3cf8f baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/25/ef/25ef5677a674088bfb433ab39df3a75ac7b3cf8f_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-openstack-ironic-python-agent-builder-1923c52fbc0eff1688cbe6a3038b5b252723dd64 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/19/23/1923c52fbc0eff1688cbe6a3038b5b252723dd64_9e2883cd enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-2c90afcbaa65bb298ee58fc325f4e5d90a4eda94 baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/2c/90/2c90afcbaa65bb298ee58fc325f4e5d90a4eda94_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-b2aac80b4189ba84566bde56b84bba2a6c7059d0 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/b2/aa/b2aac80b4189ba84566bde56b84bba2a6c7059d0_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-61f2e2517e4c426a817f437c8e723453b0248005 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/61/f2/61f2e2517e4c426a817f437c8e723453b0248005_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-60cc25952de589566488e5bd70bc2c8aba5d7c73 baseurl=https://trunk.rdoproject.org/centos10-master/component/common/60/cc/60cc25952de589566488e5bd70bc2c8aba5d7c73_dc34a089 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-python-whitebox-tests-tempest-5b4c0669d3418898ac21fa27b03ab6c4222a8c94 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/5b/4c/5b4c0669d3418898ac21fa27b03ab6c4222a8c94_87a8050e enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-25875f24492acff66eedba01c74a0d615b1b9d69 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/25/87/25875f24492acff66eedba01c74a0d615b1b9d69_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-ad612406e7eddfc34f5dbc94973772c252b24eb7 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/ad/61/ad612406e7eddfc34f5dbc94973772c252b24eb7_05968b35 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystone-tests-tempest-97d6de342fc0b7487c2dc99765c4717850758afc baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/97/d6/97d6de342fc0b7487c2dc99765c4717850758afc_b1b2606b enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-9a5e32b37a1b79407c956baafe10c51e5bc17bde baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/9a/5e/9a5e32b37a1b79407c956baafe10c51e5bc17bde_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-ovn-octavia-provider-e1a27c187f425eb52520e2e0b9dd65aa7a274925 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/e1/a2/e1a27c187f425eb52520e2e0b9dd65aa7a274925_45375568 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-4a0d1904954fdb16e70a508fc136f62ea76a8786 baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/4a/0d/4a0d1904954fdb16e70a508fc136f62ea76a8786_fa5cac99 enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-44472b9479fff6a03fa8a847fa0ed03aa84a5b46 baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/44/47/44472b9479fff6a03fa8a847fa0ed03aa84a5b46_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-47b33e2e8ced53df10ce7d6032bf7c625fd7ac89 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/47/b3/47b33e2e8ced53df10ce7d6032bf7c625fd7ac89_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-nova-3e62f3c0a24d4bd4762ce24b71c9280ba19da592 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/3e/62/3e62f3c0a24d4bd4762ce24b71c9280ba19da592_ce86ae78 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-5f89d14ebb6e6fed3b2ef507f8084fe7f05fc951 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/5f/89/5f89d14ebb6e6fed3b2ef507f8084fe7f05fc951_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-zaqar-tests-tempest-691db5e68e5bbae56383e65af94787eddd1571fa baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/69/1d/691db5e68e5bbae56383e65af94787eddd1571fa_e5894932 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-watcher-ui-aaebb77ea7da21c01d8995784c2ba62b73643874 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/aa/eb/aaebb77ea7da21c01d8995784c2ba62b73643874_73715b47 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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.src.rpm INFO: Start(/home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/openstack-manila-21.1.0-0.20251113184655.f92cbc9.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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc Mock Version: 6.4 INFO: Mock Version: 6.4 INFO: Mock Version: 6.4 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.v96cyoor', '/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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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 5.0Gi 751Mi 2.4Gi 12Gi 10Gi DEBUG: Swap: 15Gi 5.3Gi 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 845M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 178G 372G 33% / 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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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.t78dgct3', '/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.3.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.90.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-153.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-13.01-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-3.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-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.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-76.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-76.el10.x86_64 DEBUG: glibc-common-2.39-76.el10.x86_64 DEBUG: glibc-2.39-76.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.3.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-20250905-2.gitc7eb7b2.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-5.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: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.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-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.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.10-1.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-2.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-6.el10.x86_64 DEBUG: openssl-libs-3.5.1-6.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.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.3-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.3.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-76.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-3.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.8.1-1.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-16.el10.x86_64 DEBUG: systemd-257-16.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-16.el10.x86_64 DEBUG: openssh-clients-9.9p1-16.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.3.el10.x86_64 DEBUG: annobin-plugin-gcc-13.01-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.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.8.0-1.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-13.el10.noarch DEBUG: cups-libs-2.4.10-13.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-16.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-25ef5677a674088bfb4 125 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ironic-python-agent-builder- 157 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-2c90afcbaa65bb298ee58 98 kB/s | 3.0 kB 00:00 DEBUG: delorean-ansible-collections-openstack-b2aac80b 105 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-61f2e2517e4c426a8 116 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-60cc25952de589566488e 122 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-whitebox-tests-tempest-5b4c0669 127 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-designate-tests-tempest-25875f2 123 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-ad612406e7eddfc34f5db 98 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystone-tests-tempest-97d6de34 131 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-manila-tests-tempest-9a5e32b37a 130 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-ovn-octavia-provider-e1a27c187f 149 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-octavia-tests-tempest-4a0d19049 94 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-44472b9479fff6a03fa8 144 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-47b33e2e8ced53df10ce7d6032 158 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-nova-3e62f3c0a24d4bd4762ce24b71 120 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-5f89d14ebb6e6fed3b2ef5 120 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-zaqar-tests-tempest-691db5e68e5 125 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-ui-aaebb77ea7da21c01 122 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 44 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 132 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 69 kB/s | 6.6 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 33 kB/s | 8.1 kB 00:00 DEBUG: dlrn-master-testing 91 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 121 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 103 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 31 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 8.4 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 261 kB/s | 34 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.3.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.90.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-153.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-13.01-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-3.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-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.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-76.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-76.el10.x86_64 DEBUG: glibc-common-2.39-76.el10.x86_64 DEBUG: glibc-2.39-76.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.3.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-20250905-2.gitc7eb7b2.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-5.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: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.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-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.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.10-1.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-2.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-6.el10.x86_64 DEBUG: openssl-libs-3.5.1-6.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.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.3-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.3.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-76.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-3.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.8.1-1.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-16.el10.x86_64 DEBUG: systemd-257-16.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-16.el10.x86_64 DEBUG: openssh-clients-9.9p1-16.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.3.el10.x86_64 DEBUG: annobin-plugin-gcc-13.01-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.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.8.0-1.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-13.el10.noarch DEBUG: cups-libs-2.4.10-13.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-16.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-manila-21.1.0-0.20251113184655.f92cbc9.el10.src.rpm Start: build setup for openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.src.rpm DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-Uvh', '--nodeps', '/builddir/build/originals/openstack-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-1:21.1.0-0.2025111318######################################## DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qpl', '/builddir/build/originals/openstack-manila-21.1.0-0.20251113184655.f92cbc9.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: manila-21.1.0.dev33-0.20251113184655.f92cbc9.tar.gz DEBUG: manila-dist.conf DEBUG: manila-sudoers DEBUG: manila-wsgi DEBUG: manila.logrotate DEBUG: openstack-manila-api.service DEBUG: openstack-manila-data.service DEBUG: openstack-manila-scheduler.service DEBUG: openstack-manila-share.service DEBUG: openstack-manila.spec DEBUG: Child return code was: 0 INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-manila.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', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-manila.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-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-21.1.0-0.20251113184655.f92cbc9.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:02 ago on Thu Nov 13 13:47:41 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. DEBUG: Package graphviz-9.0.0-15.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-16.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repository Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: intltool noarch 0.51.0-29.el10 appstream 56 k DEBUG: pyproject-rpm-macros noarch 1.16.2-1.el10 crb 46 k DEBUG: Installing dependencies: DEBUG: autoconf noarch 2.71-13.el10 appstream 736 k DEBUG: automake noarch 1.16.5-20.el10 appstream 702 k DEBUG: emacs-filesystem noarch 1:29.4-12.el10 appstream 10 k DEBUG: gettext x86_64 0.22.5-6.el10 baseos 1.1 M DEBUG: gettext-common-devel noarch 0.22.5-6.el10 appstream 596 k DEBUG: gettext-devel x86_64 0.22.5-6.el10 appstream 242 k DEBUG: gettext-envsubst x86_64 0.22.5-6.el10 baseos 38 k DEBUG: gettext-libs x86_64 0.22.5-6.el10 baseos 669 k DEBUG: gettext-runtime x86_64 0.22.5-6.el10 baseos 122 k DEBUG: groff-base x86_64 1.23.0-10.el10 baseos 1.1 M DEBUG: m4 x86_64 1.4.19-11.el10 appstream 305 k DEBUG: mailcap noarch 2.1.54-8.el10 baseos 35 k DEBUG: ncurses x86_64 6.4-14.20240127.el10 baseos 423 k 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-Clone x86_64 0.46-10.el10 appstream 23 k DEBUG: perl-Compress-Raw-Bzip2 x86_64 2.212-512.el10 appstream 36 k DEBUG: perl-Compress-Raw-Zlib x86_64 2.212-512.el10 appstream 66 k DEBUG: perl-Data-Dump noarch 1.25-13.el10 appstream 33 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-HMAC noarch 1.04-12.el10 appstream 23 k DEBUG: perl-Digest-MD5 x86_64 2.59-6.el10 baseos 37 k DEBUG: perl-Digest-SHA x86_64 1:6.04-512.el10 appstream 63 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-Encode-Locale noarch 1.05-31.el10 appstream 19 k 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-Compare noarch 1.100.800-514.el10 appstream 14 k DEBUG: perl-File-Copy noarch 2.41-514.el10 appstream 21 k DEBUG: perl-File-Find noarch 1.44-514.el10 appstream 26 k DEBUG: perl-File-Listing noarch 6.16-5.el10 appstream 26 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-HTML-Parser x86_64 3.82-3.el10 appstream 124 k DEBUG: perl-HTML-Tagset noarch 3.20-59.el10 appstream 19 k DEBUG: perl-HTTP-Cookies noarch 6.11-5.el10 appstream 38 k DEBUG: perl-HTTP-Date noarch 6.06-6.el10 appstream 25 k DEBUG: perl-HTTP-Message noarch 6.45-5.el10 appstream 99 k DEBUG: perl-HTTP-Negotiate noarch 6.01-40.el10 appstream 21 k DEBUG: perl-HTTP-Tiny noarch 0.088-512.el10 baseos 57 k DEBUG: perl-I18N-Langinfo x86_64 0.24-514.el10 appstream 26 k DEBUG: perl-IO x86_64 1.55-514.el10 appstream 81 k DEBUG: perl-IO-Compress noarch 2.212-512.el10 appstream 306 k DEBUG: perl-IO-HTML noarch 1.004-14.el10 appstream 28 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-LWP-MediaTypes noarch 6.04-19.el10 appstream 34 k DEBUG: perl-MIME-Base64 x86_64 3.16-511.el10 baseos 31 k DEBUG: perl-Module-Load noarch 1:0.36-511.el10 appstream 18 k DEBUG: perl-Mozilla-CA noarch 20231213-5.el10 baseos 15 k DEBUG: perl-NTLM noarch 1.09-41.el10 appstream 23 k DEBUG: perl-Net-HTTP noarch 6.23-6.el10 appstream 40 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-Thread-Queue noarch 3.14-511.el10 appstream 22 k DEBUG: perl-Time-Local noarch 2:1.350-511.el10 baseos 35 k DEBUG: perl-TimeDate noarch 1:2.33-16.el10 appstream 58 k DEBUG: perl-Try-Tiny noarch 0.31-12.el10 appstream 40 k DEBUG: perl-URI noarch 5.27-3.el10 baseos 134 k DEBUG: perl-WWW-RobotRules noarch 6.02-41.el10 appstream 21 k DEBUG: perl-XML-Parser x86_64 2.47-6.el10 appstream 239 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-libwww-perl noarch 6.76-3.el10 appstream 208 k 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-subs noarch 1.04-514.el10 appstream 12 k DEBUG: perl-threads x86_64 1:2.40-511.el10 appstream 59 k DEBUG: perl-threads-shared x86_64 1.69-511.el10 appstream 46 k DEBUG: perl-vars noarch 1.05-514.el10 appstream 14 k DEBUG: Installing weak dependencies: DEBUG: perl-NDBM_File x86_64 1.17-514.el10 appstream 23 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 106 Packages DEBUG: Total size: 14 M DEBUG: Installed size: 44 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] gettext-0.22.5-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gettext-envsubst-0.22.5-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gettext-libs-0.22.5-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gettext-runtime-0.22.5-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] groff-base-1.23.0-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] mailcap-2.1.54-8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] ncurses-6.4-14.20240127.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] autoconf-2.71-13.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] automake-1.16.5-20.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] emacs-filesystem-29.4-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] gettext-common-devel-0.22.5-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] gettext-devel-0.22.5-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] intltool-0.51.0-29.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] m4-1.4.19-11.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-Clone-0.46-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Compress-Raw-Bzip2-2.212-512.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Compress-Raw-Zlib-2.212-512.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Data-Dump-1.25-13.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Digest-HMAC-1.04-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Digest-SHA-6.04-512.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-DynaLoader-1.56-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Encode-Locale-1.05-31.el10.noarch.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-Compare-1.100.800-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Copy-2.41-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Find-1.44-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Listing-6.16-5.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-HTML-Parser-3.82-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-HTML-Tagset-3.20-59.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-HTTP-Cookies-6.11-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-HTTP-Date-6.06-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-HTTP-Message-6.45-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-HTTP-Negotiate-6.01-40.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-I18N-Langinfo-0.24-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-1.55-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-Compress-2.212-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-HTML-1.004-14.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IPC-Open3-1.22-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-LWP-MediaTypes-6.04-19.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Module-Load-0.36-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-NDBM_File-1.17-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-NTLM-1.09-41.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Net-HTTP-6.23-6.el10.noarch.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-Thread-Queue-3.14-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-TimeDate-2.33-16.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Try-Tiny-0.31-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-WWW-RobotRules-6.02-41.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-XML-Parser-2.47-6.el10.x86_64.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-libwww-perl-6.76-3.el10.noarch.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-subs-1.04-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-threads-2.40-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-threads-shared-1.69-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-vars-1.05-514.el10.noarch.rpm: Already downloaded 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 : gettext-libs-0.22.5-6.el10.x86_64 1/106 DEBUG: Installing : m4-1.4.19-11.el10.x86_64 2/106 DEBUG: Installing : gettext-common-devel-0.22.5-6.el10.noarch 3/106 DEBUG: Installing : emacs-filesystem-1:29.4-12.el10.noarch 4/106 DEBUG: Installing : ncurses-6.4-14.20240127.el10.x86_64 5/106 DEBUG: Installing : mailcap-2.1.54-8.el10.noarch 6/106 DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 7/106 DEBUG: Installing : groff-base-1.23.0-10.el10.x86_64 7/106 DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 7/106 DEBUG: Installing : perl-Digest-1.20-511.el10.noarch 8/106 DEBUG: Installing : perl-Digest-MD5-2.59-6.el10.x86_64 9/106 DEBUG: Installing : perl-B-1.89-514.el10.x86_64 10/106 DEBUG: Installing : perl-FileHandle-2.05-514.el10.noarch 11/106 DEBUG: Installing : perl-Data-Dumper-2.189-512.el10.x86_64 12/106 DEBUG: Installing : perl-libnet-3.15-512.el10.noarch 13/106 DEBUG: Installing : perl-AutoLoader-5.74-514.el10.noarch 14/106 DEBUG: Installing : perl-URI-5.27-3.el10.noarch 15/106 DEBUG: Installing : perl-Text-Tabs+Wrap-2024.001-511.el10.noarch 16/106 DEBUG: Installing : perl-Time-Local-2:1.350-511.el10.noarch 17/106 DEBUG: Installing : perl-Mozilla-CA-20231213-5.el10.noarch 18/106 DEBUG: Installing : perl-if-0.61.000-514.el10.noarch 19/106 DEBUG: Installing : perl-locale-1.12-514.el10.noarch 20/106 DEBUG: Installing : perl-IO-Socket-IP-0.42-512.el10.noarch 21/106 DEBUG: Installing : perl-File-Path-2.18-511.el10.noarch 22/106 DEBUG: Installing : perl-Pod-Escapes-1:1.07-511.el10.noarch 23/106 DEBUG: Installing : perl-IO-Socket-SSL-2.085-3.el10.noarch 24/106 DEBUG: Installing : perl-Net-SSLeay-1.94-8.el10.x86_64 25/106 DEBUG: Installing : perl-Term-ANSIColor-5.01-512.el10.noarch 26/106 DEBUG: Installing : perl-Class-Struct-0.68-514.el10.noarch 27/106 DEBUG: Installing : perl-POSIX-2.20-514.el10.x86_64 28/106 DEBUG: Installing : perl-IPC-Open3-1.22-514.el10.noarch 29/106 DEBUG: Installing : perl-File-Temp-1:0.231.100-512.el10.noarch 30/106 DEBUG: Installing : perl-Term-Cap-1.18-511.el10.noarch 31/106 DEBUG: Installing : perl-HTTP-Tiny-0.088-512.el10.noarch 32/106 DEBUG: Installing : perl-Pod-Simple-1:3.45-511.el10.noarch 33/106 DEBUG: Installing : perl-Socket-4:2.038-511.el10.x86_64 34/106 DEBUG: Installing : perl-SelectSaver-1.02-514.el10.noarch 35/106 DEBUG: Installing : perl-Symbol-1.09-514.el10.noarch 36/106 DEBUG: Installing : perl-File-stat-1.14-514.el10.noarch 37/106 DEBUG: Installing : perl-podlators-1:5.01-511.el10.noarch 38/106 DEBUG: Installing : perl-Pod-Perldoc-3.28.01-512.el10.noarch 39/106 DEBUG: Installing : perl-Text-ParseWords-3.31-511.el10.noarch 40/106 DEBUG: Installing : perl-Fcntl-1.18-514.el10.x86_64 41/106 DEBUG: Installing : perl-base-2.27-514.el10.noarch 42/106 DEBUG: Installing : perl-mro-1.29-514.el10.x86_64 43/106 DEBUG: Installing : perl-IO-1.55-514.el10.x86_64 44/106 DEBUG: Installing : perl-overloading-0.02-514.el10.noarch 45/106 DEBUG: Installing : perl-Pod-Usage-4:2.03-511.el10.noarch 46/106 DEBUG: Installing : perl-MIME-Base64-3.16-511.el10.x86_64 47/106 DEBUG: Installing : perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 48/106 DEBUG: Installing : perl-constant-1.33-512.el10.noarch 49/106 DEBUG: Installing : perl-parent-1:0.241-512.el10.noarch 50/106 DEBUG: Installing : perl-Errno-1.38-514.el10.x86_64 51/106 DEBUG: Installing : perl-File-Basename-2.86-514.el10.noarch 52/106 DEBUG: Installing : perl-Getopt-Std-1.14-514.el10.noarch 53/106 DEBUG: Installing : perl-Storable-1:3.32-511.el10.x86_64 54/106 DEBUG: Installing : perl-overload-1.37-514.el10.noarch 55/106 DEBUG: Installing : perl-vars-1.05-514.el10.noarch 56/106 DEBUG: Installing : perl-Getopt-Long-1:2.58-3.el10.noarch 57/106 DEBUG: Installing : perl-Carp-1.54-511.el10.noarch 58/106 DEBUG: Installing : perl-Exporter-5.78-511.el10.noarch 59/106 DEBUG: Installing : perl-PathTools-3.91-512.el10.x86_64 60/106 DEBUG: Installing : perl-NDBM_File-1.17-514.el10.x86_64 61/106 DEBUG: Installing : perl-DynaLoader-1.56-514.el10.x86_64 62/106 DEBUG: Installing : perl-Encode-4:3.21-511.el10.x86_64 63/106 DEBUG: Installing : perl-libs-4:5.40.2-514.el10.x86_64 64/106 DEBUG: Installing : perl-interpreter-4:5.40.2-514.el10.x86_64 65/106 DEBUG: Installing : perl-Compress-Raw-Zlib-2.212-512.el10.x86_64 66/106 DEBUG: Installing : perl-File-Copy-2.41-514.el10.noarch 67/106 DEBUG: Installing : perl-File-Find-1.44-514.el10.noarch 68/106 DEBUG: Installing : perl-LWP-MediaTypes-6.04-19.el10.noarch 69/106 DEBUG: Installing : perl-threads-1:2.40-511.el10.x86_64 70/106 DEBUG: Installing : perl-threads-shared-1.69-511.el10.x86_64 71/106 DEBUG: Installing : perl-Thread-Queue-3.14-511.el10.noarch 72/106 DEBUG: Installing : perl-Digest-SHA-1:6.04-512.el10.x86_64 73/106 DEBUG: Installing : perl-Digest-HMAC-1.04-12.el10.noarch 74/106 DEBUG: Installing : perl-NTLM-1.09-41.el10.noarch 75/106 DEBUG: Installing : perl-Clone-0.46-10.el10.x86_64 76/106 DEBUG: Installing : perl-Compress-Raw-Bzip2-2.212-512.el10.x86_64 77/106 DEBUG: Installing : perl-IO-Compress-2.212-512.el10.noarch 78/106 DEBUG: Installing : perl-Net-HTTP-6.23-6.el10.noarch 79/106 DEBUG: Installing : perl-File-Compare-1.100.800-514.el10.noarch 80/106 DEBUG: Installing : autoconf-2.71-13.el10.noarch 81/106 DEBUG: Installing : automake-1.16.5-20.el10.noarch 82/106 DEBUG: Installing : perl-HTML-Tagset-3.20-59.el10.noarch 83/106 DEBUG: Installing : perl-I18N-Langinfo-0.24-514.el10.x86_64 84/106 DEBUG: Installing : perl-Encode-Locale-1.05-31.el10.noarch 85/106 DEBUG: Installing : perl-IO-HTML-1.004-14.el10.noarch 86/106 DEBUG: Installing : perl-Module-Load-1:0.36-511.el10.noarch 87/106 DEBUG: Installing : perl-TimeDate-1:2.33-16.el10.noarch 88/106 DEBUG: Installing : perl-HTTP-Date-6.06-6.el10.noarch 89/106 DEBUG: Installing : perl-HTTP-Message-6.45-5.el10.noarch 90/106 DEBUG: Installing : perl-HTML-Parser-3.82-3.el10.x86_64 91/106 DEBUG: Installing : perl-HTTP-Cookies-6.11-5.el10.noarch 92/106 DEBUG: Installing : perl-HTTP-Negotiate-6.01-40.el10.noarch 93/106 DEBUG: Installing : perl-File-Listing-6.16-5.el10.noarch 94/106 DEBUG: Installing : perl-Try-Tiny-0.31-12.el10.noarch 95/106 DEBUG: Installing : perl-WWW-RobotRules-6.02-41.el10.noarch 96/106 DEBUG: Installing : perl-subs-1.04-514.el10.noarch 97/106 DEBUG: Installing : perl-Data-Dump-1.25-13.el10.noarch 98/106 DEBUG: Installing : perl-libwww-perl-6.76-3.el10.noarch 99/106 DEBUG: Installing : perl-XML-Parser-2.47-6.el10.x86_64 100/106 DEBUG: Installing : gettext-envsubst-0.22.5-6.el10.x86_64 101/106 DEBUG: Installing : gettext-runtime-0.22.5-6.el10.x86_64 102/106 DEBUG: Installing : gettext-0.22.5-6.el10.x86_64 103/106 DEBUG: Installing : gettext-devel-0.22.5-6.el10.x86_64 104/106 DEBUG: Installing : intltool-0.51.0-29.el10.noarch 105/106 DEBUG: Installing : pyproject-rpm-macros-1.16.2-1.el10.noarch 106/106 DEBUG: Running scriptlet: pyproject-rpm-macros-1.16.2-1.el10.noarch 106/106 DEBUG: Installed: DEBUG: autoconf-2.71-13.el10.noarch DEBUG: automake-1.16.5-20.el10.noarch DEBUG: emacs-filesystem-1:29.4-12.el10.noarch DEBUG: gettext-0.22.5-6.el10.x86_64 DEBUG: gettext-common-devel-0.22.5-6.el10.noarch DEBUG: gettext-devel-0.22.5-6.el10.x86_64 DEBUG: gettext-envsubst-0.22.5-6.el10.x86_64 DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: gettext-runtime-0.22.5-6.el10.x86_64 DEBUG: groff-base-1.23.0-10.el10.x86_64 DEBUG: intltool-0.51.0-29.el10.noarch DEBUG: m4-1.4.19-11.el10.x86_64 DEBUG: mailcap-2.1.54-8.el10.noarch DEBUG: ncurses-6.4-14.20240127.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-Clone-0.46-10.el10.x86_64 DEBUG: perl-Compress-Raw-Bzip2-2.212-512.el10.x86_64 DEBUG: perl-Compress-Raw-Zlib-2.212-512.el10.x86_64 DEBUG: perl-Data-Dump-1.25-13.el10.noarch DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 DEBUG: perl-Digest-1.20-511.el10.noarch DEBUG: perl-Digest-HMAC-1.04-12.el10.noarch DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 DEBUG: perl-Digest-SHA-1:6.04-512.el10.x86_64 DEBUG: perl-DynaLoader-1.56-514.el10.x86_64 DEBUG: perl-Encode-4:3.21-511.el10.x86_64 DEBUG: perl-Encode-Locale-1.05-31.el10.noarch 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-Compare-1.100.800-514.el10.noarch DEBUG: perl-File-Copy-2.41-514.el10.noarch DEBUG: perl-File-Find-1.44-514.el10.noarch DEBUG: perl-File-Listing-6.16-5.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-HTML-Parser-3.82-3.el10.x86_64 DEBUG: perl-HTML-Tagset-3.20-59.el10.noarch DEBUG: perl-HTTP-Cookies-6.11-5.el10.noarch DEBUG: perl-HTTP-Date-6.06-6.el10.noarch DEBUG: perl-HTTP-Message-6.45-5.el10.noarch DEBUG: perl-HTTP-Negotiate-6.01-40.el10.noarch DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch DEBUG: perl-I18N-Langinfo-0.24-514.el10.x86_64 DEBUG: perl-IO-1.55-514.el10.x86_64 DEBUG: perl-IO-Compress-2.212-512.el10.noarch DEBUG: perl-IO-HTML-1.004-14.el10.noarch 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-LWP-MediaTypes-6.04-19.el10.noarch DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 DEBUG: perl-Module-Load-1:0.36-511.el10.noarch DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch DEBUG: perl-NDBM_File-1.17-514.el10.x86_64 DEBUG: perl-NTLM-1.09-41.el10.noarch DEBUG: perl-Net-HTTP-6.23-6.el10.noarch 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-Thread-Queue-3.14-511.el10.noarch DEBUG: perl-Time-Local-2:1.350-511.el10.noarch DEBUG: perl-TimeDate-1:2.33-16.el10.noarch DEBUG: perl-Try-Tiny-0.31-12.el10.noarch DEBUG: perl-URI-5.27-3.el10.noarch DEBUG: perl-WWW-RobotRules-6.02-41.el10.noarch DEBUG: perl-XML-Parser-2.47-6.el10.x86_64 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-libwww-perl-6.76-3.el10.noarch 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-subs-1.04-514.el10.noarch DEBUG: perl-threads-1:2.40-511.el10.x86_64 DEBUG: perl-threads-shared-1.69-511.el10.x86_64 DEBUG: perl-vars-1.05-514.el10.noarch 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-manila-21.1.0-0.20251113184655.f92cbc9.el10.src.rpm Start: rpmbuild openstack-manila-21.1.0-0.20251113184655.f92cbc9.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.3.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.90.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-153.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-13.01-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-3.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-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.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-76.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-76.el10.x86_64 DEBUG: glibc-common-2.39-76.el10.x86_64 DEBUG: glibc-2.39-76.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.3.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-20250905-2.gitc7eb7b2.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-5.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: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.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-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.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.10-1.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-2.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-6.el10.x86_64 DEBUG: openssl-libs-3.5.1-6.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.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.3-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.3.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-76.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-3.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.8.1-1.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-16.el10.x86_64 DEBUG: systemd-257-16.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-16.el10.x86_64 DEBUG: openssh-clients-9.9p1-16.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.3.el10.x86_64 DEBUG: annobin-plugin-gcc-13.01-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.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.8.0-1.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-13.el10.noarch DEBUG: cups-libs-2.4.10-13.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-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: m4-1.4.19-11.el10.x86_64 DEBUG: gettext-common-devel-0.22.5-6.el10.noarch DEBUG: emacs-filesystem-29.4-12.el10.noarch DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: mailcap-2.1.54-8.el10.noarch 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: perl-Compress-Raw-Zlib-2.212-512.el10.x86_64 DEBUG: perl-File-Copy-2.41-514.el10.noarch DEBUG: perl-File-Find-1.44-514.el10.noarch DEBUG: perl-LWP-MediaTypes-6.04-19.el10.noarch DEBUG: perl-threads-2.40-511.el10.x86_64 DEBUG: perl-threads-shared-1.69-511.el10.x86_64 DEBUG: perl-Thread-Queue-3.14-511.el10.noarch DEBUG: perl-Digest-SHA-6.04-512.el10.x86_64 DEBUG: perl-Digest-HMAC-1.04-12.el10.noarch DEBUG: perl-NTLM-1.09-41.el10.noarch DEBUG: perl-Clone-0.46-10.el10.x86_64 DEBUG: perl-Compress-Raw-Bzip2-2.212-512.el10.x86_64 DEBUG: perl-IO-Compress-2.212-512.el10.noarch DEBUG: perl-Net-HTTP-6.23-6.el10.noarch DEBUG: perl-File-Compare-1.100.800-514.el10.noarch DEBUG: autoconf-2.71-13.el10.noarch DEBUG: automake-1.16.5-20.el10.noarch DEBUG: perl-HTML-Tagset-3.20-59.el10.noarch DEBUG: perl-I18N-Langinfo-0.24-514.el10.x86_64 DEBUG: perl-Encode-Locale-1.05-31.el10.noarch DEBUG: perl-IO-HTML-1.004-14.el10.noarch DEBUG: perl-Module-Load-0.36-511.el10.noarch DEBUG: perl-TimeDate-2.33-16.el10.noarch DEBUG: perl-HTTP-Date-6.06-6.el10.noarch DEBUG: perl-HTTP-Message-6.45-5.el10.noarch DEBUG: perl-HTML-Parser-3.82-3.el10.x86_64 DEBUG: perl-HTTP-Cookies-6.11-5.el10.noarch DEBUG: perl-HTTP-Negotiate-6.01-40.el10.noarch DEBUG: perl-File-Listing-6.16-5.el10.noarch DEBUG: perl-Try-Tiny-0.31-12.el10.noarch DEBUG: perl-WWW-RobotRules-6.02-41.el10.noarch DEBUG: perl-subs-1.04-514.el10.noarch DEBUG: perl-Data-Dump-1.25-13.el10.noarch DEBUG: perl-libwww-perl-6.76-3.el10.noarch DEBUG: perl-XML-Parser-2.47-6.el10.x86_64 DEBUG: gettext-envsubst-0.22.5-6.el10.x86_64 DEBUG: gettext-runtime-0.22.5-6.el10.x86_64 DEBUG: gettext-0.22.5-6.el10.x86_64 DEBUG: gettext-devel-0.22.5-6.el10.x86_64 DEBUG: intltool-0.51.0-29.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-manila.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', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/openstack-manila.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.lfVdzJ DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf manila-21.1.0.dev33 DEBUG: + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/manila-21.1.0.dev33-0.20251113184655.f92cbc9.tar.gz DEBUG: + STATUS=0 DEBUG: + '[' 0 -ne 0 ']' DEBUG: + cd manila-21.1.0.dev33 DEBUG: + rm -rf /builddir/build/BUILD/manila-21.1.0.dev33-SPECPARTS DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILD/manila-21.1.0.dev33-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-manila-21.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: + find . '(' -name .gitignore -o -name .placeholder ')' -delete DEBUG: + find manila -name '*.py' -exec sed -i '/\/usr\/bin\/env python/{d;q}' '{}' + 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: + sed -i '/.*doc8.*/d' tox.ini DEBUG: + sed -i '/sphinx-build/ s/-W//' tox.ini DEBUG: + rm -f manila/tests/test_hacking.py DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate os-api-ref psycopg2-binary 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 os-api-ref psycopg2-binary 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 os-api-ref psycopg2-binary 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 os-api-ref psycopg2-binary 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 os-api-ref psycopg2-binary 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 os-api-ref psycopg2-binary 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 os-api-ref psycopg2-binary 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: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate os-api-ref psycopg2-binary DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^psycopg2-binary.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^psycopg2-binary.*/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.TnO3P3 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd manila-21.1.0.dev33 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + echo '(python3dist(tomli) if python3-devel < 3.11)' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/manila-21.1.0.dev33/.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/manila-21.1.0.dev33/.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/manila-21.1.0.dev33/pyproject-wheeldir --output /builddir/build/BUILD/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling pbr>=6.1.1 from build-system.requires DEBUG: Requirement satisfied: pbr>=6.1.1 DEBUG: (installed: pbr 6.1.1) DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section 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 egg_info DEBUG: writing manila.egg-info/PKG-INFO DEBUG: writing dependency_links to manila.egg-info/dependency_links.txt DEBUG: writing entry points to manila.egg-info/entry_points.txt DEBUG: writing requirements to manila.egg-info/requires.txt DEBUG: writing top-level names to manila.egg-info/top_level.txt DEBUG: writing pbr to manila.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 'manila.egg-info/SOURCES.txt' DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement not satisfied: wheel DEBUG: Exiting dependency generation pass: get_requires_for_build_wheel DEBUG: + cat /builddir/build/BUILD/openstack-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-21.1.0-0.20251113184655.f92cbc9.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:06 ago on Thu Nov 13 13:47:41 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. DEBUG: Package graphviz-9.0.0-15.el10.x86_64 is already installed. DEBUG: Package intltool-0.51.0-29.el10.noarch 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 systemd-257-16.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.3.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.90.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-153.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-13.01-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-3.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-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.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-76.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-76.el10.x86_64 DEBUG: glibc-common-2.39-76.el10.x86_64 DEBUG: glibc-2.39-76.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.3.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-20250905-2.gitc7eb7b2.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-5.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: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.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-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.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.10-1.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-2.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-6.el10.x86_64 DEBUG: openssl-libs-3.5.1-6.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.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.3-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.3.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-76.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-3.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.8.1-1.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-16.el10.x86_64 DEBUG: systemd-257-16.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-16.el10.x86_64 DEBUG: openssh-clients-9.9p1-16.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.3.el10.x86_64 DEBUG: annobin-plugin-gcc-13.01-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.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.8.0-1.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-13.el10.noarch DEBUG: cups-libs-2.4.10-13.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-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: m4-1.4.19-11.el10.x86_64 DEBUG: gettext-common-devel-0.22.5-6.el10.noarch DEBUG: emacs-filesystem-29.4-12.el10.noarch DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: mailcap-2.1.54-8.el10.noarch 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: perl-Compress-Raw-Zlib-2.212-512.el10.x86_64 DEBUG: perl-File-Copy-2.41-514.el10.noarch DEBUG: perl-File-Find-1.44-514.el10.noarch DEBUG: perl-LWP-MediaTypes-6.04-19.el10.noarch DEBUG: perl-threads-2.40-511.el10.x86_64 DEBUG: perl-threads-shared-1.69-511.el10.x86_64 DEBUG: perl-Thread-Queue-3.14-511.el10.noarch DEBUG: perl-Digest-SHA-6.04-512.el10.x86_64 DEBUG: perl-Digest-HMAC-1.04-12.el10.noarch DEBUG: perl-NTLM-1.09-41.el10.noarch DEBUG: perl-Clone-0.46-10.el10.x86_64 DEBUG: perl-Compress-Raw-Bzip2-2.212-512.el10.x86_64 DEBUG: perl-IO-Compress-2.212-512.el10.noarch DEBUG: perl-Net-HTTP-6.23-6.el10.noarch DEBUG: perl-File-Compare-1.100.800-514.el10.noarch DEBUG: autoconf-2.71-13.el10.noarch DEBUG: automake-1.16.5-20.el10.noarch DEBUG: perl-HTML-Tagset-3.20-59.el10.noarch DEBUG: perl-I18N-Langinfo-0.24-514.el10.x86_64 DEBUG: perl-Encode-Locale-1.05-31.el10.noarch DEBUG: perl-IO-HTML-1.004-14.el10.noarch DEBUG: perl-Module-Load-0.36-511.el10.noarch DEBUG: perl-TimeDate-2.33-16.el10.noarch DEBUG: perl-HTTP-Date-6.06-6.el10.noarch DEBUG: perl-HTTP-Message-6.45-5.el10.noarch DEBUG: perl-HTML-Parser-3.82-3.el10.x86_64 DEBUG: perl-HTTP-Cookies-6.11-5.el10.noarch DEBUG: perl-HTTP-Negotiate-6.01-40.el10.noarch DEBUG: perl-File-Listing-6.16-5.el10.noarch DEBUG: perl-Try-Tiny-0.31-12.el10.noarch DEBUG: perl-WWW-RobotRules-6.02-41.el10.noarch DEBUG: perl-subs-1.04-514.el10.noarch DEBUG: perl-Data-Dump-1.25-13.el10.noarch DEBUG: perl-libwww-perl-6.76-3.el10.noarch DEBUG: perl-XML-Parser-2.47-6.el10.x86_64 DEBUG: gettext-envsubst-0.22.5-6.el10.x86_64 DEBUG: gettext-runtime-0.22.5-6.el10.x86_64 DEBUG: gettext-0.22.5-6.el10.x86_64 DEBUG: gettext-devel-0.22.5-6.el10.x86_64 DEBUG: intltool-0.51.0-29.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.3.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.90.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-153.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-13.01-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-3.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-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.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-76.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-76.el10.x86_64 DEBUG: glibc-common-2.39-76.el10.x86_64 DEBUG: glibc-2.39-76.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.3.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-20250905-2.gitc7eb7b2.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-5.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: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.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-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.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.10-1.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-2.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-6.el10.x86_64 DEBUG: openssl-libs-3.5.1-6.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.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.3-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.3.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-76.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-3.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.8.1-1.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-16.el10.x86_64 DEBUG: systemd-257-16.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-16.el10.x86_64 DEBUG: openssh-clients-9.9p1-16.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.3.el10.x86_64 DEBUG: annobin-plugin-gcc-13.01-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.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.8.0-1.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-13.el10.noarch DEBUG: cups-libs-2.4.10-13.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-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: m4-1.4.19-11.el10.x86_64 DEBUG: gettext-common-devel-0.22.5-6.el10.noarch DEBUG: emacs-filesystem-29.4-12.el10.noarch DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: mailcap-2.1.54-8.el10.noarch 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: perl-Compress-Raw-Zlib-2.212-512.el10.x86_64 DEBUG: perl-File-Copy-2.41-514.el10.noarch DEBUG: perl-File-Find-1.44-514.el10.noarch DEBUG: perl-LWP-MediaTypes-6.04-19.el10.noarch DEBUG: perl-threads-2.40-511.el10.x86_64 DEBUG: perl-threads-shared-1.69-511.el10.x86_64 DEBUG: perl-Thread-Queue-3.14-511.el10.noarch DEBUG: perl-Digest-SHA-6.04-512.el10.x86_64 DEBUG: perl-Digest-HMAC-1.04-12.el10.noarch DEBUG: perl-NTLM-1.09-41.el10.noarch DEBUG: perl-Clone-0.46-10.el10.x86_64 DEBUG: perl-Compress-Raw-Bzip2-2.212-512.el10.x86_64 DEBUG: perl-IO-Compress-2.212-512.el10.noarch DEBUG: perl-Net-HTTP-6.23-6.el10.noarch DEBUG: perl-File-Compare-1.100.800-514.el10.noarch DEBUG: autoconf-2.71-13.el10.noarch DEBUG: automake-1.16.5-20.el10.noarch DEBUG: perl-HTML-Tagset-3.20-59.el10.noarch DEBUG: perl-I18N-Langinfo-0.24-514.el10.x86_64 DEBUG: perl-Encode-Locale-1.05-31.el10.noarch DEBUG: perl-IO-HTML-1.004-14.el10.noarch DEBUG: perl-Module-Load-0.36-511.el10.noarch DEBUG: perl-TimeDate-2.33-16.el10.noarch DEBUG: perl-HTTP-Date-6.06-6.el10.noarch DEBUG: perl-HTTP-Message-6.45-5.el10.noarch DEBUG: perl-HTML-Parser-3.82-3.el10.x86_64 DEBUG: perl-HTTP-Cookies-6.11-5.el10.noarch DEBUG: perl-HTTP-Negotiate-6.01-40.el10.noarch DEBUG: perl-File-Listing-6.16-5.el10.noarch DEBUG: perl-Try-Tiny-0.31-12.el10.noarch DEBUG: perl-WWW-RobotRules-6.02-41.el10.noarch DEBUG: perl-subs-1.04-514.el10.noarch DEBUG: perl-Data-Dump-1.25-13.el10.noarch DEBUG: perl-libwww-perl-6.76-3.el10.noarch DEBUG: perl-XML-Parser-2.47-6.el10.x86_64 DEBUG: gettext-envsubst-0.22.5-6.el10.x86_64 DEBUG: gettext-runtime-0.22.5-6.el10.x86_64 DEBUG: gettext-0.22.5-6.el10.x86_64 DEBUG: gettext-devel-0.22.5-6.el10.x86_64 DEBUG: intltool-0.51.0-29.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-manila.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', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-manila.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.z6QzIf DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd manila-21.1.0.dev33 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + echo '(python3dist(tomli) if python3-devel < 3.11)' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/manila-21.1.0.dev33/.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/manila-21.1.0.dev33/.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/manila-21.1.0.dev33/pyproject-wheeldir --output /builddir/build/BUILD/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling pbr>=6.1.1 from build-system.requires DEBUG: Requirement satisfied: pbr>=6.1.1 DEBUG: (installed: pbr 6.1.1) DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section 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 egg_info DEBUG: writing manila.egg-info/PKG-INFO DEBUG: writing dependency_links to manila.egg-info/dependency_links.txt DEBUG: writing entry points to manila.egg-info/entry_points.txt DEBUG: writing requirements to manila.egg-info/requires.txt DEBUG: writing top-level names to manila.egg-info/top_level.txt DEBUG: writing pbr to manila.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 'manila.egg-info/SOURCES.txt' DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) 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-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-21.1.0-0.20251113184655.f92cbc9.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 Thu Nov 13 13:47:41 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. DEBUG: Package graphviz-9.0.0-15.el10.x86_64 is already installed. DEBUG: Package intltool-0.51.0-29.el10.noarch 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-wheel-1:0.41.2-5.el10.noarch is already installed. DEBUG: Package systemd-257-16.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.3.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.90.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-153.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-13.01-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-3.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-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.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-76.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-76.el10.x86_64 DEBUG: glibc-common-2.39-76.el10.x86_64 DEBUG: glibc-2.39-76.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.3.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-20250905-2.gitc7eb7b2.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-5.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: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.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-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.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.10-1.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-2.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-6.el10.x86_64 DEBUG: openssl-libs-3.5.1-6.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.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.3-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.3.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-76.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-3.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.8.1-1.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-16.el10.x86_64 DEBUG: systemd-257-16.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-16.el10.x86_64 DEBUG: openssh-clients-9.9p1-16.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.3.el10.x86_64 DEBUG: annobin-plugin-gcc-13.01-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.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.8.0-1.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-13.el10.noarch DEBUG: cups-libs-2.4.10-13.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-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: m4-1.4.19-11.el10.x86_64 DEBUG: gettext-common-devel-0.22.5-6.el10.noarch DEBUG: emacs-filesystem-29.4-12.el10.noarch DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: mailcap-2.1.54-8.el10.noarch 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: perl-Compress-Raw-Zlib-2.212-512.el10.x86_64 DEBUG: perl-File-Copy-2.41-514.el10.noarch DEBUG: perl-File-Find-1.44-514.el10.noarch DEBUG: perl-LWP-MediaTypes-6.04-19.el10.noarch DEBUG: perl-threads-2.40-511.el10.x86_64 DEBUG: perl-threads-shared-1.69-511.el10.x86_64 DEBUG: perl-Thread-Queue-3.14-511.el10.noarch DEBUG: perl-Digest-SHA-6.04-512.el10.x86_64 DEBUG: perl-Digest-HMAC-1.04-12.el10.noarch DEBUG: perl-NTLM-1.09-41.el10.noarch DEBUG: perl-Clone-0.46-10.el10.x86_64 DEBUG: perl-Compress-Raw-Bzip2-2.212-512.el10.x86_64 DEBUG: perl-IO-Compress-2.212-512.el10.noarch DEBUG: perl-Net-HTTP-6.23-6.el10.noarch DEBUG: perl-File-Compare-1.100.800-514.el10.noarch DEBUG: autoconf-2.71-13.el10.noarch DEBUG: automake-1.16.5-20.el10.noarch DEBUG: perl-HTML-Tagset-3.20-59.el10.noarch DEBUG: perl-I18N-Langinfo-0.24-514.el10.x86_64 DEBUG: perl-Encode-Locale-1.05-31.el10.noarch DEBUG: perl-IO-HTML-1.004-14.el10.noarch DEBUG: perl-Module-Load-0.36-511.el10.noarch DEBUG: perl-TimeDate-2.33-16.el10.noarch DEBUG: perl-HTTP-Date-6.06-6.el10.noarch DEBUG: perl-HTTP-Message-6.45-5.el10.noarch DEBUG: perl-HTML-Parser-3.82-3.el10.x86_64 DEBUG: perl-HTTP-Cookies-6.11-5.el10.noarch DEBUG: perl-HTTP-Negotiate-6.01-40.el10.noarch DEBUG: perl-File-Listing-6.16-5.el10.noarch DEBUG: perl-Try-Tiny-0.31-12.el10.noarch DEBUG: perl-WWW-RobotRules-6.02-41.el10.noarch DEBUG: perl-subs-1.04-514.el10.noarch DEBUG: perl-Data-Dump-1.25-13.el10.noarch DEBUG: perl-libwww-perl-6.76-3.el10.noarch DEBUG: perl-XML-Parser-2.47-6.el10.x86_64 DEBUG: gettext-envsubst-0.22.5-6.el10.x86_64 DEBUG: gettext-runtime-0.22.5-6.el10.x86_64 DEBUG: gettext-0.22.5-6.el10.x86_64 DEBUG: gettext-devel-0.22.5-6.el10.x86_64 DEBUG: intltool-0.51.0-29.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.3.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.90.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-153.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-13.01-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-3.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-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.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-76.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-76.el10.x86_64 DEBUG: glibc-common-2.39-76.el10.x86_64 DEBUG: glibc-2.39-76.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.3.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-20250905-2.gitc7eb7b2.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-5.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: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.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-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.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.10-1.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-2.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-6.el10.x86_64 DEBUG: openssl-libs-3.5.1-6.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.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.3-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.3.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-76.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-3.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.8.1-1.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-16.el10.x86_64 DEBUG: systemd-257-16.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-16.el10.x86_64 DEBUG: openssh-clients-9.9p1-16.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.3.el10.x86_64 DEBUG: annobin-plugin-gcc-13.01-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.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.8.0-1.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-13.el10.noarch DEBUG: cups-libs-2.4.10-13.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-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: m4-1.4.19-11.el10.x86_64 DEBUG: gettext-common-devel-0.22.5-6.el10.noarch DEBUG: emacs-filesystem-29.4-12.el10.noarch DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: mailcap-2.1.54-8.el10.noarch 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: perl-Compress-Raw-Zlib-2.212-512.el10.x86_64 DEBUG: perl-File-Copy-2.41-514.el10.noarch DEBUG: perl-File-Find-1.44-514.el10.noarch DEBUG: perl-LWP-MediaTypes-6.04-19.el10.noarch DEBUG: perl-threads-2.40-511.el10.x86_64 DEBUG: perl-threads-shared-1.69-511.el10.x86_64 DEBUG: perl-Thread-Queue-3.14-511.el10.noarch DEBUG: perl-Digest-SHA-6.04-512.el10.x86_64 DEBUG: perl-Digest-HMAC-1.04-12.el10.noarch DEBUG: perl-NTLM-1.09-41.el10.noarch DEBUG: perl-Clone-0.46-10.el10.x86_64 DEBUG: perl-Compress-Raw-Bzip2-2.212-512.el10.x86_64 DEBUG: perl-IO-Compress-2.212-512.el10.noarch DEBUG: perl-Net-HTTP-6.23-6.el10.noarch DEBUG: perl-File-Compare-1.100.800-514.el10.noarch DEBUG: autoconf-2.71-13.el10.noarch DEBUG: automake-1.16.5-20.el10.noarch DEBUG: perl-HTML-Tagset-3.20-59.el10.noarch DEBUG: perl-I18N-Langinfo-0.24-514.el10.x86_64 DEBUG: perl-Encode-Locale-1.05-31.el10.noarch DEBUG: perl-IO-HTML-1.004-14.el10.noarch DEBUG: perl-Module-Load-0.36-511.el10.noarch DEBUG: perl-TimeDate-2.33-16.el10.noarch DEBUG: perl-HTTP-Date-6.06-6.el10.noarch DEBUG: perl-HTTP-Message-6.45-5.el10.noarch DEBUG: perl-HTML-Parser-3.82-3.el10.x86_64 DEBUG: perl-HTTP-Cookies-6.11-5.el10.noarch DEBUG: perl-HTTP-Negotiate-6.01-40.el10.noarch DEBUG: perl-File-Listing-6.16-5.el10.noarch DEBUG: perl-Try-Tiny-0.31-12.el10.noarch DEBUG: perl-WWW-RobotRules-6.02-41.el10.noarch DEBUG: perl-subs-1.04-514.el10.noarch DEBUG: perl-Data-Dump-1.25-13.el10.noarch DEBUG: perl-libwww-perl-6.76-3.el10.noarch DEBUG: perl-XML-Parser-2.47-6.el10.x86_64 DEBUG: gettext-envsubst-0.22.5-6.el10.x86_64 DEBUG: gettext-runtime-0.22.5-6.el10.x86_64 DEBUG: gettext-0.22.5-6.el10.x86_64 DEBUG: gettext-devel-0.22.5-6.el10.x86_64 DEBUG: intltool-0.51.0-29.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-manila.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', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-manila.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.ofe3Ni DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd manila-21.1.0.dev33 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + echo '(python3dist(tomli) if python3-devel < 3.11)' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/manila-21.1.0.dev33/.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/manila-21.1.0.dev33/.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/manila-21.1.0.dev33/pyproject-wheeldir --output /builddir/build/BUILD/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling pbr>=6.1.1 from build-system.requires DEBUG: Requirement satisfied: pbr>=6.1.1 DEBUG: (installed: pbr 6.1.1) DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section 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 egg_info DEBUG: writing manila.egg-info/PKG-INFO DEBUG: writing dependency_links to manila.egg-info/dependency_links.txt DEBUG: writing entry points to manila.egg-info/entry_points.txt DEBUG: writing requirements to manila.egg-info/requires.txt DEBUG: writing top-level names to manila.egg-info/top_level.txt DEBUG: writing pbr to manila.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 'manila.egg-info/SOURCES.txt' DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) 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.07 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 alembic>=1.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: alembic>=1.4.2 DEBUG: Handling castellan>=3.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: castellan>=3.7.0 DEBUG: Handling defusedxml>=0.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: defusedxml>=0.7.1 DEBUG: Handling eventlet>=0.27.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: eventlet>=0.27.0 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling greenlet>=0.4.16 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: greenlet>=0.4.16 DEBUG: (installed: greenlet 3.0.3) DEBUG: Handling lxml>=4.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: lxml>=4.5.2 DEBUG: Handling netaddr>=0.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: netaddr>=0.8.0 DEBUG: Handling oslo.config>=8.3.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.config>=8.3.2 DEBUG: Handling oslo.context>=3.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.context>=3.1.1 DEBUG: Handling oslo.db>=17.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.db>=17.2.1 DEBUG: Handling oslo.i18n>=5.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.i18n>=5.0.1 DEBUG: Handling oslo.log>=4.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.log>=4.4.0 DEBUG: Handling oslo.messaging>=14.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.messaging>=14.1.0 DEBUG: Handling oslo.middleware>=4.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.middleware>=4.1.1 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.privsep>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.privsep>=2.4.0 DEBUG: Handling oslo.reports>=2.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.reports>=2.2.0 DEBUG: Handling oslo.rootwrap>=6.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.rootwrap>=6.2.0 DEBUG: Handling oslo.serialization>=4.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.serialization>=4.0.1 DEBUG: Handling oslo.service>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.service>=2.4.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.concurrency>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.concurrency>=4.3.0 DEBUG: Handling osprofiler>=3.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: osprofiler>=3.4.0 DEBUG: Handling paramiko>=2.7.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: paramiko>=2.7.2 DEBUG: Handling Paste>=3.4.3 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: Paste>=3.4.3 DEBUG: Handling PasteDeploy>=2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PasteDeploy>=2.1.0 DEBUG: Handling pyparsing>=2.4.7 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: pyparsing>=2.4.7 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 keystoneauth1>=4.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: keystoneauth1>=4.2.1 DEBUG: Handling keystonemiddleware>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: keystonemiddleware>=9.1.0 DEBUG: Handling requests>=2.23.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.23.0 DEBUG: (installed: requests 2.32.4) DEBUG: Handling tenacity>=6.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: tenacity>=6.3.1 DEBUG: Handling Routes>=2.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: Routes>=2.4.1 DEBUG: Handling SQLAlchemy>=1.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: SQLAlchemy>=1.4.0 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling SQLAlchemy-Utils>=0.38.3 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: SQLAlchemy-Utils>=0.38.3 DEBUG: Handling stevedore>=3.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: stevedore>=3.2.2 DEBUG: Handling tooz>=2.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: tooz>=2.7.1 DEBUG: Handling python-cinderclient>=4.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-cinderclient>=4.0.1 DEBUG: Handling python-novaclient>=17.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-novaclient>=17.2.1 DEBUG: Handling python-glanceclient>=3.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-glanceclient>=3.2.2 DEBUG: Handling WebOb>=1.8.6 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: WebOb>=1.8.6 DEBUG: Handling cachetools>=4.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: cachetools>=4.2.1 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling packaging>=20.9 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: packaging>=20.9 DEBUG: (installed: packaging 24.2) DEBUG: Handling jsonschema>=4.17 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: jsonschema>=4.17 DEBUG: Handling coverage>=5.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: coverage>=5.2.1 DEBUG: Handling ddt>=1.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: ddt>=1.4.1 DEBUG: Handling fixtures>=3.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: fixtures>=3.0.0 DEBUG: Handling oslotest>=4.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslotest>=4.4.1 DEBUG: Handling PyMySQL>=0.10.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PyMySQL>=0.10.0 DEBUG: Handling requests-mock>=1.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: requests-mock>=1.7.0 DEBUG: Handling stestr>=3.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: stestr>=3.0.1 DEBUG: Handling testresources>=2.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: testresources>=2.0.1 DEBUG: Handling testscenarios>=0.4 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: testscenarios>=0.4 DEBUG: Handling testtools>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: testtools>=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 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 alembic>=1.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: alembic>=1.4.2 DEBUG: Handling castellan>=3.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: castellan>=3.7.0 DEBUG: Handling defusedxml>=0.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: defusedxml>=0.7.1 DEBUG: Handling eventlet>=0.27.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: eventlet>=0.27.0 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling greenlet>=0.4.16 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: greenlet>=0.4.16 DEBUG: (installed: greenlet 3.0.3) DEBUG: Handling lxml>=4.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: lxml>=4.5.2 DEBUG: Handling netaddr>=0.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: netaddr>=0.8.0 DEBUG: Handling oslo.config>=8.3.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.config>=8.3.2 DEBUG: Handling oslo.context>=3.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.context>=3.1.1 DEBUG: Handling oslo.db>=17.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.db>=17.2.1 DEBUG: Handling oslo.i18n>=5.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.i18n>=5.0.1 DEBUG: Handling oslo.log>=4.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.log>=4.4.0 DEBUG: Handling oslo.messaging>=14.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.messaging>=14.1.0 DEBUG: Handling oslo.middleware>=4.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.middleware>=4.1.1 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.privsep>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.privsep>=2.4.0 DEBUG: Handling oslo.reports>=2.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.reports>=2.2.0 DEBUG: Handling oslo.rootwrap>=6.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.rootwrap>=6.2.0 DEBUG: Handling oslo.serialization>=4.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.serialization>=4.0.1 DEBUG: Handling oslo.service>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.service>=2.4.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.concurrency>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.concurrency>=4.3.0 DEBUG: Handling osprofiler>=3.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: osprofiler>=3.4.0 DEBUG: Handling paramiko>=2.7.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: paramiko>=2.7.2 DEBUG: Handling Paste>=3.4.3 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: Paste>=3.4.3 DEBUG: Handling PasteDeploy>=2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PasteDeploy>=2.1.0 DEBUG: Handling pyparsing>=2.4.7 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: pyparsing>=2.4.7 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 keystoneauth1>=4.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: keystoneauth1>=4.2.1 DEBUG: Handling keystonemiddleware>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: keystonemiddleware>=9.1.0 DEBUG: Handling requests>=2.23.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.23.0 DEBUG: (installed: requests 2.32.4) DEBUG: Handling tenacity>=6.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: tenacity>=6.3.1 DEBUG: Handling Routes>=2.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: Routes>=2.4.1 DEBUG: Handling SQLAlchemy>=1.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: SQLAlchemy>=1.4.0 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling SQLAlchemy-Utils>=0.38.3 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: SQLAlchemy-Utils>=0.38.3 DEBUG: Handling stevedore>=3.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: stevedore>=3.2.2 DEBUG: Handling tooz>=2.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: tooz>=2.7.1 DEBUG: Handling python-cinderclient>=4.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-cinderclient>=4.0.1 DEBUG: Handling python-novaclient>=17.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-novaclient>=17.2.1 DEBUG: Handling python-glanceclient>=3.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-glanceclient>=3.2.2 DEBUG: Handling WebOb>=1.8.6 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: WebOb>=1.8.6 DEBUG: Handling cachetools>=4.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: cachetools>=4.2.1 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling packaging>=20.9 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: packaging>=20.9 DEBUG: (installed: packaging 24.2) DEBUG: Handling jsonschema>=4.17 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: jsonschema>=4.17 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: Handling sphinx>=2.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinx>=2.1.1 DEBUG: (installed: sphinx 7.2.6) 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 oslotest>=3.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslotest>=3.2.0 DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section 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 manila.egg-info/PKG-INFO DEBUG: writing dependency_links to manila.egg-info/dependency_links.txt DEBUG: writing entry points to manila.egg-info/entry_points.txt DEBUG: writing requirements to manila.egg-info/requires.txt DEBUG: writing top-level names to manila.egg-info/top_level.txt DEBUG: writing pbr to manila.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 'manila.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/manila-21.1.0.dev33/manila-21.1.0.dev33.dist-info' DEBUG: Handling pbr >=5.5.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: pbr >=5.5.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling alembic >=1.4.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: alembic >=1.4.2 DEBUG: Handling castellan >=3.7.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: castellan >=3.7.0 DEBUG: Handling defusedxml >=0.7.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: defusedxml >=0.7.1 DEBUG: Handling eventlet >=0.27.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: eventlet >=0.27.0 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling greenlet >=0.4.16 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: greenlet >=0.4.16 DEBUG: (installed: greenlet 3.0.3) DEBUG: Handling lxml >=4.5.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: lxml >=4.5.2 DEBUG: Handling netaddr >=0.8.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: netaddr >=0.8.0 DEBUG: Handling oslo.config >=8.3.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.config >=8.3.2 DEBUG: Handling oslo.context >=3.1.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.context >=3.1.1 DEBUG: Handling oslo.db >=17.2.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.db >=17.2.1 DEBUG: Handling oslo.i18n >=5.0.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.i18n >=5.0.1 DEBUG: Handling oslo.log >=4.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.log >=4.4.0 DEBUG: Handling oslo.messaging >=14.1.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.messaging >=14.1.0 DEBUG: Handling oslo.middleware >=4.1.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.middleware >=4.1.1 DEBUG: Handling oslo.policy >=4.5.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.policy >=4.5.0 DEBUG: Handling oslo.privsep >=2.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.privsep >=2.4.0 DEBUG: Handling oslo.reports >=2.2.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.reports >=2.2.0 DEBUG: Handling oslo.rootwrap >=6.2.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.rootwrap >=6.2.0 DEBUG: Handling oslo.serialization >=4.0.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.serialization >=4.0.1 DEBUG: Handling oslo.service >=2.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.service >=2.4.0 DEBUG: Handling oslo.upgradecheck >=1.3.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.upgradecheck >=1.3.0 DEBUG: Handling oslo.utils >=7.0.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.utils >=7.0.0 DEBUG: Handling oslo.concurrency >=4.3.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: oslo.concurrency >=4.3.0 DEBUG: Handling osprofiler >=3.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: osprofiler >=3.4.0 DEBUG: Handling paramiko >=2.7.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: paramiko >=2.7.2 DEBUG: Handling Paste >=3.4.3 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: Paste >=3.4.3 DEBUG: Handling PasteDeploy >=2.1.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: PasteDeploy >=2.1.0 DEBUG: Handling pyparsing >=2.4.7 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: pyparsing >=2.4.7 DEBUG: Handling python-neutronclient >=6.7.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: python-neutronclient >=6.7.0 DEBUG: Handling keystoneauth1 >=4.2.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: keystoneauth1 >=4.2.1 DEBUG: Handling keystonemiddleware >=9.1.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: keystonemiddleware >=9.1.0 DEBUG: Handling requests >=2.23.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: requests >=2.23.0 DEBUG: (installed: requests 2.32.4) DEBUG: Handling tenacity >=6.3.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: tenacity >=6.3.1 DEBUG: Handling Routes >=2.4.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: Routes >=2.4.1 DEBUG: Handling SQLAlchemy >=1.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: SQLAlchemy >=1.4.0 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling SQLAlchemy-Utils >=0.38.3 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: SQLAlchemy-Utils >=0.38.3 DEBUG: Handling stevedore >=3.2.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: stevedore >=3.2.2 DEBUG: Handling tooz >=2.7.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: tooz >=2.7.1 DEBUG: Handling python-cinderclient >=4.0.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: python-cinderclient >=4.0.1 DEBUG: Handling python-novaclient >=17.2.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: python-novaclient >=17.2.1 DEBUG: Handling python-glanceclient >=3.2.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: python-glanceclient >=3.2.2 DEBUG: Handling WebOb >=1.8.6 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: WebOb >=1.8.6 DEBUG: Handling cachetools >=4.2.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: cachetools >=4.2.1 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling packaging >=20.9 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: packaging >=20.9 DEBUG: (installed: packaging 24.2) DEBUG: Handling jsonschema >=4.17 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement not satisfied: jsonschema >=4.17 DEBUG: + cat /builddir/build/BUILD/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv manila-21.1.0.dev33.dist-info/ DEBUG: removed 'manila-21.1.0.dev33.dist-info/AUTHORS' DEBUG: removed 'manila-21.1.0.dev33.dist-info/LICENSE' DEBUG: removed 'manila-21.1.0.dev33.dist-info/METADATA' DEBUG: removed 'manila-21.1.0.dev33.dist-info/entry_points.txt' DEBUG: removed 'manila-21.1.0.dev33.dist-info/pbr.json' DEBUG: removed 'manila-21.1.0.dev33.dist-info/top_level.txt' DEBUG: removed directory 'manila-21.1.0.dev33.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/openstack-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-21.1.0-0.20251113184655.f92cbc9.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 Thu Nov 13 13:47:41 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. DEBUG: Package graphviz-9.0.0-15.el10.x86_64 is already installed. DEBUG: Package intltool-0.51.0-29.el10.noarch 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-cachetools-5.4.0-6.el10s.noarch is already installed. DEBUG: Package python3-eventlet-0.40.0-1.el10s.noarch is already installed. DEBUG: Package python3-greenlet-3.0.3-5.el10.x86_64 is already installed. DEBUG: Package python3-packaging-24.2-2.el10.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-sphinx-1:7.2.6-10.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-16.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-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-ddt noarch 1.6.0-1.el10s delorean-master-testing 21 k DEBUG: python3-defusedxml noarch 0.7.1-18.el10s delorean-master-testing 51 k DEBUG: python3-fixtures noarch 4.2.2-1.el10s delorean-master-testing 111 k DEBUG: python3-glanceclient noarch 1:4.9.0-0.20250722065403.0b3a8ab.el10 delorean-component-clients 185 k DEBUG: python3-jsonschema noarch 4.19.1-7.el10 baseos 206 k DEBUG: python3-keystoneauth1 noarch 5.12.0-0.20250905092839.4f0414d.el10 delorean-component-keystone 554 k DEBUG: python3-keystonemiddleware noarch 10.11.0-0.20250722065814.a93d295.el10 delorean-component-keystone 129 k DEBUG: python3-lxml x86_64 5.2.1-4.el10 appstream 1.4 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-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-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-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-oslotest noarch 5.0.1-0.20250513100931.1fe4458.el10 delorean-component-clients 52 k DEBUG: python3-osprofiler noarch 4.3.0-0.20250618065718.275ed56.el10 delorean-component-common 164 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-pyparsing noarch 3.1.1-7.el10 baseos 269 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-routes noarch 2.5.1-11.el10s delorean-master-testing 201 k DEBUG: python3-sqlalchemy-utils noarch 0.41.1-1.el10s delorean-master-testing 178 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-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-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-webob noarch 1.8.9-1.el10s delorean-master-testing 274 k DEBUG: Installing dependencies: DEBUG: libsodium x86_64 1.0.20-2.el10s delorean-master-testing 173 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: memcached x86_64 1.6.23-7.el10 appstream 185 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-pycadf-common noarch 4.0.1-0.20250212144723.3cea59f.el10 delorean-component-common 15 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-binary-memcached noarch 0.31.2-1.el10s delorean-master-testing 43 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-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-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-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-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-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-keystoneclient noarch 1:5.7.0-0.20250903122615.be6c506.el10 delorean-component-clients 278 k DEBUG: python3-kombu noarch 1:5.3.7-1.el10s delorean-master-testing 423 k 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-openstacksdk noarch 4.6.0-0.20250618072004.d2c6574.el10 delorean-component-clients 1.0 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-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-metrics noarch 0.13.0-0.20250903121146.276d34d.el10 delorean-component-common 26 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-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-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-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-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-rpds-py x86_64 0.17.1-6.el10 baseos 298 k DEBUG: python3-statsd noarch 3.2.1-33.el10s delorean-master-testing 39 k DEBUG: python3-subunit noarch 1.4.4-5.el10s delorean-master-testing 123 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-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-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: which x86_64 2.21-44.el10 baseos 42 k DEBUG: Installing weak dependencies: DEBUG: python3-jwt+crypto noarch 2.8.0-1.el10s delorean-master-testing 8.6 k DEBUG: python3-pyasn1 noarch 0.6.1-1.el10 appstream 198 k DEBUG: Transaction Summary DEBUG: ======================================================================================================================= DEBUG: Install 139 Packages DEBUG: Total size: 23 M DEBUG: Installed size: 93 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-castellan-5.4.1-0.20250903123600.609f4ea.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-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] 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-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-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-osprofiler-4.3.0-0.20250618065718.275ed56.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-reno-4.1.0-0.20250212114939.47651ec.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-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] libyaml-0.2.5-16.el10.x86_64.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] 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] 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-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] 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-binary-memcached-0.31.2-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-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-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-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-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-sqlalchemy-utils-0.41.1-1.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-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-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-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-openstackdocstheme-3.0.0-10.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/139 DEBUG: Installing : python3-webob-1.8.9-1.el10s.noarch 2/139 DEBUG: Installing : python3-iso8601-2.1.0-3.el10s.noarch 3/139 DEBUG: Installing : python3-testtools-2.7.2-1.bootstrap.el10s.noarch 4/139 DEBUG: Installing : python3-netaddr-1.3.0-2.el10.noarch 5/139 DEBUG: Installing : python3-msgpack-1.1.0-1.el10s.x86_64 6/139 DEBUG: Installing : python3-psutil-5.9.8-6.el10.x86_64 7/139 DEBUG: Installing : python3-decorator-5.1.1-12.el10.noarch 8/139 DEBUG: Installing : python3-subunit-1.4.4-5.el10s.noarch 9/139 DEBUG: Installing : python3-wrapt-1.17.1-1.el10s.x86_64 10/139 DEBUG: Installing : python3-debtcollector-3.0.0-0.20250212115946.0e6 11/139 DEBUG: Installing : python3-oslo-context-6.1.0-0.20250903115431.f23b 12/139 DEBUG: Installing : python3-futurist-3.2.1-0.20250905232230.388ec84. 13/139 DEBUG: Installing : python3-voluptuous-0.15.2-1.el10s.noarch 14/139 DEBUG: Installing : python3-vine-5.1.0-10.el10s.noarch 15/139 DEBUG: Installing : python3-amqp-5.2.0-7.el10s.noarch 16/139 DEBUG: Installing : python3-redis-5.1.1-3.el10s.noarch 17/139 DEBUG: Installing : python3-fixtures-4.2.2-1.el10s.noarch 18/139 DEBUG: Installing : python3-fasteners-0.19-1.el10s.noarch 19/139 DEBUG: Installing : python3-dulwich-0.22.1-2.el10s.x86_64 20/139 DEBUG: Installing : python3-mako-1.2.3-9.el10.noarch 21/139 DEBUG: Installing : python3-dogpile-cache-1.3.3-1.el10s.noarch 22/139 DEBUG: Installing : python3-wcwidth-0.2.6-6.el10.noarch 23/139 DEBUG: Installing : python3-prettytable-3.6.0-10.el10.noarch 24/139 DEBUG: Installing : python3-rpds-py-0.17.1-6.el10.x86_64 25/139 DEBUG: Installing : python3-attrs-23.2.0-7.el10.noarch 26/139 DEBUG: Installing : python3-referencing-0.31.1-6.el10.noarch 27/139 DEBUG: Installing : python3-os-service-types-1.8.0-0.20250722070657. 28/139 DEBUG: Installing : python3-keystoneauth1-5.12.0-0.20250905092839.4f 29/139 DEBUG: Installing : python3-jsonschema-specifications-2023.11.2-6.el 30/139 DEBUG: Installing : python3-jsonschema-4.19.1-7.el10.noarch 31/139 DEBUG: Installing : python3-alembic-1.13.1-7.el10.noarch 32/139 DEBUG: Installing : python3-kombu-1:5.3.7-1.el10s.noarch 33/139 DEBUG: Installing : python3-etcd3gw-2.4.1-1.el10s.noarch 34/139 DEBUG: Installing : python3-prometheus_client-0.21.0-2.el10s.noarch 35/139 DEBUG: Installing : python3-testscenarios-0.5.0-21.el10s.noarch 36/139 DEBUG: Installing : python3-yappi-1.6.0-1.el10s.x86_64 37/139 DEBUG: Installing : python3-uhashring-2.3-8.el10s.noarch 38/139 DEBUG: Installing : python3-tomlkit-0.13.2-1.el10s.noarch 39/139 DEBUG: Installing : python3-testresources-2.0.1-18.el10s.noarch 40/139 DEBUG: Installing : python3-tenacity-8.2.3-1.el10s.noarch 41/139 DEBUG: Installing : python3-statsd-3.2.1-33.el10s.noarch 42/139 DEBUG: Installing : python3-rfc3986-1.5.0-12.el10s.noarch 43/139 DEBUG: Installing : python3-repoze-lru-0.7-25.el10s.noarch 44/139 DEBUG: Installing : python3-routes-2.5.1-11.el10s.noarch 45/139 DEBUG: Installing : python3-pytz-2024.1-3.el10s.noarch 46/139 DEBUG: Installing : python3-pyperclip-1.8.2-1.el10s.noarch 47/139 DEBUG: Installing : python3-pymemcache-4.0.0-1.el10s.noarch 48/139 DEBUG: Installing : python3-paste-deploy-3.1.0-7.el10s.noarch 49/139 DEBUG: Installing : python3-memcached-1.59-15.el10s.noarch 50/139 DEBUG: Installing : python3-kazoo-2.8.0-16.el10s.noarch 51/139 DEBUG: Installing : python3-zake-0.2.2-22.el10s.noarch 52/139 DEBUG: Installing : python3-extras-1.0.0-36.el10s.noarch 53/139 DEBUG: Installing : python3-autopage-0.5.2-8.el10s.noarch 54/139 DEBUG: Installing : libsodium-1.0.20-2.el10s.x86_64 55/139 DEBUG: Installing : python3-pyasn1-0.6.1-1.el10.noarch 56/139 DEBUG: Installing : python3-jsonpointer-2.3-9.el10.noarch 57/139 DEBUG: Installing : python3-jsonpatch-1.33-6.el10.noarch 58/139 DEBUG: Installing : python3-warlock-2.0.1-8.el10s.noarch 59/139 DEBUG: Installing : python3-jmespath-1.0.1-8.el10.noarch 60/139 DEBUG: Installing : python3-PyMySQL-1.1.1-3.el10.noarch 61/139 DEBUG: Running scriptlet: memcached-1.6.23-7.el10.x86_64 62/139 DEBUG: Installing : memcached-1.6.23-7.el10.x86_64 62/139 DEBUG: Running scriptlet: memcached-1.6.23-7.el10.x86_64 62/139 DEBUG: Installing : python3-binary-memcached-0.31.2-1.el10s.noarch 63/139 DEBUG: Installing : libxslt-1.1.39-8.el10.x86_64 64/139 DEBUG: Installing : which-2.21-44.el10.x86_64 65/139 DEBUG: Installing : python3-cmd2-2.5.8-1.el10s.noarch 66/139 DEBUG: Installing : python3-pyparsing-3.1.1-7.el10.noarch 67/139 DEBUG: Installing : python3-ply-3.11-25.el10.noarch 68/139 DEBUG: Installing : python3-pycparser-2.20-16.el10.noarch 69/139 DEBUG: Installing : python3-cffi-1.16.0-7.el10.x86_64 70/139 DEBUG: Installing : python3-cryptography-43.0.0-4.el10.x86_64 71/139 DEBUG: Installing : python3-pyOpenSSL-24.2.1-1.el10s.noarch 72/139 DEBUG: Installing : python3-bcrypt-3.2.2-4.el10s.x86_64 73/139 DEBUG: Installing : python3-pynacl-1.5.0-14.el10s.x86_64 74/139 DEBUG: Installing : python3-paste-3.10.1-6.el10s.noarch 75/139 DEBUG: Installing : python3-jwt-2.8.0-1.el10s.noarch 76/139 DEBUG: Installing : python3-jwt+crypto-2.8.0-1.el10s.noarch 77/139 DEBUG: Installing : python3-dateutil-1:2.9.0.post0-1.el10.noarch 78/139 DEBUG: Installing : libyaml-0.2.5-16.el10.x86_64 79/139 DEBUG: Installing : python3-pyyaml-6.0.1-19.el10.x86_64 80/139 DEBUG: Installing : python3-cliff-4.10.0-0.20250618070037.af17b57.el 81/139 DEBUG: Installing : python3-requestsexceptions-1.4.0-0.2025021313342 82/139 DEBUG: Installing : python3-openstacksdk-4.6.0-0.20250618072004.d2c6 83/139 DEBUG: Installing : python3-os-client-config-2.3.0-0.20250722070834. 84/139 DEBUG: Installing : python-pycadf-common-4.0.1-0.20250212144723.3cea 85/139 DEBUG: Installing : python-oslo-utils-lang-9.1.0-0.20250903120622.c9 86/139 DEBUG: Installing : python-oslo-privsep-lang-3.8.0-0.20250903125837. 87/139 DEBUG: Installing : python-oslo-policy-lang-4.6.0-0.20250903115627.f 88/139 DEBUG: Installing : python-oslo-middleware-lang-6.6.0-0.202507220638 89/139 DEBUG: Installing : python-oslo-log-lang-7.2.1-0.20250903123413.dda3 90/139 DEBUG: Installing : python-oslo-i18n-lang-6.6.0-0.20250903121520.fc5 91/139 DEBUG: Installing : python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8 92/139 DEBUG: Installing : python3-oslo-utils-9.1.0-0.20250903120622.c9dd06 93/139 DEBUG: Installing : python3-oslo-config-2:10.0.0-0.20250722064059.49 94/139 DEBUG: Installing : python3-oslo-serialization-5.8.0-0.2025090312025 95/139 DEBUG: Installing : python3-oslo-log-7.2.1-0.20250903123413.dda3eb6. 96/139 DEBUG: Installing : python3-keystoneclient-1:5.7.0-0.20250903122615. 97/139 DEBUG: Installing : python3-tooz+redis-7.0.0-0.20250618071237.8df645 98/139 DEBUG: Installing : python3-tooz+zake-7.0.0-0.20250618071237.8df645f 99/139 DEBUG: Installing : python3-tooz-7.0.0-0.20250618071237.8df645f.el10 100/139 DEBUG: Installing : python3-oslo-metrics-0.13.0-0.20250903121146.276 101/139 DEBUG: Installing : python3-barbicanclient-7.2.0-0.20250903114445.8b 102/139 DEBUG: Installing : python3-oslo-policy-4.6.0-0.20250903115627.fc28a 103/139 DEBUG: Installing : python3-pycadf-4.0.1-0.20250212144723.3cea59f.el 104/139 DEBUG: Installing : python3-oslo-middleware-6.6.0-0.20250722063855.0 105/139 DEBUG: Installing : python3-osc-lib-4.1.0-0.20250722063709.48b43f8.e 106/139 DEBUG: Installing : python-oslo-db-lang-17.4.0-0.20250903125129.69c7 107/139 DEBUG: Installing : python3-oslo-db+mysql-17.4.0-0.20250903125129.69 108/139 DEBUG: Installing : python3-oslo-db-17.4.0-0.20250903125129.69c7401. 109/139 DEBUG: Installing : python-oslo-concurrency-lang-7.2.0-0.20250903115 110/139 DEBUG: Installing : python3-oslo-concurrency-7.2.0-0.20250903115211. 111/139 DEBUG: Installing : python3-oslo-service-4.3.0-0.20250903130900.bfc7 112/139 DEBUG: Installing : python3-oslo-messaging-17.1.0-0.20250722072528.8 113/139 DEBUG: Installing : python-oslo-cache-lang-3.12.0-0.20250905173025.5 114/139 DEBUG: Installing : python3-oslo-cache+dogpile-3.12.0-0.202509051730 115/139 DEBUG: Installing : python3-oslo-cache+etcd3gw-3.12.0-0.202509051730 116/139 DEBUG: Installing : python3-oslo-cache-3.12.0-0.20250905173025.50839 117/139 DEBUG: Installing : python3-keystonemiddleware-10.11.0-0.20250722065 118/139 DEBUG: Installing : python3-osprofiler-4.3.0-0.20250618065718.275ed5 119/139 DEBUG: Installing : python3-neutronclient-11.6.0-0.20250722064251.5f 120/139 DEBUG: Installing : python3-oslo-upgradecheck-2.6.0-0.20250903120433 121/139 DEBUG: Installing : python3-castellan-5.4.1-0.20250903123600.609f4ea 122/139 DEBUG: Installing : python3-oslo-privsep-3.8.0-0.20250903125837.c343 123/139 DEBUG: Installing : python3-novaclient-1:18.11.0-0.20250903121841.45 124/139 DEBUG: Installing : python3-oslo-reports-3.6.0-0.20250903115818.b890 125/139 DEBUG: Installing : python3-cinderclient-9.8.0-0.20250905132338.e2d3 126/139 DEBUG: Installing : python3-glanceclient-1:4.9.0-0.20250722065403.0b 127/139 DEBUG: Installing : python3-stestr-4.1.0-1.el10s.noarch 128/139 DEBUG: Installing : python3-reno-4.1.0-0.20250212114939.47651ec.el10 129/139 DEBUG: Installing : python3-paramiko-3.5.0-1.el10s.noarch 130/139 DEBUG: Installing : python3-lxml-5.2.1-4.el10.x86_64 131/139 DEBUG: Installing : python3-openstackdocstheme-3.0.0-10.el10s.noarch 132/139 DEBUG: Installing : python3-oslotest-5.0.1-0.20250513100931.1fe4458. 133/139 DEBUG: Installing : python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb 134/139 DEBUG: Installing : python3-sqlalchemy-utils-0.41.1-1.el10s.noarch 135/139 DEBUG: Installing : python3-requests-mock-1.12.1-1.el10s.noarch 136/139 DEBUG: Installing : python3-defusedxml-0.7.1-18.el10s.noarch 137/139 DEBUG: Installing : python3-ddt-1.6.0-1.el10s.noarch 138/139 DEBUG: Installing : python3-coverage-7.3.2-5.el10s.x86_64 139/139 DEBUG: Running scriptlet: python3-coverage-7.3.2-5.el10s.x86_64 139/139 DEBUG: Installed: DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: memcached-1.6.23-7.el10.x86_64 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-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-binary-memcached-0.31.2-1.el10s.noarch DEBUG: python3-castellan-5.4.1-0.20250903123600.609f4ea.el10.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-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-glanceclient-1:4.9.0-0.20250722065403.0b3a8ab.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-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-openstackdocstheme-3.0.0-10.el10s.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: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.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-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch DEBUG: python3-osprofiler-4.3.0-0.20250618065718.275ed56.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-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-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-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-sqlalchemy-utils-0.41.1-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-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-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-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-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: 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.3.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.90.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-153.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-13.01-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-3.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-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.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-76.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-76.el10.x86_64 DEBUG: glibc-common-2.39-76.el10.x86_64 DEBUG: glibc-2.39-76.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.3.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-20250905-2.gitc7eb7b2.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-5.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: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.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-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.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.10-1.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-2.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-6.el10.x86_64 DEBUG: openssl-libs-3.5.1-6.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.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.3-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.3.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-76.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-3.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.8.1-1.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-16.el10.x86_64 DEBUG: systemd-257-16.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-16.el10.x86_64 DEBUG: openssh-clients-9.9p1-16.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.3.el10.x86_64 DEBUG: annobin-plugin-gcc-13.01-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.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.8.0-1.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-13.el10.noarch DEBUG: cups-libs-2.4.10-13.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-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: m4-1.4.19-11.el10.x86_64 DEBUG: gettext-common-devel-0.22.5-6.el10.noarch DEBUG: emacs-filesystem-29.4-12.el10.noarch DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: mailcap-2.1.54-8.el10.noarch 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: perl-Compress-Raw-Zlib-2.212-512.el10.x86_64 DEBUG: perl-File-Copy-2.41-514.el10.noarch DEBUG: perl-File-Find-1.44-514.el10.noarch DEBUG: perl-LWP-MediaTypes-6.04-19.el10.noarch DEBUG: perl-threads-2.40-511.el10.x86_64 DEBUG: perl-threads-shared-1.69-511.el10.x86_64 DEBUG: perl-Thread-Queue-3.14-511.el10.noarch DEBUG: perl-Digest-SHA-6.04-512.el10.x86_64 DEBUG: perl-Digest-HMAC-1.04-12.el10.noarch DEBUG: perl-NTLM-1.09-41.el10.noarch DEBUG: perl-Clone-0.46-10.el10.x86_64 DEBUG: perl-Compress-Raw-Bzip2-2.212-512.el10.x86_64 DEBUG: perl-IO-Compress-2.212-512.el10.noarch DEBUG: perl-Net-HTTP-6.23-6.el10.noarch DEBUG: perl-File-Compare-1.100.800-514.el10.noarch DEBUG: autoconf-2.71-13.el10.noarch DEBUG: automake-1.16.5-20.el10.noarch DEBUG: perl-HTML-Tagset-3.20-59.el10.noarch DEBUG: perl-I18N-Langinfo-0.24-514.el10.x86_64 DEBUG: perl-Encode-Locale-1.05-31.el10.noarch DEBUG: perl-IO-HTML-1.004-14.el10.noarch DEBUG: perl-Module-Load-0.36-511.el10.noarch DEBUG: perl-TimeDate-2.33-16.el10.noarch DEBUG: perl-HTTP-Date-6.06-6.el10.noarch DEBUG: perl-HTTP-Message-6.45-5.el10.noarch DEBUG: perl-HTML-Parser-3.82-3.el10.x86_64 DEBUG: perl-HTTP-Cookies-6.11-5.el10.noarch DEBUG: perl-HTTP-Negotiate-6.01-40.el10.noarch DEBUG: perl-File-Listing-6.16-5.el10.noarch DEBUG: perl-Try-Tiny-0.31-12.el10.noarch DEBUG: perl-WWW-RobotRules-6.02-41.el10.noarch DEBUG: perl-subs-1.04-514.el10.noarch DEBUG: perl-Data-Dump-1.25-13.el10.noarch DEBUG: perl-libwww-perl-6.76-3.el10.noarch DEBUG: perl-XML-Parser-2.47-6.el10.x86_64 DEBUG: gettext-envsubst-0.22.5-6.el10.x86_64 DEBUG: gettext-runtime-0.22.5-6.el10.x86_64 DEBUG: gettext-0.22.5-6.el10.x86_64 DEBUG: gettext-devel-0.22.5-6.el10.x86_64 DEBUG: intltool-0.51.0-29.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-webob-1.8.9-1.el10s.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-subunit-1.4.4-5.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-redis-5.1.1-3.el10s.noarch DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch 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: 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: python3-alembic-1.13.1-7.el10.noarch DEBUG: python3-kombu-5.3.7-1.el10s.noarch DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 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-tenacity-8.2.3-1.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-autopage-0.5.2-8.el10s.noarch DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: python3-pyasn1-0.6.1-1.el10.noarch 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: memcached-1.6.23-7.el10.x86_64 DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: python3-cmd2-2.5.8-1.el10s.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-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: python3-dateutil-2.9.0.post0-1.el10.noarch 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-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-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-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-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch DEBUG: python3-barbicanclient-7.2.0-0.20250903114445.8b1a210.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-osc-lib-4.1.0-0.20250722063709.48b43f8.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: 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-osprofiler-4.3.0-0.20250618065718.275ed56.el10.noarch DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.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-oslo-privsep-3.8.0-0.20250903125837.c343be9.el10.noarch DEBUG: python3-novaclient-18.11.0-0.20250903121841.45a4ab5.el10.noarch DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.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: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-paramiko-3.5.0-1.el10s.noarch DEBUG: python3-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch DEBUG: python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb36cd.el10.noarch DEBUG: python3-sqlalchemy-utils-0.41.1-1.el10s.noarch DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch DEBUG: python3-defusedxml-0.7.1-18.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.3.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.90.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-153.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-13.01-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-3.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-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.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-76.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-76.el10.x86_64 DEBUG: glibc-common-2.39-76.el10.x86_64 DEBUG: glibc-2.39-76.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.3.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-20250905-2.gitc7eb7b2.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-5.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: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.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-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.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.10-1.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-2.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-6.el10.x86_64 DEBUG: openssl-libs-3.5.1-6.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.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.3-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.3.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-76.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-3.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.8.1-1.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-16.el10.x86_64 DEBUG: systemd-257-16.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-16.el10.x86_64 DEBUG: openssh-clients-9.9p1-16.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.3.el10.x86_64 DEBUG: annobin-plugin-gcc-13.01-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.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.8.0-1.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-13.el10.noarch DEBUG: cups-libs-2.4.10-13.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-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: m4-1.4.19-11.el10.x86_64 DEBUG: gettext-common-devel-0.22.5-6.el10.noarch DEBUG: emacs-filesystem-29.4-12.el10.noarch DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: mailcap-2.1.54-8.el10.noarch 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: perl-Compress-Raw-Zlib-2.212-512.el10.x86_64 DEBUG: perl-File-Copy-2.41-514.el10.noarch DEBUG: perl-File-Find-1.44-514.el10.noarch DEBUG: perl-LWP-MediaTypes-6.04-19.el10.noarch DEBUG: perl-threads-2.40-511.el10.x86_64 DEBUG: perl-threads-shared-1.69-511.el10.x86_64 DEBUG: perl-Thread-Queue-3.14-511.el10.noarch DEBUG: perl-Digest-SHA-6.04-512.el10.x86_64 DEBUG: perl-Digest-HMAC-1.04-12.el10.noarch DEBUG: perl-NTLM-1.09-41.el10.noarch DEBUG: perl-Clone-0.46-10.el10.x86_64 DEBUG: perl-Compress-Raw-Bzip2-2.212-512.el10.x86_64 DEBUG: perl-IO-Compress-2.212-512.el10.noarch DEBUG: perl-Net-HTTP-6.23-6.el10.noarch DEBUG: perl-File-Compare-1.100.800-514.el10.noarch DEBUG: autoconf-2.71-13.el10.noarch DEBUG: automake-1.16.5-20.el10.noarch DEBUG: perl-HTML-Tagset-3.20-59.el10.noarch DEBUG: perl-I18N-Langinfo-0.24-514.el10.x86_64 DEBUG: perl-Encode-Locale-1.05-31.el10.noarch DEBUG: perl-IO-HTML-1.004-14.el10.noarch DEBUG: perl-Module-Load-0.36-511.el10.noarch DEBUG: perl-TimeDate-2.33-16.el10.noarch DEBUG: perl-HTTP-Date-6.06-6.el10.noarch DEBUG: perl-HTTP-Message-6.45-5.el10.noarch DEBUG: perl-HTML-Parser-3.82-3.el10.x86_64 DEBUG: perl-HTTP-Cookies-6.11-5.el10.noarch DEBUG: perl-HTTP-Negotiate-6.01-40.el10.noarch DEBUG: perl-File-Listing-6.16-5.el10.noarch DEBUG: perl-Try-Tiny-0.31-12.el10.noarch DEBUG: perl-WWW-RobotRules-6.02-41.el10.noarch DEBUG: perl-subs-1.04-514.el10.noarch DEBUG: perl-Data-Dump-1.25-13.el10.noarch DEBUG: perl-libwww-perl-6.76-3.el10.noarch DEBUG: perl-XML-Parser-2.47-6.el10.x86_64 DEBUG: gettext-envsubst-0.22.5-6.el10.x86_64 DEBUG: gettext-runtime-0.22.5-6.el10.x86_64 DEBUG: gettext-0.22.5-6.el10.x86_64 DEBUG: gettext-devel-0.22.5-6.el10.x86_64 DEBUG: intltool-0.51.0-29.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-webob-1.8.9-1.el10s.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-subunit-1.4.4-5.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-redis-5.1.1-3.el10s.noarch DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch 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: 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: python3-alembic-1.13.1-7.el10.noarch DEBUG: python3-kombu-5.3.7-1.el10s.noarch DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 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-tenacity-8.2.3-1.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-autopage-0.5.2-8.el10s.noarch DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: python3-pyasn1-0.6.1-1.el10.noarch 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: memcached-1.6.23-7.el10.x86_64 DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: python3-cmd2-2.5.8-1.el10s.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-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: python3-dateutil-2.9.0.post0-1.el10.noarch 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-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-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-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-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch DEBUG: python3-barbicanclient-7.2.0-0.20250903114445.8b1a210.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-osc-lib-4.1.0-0.20250722063709.48b43f8.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: 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-osprofiler-4.3.0-0.20250618065718.275ed56.el10.noarch DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.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-oslo-privsep-3.8.0-0.20250903125837.c343be9.el10.noarch DEBUG: python3-novaclient-18.11.0-0.20250903121841.45a4ab5.el10.noarch DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.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: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-paramiko-3.5.0-1.el10s.noarch DEBUG: python3-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch DEBUG: python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb36cd.el10.noarch DEBUG: python3-sqlalchemy-utils-0.41.1-1.el10s.noarch DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch DEBUG: python3-defusedxml-0.7.1-18.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-manila.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', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-manila.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.nSGk5q DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd manila-21.1.0.dev33 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + echo '(python3dist(tomli) if python3-devel < 3.11)' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/manila-21.1.0.dev33/.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/manila-21.1.0.dev33/.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/manila-21.1.0.dev33/pyproject-wheeldir --output /builddir/build/BUILD/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling pbr>=6.1.1 from build-system.requires DEBUG: Requirement satisfied: pbr>=6.1.1 DEBUG: (installed: pbr 6.1.1) DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section 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 egg_info DEBUG: writing manila.egg-info/PKG-INFO DEBUG: writing dependency_links to manila.egg-info/dependency_links.txt DEBUG: writing entry points to manila.egg-info/entry_points.txt DEBUG: writing requirements to manila.egg-info/requires.txt DEBUG: writing top-level names to manila.egg-info/top_level.txt DEBUG: writing pbr to manila.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 'manila.egg-info/SOURCES.txt' DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) 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.02 seconds) DEBUG: congratulations :) (0.11 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 alembic>=1.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: alembic>=1.4.2 DEBUG: (installed: alembic 1.13.1) DEBUG: Handling castellan>=3.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: castellan>=3.7.0 DEBUG: (installed: castellan 5.4.1) DEBUG: Handling defusedxml>=0.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: defusedxml>=0.7.1 DEBUG: (installed: defusedxml 0.7.1) DEBUG: Handling eventlet>=0.27.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: eventlet>=0.27.0 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling greenlet>=0.4.16 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: greenlet>=0.4.16 DEBUG: (installed: greenlet 3.0.3) DEBUG: Handling lxml>=4.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: lxml>=4.5.2 DEBUG: (installed: lxml 5.2.1) DEBUG: Handling netaddr>=0.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: netaddr>=0.8.0 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling oslo.config>=8.3.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.config>=8.3.2 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.context>=3.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.context>=3.1.1 DEBUG: (installed: oslo.context 6.1.0) DEBUG: Handling oslo.db>=17.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.db>=17.2.1 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.i18n>=5.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.i18n>=5.0.1 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling oslo.log>=4.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.log>=4.4.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.messaging>=14.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.messaging>=14.1.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware>=4.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.middleware>=4.1.1 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.privsep>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.privsep>=2.4.0 DEBUG: (installed: oslo.privsep 3.8.0) DEBUG: Handling oslo.reports>=2.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.reports>=2.2.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.rootwrap>=6.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.rootwrap>=6.2.0 DEBUG: (installed: oslo.rootwrap 7.7.0) DEBUG: Handling oslo.serialization>=4.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.serialization>=4.0.1 DEBUG: (installed: oslo.serialization 5.8.0) DEBUG: Handling oslo.service>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.service>=2.4.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.concurrency>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.concurrency>=4.3.0 DEBUG: (installed: oslo.concurrency 7.2.0) DEBUG: Handling osprofiler>=3.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: osprofiler>=3.4.0 DEBUG: (installed: osprofiler 4.3.0) DEBUG: Handling paramiko>=2.7.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: paramiko>=2.7.2 DEBUG: (installed: paramiko 3.5.0) DEBUG: Handling Paste>=3.4.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Paste>=3.4.3 DEBUG: (installed: Paste 3.10.1) DEBUG: Handling PasteDeploy>=2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PasteDeploy>=2.1.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling pyparsing>=2.4.7 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pyparsing>=2.4.7 DEBUG: (installed: pyparsing 3.1.1) 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 keystoneauth1>=4.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystoneauth1>=4.2.1 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling keystonemiddleware>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystonemiddleware>=9.1.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling requests>=2.23.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.23.0 DEBUG: (installed: requests 2.32.4) DEBUG: Handling tenacity>=6.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tenacity>=6.3.1 DEBUG: (installed: tenacity 8.2.3) DEBUG: Handling Routes>=2.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Routes>=2.4.1 DEBUG: (installed: Routes 2.5.1) DEBUG: Handling SQLAlchemy>=1.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: SQLAlchemy>=1.4.0 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling SQLAlchemy-Utils>=0.38.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: SQLAlchemy-Utils>=0.38.3 DEBUG: (installed: SQLAlchemy-Utils 0.41.1) DEBUG: Handling stevedore>=3.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: stevedore>=3.2.2 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling tooz>=2.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tooz>=2.7.1 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling python-cinderclient>=4.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-cinderclient>=4.0.1 DEBUG: (installed: python-cinderclient 9.8.0) DEBUG: Handling python-novaclient>=17.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-novaclient>=17.2.1 DEBUG: (installed: python-novaclient 18.11.0) DEBUG: Handling python-glanceclient>=3.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-glanceclient>=3.2.2 DEBUG: (installed: python-glanceclient 4.9.0) DEBUG: Handling WebOb>=1.8.6 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: WebOb>=1.8.6 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling cachetools>=4.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: cachetools>=4.2.1 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling packaging>=20.9 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: packaging>=20.9 DEBUG: (installed: packaging 24.2) DEBUG: Handling jsonschema>=4.17 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: jsonschema>=4.17 DEBUG: (installed: jsonschema 4.19.1) DEBUG: Handling coverage>=5.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: coverage>=5.2.1 DEBUG: (installed: coverage 7.3.2) DEBUG: Handling ddt>=1.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: ddt>=1.4.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 oslotest>=4.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslotest>=4.4.1 DEBUG: (installed: oslotest 5.0.1) DEBUG: Handling PyMySQL>=0.10.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyMySQL>=0.10.0 DEBUG: (installed: PyMySQL 1.1.1) DEBUG: Handling requests-mock>=1.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests-mock>=1.7.0 DEBUG: (installed: requests-mock 1.12.1) DEBUG: Handling stestr>=3.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: stestr>=3.0.1 DEBUG: (installed: stestr 4.1.0) DEBUG: Handling testresources>=2.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testresources>=2.0.1 DEBUG: (installed: testresources 2.0.1) DEBUG: Handling testscenarios>=0.4 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testscenarios>=0.4 DEBUG: (installed: testscenarios 0.5.0) DEBUG: Handling testtools>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testtools>=2.4.0 DEBUG: (installed: testtools 2.7.2) 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 alembic>=1.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: alembic>=1.4.2 DEBUG: (installed: alembic 1.13.1) DEBUG: Handling castellan>=3.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: castellan>=3.7.0 DEBUG: (installed: castellan 5.4.1) DEBUG: Handling defusedxml>=0.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: defusedxml>=0.7.1 DEBUG: (installed: defusedxml 0.7.1) DEBUG: Handling eventlet>=0.27.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: eventlet>=0.27.0 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling greenlet>=0.4.16 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: greenlet>=0.4.16 DEBUG: (installed: greenlet 3.0.3) DEBUG: Handling lxml>=4.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: lxml>=4.5.2 DEBUG: (installed: lxml 5.2.1) DEBUG: Handling netaddr>=0.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: netaddr>=0.8.0 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling oslo.config>=8.3.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.config>=8.3.2 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.context>=3.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.context>=3.1.1 DEBUG: (installed: oslo.context 6.1.0) DEBUG: Handling oslo.db>=17.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.db>=17.2.1 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.i18n>=5.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.i18n>=5.0.1 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling oslo.log>=4.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.log>=4.4.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.messaging>=14.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.messaging>=14.1.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware>=4.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.middleware>=4.1.1 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.privsep>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.privsep>=2.4.0 DEBUG: (installed: oslo.privsep 3.8.0) DEBUG: Handling oslo.reports>=2.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.reports>=2.2.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.rootwrap>=6.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.rootwrap>=6.2.0 DEBUG: (installed: oslo.rootwrap 7.7.0) DEBUG: Handling oslo.serialization>=4.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.serialization>=4.0.1 DEBUG: (installed: oslo.serialization 5.8.0) DEBUG: Handling oslo.service>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.service>=2.4.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.concurrency>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.concurrency>=4.3.0 DEBUG: (installed: oslo.concurrency 7.2.0) DEBUG: Handling osprofiler>=3.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: osprofiler>=3.4.0 DEBUG: (installed: osprofiler 4.3.0) DEBUG: Handling paramiko>=2.7.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: paramiko>=2.7.2 DEBUG: (installed: paramiko 3.5.0) DEBUG: Handling Paste>=3.4.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Paste>=3.4.3 DEBUG: (installed: Paste 3.10.1) DEBUG: Handling PasteDeploy>=2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PasteDeploy>=2.1.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling pyparsing>=2.4.7 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pyparsing>=2.4.7 DEBUG: (installed: pyparsing 3.1.1) 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 keystoneauth1>=4.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystoneauth1>=4.2.1 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling keystonemiddleware>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystonemiddleware>=9.1.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling requests>=2.23.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.23.0 DEBUG: (installed: requests 2.32.4) DEBUG: Handling tenacity>=6.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tenacity>=6.3.1 DEBUG: (installed: tenacity 8.2.3) DEBUG: Handling Routes>=2.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Routes>=2.4.1 DEBUG: (installed: Routes 2.5.1) DEBUG: Handling SQLAlchemy>=1.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: SQLAlchemy>=1.4.0 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling SQLAlchemy-Utils>=0.38.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: SQLAlchemy-Utils>=0.38.3 DEBUG: (installed: SQLAlchemy-Utils 0.41.1) DEBUG: Handling stevedore>=3.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: stevedore>=3.2.2 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling tooz>=2.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tooz>=2.7.1 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling python-cinderclient>=4.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-cinderclient>=4.0.1 DEBUG: (installed: python-cinderclient 9.8.0) DEBUG: Handling python-novaclient>=17.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-novaclient>=17.2.1 DEBUG: (installed: python-novaclient 18.11.0) DEBUG: Handling python-glanceclient>=3.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-glanceclient>=3.2.2 DEBUG: (installed: python-glanceclient 4.9.0) DEBUG: Handling WebOb>=1.8.6 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: WebOb>=1.8.6 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling cachetools>=4.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: cachetools>=4.2.1 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling packaging>=20.9 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: packaging>=20.9 DEBUG: (installed: packaging 24.2) DEBUG: Handling jsonschema>=4.17 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: jsonschema>=4.17 DEBUG: (installed: jsonschema 4.19.1) 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: Handling sphinx>=2.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinx>=2.1.1 DEBUG: (installed: sphinx 7.2.6) 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 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: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section 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 manila.egg-info/PKG-INFO DEBUG: writing dependency_links to manila.egg-info/dependency_links.txt DEBUG: writing entry points to manila.egg-info/entry_points.txt DEBUG: writing requirements to manila.egg-info/requires.txt DEBUG: writing top-level names to manila.egg-info/top_level.txt DEBUG: writing pbr to manila.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 'manila.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/manila-21.1.0.dev33/manila-21.1.0.dev33.dist-info' DEBUG: Handling pbr >=5.5.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: pbr >=5.5.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling alembic >=1.4.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: alembic >=1.4.2 DEBUG: (installed: alembic 1.13.1) DEBUG: Handling castellan >=3.7.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: castellan >=3.7.0 DEBUG: (installed: castellan 5.4.1) DEBUG: Handling defusedxml >=0.7.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: defusedxml >=0.7.1 DEBUG: (installed: defusedxml 0.7.1) DEBUG: Handling eventlet >=0.27.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: eventlet >=0.27.0 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling greenlet >=0.4.16 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: greenlet >=0.4.16 DEBUG: (installed: greenlet 3.0.3) DEBUG: Handling lxml >=4.5.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: lxml >=4.5.2 DEBUG: (installed: lxml 5.2.1) DEBUG: Handling netaddr >=0.8.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: netaddr >=0.8.0 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling oslo.config >=8.3.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.config >=8.3.2 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.context >=3.1.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.context >=3.1.1 DEBUG: (installed: oslo.context 6.1.0) DEBUG: Handling oslo.db >=17.2.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.db >=17.2.1 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.i18n >=5.0.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.i18n >=5.0.1 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling oslo.log >=4.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.log >=4.4.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.messaging >=14.1.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.messaging >=14.1.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware >=4.1.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.middleware >=4.1.1 DEBUG: (installed: oslo.middleware 6.6.0) DEBUG: Handling oslo.policy >=4.5.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.policy >=4.5.0 DEBUG: (installed: oslo.policy 4.6.0) DEBUG: Handling oslo.privsep >=2.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.privsep >=2.4.0 DEBUG: (installed: oslo.privsep 3.8.0) DEBUG: Handling oslo.reports >=2.2.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.reports >=2.2.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.rootwrap >=6.2.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.rootwrap >=6.2.0 DEBUG: (installed: oslo.rootwrap 7.7.0) DEBUG: Handling oslo.serialization >=4.0.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.serialization >=4.0.1 DEBUG: (installed: oslo.serialization 5.8.0) DEBUG: Handling oslo.service >=2.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.service >=2.4.0 DEBUG: (installed: oslo.service 4.3.0) DEBUG: Handling oslo.upgradecheck >=1.3.0 from hook generated metadata: Requires-Dist (manila) 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 (manila) DEBUG: Requirement satisfied: oslo.utils >=7.0.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling oslo.concurrency >=4.3.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.concurrency >=4.3.0 DEBUG: (installed: oslo.concurrency 7.2.0) DEBUG: Handling osprofiler >=3.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: osprofiler >=3.4.0 DEBUG: (installed: osprofiler 4.3.0) DEBUG: Handling paramiko >=2.7.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: paramiko >=2.7.2 DEBUG: (installed: paramiko 3.5.0) DEBUG: Handling Paste >=3.4.3 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: Paste >=3.4.3 DEBUG: (installed: Paste 3.10.1) DEBUG: Handling PasteDeploy >=2.1.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: PasteDeploy >=2.1.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling pyparsing >=2.4.7 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: pyparsing >=2.4.7 DEBUG: (installed: pyparsing 3.1.1) DEBUG: Handling python-neutronclient >=6.7.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: python-neutronclient >=6.7.0 DEBUG: (installed: python-neutronclient 11.6.0) DEBUG: Handling keystoneauth1 >=4.2.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: keystoneauth1 >=4.2.1 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling keystonemiddleware >=9.1.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: keystonemiddleware >=9.1.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling requests >=2.23.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: requests >=2.23.0 DEBUG: (installed: requests 2.32.4) DEBUG: Handling tenacity >=6.3.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: tenacity >=6.3.1 DEBUG: (installed: tenacity 8.2.3) DEBUG: Handling Routes >=2.4.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: Routes >=2.4.1 DEBUG: (installed: Routes 2.5.1) DEBUG: Handling SQLAlchemy >=1.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: SQLAlchemy >=1.4.0 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling SQLAlchemy-Utils >=0.38.3 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: SQLAlchemy-Utils >=0.38.3 DEBUG: (installed: SQLAlchemy-Utils 0.41.1) DEBUG: Handling stevedore >=3.2.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: stevedore >=3.2.2 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling tooz >=2.7.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: tooz >=2.7.1 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling python-cinderclient >=4.0.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: python-cinderclient >=4.0.1 DEBUG: (installed: python-cinderclient 9.8.0) DEBUG: Handling python-novaclient >=17.2.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: python-novaclient >=17.2.1 DEBUG: (installed: python-novaclient 18.11.0) DEBUG: Handling python-glanceclient >=3.2.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: python-glanceclient >=3.2.2 DEBUG: (installed: python-glanceclient 4.9.0) DEBUG: Handling WebOb >=1.8.6 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: WebOb >=1.8.6 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling cachetools >=4.2.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: cachetools >=4.2.1 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling packaging >=20.9 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: packaging >=20.9 DEBUG: (installed: packaging 24.2) DEBUG: Handling jsonschema >=4.17 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: jsonschema >=4.17 DEBUG: (installed: jsonschema 4.19.1) DEBUG: + cat /builddir/build/BUILD/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv manila-21.1.0.dev33.dist-info/ DEBUG: removed 'manila-21.1.0.dev33.dist-info/AUTHORS' DEBUG: removed 'manila-21.1.0.dev33.dist-info/LICENSE' DEBUG: removed 'manila-21.1.0.dev33.dist-info/METADATA' DEBUG: removed 'manila-21.1.0.dev33.dist-info/top_level.txt' DEBUG: removed 'manila-21.1.0.dev33.dist-info/pbr.json' DEBUG: removed 'manila-21.1.0.dev33.dist-info/entry_points.txt' DEBUG: removed directory 'manila-21.1.0.dev33.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/openstack-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-21.1.0-0.20251113184655.f92cbc9.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:19 ago on Thu Nov 13 13:47:41 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. DEBUG: Package graphviz-9.0.0-15.el10.x86_64 is already installed. DEBUG: Package intltool-0.51.0-29.el10.noarch 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-cachetools-5.4.0-6.el10s.noarch is already installed. DEBUG: Package python3-castellan-5.4.1-0.20250903123600.609f4ea.el10.noarch is already installed. DEBUG: Package python3-coverage-7.3.2-5.el10s.x86_64 is already installed. DEBUG: Package python3-ddt-1.6.0-1.el10s.noarch is already installed. DEBUG: Package python3-ddt-1.6.0-1.el10s.noarch is already installed. DEBUG: Package python3-defusedxml-0.7.1-18.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-greenlet-3.0.3-5.el10.x86_64 is already installed. DEBUG: Package python3-jsonschema-4.19.1-7.el10.noarch is already installed. DEBUG: Package python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch is already installed. DEBUG: Package python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch is already installed. DEBUG: Package python3-lxml-5.2.1-4.el10.x86_64 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-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-i18n-6.6.0-0.20250903121520.fc51cd8.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-privsep-3.8.0-0.20250903125837.c343be9.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-rootwrap-7.7.0-0.20250903120002.0cb36cd.el10.noarch is already installed. DEBUG: Package python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.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-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch is already installed. DEBUG: Package python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch is already installed. DEBUG: Package python3-osprofiler-4.3.0-0.20250618065718.275ed56.el10.noarch is already installed. DEBUG: Package python3-packaging-24.2-2.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-PyMySQL-1.1.1-3.el10.noarch is already installed. DEBUG: Package python3-pyparsing-3.1.1-7.el10.noarch is already installed. DEBUG: Package python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch is already installed. DEBUG: Package python3-glanceclient-1:4.9.0-0.20250722065403.0b3a8ab.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-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-routes-2.5.1-11.el10s.noarch is already installed. DEBUG: Package python3-sphinx-1:7.2.6-10.el10.noarch is already installed. DEBUG: Package python3-sqlalchemy-2.0.26-6.el10.x86_64 is already installed. DEBUG: Package python3-sqlalchemy-utils-0.41.1-1.el10s.noarch 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-tenacity-8.2.3-1.el10s.noarch is already installed. DEBUG: Package python3-testresources-2.0.1-18.el10s.noarch is already installed. DEBUG: Package python3-testscenarios-0.5.0-21.el10s.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 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-wheel-1:0.41.2-5.el10.noarch is already installed. DEBUG: Package systemd-257-16.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.3.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.90.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-153.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-13.01-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-3.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-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.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-76.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-76.el10.x86_64 DEBUG: glibc-common-2.39-76.el10.x86_64 DEBUG: glibc-2.39-76.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.3.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-20250905-2.gitc7eb7b2.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-5.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: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.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-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.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.10-1.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-2.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-6.el10.x86_64 DEBUG: openssl-libs-3.5.1-6.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-102.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.3-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.3.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-76.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-3.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.8.1-1.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-16.el10.x86_64 DEBUG: systemd-257-16.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-16.el10.x86_64 DEBUG: openssh-clients-9.9p1-16.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.3.el10.x86_64 DEBUG: annobin-plugin-gcc-13.01-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.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.8.0-1.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-13.el10.noarch DEBUG: cups-libs-2.4.10-13.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-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: m4-1.4.19-11.el10.x86_64 DEBUG: gettext-common-devel-0.22.5-6.el10.noarch DEBUG: emacs-filesystem-29.4-12.el10.noarch DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: mailcap-2.1.54-8.el10.noarch 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: perl-Compress-Raw-Zlib-2.212-512.el10.x86_64 DEBUG: perl-File-Copy-2.41-514.el10.noarch DEBUG: perl-File-Find-1.44-514.el10.noarch DEBUG: perl-LWP-MediaTypes-6.04-19.el10.noarch DEBUG: perl-threads-2.40-511.el10.x86_64 DEBUG: perl-threads-shared-1.69-511.el10.x86_64 DEBUG: perl-Thread-Queue-3.14-511.el10.noarch DEBUG: perl-Digest-SHA-6.04-512.el10.x86_64 DEBUG: perl-Digest-HMAC-1.04-12.el10.noarch DEBUG: perl-NTLM-1.09-41.el10.noarch DEBUG: perl-Clone-0.46-10.el10.x86_64 DEBUG: perl-Compress-Raw-Bzip2-2.212-512.el10.x86_64 DEBUG: perl-IO-Compress-2.212-512.el10.noarch DEBUG: perl-Net-HTTP-6.23-6.el10.noarch DEBUG: perl-File-Compare-1.100.800-514.el10.noarch DEBUG: autoconf-2.71-13.el10.noarch DEBUG: automake-1.16.5-20.el10.noarch DEBUG: perl-HTML-Tagset-3.20-59.el10.noarch DEBUG: perl-I18N-Langinfo-0.24-514.el10.x86_64 DEBUG: perl-Encode-Locale-1.05-31.el10.noarch DEBUG: perl-IO-HTML-1.004-14.el10.noarch DEBUG: perl-Module-Load-0.36-511.el10.noarch DEBUG: perl-TimeDate-2.33-16.el10.noarch DEBUG: perl-HTTP-Date-6.06-6.el10.noarch DEBUG: perl-HTTP-Message-6.45-5.el10.noarch DEBUG: perl-HTML-Parser-3.82-3.el10.x86_64 DEBUG: perl-HTTP-Cookies-6.11-5.el10.noarch DEBUG: perl-HTTP-Negotiate-6.01-40.el10.noarch DEBUG: perl-File-Listing-6.16-5.el10.noarch DEBUG: perl-Try-Tiny-0.31-12.el10.noarch DEBUG: perl-WWW-RobotRules-6.02-41.el10.noarch DEBUG: perl-subs-1.04-514.el10.noarch DEBUG: perl-Data-Dump-1.25-13.el10.noarch DEBUG: perl-libwww-perl-6.76-3.el10.noarch DEBUG: perl-XML-Parser-2.47-6.el10.x86_64 DEBUG: gettext-envsubst-0.22.5-6.el10.x86_64 DEBUG: gettext-runtime-0.22.5-6.el10.x86_64 DEBUG: gettext-0.22.5-6.el10.x86_64 DEBUG: gettext-devel-0.22.5-6.el10.x86_64 DEBUG: intltool-0.51.0-29.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-webob-1.8.9-1.el10s.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-subunit-1.4.4-5.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-redis-5.1.1-3.el10s.noarch DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch 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: 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: python3-alembic-1.13.1-7.el10.noarch DEBUG: python3-kombu-5.3.7-1.el10s.noarch DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 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-tenacity-8.2.3-1.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-autopage-0.5.2-8.el10s.noarch DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: python3-pyasn1-0.6.1-1.el10.noarch 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: memcached-1.6.23-7.el10.x86_64 DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: python3-cmd2-2.5.8-1.el10s.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-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: python3-dateutil-2.9.0.post0-1.el10.noarch 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-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-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-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-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch DEBUG: python3-barbicanclient-7.2.0-0.20250903114445.8b1a210.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-osc-lib-4.1.0-0.20250722063709.48b43f8.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: 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-osprofiler-4.3.0-0.20250618065718.275ed56.el10.noarch DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.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-oslo-privsep-3.8.0-0.20250903125837.c343be9.el10.noarch DEBUG: python3-novaclient-18.11.0-0.20250903121841.45a4ab5.el10.noarch DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.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: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-paramiko-3.5.0-1.el10s.noarch DEBUG: python3-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch DEBUG: python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb36cd.el10.noarch DEBUG: python3-sqlalchemy-utils-0.41.1-1.el10s.noarch DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch DEBUG: python3-defusedxml-0.7.1-18.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.3.el10.x86_64 1760653738 277148 5d7caa6993389561abd697e1e4d448d3 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.90.0-1.el10.noarch 1759349879 2058 4185065e7a913401eea7fdf192d0ac18 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-153.el10.x86_64 1762342901 6940350 40e00872ef968ec96cc56fb2b2c5d175 installed DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 1730216535 1746912 d68c7f46d126756c2aeae6a70525522e installed DEBUG: annobin-docs-13.01-1.el10.noarch 1761577775 101309 7d06bdc98e27833f4a6c3acc2cf5e053 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-3.el10.noarch 1759232181 277 0293936d26cf456f82230508605afac6 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-12.el10.noarch 1759764944 3865 2fb12ea3f2157e0e2c4f963ce40d9ca3 installed DEBUG: centos-stream-repos-10.0-12.el10.noarch 1759764944 7002 ea48821cda2401c554ef4e8d7ac5411d installed DEBUG: centos-stream-release-10.0-12.el10.noarch 1759764944 38475 2ba73a396039a74a7437cc72c0134936 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-76.el10.x86_64 1760368344 8163110 c8e2d95376d76707de0332ddb7440121 installed DEBUG: glibc-minimal-langpack-2.39-76.el10.x86_64 1760368344 0 117099541568ce2c50429e3ab086e587 installed DEBUG: glibc-common-2.39-76.el10.x86_64 1760368344 1072850 2452554f3da9d49d0a64d759cdb8f3ac installed DEBUG: glibc-2.39-76.el10.x86_64 1760368344 6534514 a89dd29d104f92ed13a2eff838da0e60 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.3.el10.x86_64 1760653738 2974217 768bda533750f7157773ab67cabf35f5 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-20250905-2.gitc7eb7b2.el10.noarch 1758876175 122169 ed1d0465d9044a56f7ef483178cd2371 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-5.el10.x86_64 1757327519 1575704 8339ce3208f7238f3ee42423f7483d6d 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: libffi-3.4.4-10.el10.x86_64 1747269976 87536 09add1816293186b6cb76eb3b4e07686 installed DEBUG: libgomp-14.3.1-2.3.el10.x86_64 1760653738 540256 c324f8b85382f8a00e9b05e615d575fe 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-16.el10.x86_64 1759411782 2403474 b4fac4be3d954bf82d251dfe41c9b52d installed DEBUG: libtasn1-4.20.0-1.el10.x86_64 1739768187 184603 b4eff3a9f4b9efc278d5220ba1bde8cd installed DEBUG: p11-kit-0.25.10-1.el10.x86_64 1758549145 2388809 b88978a7aad9481f0d4b77ad64b2aa65 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.10-1.el10.x86_64 1758549145 460921 c91f72e05b9159bc285548ba34ddd0f5 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-2.el10.x86_64 1761239294 201757 9c2ec0903a0d29c9ffad9433ac4e9649 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-6.el10.x86_64 1761228553 2493370 ab9f3fccd1f0436ffdb2240b466ba188 installed DEBUG: openssl-libs-1:3.5.1-6.el10.x86_64 1761228553 6873867 29492e048ff0dd132c1113fa709725c7 installed DEBUG: coreutils-9.5-6.el10.x86_64 1732618075 5781370 5801daf855d9de1c9f5513ba77b3d425 installed DEBUG: ca-certificates-2025.2.80_v9.0.305-102.el10.noarch 1761766901 2801276 aa556d0152b1d4b7e080dfea20cee174 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.3-1.el10.x86_64 1758212280 2723414 d041b70ed398c38d4878be6255d81c0d 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.3.el10.x86_64 1760653738 40406841 de8075cc149e814f335257b6cd8131ea 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-76.el10.x86_64 1760368344 2348212 db9f30c19663bc63a88c5ac4547d6066 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-3.el10.x86_64 1759232172 587291 eafd7ba030e3b3cd093ecb546b953a78 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.8.1-1.el10.x86_64 1756905157 2774615 096a0e17f13c91b49d73c21c26158c20 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-16.el10.x86_64 1759411782 680169 600d9f2893108b4d2544595c52dee937 installed DEBUG: systemd-257-16.el10.x86_64 1759411782 17641666 f56d4789354027aa0d67929ad5d912f1 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-16.el10.x86_64 1762171363 1452227 43e3d803844ed7428fa3e2bf1bb1a8de installed DEBUG: openssh-clients-9.9p1-16.el10.x86_64 1762171363 2764782 5172010ac79008286c1519386cc544d9 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.3.el10.x86_64 1760653738 114773090 29035796de38b3a4ad7e6b4c0e9adb9c installed DEBUG: annobin-plugin-gcc-13.01-1.el10.x86_64 1761577788 1035857 cfc485b835416f2fd91b37fcf7d6c544 installed DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 1760653738 57978 769344535d59c8b304047bccf2265b60 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.8.0-1.el10.noarch 1757693203 61920 94b714b3238c2d60e5cdda8f87e0bdb7 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-13.el10.noarch 1758030171 0 fc94bffa3b428c3d41f081262b13dc2d installed DEBUG: cups-libs-1:2.4.10-13.el10.x86_64 1758030151 637590 72fc6328deea13bee6a70dc6954234d6 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-16.el10.noarch 1759411788 10938 540cca8234358790acaaed13bc58faa0 installed DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch 1751435630 45488 67587d28ddaebed51a9e23cec015074c installed DEBUG: gettext-libs-0.22.5-6.el10.x86_64 1730216799 1759418 74a5a2f6e7f58bc96e4fb84f6e7b89a0 installed DEBUG: m4-1.4.19-11.el10.x86_64 1730223635 607102 81d89bd765201186248bc671bc986cc2 installed DEBUG: gettext-common-devel-0.22.5-6.el10.noarch 1730216852 600608 fbb625f113e6c41117d63653407452de installed DEBUG: emacs-filesystem-1:29.4-12.el10.noarch 1750193905 0 1eef3a98de295ceb47802191f0adfba8 installed DEBUG: ncurses-6.4-14.20240127.el10.x86_64 1730224743 639954 e942b42aa89c13a92455007cfe22da55 installed DEBUG: mailcap-2.1.54-8.el10.noarch 1730223635 88071 da17f77c1c48b23f4cb228621ea4902a 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: perl-Compress-Raw-Zlib-2.212-512.el10.x86_64 1730226809 166283 ddedea91fa2022f5bfd52e622e9b1f06 installed DEBUG: perl-File-Copy-0:2.41-514.el10.noarch 1752149566 20089 aada67f982cef702f3d19e26b648fd01 installed DEBUG: perl-File-Find-0:1.44-514.el10.noarch 1752149566 42951 e7d7a9f40bcfbc02434f6db8c13bbcb6 installed DEBUG: perl-LWP-MediaTypes-6.04-19.el10.noarch 1730227682 80823 a3eabe6dc1127a4de1632c4ba0b3617b installed DEBUG: perl-threads-1:2.40-511.el10.x86_64 1730228273 113753 03ccee82a9eb89b0a5ce4caf5733275b installed DEBUG: perl-threads-shared-1.69-511.el10.x86_64 1730228142 81605 1789ed5f9818bc95c66c951c9c8f4800 installed DEBUG: perl-Thread-Queue-3.14-511.el10.noarch 1730228167 29532 e61f8067af50279d6bf3ea38a0e2f792 installed DEBUG: perl-Digest-SHA-1:6.04-512.el10.x86_64 1730226989 119330 80e685143b288490e94fb41c8667b683 installed DEBUG: perl-Digest-HMAC-1.04-12.el10.noarch 1730226985 28690 61c8fa8fd991d70b872779894986a489 installed DEBUG: perl-NTLM-1.09-41.el10.noarch 1730227734 31916 8cece7545ef38616f14839088909ea4b installed DEBUG: perl-Clone-0.46-10.el10.x86_64 1730226807 33185 9a255ae4e11b4feedb052c26f761946b installed DEBUG: perl-Compress-Raw-Bzip2-2.212-512.el10.x86_64 1730226804 71175 032aff955266ac7654ae68daf10c278a installed DEBUG: perl-IO-Compress-2.212-512.el10.noarch 1730227548 1065592 ca33d828661caa610f8edccfd9bfc476 installed DEBUG: perl-Net-HTTP-6.23-6.el10.noarch 1730227782 76321 840100558e21975d97515b9a59804594 installed DEBUG: perl-File-Compare-0:1.100.800-514.el10.noarch 1752149566 5715 815a6c3e8e6dcd64c957e0b42d01940e installed DEBUG: autoconf-2.71-13.el10.noarch 1746543987 2538885 9f7cf0b3cf439fa1a25bb463b5212e94 installed DEBUG: automake-1.16.5-20.el10.noarch 1733149822 1826990 71e80630019d215afd51d83db10977a0 installed DEBUG: perl-HTML-Tagset-3.20-59.el10.noarch 1730227349 18785 7798e90b86bab149e431d89dabb9448f installed DEBUG: perl-I18N-Langinfo-0:0.24-514.el10.x86_64 1752149556 39610 30f29c6f8a2220bab8ad280f59d5d892 installed DEBUG: perl-Encode-Locale-1.05-31.el10.noarch 1730227048 19462 f717bbda496a15de789d5a3131eadd3c installed DEBUG: perl-IO-HTML-1.004-14.el10.noarch 1730227572 46206 16a6c7c651addd18f18200b455b9dc8f installed DEBUG: perl-Module-Load-1:0.36-511.el10.noarch 1730227668 15187 19cb86449d789152530ab20f92544868 installed DEBUG: perl-TimeDate-1:2.33-16.el10.noarch 1730228226 97277 ef4abb34e6a98859ad62c56d40a96fa4 installed DEBUG: perl-HTTP-Date-6.06-6.el10.noarch 1730227351 42112 b7120e70f019e541d64da5fbf60f78a2 installed DEBUG: perl-HTTP-Message-6.45-5.el10.noarch 1730227360 219770 a5a12ca32137a8722d8f69c55b986a4c installed DEBUG: perl-HTML-Parser-3.82-3.el10.x86_64 1730227354 287404 468186b59ba4d421fc5df9020e5a5c74 installed DEBUG: perl-HTTP-Cookies-6.11-5.el10.noarch 1730227351 75051 76085b9289492cc91dd399420ce84d65 installed DEBUG: perl-HTTP-Negotiate-6.01-40.el10.noarch 1730227417 28259 f0ca2e32e3d2f08fc45683aae11a9234 installed DEBUG: perl-File-Listing-6.16-5.el10.noarch 1730227240 42125 d4142e02760ebc6e39f52274d3803e0a installed DEBUG: perl-Try-Tiny-0.31-12.el10.noarch 1730228166 68524 a409ea973351e97b78e0d1d2bad16772 installed DEBUG: perl-WWW-RobotRules-6.02-41.el10.noarch 1730228322 24844 1b1002f5483d0bb428f5d2cdedb33e0c installed DEBUG: perl-subs-0:1.04-514.el10.noarch 1752149566 2143 9ec74b9e444443fde2b57bb10ea715b0 installed DEBUG: perl-Data-Dump-1.25-13.el10.noarch 1730226988 51318 c1fcc18d90d56c7f43c4589949e15350 installed DEBUG: perl-libwww-perl-6.76-3.el10.noarch 1730227598 531989 aebf1ea7e378e508cd40cfd3615760ff installed DEBUG: perl-XML-Parser-2.47-6.el10.x86_64 1730228393 668709 1838ee9aa5b43580a01d74c1ec2bd19b installed DEBUG: gettext-envsubst-0.22.5-6.el10.x86_64 1730216799 80794 73082144f7f36558fb2cc757cbca54c1 installed DEBUG: gettext-runtime-0.22.5-6.el10.x86_64 1730216799 492833 0e5981223778b564772ddcabb15f210f installed DEBUG: gettext-0.22.5-6.el10.x86_64 1730216799 5454553 1bb4f473275efaf135319c6854bfc4d1 installed DEBUG: gettext-devel-0.22.5-6.el10.x86_64 1730216799 1024892 d7837e189f8d1c5730e76390653d1e18 installed DEBUG: intltool-0.51.0-29.el10.noarch 1730219331 173161 55203cfc1ccff1c4f2dc34101b76bc98 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-webob-1.8.9-1.el10s.noarch 1737648216 1439046 cb1585b1b8ab9c2aa75b764ffc1bdba8 installed DEBUG: python3-iso8601-2.1.0-3.el10s.noarch 1738058890 52152 b88415a2b3711250a8dc0f772fa96c12 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-msgpack-1.1.0-1.el10s.x86_64 1737453719 333975 d8341954028b5e0cd368f6644312fb1b installed DEBUG: python3-psutil-5.9.8-6.el10.x86_64 1748354405 1500396 90eefd25db20fae8fd606dd1adc6aed9 installed DEBUG: python3-decorator-5.1.1-12.el10.noarch 1730229177 79127 9c6e14cd2b6e3665cbf1998cd51a20b3 installed DEBUG: python3-subunit-1.4.4-5.el10s.noarch 1738655653 446682 9dbb0f1ec8efcd56c36d8a3026f830f8 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-redis-5.1.1-3.el10s.noarch 1730971972 2548258 d9405628d457537a293a385fbb0e6ca8 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-dulwich-0.22.1-2.el10s.x86_64 1738576764 2706882 0c18ad333c352a3ee3947d78ba3b34e0 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: 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: 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: python3-alembic-1.13.1-7.el10.noarch 1730229114 2760122 d971ffa58ebfa22a8379dd30340b57d2 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-prometheus_client-0.21.0-2.el10s.noarch 1738852778 353626 22f3280b7314901f6d08d6a3d3b76023 installed DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch 1737466362 113932 2f3d514cfdb455e1696192d12e05a835 installed DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 1738594796 179246 f2544d11da0dbfca2607e5c8a69d4557 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-tenacity-8.2.3-1.el10s.noarch 1738684952 160047 141c93dc6da08b605d39441a899bdb2e 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-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-pyasn1-0.6.1-1.el10.noarch 1731706247 894742 76789712e57575ede7d56544f6989356 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: 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: libxslt-1.1.39-8.el10.x86_64 1753879736 492741 34fa52bb9a6ddf53759c567f36e373dc 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: 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-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: python3-dateutil-1:2.9.0.post0-1.el10.noarch 1752651861 880820 bc23c46f6f42c0353bbcefa948a2beee 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-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-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-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-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-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-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch 1753166311 332077 12859d126e199392b23d25fe7b6c8d7a 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: 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-osprofiler-4.3.0-0.20250618065718.275ed56.el10.noarch 1750229935 611253 374305dab2ddce407d3fe8e313d09655 installed DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch 1753166658 1671765 f71b145827a0faee694784661a900aee 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-oslo-privsep-3.8.0-0.20250903125837.c343be9.el10.noarch 1756904408 128848 ed3b2a79a7f3144226eaff2f8b23b48e installed DEBUG: python3-novaclient-1:18.11.0-0.20250903121841.45a4ab5.el10.noarch 1756902008 1138891 95c6e9025b7f8a0cb0c7d9be0406a286 installed DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch 1756900783 183986 042920296dd719cf5f68d8777ba4f182 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: python3-stestr-4.1.0-1.el10s.noarch 1738759744 827126 01732d2afa3169d0f9510b202e45c94b installed DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch 1739361028 605471 a5392bb531fe0e8143e2f6a2778fc899 installed DEBUG: python3-paramiko-3.5.0-1.el10s.noarch 1738657430 1764475 c5675e951c9052fe50c6a733b58dd600 installed DEBUG: python3-lxml-5.2.1-4.el10.x86_64 1730229297 5186202 ced452f341bcf7ba29d17be6188670e4 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-oslo-rootwrap-7.7.0-0.20250903120002.0cb36cd.el10.noarch 1756900895 141561 44826a8452d7ebde934e23f7b0efb6db installed DEBUG: python3-sqlalchemy-utils-0.41.1-1.el10s.noarch 1739177165 706798 68ef400618250c3b7dfcc70486908c7c installed DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch 1739182421 127333 f37b06704f7e23bcc097f6390fdeb10f installed DEBUG: python3-defusedxml-0.7.1-18.el10s.noarch 1737470470 200931 3ab39d6a704ee50a9b22e90b18ca232c 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-manila.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', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target x86_64 /builddir/build/SPECS/openstack-manila.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.AnTT1A DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd manila-21.1.0.dev33 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + echo '(python3dist(tomli) if python3-devel < 3.11)' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/manila-21.1.0.dev33/.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/manila-21.1.0.dev33/.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/manila-21.1.0.dev33/pyproject-wheeldir --output /builddir/build/BUILD/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling pbr>=6.1.1 from build-system.requires DEBUG: Requirement satisfied: pbr>=6.1.1 DEBUG: (installed: pbr 6.1.1) DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section 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 egg_info DEBUG: writing manila.egg-info/PKG-INFO DEBUG: writing dependency_links to manila.egg-info/dependency_links.txt DEBUG: writing entry points to manila.egg-info/entry_points.txt DEBUG: writing requirements to manila.egg-info/requires.txt DEBUG: writing top-level names to manila.egg-info/top_level.txt DEBUG: writing pbr to manila.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 'manila.egg-info/SOURCES.txt' DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) 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.08 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 alembic>=1.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: alembic>=1.4.2 DEBUG: (installed: alembic 1.13.1) DEBUG: Handling castellan>=3.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: castellan>=3.7.0 DEBUG: (installed: castellan 5.4.1) DEBUG: Handling defusedxml>=0.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: defusedxml>=0.7.1 DEBUG: (installed: defusedxml 0.7.1) DEBUG: Handling eventlet>=0.27.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: eventlet>=0.27.0 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling greenlet>=0.4.16 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: greenlet>=0.4.16 DEBUG: (installed: greenlet 3.0.3) DEBUG: Handling lxml>=4.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: lxml>=4.5.2 DEBUG: (installed: lxml 5.2.1) DEBUG: Handling netaddr>=0.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: netaddr>=0.8.0 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling oslo.config>=8.3.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.config>=8.3.2 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.context>=3.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.context>=3.1.1 DEBUG: (installed: oslo.context 6.1.0) DEBUG: Handling oslo.db>=17.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.db>=17.2.1 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.i18n>=5.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.i18n>=5.0.1 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling oslo.log>=4.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.log>=4.4.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.messaging>=14.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.messaging>=14.1.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware>=4.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.middleware>=4.1.1 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.privsep>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.privsep>=2.4.0 DEBUG: (installed: oslo.privsep 3.8.0) DEBUG: Handling oslo.reports>=2.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.reports>=2.2.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.rootwrap>=6.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.rootwrap>=6.2.0 DEBUG: (installed: oslo.rootwrap 7.7.0) DEBUG: Handling oslo.serialization>=4.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.serialization>=4.0.1 DEBUG: (installed: oslo.serialization 5.8.0) DEBUG: Handling oslo.service>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.service>=2.4.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.concurrency>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.concurrency>=4.3.0 DEBUG: (installed: oslo.concurrency 7.2.0) DEBUG: Handling osprofiler>=3.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: osprofiler>=3.4.0 DEBUG: (installed: osprofiler 4.3.0) DEBUG: Handling paramiko>=2.7.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: paramiko>=2.7.2 DEBUG: (installed: paramiko 3.5.0) DEBUG: Handling Paste>=3.4.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Paste>=3.4.3 DEBUG: (installed: Paste 3.10.1) DEBUG: Handling PasteDeploy>=2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PasteDeploy>=2.1.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling pyparsing>=2.4.7 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pyparsing>=2.4.7 DEBUG: (installed: pyparsing 3.1.1) 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 keystoneauth1>=4.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystoneauth1>=4.2.1 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling keystonemiddleware>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystonemiddleware>=9.1.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling requests>=2.23.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.23.0 DEBUG: (installed: requests 2.32.4) DEBUG: Handling tenacity>=6.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tenacity>=6.3.1 DEBUG: (installed: tenacity 8.2.3) DEBUG: Handling Routes>=2.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Routes>=2.4.1 DEBUG: (installed: Routes 2.5.1) DEBUG: Handling SQLAlchemy>=1.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: SQLAlchemy>=1.4.0 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling SQLAlchemy-Utils>=0.38.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: SQLAlchemy-Utils>=0.38.3 DEBUG: (installed: SQLAlchemy-Utils 0.41.1) DEBUG: Handling stevedore>=3.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: stevedore>=3.2.2 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling tooz>=2.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tooz>=2.7.1 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling python-cinderclient>=4.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-cinderclient>=4.0.1 DEBUG: (installed: python-cinderclient 9.8.0) DEBUG: Handling python-novaclient>=17.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-novaclient>=17.2.1 DEBUG: (installed: python-novaclient 18.11.0) DEBUG: Handling python-glanceclient>=3.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-glanceclient>=3.2.2 DEBUG: (installed: python-glanceclient 4.9.0) DEBUG: Handling WebOb>=1.8.6 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: WebOb>=1.8.6 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling cachetools>=4.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: cachetools>=4.2.1 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling packaging>=20.9 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: packaging>=20.9 DEBUG: (installed: packaging 24.2) DEBUG: Handling jsonschema>=4.17 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: jsonschema>=4.17 DEBUG: (installed: jsonschema 4.19.1) DEBUG: Handling coverage>=5.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: coverage>=5.2.1 DEBUG: (installed: coverage 7.3.2) DEBUG: Handling ddt>=1.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: ddt>=1.4.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 oslotest>=4.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslotest>=4.4.1 DEBUG: (installed: oslotest 5.0.1) DEBUG: Handling PyMySQL>=0.10.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyMySQL>=0.10.0 DEBUG: (installed: PyMySQL 1.1.1) DEBUG: Handling requests-mock>=1.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests-mock>=1.7.0 DEBUG: (installed: requests-mock 1.12.1) DEBUG: Handling stestr>=3.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: stestr>=3.0.1 DEBUG: (installed: stestr 4.1.0) DEBUG: Handling testresources>=2.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testresources>=2.0.1 DEBUG: (installed: testresources 2.0.1) DEBUG: Handling testscenarios>=0.4 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testscenarios>=0.4 DEBUG: (installed: testscenarios 0.5.0) DEBUG: Handling testtools>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testtools>=2.4.0 DEBUG: (installed: testtools 2.7.2) 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 alembic>=1.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: alembic>=1.4.2 DEBUG: (installed: alembic 1.13.1) DEBUG: Handling castellan>=3.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: castellan>=3.7.0 DEBUG: (installed: castellan 5.4.1) DEBUG: Handling defusedxml>=0.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: defusedxml>=0.7.1 DEBUG: (installed: defusedxml 0.7.1) DEBUG: Handling eventlet>=0.27.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: eventlet>=0.27.0 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling greenlet>=0.4.16 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: greenlet>=0.4.16 DEBUG: (installed: greenlet 3.0.3) DEBUG: Handling lxml>=4.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: lxml>=4.5.2 DEBUG: (installed: lxml 5.2.1) DEBUG: Handling netaddr>=0.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: netaddr>=0.8.0 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling oslo.config>=8.3.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.config>=8.3.2 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.context>=3.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.context>=3.1.1 DEBUG: (installed: oslo.context 6.1.0) DEBUG: Handling oslo.db>=17.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.db>=17.2.1 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.i18n>=5.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.i18n>=5.0.1 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling oslo.log>=4.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.log>=4.4.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.messaging>=14.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.messaging>=14.1.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware>=4.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.middleware>=4.1.1 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.privsep>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.privsep>=2.4.0 DEBUG: (installed: oslo.privsep 3.8.0) DEBUG: Handling oslo.reports>=2.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.reports>=2.2.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.rootwrap>=6.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.rootwrap>=6.2.0 DEBUG: (installed: oslo.rootwrap 7.7.0) DEBUG: Handling oslo.serialization>=4.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.serialization>=4.0.1 DEBUG: (installed: oslo.serialization 5.8.0) DEBUG: Handling oslo.service>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.service>=2.4.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.concurrency>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.concurrency>=4.3.0 DEBUG: (installed: oslo.concurrency 7.2.0) DEBUG: Handling osprofiler>=3.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: osprofiler>=3.4.0 DEBUG: (installed: osprofiler 4.3.0) DEBUG: Handling paramiko>=2.7.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: paramiko>=2.7.2 DEBUG: (installed: paramiko 3.5.0) DEBUG: Handling Paste>=3.4.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Paste>=3.4.3 DEBUG: (installed: Paste 3.10.1) DEBUG: Handling PasteDeploy>=2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PasteDeploy>=2.1.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling pyparsing>=2.4.7 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pyparsing>=2.4.7 DEBUG: (installed: pyparsing 3.1.1) 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 keystoneauth1>=4.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystoneauth1>=4.2.1 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling keystonemiddleware>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystonemiddleware>=9.1.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling requests>=2.23.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.23.0 DEBUG: (installed: requests 2.32.4) DEBUG: Handling tenacity>=6.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tenacity>=6.3.1 DEBUG: (installed: tenacity 8.2.3) DEBUG: Handling Routes>=2.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Routes>=2.4.1 DEBUG: (installed: Routes 2.5.1) DEBUG: Handling SQLAlchemy>=1.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: SQLAlchemy>=1.4.0 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling SQLAlchemy-Utils>=0.38.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: SQLAlchemy-Utils>=0.38.3 DEBUG: (installed: SQLAlchemy-Utils 0.41.1) DEBUG: Handling stevedore>=3.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: stevedore>=3.2.2 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling tooz>=2.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tooz>=2.7.1 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling python-cinderclient>=4.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-cinderclient>=4.0.1 DEBUG: (installed: python-cinderclient 9.8.0) DEBUG: Handling python-novaclient>=17.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-novaclient>=17.2.1 DEBUG: (installed: python-novaclient 18.11.0) DEBUG: Handling python-glanceclient>=3.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-glanceclient>=3.2.2 DEBUG: (installed: python-glanceclient 4.9.0) DEBUG: Handling WebOb>=1.8.6 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: WebOb>=1.8.6 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling cachetools>=4.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: cachetools>=4.2.1 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling packaging>=20.9 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: packaging>=20.9 DEBUG: (installed: packaging 24.2) DEBUG: Handling jsonschema>=4.17 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: jsonschema>=4.17 DEBUG: (installed: jsonschema 4.19.1) 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: Handling sphinx>=2.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinx>=2.1.1 DEBUG: (installed: sphinx 7.2.6) 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 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: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section 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 manila.egg-info/PKG-INFO DEBUG: writing dependency_links to manila.egg-info/dependency_links.txt DEBUG: writing entry points to manila.egg-info/entry_points.txt DEBUG: writing requirements to manila.egg-info/requires.txt DEBUG: writing top-level names to manila.egg-info/top_level.txt DEBUG: writing pbr to manila.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 'manila.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/manila-21.1.0.dev33/manila-21.1.0.dev33.dist-info' DEBUG: Handling pbr >=5.5.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: pbr >=5.5.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling alembic >=1.4.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: alembic >=1.4.2 DEBUG: (installed: alembic 1.13.1) DEBUG: Handling castellan >=3.7.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: castellan >=3.7.0 DEBUG: (installed: castellan 5.4.1) DEBUG: Handling defusedxml >=0.7.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: defusedxml >=0.7.1 DEBUG: (installed: defusedxml 0.7.1) DEBUG: Handling eventlet >=0.27.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: eventlet >=0.27.0 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling greenlet >=0.4.16 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: greenlet >=0.4.16 DEBUG: (installed: greenlet 3.0.3) DEBUG: Handling lxml >=4.5.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: lxml >=4.5.2 DEBUG: (installed: lxml 5.2.1) DEBUG: Handling netaddr >=0.8.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: netaddr >=0.8.0 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling oslo.config >=8.3.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.config >=8.3.2 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.context >=3.1.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.context >=3.1.1 DEBUG: (installed: oslo.context 6.1.0) DEBUG: Handling oslo.db >=17.2.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.db >=17.2.1 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.i18n >=5.0.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.i18n >=5.0.1 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling oslo.log >=4.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.log >=4.4.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.messaging >=14.1.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.messaging >=14.1.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware >=4.1.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.middleware >=4.1.1 DEBUG: (installed: oslo.middleware 6.6.0) DEBUG: Handling oslo.policy >=4.5.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.policy >=4.5.0 DEBUG: (installed: oslo.policy 4.6.0) DEBUG: Handling oslo.privsep >=2.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.privsep >=2.4.0 DEBUG: (installed: oslo.privsep 3.8.0) DEBUG: Handling oslo.reports >=2.2.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.reports >=2.2.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.rootwrap >=6.2.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.rootwrap >=6.2.0 DEBUG: (installed: oslo.rootwrap 7.7.0) DEBUG: Handling oslo.serialization >=4.0.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.serialization >=4.0.1 DEBUG: (installed: oslo.serialization 5.8.0) DEBUG: Handling oslo.service >=2.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.service >=2.4.0 DEBUG: (installed: oslo.service 4.3.0) DEBUG: Handling oslo.upgradecheck >=1.3.0 from hook generated metadata: Requires-Dist (manila) 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 (manila) DEBUG: Requirement satisfied: oslo.utils >=7.0.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling oslo.concurrency >=4.3.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: oslo.concurrency >=4.3.0 DEBUG: (installed: oslo.concurrency 7.2.0) DEBUG: Handling osprofiler >=3.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: osprofiler >=3.4.0 DEBUG: (installed: osprofiler 4.3.0) DEBUG: Handling paramiko >=2.7.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: paramiko >=2.7.2 DEBUG: (installed: paramiko 3.5.0) DEBUG: Handling Paste >=3.4.3 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: Paste >=3.4.3 DEBUG: (installed: Paste 3.10.1) DEBUG: Handling PasteDeploy >=2.1.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: PasteDeploy >=2.1.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling pyparsing >=2.4.7 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: pyparsing >=2.4.7 DEBUG: (installed: pyparsing 3.1.1) DEBUG: Handling python-neutronclient >=6.7.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: python-neutronclient >=6.7.0 DEBUG: (installed: python-neutronclient 11.6.0) DEBUG: Handling keystoneauth1 >=4.2.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: keystoneauth1 >=4.2.1 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling keystonemiddleware >=9.1.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: keystonemiddleware >=9.1.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling requests >=2.23.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: requests >=2.23.0 DEBUG: (installed: requests 2.32.4) DEBUG: Handling tenacity >=6.3.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: tenacity >=6.3.1 DEBUG: (installed: tenacity 8.2.3) DEBUG: Handling Routes >=2.4.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: Routes >=2.4.1 DEBUG: (installed: Routes 2.5.1) DEBUG: Handling SQLAlchemy >=1.4.0 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: SQLAlchemy >=1.4.0 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling SQLAlchemy-Utils >=0.38.3 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: SQLAlchemy-Utils >=0.38.3 DEBUG: (installed: SQLAlchemy-Utils 0.41.1) DEBUG: Handling stevedore >=3.2.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: stevedore >=3.2.2 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling tooz >=2.7.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: tooz >=2.7.1 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling python-cinderclient >=4.0.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: python-cinderclient >=4.0.1 DEBUG: (installed: python-cinderclient 9.8.0) DEBUG: Handling python-novaclient >=17.2.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: python-novaclient >=17.2.1 DEBUG: (installed: python-novaclient 18.11.0) DEBUG: Handling python-glanceclient >=3.2.2 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: python-glanceclient >=3.2.2 DEBUG: (installed: python-glanceclient 4.9.0) DEBUG: Handling WebOb >=1.8.6 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: WebOb >=1.8.6 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling cachetools >=4.2.1 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: cachetools >=4.2.1 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling packaging >=20.9 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: packaging >=20.9 DEBUG: (installed: packaging 24.2) DEBUG: Handling jsonschema >=4.17 from hook generated metadata: Requires-Dist (manila) DEBUG: Requirement satisfied: jsonschema >=4.17 DEBUG: (installed: jsonschema 4.19.1) DEBUG: + cat /builddir/build/BUILD/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv manila-21.1.0.dev33.dist-info/ DEBUG: removed 'manila-21.1.0.dev33.dist-info/AUTHORS' DEBUG: removed 'manila-21.1.0.dev33.dist-info/LICENSE' DEBUG: removed 'manila-21.1.0.dev33.dist-info/METADATA' DEBUG: removed 'manila-21.1.0.dev33.dist-info/entry_points.txt' DEBUG: removed 'manila-21.1.0.dev33.dist-info/pbr.json' DEBUG: removed 'manila-21.1.0.dev33.dist-info/top_level.txt' DEBUG: removed directory 'manila-21.1.0.dev33.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.b89vnR 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 manila-21.1.0.dev33 DEBUG: + mkdir -p /builddir/build/BUILD/manila-21.1.0.dev33/.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/manila-21.1.0.dev33/.pyproject-builddir DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /builddir/build/BUILD/manila-21.1.0.dev33/pyproject-wheeldir DEBUG: Processing /builddir/build/BUILD/manila-21.1.0.dev33 DEBUG: Preparing metadata (pyproject.toml): started DEBUG: Running command Preparing metadata (pyproject.toml) DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section 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/manila-21.1.0.dev33/.pyproject-builddir/pip-modern-metadata-3ca5uzlv/manila.egg-info DEBUG: writing /builddir/build/BUILD/manila-21.1.0.dev33/.pyproject-builddir/pip-modern-metadata-3ca5uzlv/manila.egg-info/PKG-INFO DEBUG: writing dependency_links to /builddir/build/BUILD/manila-21.1.0.dev33/.pyproject-builddir/pip-modern-metadata-3ca5uzlv/manila.egg-info/dependency_links.txt DEBUG: writing entry points to /builddir/build/BUILD/manila-21.1.0.dev33/.pyproject-builddir/pip-modern-metadata-3ca5uzlv/manila.egg-info/entry_points.txt DEBUG: writing requirements to /builddir/build/BUILD/manila-21.1.0.dev33/.pyproject-builddir/pip-modern-metadata-3ca5uzlv/manila.egg-info/requires.txt DEBUG: writing top-level names to /builddir/build/BUILD/manila-21.1.0.dev33/.pyproject-builddir/pip-modern-metadata-3ca5uzlv/manila.egg-info/top_level.txt DEBUG: writing pbr to /builddir/build/BUILD/manila-21.1.0.dev33/.pyproject-builddir/pip-modern-metadata-3ca5uzlv/manila.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: writing manifest file '/builddir/build/BUILD/manila-21.1.0.dev33/.pyproject-builddir/pip-modern-metadata-3ca5uzlv/manila.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/manila-21.1.0.dev33/.pyproject-builddir/pip-modern-metadata-3ca5uzlv/manila.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/manila-21.1.0.dev33/.pyproject-builddir/pip-modern-metadata-3ca5uzlv/manila-21.1.0.dev33.dist-info' DEBUG: Preparing metadata (pyproject.toml): finished with status 'done' DEBUG: Building wheels for collected packages: manila DEBUG: Building wheel for manila (pyproject.toml): started DEBUG: Running command Building wheel for manila (pyproject.toml) DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section 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/manila DEBUG: copying manila/__init__.py -> build/lib/manila DEBUG: copying manila/context.py -> build/lib/manila DEBUG: copying manila/coordination.py -> build/lib/manila DEBUG: copying manila/exception.py -> build/lib/manila DEBUG: copying manila/i18n.py -> build/lib/manila DEBUG: copying manila/manager.py -> build/lib/manila DEBUG: copying manila/opts.py -> build/lib/manila DEBUG: copying manila/policy.py -> build/lib/manila DEBUG: copying manila/quota.py -> build/lib/manila DEBUG: copying manila/rpc.py -> build/lib/manila DEBUG: copying manila/service.py -> build/lib/manila DEBUG: copying manila/ssh_utils.py -> build/lib/manila DEBUG: copying manila/test.py -> build/lib/manila DEBUG: copying manila/utils.py -> build/lib/manila DEBUG: copying manila/version.py -> build/lib/manila DEBUG: running egg_info DEBUG: writing manila.egg-info/PKG-INFO DEBUG: writing dependency_links to manila.egg-info/dependency_links.txt DEBUG: writing entry points to manila.egg-info/entry_points.txt DEBUG: writing requirements to manila.egg-info/requires.txt DEBUG: writing top-level names to manila.egg-info/top_level.txt DEBUG: writing pbr to manila.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 'manila.egg-info/SOURCES.txt' DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'manila.api' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.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 'manila.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 'manila.api' to be distributed and are DEBUG: already explicitly excluding 'manila.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 'manila.api.contrib' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.api.contrib' 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 'manila.api.contrib' 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 'manila.api.contrib' to be distributed and are DEBUG: already explicitly excluding 'manila.api.contrib' 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 'manila.api.middleware' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.api.middleware' 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 'manila.api.middleware' 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 'manila.api.middleware' to be distributed and are DEBUG: already explicitly excluding 'manila.api.middleware' 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 'manila.api.openstack' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.api.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 'manila.api.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 'manila.api.openstack' to be distributed and are DEBUG: already explicitly excluding 'manila.api.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 'manila.api.schemas' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.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 'manila.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 'manila.api.schemas' to be distributed and are DEBUG: already explicitly excluding 'manila.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 'manila.api.v1' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.api.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 'manila.api.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 'manila.api.v1' to be distributed and are DEBUG: already explicitly excluding 'manila.api.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 'manila.api.v2' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.api.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 'manila.api.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 'manila.api.v2' to be distributed and are DEBUG: already explicitly excluding 'manila.api.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 'manila.api.validation' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.api.validation' 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 'manila.api.validation' 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 'manila.api.validation' to be distributed and are DEBUG: already explicitly excluding 'manila.api.validation' 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 'manila.api.views' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.api.views' 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 'manila.api.views' 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 'manila.api.views' to be distributed and are DEBUG: already explicitly excluding 'manila.api.views' 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 'manila.cmd' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.cmd' 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 'manila.cmd' 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 'manila.cmd' to be distributed and are DEBUG: already explicitly excluding 'manila.cmd' 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 'manila.common' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.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 'manila.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 'manila.common' to be distributed and are DEBUG: already explicitly excluding 'manila.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 'manila.compute' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.compute' 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 'manila.compute' 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 'manila.compute' to be distributed and are DEBUG: already explicitly excluding 'manila.compute' 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 'manila.data' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.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 'manila.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 'manila.data' to be distributed and are DEBUG: already explicitly excluding 'manila.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 'manila.data.drivers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.data.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 'manila.data.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 'manila.data.drivers' to be distributed and are DEBUG: already explicitly excluding 'manila.data.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 'manila.db' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.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 'manila.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 'manila.db' to be distributed and are DEBUG: already explicitly excluding 'manila.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 'manila.db.migrations' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.db.migrations' 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 'manila.db.migrations' 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 'manila.db.migrations' to be distributed and are DEBUG: already explicitly excluding 'manila.db.migrations' 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 'manila.db.migrations.alembic' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.db.migrations.alembic' 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 'manila.db.migrations.alembic' 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 'manila.db.migrations.alembic' to be distributed and are DEBUG: already explicitly excluding 'manila.db.migrations.alembic' 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 'manila.db.migrations.alembic.versions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.db.migrations.alembic.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 'manila.db.migrations.alembic.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 'manila.db.migrations.alembic.versions' to be distributed and are DEBUG: already explicitly excluding 'manila.db.migrations.alembic.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 'manila.db.sqlalchemy' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.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 'manila.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 'manila.db.sqlalchemy' to be distributed and are DEBUG: already explicitly excluding 'manila.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 'manila.image' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.image' 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 'manila.image' 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 'manila.image' to be distributed and are DEBUG: already explicitly excluding 'manila.image' 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 'manila.keymgr' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.keymgr' 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 'manila.keymgr' 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 'manila.keymgr' to be distributed and are DEBUG: already explicitly excluding 'manila.keymgr' 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 'manila.lock' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.lock' 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 'manila.lock' 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 'manila.lock' to be distributed and are DEBUG: already explicitly excluding 'manila.lock' 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 'manila.message' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.message' 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 'manila.message' 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 'manila.message' to be distributed and are DEBUG: already explicitly excluding 'manila.message' 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 'manila.network' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.network' 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 'manila.network' 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 'manila.network' to be distributed and are DEBUG: already explicitly excluding 'manila.network' 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 'manila.network.linux' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.network.linux' 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 'manila.network.linux' 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 'manila.network.linux' to be distributed and are DEBUG: already explicitly excluding 'manila.network.linux' 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 'manila.network.neutron' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.network.neutron' 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 'manila.network.neutron' 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 'manila.network.neutron' to be distributed and are DEBUG: already explicitly excluding 'manila.network.neutron' 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 'manila.policies' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.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 'manila.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 'manila.policies' to be distributed and are DEBUG: already explicitly excluding 'manila.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 'manila.privsep' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.privsep' 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 'manila.privsep' 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 'manila.privsep' to be distributed and are DEBUG: already explicitly excluding 'manila.privsep' 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 'manila.scheduler' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.scheduler' 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 'manila.scheduler' 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 'manila.scheduler' to be distributed and are DEBUG: already explicitly excluding 'manila.scheduler' 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 'manila.scheduler.drivers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.scheduler.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 'manila.scheduler.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 'manila.scheduler.drivers' to be distributed and are DEBUG: already explicitly excluding 'manila.scheduler.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 'manila.scheduler.evaluator' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.scheduler.evaluator' 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 'manila.scheduler.evaluator' 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 'manila.scheduler.evaluator' to be distributed and are DEBUG: already explicitly excluding 'manila.scheduler.evaluator' 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 'manila.scheduler.filters' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.scheduler.filters' 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 'manila.scheduler.filters' 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 'manila.scheduler.filters' to be distributed and are DEBUG: already explicitly excluding 'manila.scheduler.filters' 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 'manila.scheduler.filters.share_group_filters' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.scheduler.filters.share_group_filters' 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 'manila.scheduler.filters.share_group_filters' 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 'manila.scheduler.filters.share_group_filters' to be distributed and are DEBUG: already explicitly excluding 'manila.scheduler.filters.share_group_filters' 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 'manila.scheduler.weighers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.scheduler.weighers' 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 'manila.scheduler.weighers' 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 'manila.scheduler.weighers' to be distributed and are DEBUG: already explicitly excluding 'manila.scheduler.weighers' 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 'manila.services' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.services' 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 'manila.services' 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 'manila.services' to be distributed and are DEBUG: already explicitly excluding 'manila.services' 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 'manila.share' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share' 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 'manila.share' 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 'manila.share' to be distributed and are DEBUG: already explicitly excluding 'manila.share' 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 'manila.share.drivers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.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 'manila.share.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 'manila.share.drivers' to be distributed and are DEBUG: already explicitly excluding 'manila.share.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 'manila.share.drivers.cephfs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.cephfs' 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 'manila.share.drivers.cephfs' 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 'manila.share.drivers.cephfs' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.cephfs' 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 'manila.share.drivers.cephfs.conf' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.cephfs.conf' 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 'manila.share.drivers.cephfs.conf' 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 'manila.share.drivers.cephfs.conf' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.cephfs.conf' 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 'manila.share.drivers.container' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.container' 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 'manila.share.drivers.container' 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 'manila.share.drivers.container' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.container' 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 'manila.share.drivers.dell_emc' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.dell_emc' 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 'manila.share.drivers.dell_emc' 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 'manila.share.drivers.dell_emc' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.dell_emc' 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 'manila.share.drivers.dell_emc.common' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.dell_emc.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 'manila.share.drivers.dell_emc.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 'manila.share.drivers.dell_emc.common' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.dell_emc.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 'manila.share.drivers.dell_emc.common.enas' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.dell_emc.common.enas' 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 'manila.share.drivers.dell_emc.common.enas' 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 'manila.share.drivers.dell_emc.common.enas' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.dell_emc.common.enas' 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 'manila.share.drivers.dell_emc.plugins' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.dell_emc.plugins' 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 'manila.share.drivers.dell_emc.plugins' 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 'manila.share.drivers.dell_emc.plugins' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.dell_emc.plugins' 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 'manila.share.drivers.dell_emc.plugins.powerflex' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.dell_emc.plugins.powerflex' 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 'manila.share.drivers.dell_emc.plugins.powerflex' 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 'manila.share.drivers.dell_emc.plugins.powerflex' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.dell_emc.plugins.powerflex' 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 'manila.share.drivers.dell_emc.plugins.powermax' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.dell_emc.plugins.powermax' 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 'manila.share.drivers.dell_emc.plugins.powermax' 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 'manila.share.drivers.dell_emc.plugins.powermax' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.dell_emc.plugins.powermax' 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 'manila.share.drivers.dell_emc.plugins.powerscale' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.dell_emc.plugins.powerscale' 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 'manila.share.drivers.dell_emc.plugins.powerscale' 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 'manila.share.drivers.dell_emc.plugins.powerscale' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.dell_emc.plugins.powerscale' 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 'manila.share.drivers.dell_emc.plugins.powerstore' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.dell_emc.plugins.powerstore' 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 'manila.share.drivers.dell_emc.plugins.powerstore' 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 'manila.share.drivers.dell_emc.plugins.powerstore' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.dell_emc.plugins.powerstore' 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 'manila.share.drivers.dell_emc.plugins.unity' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.dell_emc.plugins.unity' 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 'manila.share.drivers.dell_emc.plugins.unity' 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 'manila.share.drivers.dell_emc.plugins.unity' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.dell_emc.plugins.unity' 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 'manila.share.drivers.dell_emc.plugins.vnx' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.dell_emc.plugins.vnx' 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 'manila.share.drivers.dell_emc.plugins.vnx' 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 'manila.share.drivers.dell_emc.plugins.vnx' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.dell_emc.plugins.vnx' 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 'manila.share.drivers.ganesha' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.ganesha' 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 'manila.share.drivers.ganesha' 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 'manila.share.drivers.ganesha' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.ganesha' 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 'manila.share.drivers.ganesha.conf' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.ganesha.conf' 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 'manila.share.drivers.ganesha.conf' 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 'manila.share.drivers.ganesha.conf' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.ganesha.conf' 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 'manila.share.drivers.glusterfs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.glusterfs' 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 'manila.share.drivers.glusterfs' 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 'manila.share.drivers.glusterfs' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.glusterfs' 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 'manila.share.drivers.glusterfs.conf' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.glusterfs.conf' 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 'manila.share.drivers.glusterfs.conf' 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 'manila.share.drivers.glusterfs.conf' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.glusterfs.conf' 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 'manila.share.drivers.hdfs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.hdfs' 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 'manila.share.drivers.hdfs' 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 'manila.share.drivers.hdfs' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.hdfs' 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 'manila.share.drivers.hitachi' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.hitachi' 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 'manila.share.drivers.hitachi' 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 'manila.share.drivers.hitachi' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.hitachi' 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 'manila.share.drivers.hitachi.hnas' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.hitachi.hnas' 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 'manila.share.drivers.hitachi.hnas' 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 'manila.share.drivers.hitachi.hnas' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.hitachi.hnas' 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 'manila.share.drivers.hitachi.hsp' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.hitachi.hsp' 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 'manila.share.drivers.hitachi.hsp' 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 'manila.share.drivers.hitachi.hsp' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.hitachi.hsp' 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 'manila.share.drivers.hpe' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.hpe' 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 'manila.share.drivers.hpe' 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 'manila.share.drivers.hpe' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.hpe' 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 'manila.share.drivers.huawei' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.huawei' 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 'manila.share.drivers.huawei' 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 'manila.share.drivers.huawei' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.huawei' 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 'manila.share.drivers.huawei.v3' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.huawei.v3' 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 'manila.share.drivers.huawei.v3' 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 'manila.share.drivers.huawei.v3' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.huawei.v3' 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 'manila.share.drivers.ibm' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.ibm' 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 'manila.share.drivers.ibm' 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 'manila.share.drivers.ibm' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.ibm' 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 'manila.share.drivers.infinidat' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.infinidat' 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 'manila.share.drivers.infinidat' 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 'manila.share.drivers.infinidat' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.infinidat' 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 'manila.share.drivers.infortrend' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.infortrend' 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 'manila.share.drivers.infortrend' 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 'manila.share.drivers.infortrend' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.infortrend' 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 'manila.share.drivers.inspur' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.inspur' 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 'manila.share.drivers.inspur' 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 'manila.share.drivers.inspur' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.inspur' 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 'manila.share.drivers.inspur.as13000' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.inspur.as13000' 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 'manila.share.drivers.inspur.as13000' 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 'manila.share.drivers.inspur.as13000' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.inspur.as13000' 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 'manila.share.drivers.inspur.instorage' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.inspur.instorage' 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 'manila.share.drivers.inspur.instorage' 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 'manila.share.drivers.inspur.instorage' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.inspur.instorage' 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 'manila.share.drivers.macrosan' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.macrosan' 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 'manila.share.drivers.macrosan' 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 'manila.share.drivers.macrosan' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.macrosan' 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 'manila.share.drivers.maprfs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.maprfs' 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 'manila.share.drivers.maprfs' 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 'manila.share.drivers.maprfs' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.maprfs' 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 'manila.share.drivers.netapp' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.netapp' 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 'manila.share.drivers.netapp' 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 'manila.share.drivers.netapp' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.netapp' 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 'manila.share.drivers.netapp.dataontap' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.netapp.dataontap' 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 'manila.share.drivers.netapp.dataontap' 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 'manila.share.drivers.netapp.dataontap' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.netapp.dataontap' 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 'manila.share.drivers.netapp.dataontap.client' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.netapp.dataontap.client' 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 'manila.share.drivers.netapp.dataontap.client' 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 'manila.share.drivers.netapp.dataontap.client' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.netapp.dataontap.client' 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 'manila.share.drivers.netapp.dataontap.cluster_mode' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.netapp.dataontap.cluster_mode' 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 'manila.share.drivers.netapp.dataontap.cluster_mode' 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 'manila.share.drivers.netapp.dataontap.cluster_mode' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.netapp.dataontap.cluster_mode' 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 'manila.share.drivers.netapp.dataontap.protocols' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.netapp.dataontap.protocols' 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 'manila.share.drivers.netapp.dataontap.protocols' 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 'manila.share.drivers.netapp.dataontap.protocols' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.netapp.dataontap.protocols' 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 'manila.share.drivers.nexenta' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.nexenta' 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 'manila.share.drivers.nexenta' 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 'manila.share.drivers.nexenta' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.nexenta' 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 'manila.share.drivers.nexenta.ns4' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.nexenta.ns4' 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 'manila.share.drivers.nexenta.ns4' 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 'manila.share.drivers.nexenta.ns4' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.nexenta.ns4' 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 'manila.share.drivers.nexenta.ns5' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.nexenta.ns5' 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 'manila.share.drivers.nexenta.ns5' 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 'manila.share.drivers.nexenta.ns5' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.nexenta.ns5' 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 'manila.share.drivers.purestorage' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.purestorage' 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 'manila.share.drivers.purestorage' 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 'manila.share.drivers.purestorage' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.purestorage' 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 'manila.share.drivers.qnap' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.qnap' 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 'manila.share.drivers.qnap' 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 'manila.share.drivers.qnap' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.qnap' 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 'manila.share.drivers.quobyte' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.quobyte' 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 'manila.share.drivers.quobyte' 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 'manila.share.drivers.quobyte' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.quobyte' 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 'manila.share.drivers.tegile' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.tegile' 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 'manila.share.drivers.tegile' 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 'manila.share.drivers.tegile' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.tegile' 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 'manila.share.drivers.vastdata' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.vastdata' 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 'manila.share.drivers.vastdata' 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 'manila.share.drivers.vastdata' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.vastdata' 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 'manila.share.drivers.veritas' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.veritas' 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 'manila.share.drivers.veritas' 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 'manila.share.drivers.veritas' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.veritas' 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 'manila.share.drivers.windows' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.windows' 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 'manila.share.drivers.windows' 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 'manila.share.drivers.windows' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.windows' 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 'manila.share.drivers.zadara' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.zadara' 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 'manila.share.drivers.zadara' 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 'manila.share.drivers.zadara' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.zadara' 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 'manila.share.drivers.zfsonlinux' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.zfsonlinux' 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 'manila.share.drivers.zfsonlinux' 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 'manila.share.drivers.zfsonlinux' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.zfsonlinux' 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 'manila.share.drivers.zfssa' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.drivers.zfssa' 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 'manila.share.drivers.zfssa' 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 'manila.share.drivers.zfssa' to be distributed and are DEBUG: already explicitly excluding 'manila.share.drivers.zfssa' 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 'manila.share.hooks' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share.hooks' 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 'manila.share.hooks' 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 'manila.share.hooks' to be distributed and are DEBUG: already explicitly excluding 'manila.share.hooks' 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 'manila.share_group' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.share_group' 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 'manila.share_group' 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 'manila.share_group' to be distributed and are DEBUG: already explicitly excluding 'manila.share_group' 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 'manila.testing' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.testing' 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 'manila.testing' 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 'manila.testing' to be distributed and are DEBUG: already explicitly excluding 'manila.testing' 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 'manila.tests' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests' 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 'manila.tests' 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 'manila.tests' to be distributed and are DEBUG: already explicitly excluding 'manila.tests' 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 'manila.tests.api' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.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 'manila.tests.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 'manila.tests.api' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.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 'manila.tests.api.contrib' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.api.contrib' 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 'manila.tests.api.contrib' 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 'manila.tests.api.contrib' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.api.contrib' 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 'manila.tests.api.extensions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.api.extensions' 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 'manila.tests.api.extensions' 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 'manila.tests.api.extensions' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.api.extensions' 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 'manila.tests.api.middleware' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.api.middleware' 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 'manila.tests.api.middleware' 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 'manila.tests.api.middleware' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.api.middleware' 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 'manila.tests.api.openstack' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.api.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 'manila.tests.api.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 'manila.tests.api.openstack' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.api.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 'manila.tests.api.v1' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.api.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 'manila.tests.api.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 'manila.tests.api.v1' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.api.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 'manila.tests.api.v2' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.api.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 'manila.tests.api.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 'manila.tests.api.v2' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.api.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 'manila.tests.api.views' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.api.views' 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 'manila.tests.api.views' 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 'manila.tests.api.views' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.api.views' 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 'manila.tests.cmd' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.cmd' 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 'manila.tests.cmd' 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 'manila.tests.cmd' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.cmd' 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 'manila.tests.common' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.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 'manila.tests.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 'manila.tests.common' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.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 'manila.tests.compute' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.compute' 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 'manila.tests.compute' 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 'manila.tests.compute' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.compute' 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 'manila.tests.data' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.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 'manila.tests.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 'manila.tests.data' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.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 'manila.tests.db' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.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 'manila.tests.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 'manila.tests.db' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.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 'manila.tests.db.migrations' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.db.migrations' 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 'manila.tests.db.migrations' 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 'manila.tests.db.migrations' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.db.migrations' 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 'manila.tests.db.migrations.alembic' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.db.migrations.alembic' 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 'manila.tests.db.migrations.alembic' 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 'manila.tests.db.migrations.alembic' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.db.migrations.alembic' 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 'manila.tests.db.sqlalchemy' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.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 'manila.tests.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 'manila.tests.db.sqlalchemy' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.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 'manila.tests.hacking' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.hacking' 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 'manila.tests.hacking' 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 'manila.tests.hacking' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.hacking' 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 'manila.tests.image' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.image' 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 'manila.tests.image' 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 'manila.tests.image' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.image' 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 'manila.tests.integrated' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.integrated' 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 'manila.tests.integrated' 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 'manila.tests.integrated' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.integrated' 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 'manila.tests.integrated.api' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.integrated.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 'manila.tests.integrated.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 'manila.tests.integrated.api' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.integrated.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 'manila.tests.keymgr' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.keymgr' 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 'manila.tests.keymgr' 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 'manila.tests.keymgr' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.keymgr' 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 'manila.tests.lock' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.lock' 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 'manila.tests.lock' 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 'manila.tests.lock' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.lock' 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 'manila.tests.message' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.message' 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 'manila.tests.message' 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 'manila.tests.message' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.message' 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 'manila.tests.monkey_patch_example' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.monkey_patch_example' 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 'manila.tests.monkey_patch_example' 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 'manila.tests.monkey_patch_example' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.monkey_patch_example' 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 'manila.tests.network' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.network' 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 'manila.tests.network' 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 'manila.tests.network' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.network' 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 'manila.tests.network.linux' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.network.linux' 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 'manila.tests.network.linux' 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 'manila.tests.network.linux' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.network.linux' 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 'manila.tests.network.neutron' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.network.neutron' 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 'manila.tests.network.neutron' 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 'manila.tests.network.neutron' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.network.neutron' 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 'manila.tests.scheduler' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.scheduler' 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 'manila.tests.scheduler' 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 'manila.tests.scheduler' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.scheduler' 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 'manila.tests.scheduler.drivers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.scheduler.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 'manila.tests.scheduler.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 'manila.tests.scheduler.drivers' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.scheduler.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 'manila.tests.scheduler.evaluator' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.scheduler.evaluator' 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 'manila.tests.scheduler.evaluator' 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 'manila.tests.scheduler.evaluator' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.scheduler.evaluator' 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 'manila.tests.scheduler.filters' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.scheduler.filters' 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 'manila.tests.scheduler.filters' 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 'manila.tests.scheduler.filters' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.scheduler.filters' 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 'manila.tests.scheduler.weighers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.scheduler.weighers' 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 'manila.tests.scheduler.weighers' 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 'manila.tests.scheduler.weighers' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.scheduler.weighers' 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 'manila.tests.services' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.services' 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 'manila.tests.services' 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 'manila.tests.services' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.services' 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 'manila.tests.share' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share' 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 'manila.tests.share' 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 'manila.tests.share' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share' 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 'manila.tests.share.drivers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.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 'manila.tests.share.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 'manila.tests.share.drivers' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.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 'manila.tests.share.drivers.cephfs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.cephfs' 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 'manila.tests.share.drivers.cephfs' 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 'manila.tests.share.drivers.cephfs' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.cephfs' 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 'manila.tests.share.drivers.container' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.container' 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 'manila.tests.share.drivers.container' 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 'manila.tests.share.drivers.container' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.container' 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 'manila.tests.share.drivers.dell_emc' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.dell_emc' 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 'manila.tests.share.drivers.dell_emc' 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 'manila.tests.share.drivers.dell_emc' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.dell_emc' 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 'manila.tests.share.drivers.dell_emc.common' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.dell_emc.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 'manila.tests.share.drivers.dell_emc.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 'manila.tests.share.drivers.dell_emc.common' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.dell_emc.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 'manila.tests.share.drivers.dell_emc.common.enas' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.dell_emc.common.enas' 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 'manila.tests.share.drivers.dell_emc.common.enas' 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 'manila.tests.share.drivers.dell_emc.common.enas' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.dell_emc.common.enas' 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 'manila.tests.share.drivers.dell_emc.plugins' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.dell_emc.plugins' 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 'manila.tests.share.drivers.dell_emc.plugins' 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 'manila.tests.share.drivers.dell_emc.plugins' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.dell_emc.plugins' 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 'manila.tests.share.drivers.dell_emc.plugins.powerflex' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.dell_emc.plugins.powerflex' 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 'manila.tests.share.drivers.dell_emc.plugins.powerflex' 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 'manila.tests.share.drivers.dell_emc.plugins.powerflex' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.dell_emc.plugins.powerflex' 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 'manila.tests.share.drivers.dell_emc.plugins.powerflex.mockup' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.dell_emc.plugins.powerflex.mockup' 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 'manila.tests.share.drivers.dell_emc.plugins.powerflex.mockup' 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 'manila.tests.share.drivers.dell_emc.plugins.powerflex.mockup' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.dell_emc.plugins.powerflex.mockup' 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 'manila.tests.share.drivers.dell_emc.plugins.powermax' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.dell_emc.plugins.powermax' 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 'manila.tests.share.drivers.dell_emc.plugins.powermax' 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 'manila.tests.share.drivers.dell_emc.plugins.powermax' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.dell_emc.plugins.powermax' 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 'manila.tests.share.drivers.dell_emc.plugins.powerscale' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.dell_emc.plugins.powerscale' 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 'manila.tests.share.drivers.dell_emc.plugins.powerscale' 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 'manila.tests.share.drivers.dell_emc.plugins.powerscale' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.dell_emc.plugins.powerscale' 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 'manila.tests.share.drivers.dell_emc.plugins.powerstore' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.dell_emc.plugins.powerstore' 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 'manila.tests.share.drivers.dell_emc.plugins.powerstore' 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 'manila.tests.share.drivers.dell_emc.plugins.powerstore' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.dell_emc.plugins.powerstore' 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 'manila.tests.share.drivers.dell_emc.plugins.powerstore.mockup' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.dell_emc.plugins.powerstore.mockup' 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 'manila.tests.share.drivers.dell_emc.plugins.powerstore.mockup' 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 'manila.tests.share.drivers.dell_emc.plugins.powerstore.mockup' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.dell_emc.plugins.powerstore.mockup' 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 'manila.tests.share.drivers.dell_emc.plugins.unity' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.dell_emc.plugins.unity' 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 'manila.tests.share.drivers.dell_emc.plugins.unity' 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 'manila.tests.share.drivers.dell_emc.plugins.unity' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.dell_emc.plugins.unity' 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 'manila.tests.share.drivers.dell_emc.plugins.vnx' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.dell_emc.plugins.vnx' 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 'manila.tests.share.drivers.dell_emc.plugins.vnx' 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 'manila.tests.share.drivers.dell_emc.plugins.vnx' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.dell_emc.plugins.vnx' 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 'manila.tests.share.drivers.ganesha' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.ganesha' 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 'manila.tests.share.drivers.ganesha' 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 'manila.tests.share.drivers.ganesha' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.ganesha' 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 'manila.tests.share.drivers.glusterfs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.glusterfs' 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 'manila.tests.share.drivers.glusterfs' 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 'manila.tests.share.drivers.glusterfs' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.glusterfs' 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 'manila.tests.share.drivers.hdfs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.hdfs' 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 'manila.tests.share.drivers.hdfs' 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 'manila.tests.share.drivers.hdfs' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.hdfs' 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 'manila.tests.share.drivers.hitachi' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.hitachi' 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 'manila.tests.share.drivers.hitachi' 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 'manila.tests.share.drivers.hitachi' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.hitachi' 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 'manila.tests.share.drivers.hitachi.hnas' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.hitachi.hnas' 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 'manila.tests.share.drivers.hitachi.hnas' 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 'manila.tests.share.drivers.hitachi.hnas' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.hitachi.hnas' 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 'manila.tests.share.drivers.hitachi.hsp' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.hitachi.hsp' 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 'manila.tests.share.drivers.hitachi.hsp' 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 'manila.tests.share.drivers.hitachi.hsp' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.hitachi.hsp' 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 'manila.tests.share.drivers.hpe' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.hpe' 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 'manila.tests.share.drivers.hpe' 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 'manila.tests.share.drivers.hpe' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.hpe' 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 'manila.tests.share.drivers.huawei' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.huawei' 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 'manila.tests.share.drivers.huawei' 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 'manila.tests.share.drivers.huawei' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.huawei' 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 'manila.tests.share.drivers.ibm' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.ibm' 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 'manila.tests.share.drivers.ibm' 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 'manila.tests.share.drivers.ibm' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.ibm' 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 'manila.tests.share.drivers.infinidat' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.infinidat' 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 'manila.tests.share.drivers.infinidat' 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 'manila.tests.share.drivers.infinidat' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.infinidat' 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 'manila.tests.share.drivers.infortrend' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.infortrend' 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 'manila.tests.share.drivers.infortrend' 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 'manila.tests.share.drivers.infortrend' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.infortrend' 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 'manila.tests.share.drivers.inspur' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.inspur' 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 'manila.tests.share.drivers.inspur' 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 'manila.tests.share.drivers.inspur' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.inspur' 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 'manila.tests.share.drivers.inspur.as13000' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.inspur.as13000' 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 'manila.tests.share.drivers.inspur.as13000' 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 'manila.tests.share.drivers.inspur.as13000' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.inspur.as13000' 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 'manila.tests.share.drivers.inspur.instorage' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.inspur.instorage' 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 'manila.tests.share.drivers.inspur.instorage' 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 'manila.tests.share.drivers.inspur.instorage' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.inspur.instorage' 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 'manila.tests.share.drivers.macrosan' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.macrosan' 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 'manila.tests.share.drivers.macrosan' 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 'manila.tests.share.drivers.macrosan' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.macrosan' 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 'manila.tests.share.drivers.maprfs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.maprfs' 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 'manila.tests.share.drivers.maprfs' 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 'manila.tests.share.drivers.maprfs' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.maprfs' 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 'manila.tests.share.drivers.netapp' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.netapp' 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 'manila.tests.share.drivers.netapp' 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 'manila.tests.share.drivers.netapp' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.netapp' 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 'manila.tests.share.drivers.netapp.dataontap' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.netapp.dataontap' 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 'manila.tests.share.drivers.netapp.dataontap' 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 'manila.tests.share.drivers.netapp.dataontap' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.netapp.dataontap' 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 'manila.tests.share.drivers.netapp.dataontap.client' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.netapp.dataontap.client' 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 'manila.tests.share.drivers.netapp.dataontap.client' 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 'manila.tests.share.drivers.netapp.dataontap.client' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.netapp.dataontap.client' 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 'manila.tests.share.drivers.netapp.dataontap.cluster_mode' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.netapp.dataontap.cluster_mode' 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 'manila.tests.share.drivers.netapp.dataontap.cluster_mode' 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 'manila.tests.share.drivers.netapp.dataontap.cluster_mode' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.netapp.dataontap.cluster_mode' 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 'manila.tests.share.drivers.netapp.dataontap.protocols' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.netapp.dataontap.protocols' 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 'manila.tests.share.drivers.netapp.dataontap.protocols' 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 'manila.tests.share.drivers.netapp.dataontap.protocols' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.netapp.dataontap.protocols' 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 'manila.tests.share.drivers.nexenta' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.nexenta' 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 'manila.tests.share.drivers.nexenta' 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 'manila.tests.share.drivers.nexenta' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.nexenta' 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 'manila.tests.share.drivers.nexenta.ns4' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.nexenta.ns4' 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 'manila.tests.share.drivers.nexenta.ns4' 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 'manila.tests.share.drivers.nexenta.ns4' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.nexenta.ns4' 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 'manila.tests.share.drivers.nexenta.ns5' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.nexenta.ns5' 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 'manila.tests.share.drivers.nexenta.ns5' 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 'manila.tests.share.drivers.nexenta.ns5' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.nexenta.ns5' 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 'manila.tests.share.drivers.purestorage' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.purestorage' 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 'manila.tests.share.drivers.purestorage' 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 'manila.tests.share.drivers.purestorage' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.purestorage' 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 'manila.tests.share.drivers.qnap' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.qnap' 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 'manila.tests.share.drivers.qnap' 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 'manila.tests.share.drivers.qnap' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.qnap' 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 'manila.tests.share.drivers.quobyte' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.quobyte' 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 'manila.tests.share.drivers.quobyte' 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 'manila.tests.share.drivers.quobyte' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.quobyte' 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 'manila.tests.share.drivers.tegile' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.tegile' 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 'manila.tests.share.drivers.tegile' 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 'manila.tests.share.drivers.tegile' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.tegile' 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 'manila.tests.share.drivers.vastdata' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.vastdata' 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 'manila.tests.share.drivers.vastdata' 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 'manila.tests.share.drivers.vastdata' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.vastdata' 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 'manila.tests.share.drivers.veritas' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.veritas' 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 'manila.tests.share.drivers.veritas' 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 'manila.tests.share.drivers.veritas' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.veritas' 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 'manila.tests.share.drivers.windows' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.windows' 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 'manila.tests.share.drivers.windows' 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 'manila.tests.share.drivers.windows' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.windows' 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 'manila.tests.share.drivers.zadara' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.zadara' 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 'manila.tests.share.drivers.zadara' 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 'manila.tests.share.drivers.zadara' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.zadara' 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 'manila.tests.share.drivers.zfsonlinux' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.zfsonlinux' 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 'manila.tests.share.drivers.zfsonlinux' 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 'manila.tests.share.drivers.zfsonlinux' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.zfsonlinux' 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 'manila.tests.share.drivers.zfssa' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share.drivers.zfssa' 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 'manila.tests.share.drivers.zfssa' 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 'manila.tests.share.drivers.zfssa' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share.drivers.zfssa' 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 'manila.tests.share_group' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.share_group' 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 'manila.tests.share_group' 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 'manila.tests.share_group' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.share_group' 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 'manila.tests.var' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.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 'manila.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 'manila.tests.var' to be distributed and are DEBUG: already explicitly excluding 'manila.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: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'manila.tests.volume' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.volume' 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 'manila.tests.volume' 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 'manila.tests.volume' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.volume' 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 'manila.tests.wsgi' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.wsgi' 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 'manila.tests.wsgi' 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 'manila.tests.wsgi' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.wsgi' 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 'manila.tests.xenapi' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.tests.xenapi' 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 'manila.tests.xenapi' 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 'manila.tests.xenapi' to be distributed and are DEBUG: already explicitly excluding 'manila.tests.xenapi' 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 'manila.transfer' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.transfer' 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 'manila.transfer' 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 'manila.transfer' to be distributed and are DEBUG: already explicitly excluding 'manila.transfer' 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 'manila.volume' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.volume' 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 'manila.volume' 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 'manila.volume' to be distributed and are DEBUG: already explicitly excluding 'manila.volume' 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 'manila.wsgi' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'manila.wsgi' 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 'manila.wsgi' 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 'manila.wsgi' to be distributed and are DEBUG: already explicitly excluding 'manila.wsgi' 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/manila/api DEBUG: copying manila/api/__init__.py -> build/lib/manila/api DEBUG: copying manila/api/common.py -> build/lib/manila/api DEBUG: copying manila/api/extensions.py -> build/lib/manila/api DEBUG: copying manila/api/urlmap.py -> build/lib/manila/api DEBUG: copying manila/api/versions.py -> build/lib/manila/api DEBUG: creating build/lib/manila/api/contrib DEBUG: copying manila/api/contrib/__init__.py -> build/lib/manila/api/contrib DEBUG: creating build/lib/manila/api/middleware DEBUG: copying manila/api/middleware/__init__.py -> build/lib/manila/api/middleware DEBUG: copying manila/api/middleware/auth.py -> build/lib/manila/api/middleware DEBUG: copying manila/api/middleware/fault.py -> build/lib/manila/api/middleware DEBUG: creating build/lib/manila/api/openstack DEBUG: copying manila/api/openstack/__init__.py -> build/lib/manila/api/openstack DEBUG: copying manila/api/openstack/api_version_request.py -> build/lib/manila/api/openstack DEBUG: copying manila/api/openstack/rest_api_version_history.rst -> build/lib/manila/api/openstack DEBUG: copying manila/api/openstack/urlmap.py -> build/lib/manila/api/openstack DEBUG: copying manila/api/openstack/versioned_method.py -> build/lib/manila/api/openstack DEBUG: copying manila/api/openstack/wsgi.py -> build/lib/manila/api/openstack DEBUG: creating build/lib/manila/api/schemas DEBUG: copying manila/api/schemas/__init__.py -> build/lib/manila/api/schemas DEBUG: copying manila/api/schemas/availability_zones.py -> build/lib/manila/api/schemas DEBUG: copying manila/api/schemas/messages.py -> build/lib/manila/api/schemas DEBUG: copying manila/api/schemas/resource_locks.py -> build/lib/manila/api/schemas DEBUG: copying manila/api/schemas/share_export_locations.py -> build/lib/manila/api/schemas DEBUG: creating build/lib/manila/api/v1 DEBUG: copying manila/api/v1/__init__.py -> build/lib/manila/api/v1 DEBUG: copying manila/api/v1/limits.py -> build/lib/manila/api/v1 DEBUG: copying manila/api/v1/router.py -> build/lib/manila/api/v1 DEBUG: copying manila/api/v1/scheduler_stats.py -> build/lib/manila/api/v1 DEBUG: copying manila/api/v1/security_service.py -> build/lib/manila/api/v1 DEBUG: copying manila/api/v1/share_manage.py -> build/lib/manila/api/v1 DEBUG: copying manila/api/v1/share_metadata.py -> build/lib/manila/api/v1 DEBUG: copying manila/api/v1/share_servers.py -> build/lib/manila/api/v1 DEBUG: copying manila/api/v1/share_snapshots.py -> build/lib/manila/api/v1 DEBUG: copying manila/api/v1/share_types_extra_specs.py -> build/lib/manila/api/v1 DEBUG: copying manila/api/v1/share_unmanage.py -> build/lib/manila/api/v1 DEBUG: copying manila/api/v1/shares.py -> build/lib/manila/api/v1 DEBUG: creating build/lib/manila/api/v2 DEBUG: copying manila/api/v2/__init__.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/availability_zones.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/messages.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/metadata.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/quota_class_sets.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/quota_sets.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/resource_locks.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/router.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/services.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_access_metadata.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_accesses.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_backups.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_export_locations.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_group_snapshots.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_group_type_specs.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_group_types.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_groups.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_instance_export_locations.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_instances.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_network_subnets.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_networks.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_replica_export_locations.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_replicas.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_servers.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_snapshot_export_locations.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_snapshot_instance_export_locations.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_snapshot_instances.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_snapshots.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_transfer.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/share_types.py -> build/lib/manila/api/v2 DEBUG: copying manila/api/v2/shares.py -> build/lib/manila/api/v2 DEBUG: creating build/lib/manila/api/validation DEBUG: copying manila/api/validation/__init__.py -> build/lib/manila/api/validation DEBUG: copying manila/api/validation/helpers.py -> build/lib/manila/api/validation DEBUG: copying manila/api/validation/parameter_types.py -> build/lib/manila/api/validation DEBUG: copying manila/api/validation/parameters.yaml -> build/lib/manila/api/validation DEBUG: copying manila/api/validation/response_types.py -> build/lib/manila/api/validation DEBUG: copying manila/api/validation/validators.py -> build/lib/manila/api/validation DEBUG: creating build/lib/manila/api/views DEBUG: copying manila/api/views/__init__.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/availability_zones.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/export_locations.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/limits.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/messages.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/quota_class_sets.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/quota_sets.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/resource_locks.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/scheduler_stats.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/security_service.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/services.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_accesses.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_backups.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_group_snapshots.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_group_types.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_groups.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_instance.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_migration.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_network_subnets.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_networks.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_replicas.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_server_migration.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_servers.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_snapshot_export_locations.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_snapshot_instances.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/share_snapshots.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/shares.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/transfers.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/types.py -> build/lib/manila/api/views DEBUG: copying manila/api/views/versions.py -> build/lib/manila/api/views DEBUG: creating build/lib/manila/cmd DEBUG: copying manila/cmd/__init__.py -> build/lib/manila/cmd DEBUG: copying manila/cmd/api.py -> build/lib/manila/cmd DEBUG: copying manila/cmd/data.py -> build/lib/manila/cmd DEBUG: copying manila/cmd/manage.py -> build/lib/manila/cmd DEBUG: copying manila/cmd/scheduler.py -> build/lib/manila/cmd DEBUG: copying manila/cmd/share.py -> build/lib/manila/cmd DEBUG: copying manila/cmd/status.py -> build/lib/manila/cmd DEBUG: creating build/lib/manila/common DEBUG: copying manila/common/__init__.py -> build/lib/manila/common DEBUG: copying manila/common/client_auth.py -> build/lib/manila/common DEBUG: copying manila/common/config.py -> build/lib/manila/common DEBUG: copying manila/common/constants.py -> build/lib/manila/common DEBUG: creating build/lib/manila/compute DEBUG: copying manila/compute/__init__.py -> build/lib/manila/compute DEBUG: copying manila/compute/nova.py -> build/lib/manila/compute DEBUG: creating build/lib/manila/data DEBUG: copying manila/data/__init__.py -> build/lib/manila/data DEBUG: copying manila/data/backup_driver.py -> build/lib/manila/data DEBUG: copying manila/data/helper.py -> build/lib/manila/data DEBUG: copying manila/data/manager.py -> build/lib/manila/data DEBUG: copying manila/data/rpcapi.py -> build/lib/manila/data DEBUG: copying manila/data/utils.py -> build/lib/manila/data DEBUG: creating build/lib/manila/data/drivers DEBUG: copying manila/data/drivers/__init__.py -> build/lib/manila/data/drivers DEBUG: copying manila/data/drivers/nfs.py -> build/lib/manila/data/drivers DEBUG: creating build/lib/manila/db DEBUG: copying manila/db/__init__.py -> build/lib/manila/db DEBUG: copying manila/db/api.py -> build/lib/manila/db DEBUG: copying manila/db/base.py -> build/lib/manila/db DEBUG: copying manila/db/migration.py -> build/lib/manila/db DEBUG: creating build/lib/manila/db/migrations DEBUG: copying manila/db/migrations/__init__.py -> build/lib/manila/db/migrations DEBUG: copying manila/db/migrations/alembic.ini -> build/lib/manila/db/migrations DEBUG: copying manila/db/migrations/utils.py -> build/lib/manila/db/migrations DEBUG: creating build/lib/manila/db/migrations/alembic DEBUG: copying manila/db/migrations/alembic/__init__.py -> build/lib/manila/db/migrations/alembic DEBUG: copying manila/db/migrations/alembic/env.py -> build/lib/manila/db/migrations/alembic DEBUG: copying manila/db/migrations/alembic/migration.py -> build/lib/manila/db/migrations/alembic DEBUG: copying manila/db/migrations/alembic/script.py.mako -> build/lib/manila/db/migrations/alembic DEBUG: creating build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/0274d20c560f_add_ou_to_security_service.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/03da71c0e321_convert_cgs_to_share_groups.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/097fad24d2fc_add_share_instances_share_id_index.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/0c23aec99b74_add_per_share_gigabytes_quota_class.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/0d8c8f6d54a4_modify_share_servers_table.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/11ee96se625f3_add_metadata_for_access.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/162a3e673105_manila_init.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/17115072e1c3_add_nova_net_id_column_to_share_networks.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/1946cb97bb8d_add_is_soft_deleted_and_scheduled_to_be_deleted_at_to_shares_table.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/1e2d600bf972_add_transfers.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/1f0bd302c1a6_add_availability_zones_table.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/211836bf835c_add_access_level.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/221a83cfd85b_change_user_project_id_length.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/238720805ce1_add_messages_table.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/27cb96d991fa_add_description_for_share_type.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/293fac1130ca_add_replication_attrs.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/2d708a9a3ba9_backup_change_az_to_az_id.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/2f27d904214c_add_backup_type_column.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/30cb96d995fa_add_is_public_column_for_share.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/323840a08dc4_add_shares_task_state.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/344c1ac4747f_add_share_instance_access_rules_status.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/3651e16d7c43_add_consistency_groups.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/38e632621e5a_change_volume_type_to_share_type.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/3a482171410f_add_drivers_private_data_table.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/3db9992c30f3_transform_statuses_to_lowercase.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/3e7d62517afa_add_create_share_from_snapshot_support.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/40d1f2374e89_add_mount_point_name_to_share_instances.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/478c445d8d3e_add_security_service_update_control_fields.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/48a7beae3117_move_share_type_id_to_instances.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/493eaffd79e1_add_mtu_network_allocations_share_networks.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/4a482571410f_add_backends_info_table.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/4ee2cf4be19a_remove_share_snapshots_export_location.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/5077ffcc5f1c_add_share_instances.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/5155c7077f99_add_more_network_info_attributes_to_network_allocations_table.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/5237b6625330_add_availability_zone_id_field_to_share_groups.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/533646c7af38_remove_unused_attr_status.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/54667b9cade7_restore_share_instance_access_map_state.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/55761e5f59c5_add_snapshot_support_extra_spec_to_share_types.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/56cdbe267881_add_share_export_locations_table.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/579c267fbb4d_add_share_instances_access_map.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/59eb64046740_add_required_extra_spec.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/5aa813ae673d_add_task_state_field_for_share_servers.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/63809d875e32_add_access_key.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/6a3fd2984bc31_add_is_auto_deletable_and_identifier_fields_for_share_servers.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/7d142971c4ef_add_reservation_expire_index.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/805685098bd2_add_share_network_subnets_table_and_modify_share_servers_table.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/829a09b0ddd4_fix_project_share_type_quotas_unique_constraint.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/87ce15c59bbe_add_revert_to_snapshot_support.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/927920b37453_add_provider_location_for_share_group_snapshot_members_model.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/95e3cf760840_remove_nova_net_id_column_from_share_.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/99d328f0a3d2_add_disable_reason_to_service.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/9afbe2df4945_add_backup.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/a77e2ad5012d_add_share_snapshot_access.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/a87e0fb17dee_multiple_share_server_subnets.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/ac0620cbe74d_add_share_network_subnet_metadata.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/aebe2a413e13_add_state_column_for_service.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/b10fb432c042_squash_share_group_snapshot_members_and_share_snapshot_instance_models.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/b516de97bfee_add_quota_per_share_type_model.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/bb5938d74b73_add_snapshot_metadata_table.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/c476aeb186ec_add_default_ad_site_to_security_service.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/cb20f743ca7b_add_resource_locks.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/cdefa6287df8_add_ensuring_field_to_services.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/d5db24264f5c_add_consistent_snapshot_support_attr_to_share_group_model.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/dda6de06349_add_export_locations_metadata.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/e1949a93157a_add_share_group_types_table.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/e6d88547b381_add_progress_field_to_share_instance.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/e8ea58723178_remove_host_from_driver_private_data.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/e975ea83b712_add_share_server_encryption.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/e9f79621d83f_add_cast_rules_to_readonly_to_share_instances.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/eb6d5544cbbd_add_provider_location_to_share_snapshot_instances.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/ef0c02b4366_add_share_type_projects.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/fbdfabcba377_change_the_mysql_datetime_precision.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: copying manila/db/migrations/alembic/versions/fdfb668d19e1_add_gateway_to_network_allocations_table.py -> build/lib/manila/db/migrations/alembic/versions DEBUG: creating build/lib/manila/db/sqlalchemy DEBUG: copying manila/db/sqlalchemy/__init__.py -> build/lib/manila/db/sqlalchemy DEBUG: copying manila/db/sqlalchemy/api.py -> build/lib/manila/db/sqlalchemy DEBUG: copying manila/db/sqlalchemy/models.py -> build/lib/manila/db/sqlalchemy DEBUG: copying manila/db/sqlalchemy/query.py -> build/lib/manila/db/sqlalchemy DEBUG: copying manila/db/sqlalchemy/utils.py -> build/lib/manila/db/sqlalchemy DEBUG: creating build/lib/manila/image DEBUG: copying manila/image/__init__.py -> build/lib/manila/image DEBUG: copying manila/image/glance.py -> build/lib/manila/image DEBUG: creating build/lib/manila/keymgr DEBUG: copying manila/keymgr/__init__.py -> build/lib/manila/keymgr DEBUG: copying manila/keymgr/barbican.py -> build/lib/manila/keymgr DEBUG: creating build/lib/manila/lock DEBUG: copying manila/lock/__init__.py -> build/lib/manila/lock DEBUG: copying manila/lock/api.py -> build/lib/manila/lock DEBUG: creating build/lib/manila/message DEBUG: copying manila/message/__init__.py -> build/lib/manila/message DEBUG: copying manila/message/api.py -> build/lib/manila/message DEBUG: copying manila/message/message_field.py -> build/lib/manila/message DEBUG: copying manila/message/message_levels.py -> build/lib/manila/message DEBUG: creating build/lib/manila/network DEBUG: copying manila/network/__init__.py -> build/lib/manila/network DEBUG: copying manila/network/standalone_network_plugin.py -> build/lib/manila/network DEBUG: creating build/lib/manila/network/linux DEBUG: copying manila/network/linux/__init__.py -> build/lib/manila/network/linux DEBUG: copying manila/network/linux/interface.py -> build/lib/manila/network/linux DEBUG: copying manila/network/linux/ip_lib.py -> build/lib/manila/network/linux DEBUG: copying manila/network/linux/ovs_lib.py -> build/lib/manila/network/linux DEBUG: creating build/lib/manila/network/neutron DEBUG: copying manila/network/neutron/__init__.py -> build/lib/manila/network/neutron DEBUG: copying manila/network/neutron/api.py -> build/lib/manila/network/neutron DEBUG: copying manila/network/neutron/constants.py -> build/lib/manila/network/neutron DEBUG: copying manila/network/neutron/neutron_network_plugin.py -> build/lib/manila/network/neutron DEBUG: creating build/lib/manila/policies DEBUG: copying manila/policies/__init__.py -> build/lib/manila/policies DEBUG: copying manila/policies/availability_zone.py -> build/lib/manila/policies DEBUG: copying manila/policies/base.py -> build/lib/manila/policies DEBUG: copying manila/policies/message.py -> build/lib/manila/policies DEBUG: copying manila/policies/quota_class_set.py -> build/lib/manila/policies DEBUG: copying manila/policies/quota_set.py -> build/lib/manila/policies DEBUG: copying manila/policies/resource_lock.py -> build/lib/manila/policies DEBUG: copying manila/policies/scheduler_stats.py -> build/lib/manila/policies DEBUG: copying manila/policies/security_service.py -> build/lib/manila/policies DEBUG: copying manila/policies/service.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_access.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_access_metadata.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_backup.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_export_location.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_group.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_group_snapshot.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_group_type.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_group_types_spec.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_instance.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_instance_export_location.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_network.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_network_subnet.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_replica.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_replica_export_location.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_server.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_snapshot.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_snapshot_export_location.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_snapshot_instance.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_snapshot_instance_export_location.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_transfer.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_type.py -> build/lib/manila/policies DEBUG: copying manila/policies/share_types_extra_spec.py -> build/lib/manila/policies DEBUG: copying manila/policies/shares.py -> build/lib/manila/policies DEBUG: creating build/lib/manila/privsep DEBUG: copying manila/privsep/__init__.py -> build/lib/manila/privsep DEBUG: copying manila/privsep/common.py -> build/lib/manila/privsep DEBUG: copying manila/privsep/filesystem.py -> build/lib/manila/privsep DEBUG: copying manila/privsep/lvm.py -> build/lib/manila/privsep DEBUG: copying manila/privsep/os.py -> build/lib/manila/privsep DEBUG: creating build/lib/manila/scheduler DEBUG: copying manila/scheduler/__init__.py -> build/lib/manila/scheduler DEBUG: copying manila/scheduler/base_handler.py -> build/lib/manila/scheduler DEBUG: copying manila/scheduler/host_manager.py -> build/lib/manila/scheduler DEBUG: copying manila/scheduler/manager.py -> build/lib/manila/scheduler DEBUG: copying manila/scheduler/rpcapi.py -> build/lib/manila/scheduler DEBUG: copying manila/scheduler/scheduler_options.py -> build/lib/manila/scheduler DEBUG: copying manila/scheduler/utils.py -> build/lib/manila/scheduler DEBUG: creating build/lib/manila/scheduler/drivers DEBUG: copying manila/scheduler/drivers/__init__.py -> build/lib/manila/scheduler/drivers DEBUG: copying manila/scheduler/drivers/base.py -> build/lib/manila/scheduler/drivers DEBUG: copying manila/scheduler/drivers/chance.py -> build/lib/manila/scheduler/drivers DEBUG: copying manila/scheduler/drivers/filter.py -> build/lib/manila/scheduler/drivers DEBUG: copying manila/scheduler/drivers/simple.py -> build/lib/manila/scheduler/drivers DEBUG: creating build/lib/manila/scheduler/evaluator DEBUG: copying manila/scheduler/evaluator/__init__.py -> build/lib/manila/scheduler/evaluator DEBUG: copying manila/scheduler/evaluator/evaluator.py -> build/lib/manila/scheduler/evaluator DEBUG: creating build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/__init__.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/affinity.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/availability_zone.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/base.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/base_host.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/capabilities.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/capacity.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/create_from_snapshot.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/driver.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/extra_specs_ops.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/host.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/ignore_attempted_hosts.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/json.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/retry.py -> build/lib/manila/scheduler/filters DEBUG: copying manila/scheduler/filters/share_replication.py -> build/lib/manila/scheduler/filters DEBUG: creating build/lib/manila/scheduler/filters/share_group_filters DEBUG: copying manila/scheduler/filters/share_group_filters/__init__.py -> build/lib/manila/scheduler/filters/share_group_filters DEBUG: copying manila/scheduler/filters/share_group_filters/consistent_snapshot.py -> build/lib/manila/scheduler/filters/share_group_filters DEBUG: creating build/lib/manila/scheduler/weighers DEBUG: copying manila/scheduler/weighers/__init__.py -> build/lib/manila/scheduler/weighers DEBUG: copying manila/scheduler/weighers/base.py -> build/lib/manila/scheduler/weighers DEBUG: copying manila/scheduler/weighers/base_host.py -> build/lib/manila/scheduler/weighers DEBUG: copying manila/scheduler/weighers/capacity.py -> build/lib/manila/scheduler/weighers DEBUG: copying manila/scheduler/weighers/goodness.py -> build/lib/manila/scheduler/weighers DEBUG: copying manila/scheduler/weighers/host_affinity.py -> build/lib/manila/scheduler/weighers DEBUG: copying manila/scheduler/weighers/netapp_aiq.py -> build/lib/manila/scheduler/weighers DEBUG: copying manila/scheduler/weighers/pool.py -> build/lib/manila/scheduler/weighers DEBUG: creating build/lib/manila/services DEBUG: copying manila/services/__init__.py -> build/lib/manila/services DEBUG: copying manila/services/api.py -> build/lib/manila/services DEBUG: creating build/lib/manila/share DEBUG: copying manila/share/__init__.py -> build/lib/manila/share DEBUG: copying manila/share/access.py -> build/lib/manila/share DEBUG: copying manila/share/api.py -> build/lib/manila/share DEBUG: copying manila/share/configuration.py -> build/lib/manila/share DEBUG: copying manila/share/driver.py -> build/lib/manila/share DEBUG: copying manila/share/drivers_private_data.py -> build/lib/manila/share DEBUG: copying manila/share/hook.py -> build/lib/manila/share DEBUG: copying manila/share/manager.py -> build/lib/manila/share DEBUG: copying manila/share/migration.py -> build/lib/manila/share DEBUG: copying manila/share/rpcapi.py -> build/lib/manila/share DEBUG: copying manila/share/share_types.py -> build/lib/manila/share DEBUG: copying manila/share/snapshot_access.py -> build/lib/manila/share DEBUG: copying manila/share/utils.py -> build/lib/manila/share DEBUG: creating build/lib/manila/share/drivers DEBUG: copying manila/share/drivers/__init__.py -> build/lib/manila/share/drivers DEBUG: copying manila/share/drivers/generic.py -> build/lib/manila/share/drivers DEBUG: copying manila/share/drivers/helpers.py -> build/lib/manila/share/drivers DEBUG: copying manila/share/drivers/lvm.py -> build/lib/manila/share/drivers DEBUG: copying manila/share/drivers/service_instance.py -> build/lib/manila/share/drivers DEBUG: creating build/lib/manila/share/drivers/cephfs DEBUG: copying manila/share/drivers/cephfs/__init__.py -> build/lib/manila/share/drivers/cephfs DEBUG: copying manila/share/drivers/cephfs/driver.py -> build/lib/manila/share/drivers/cephfs DEBUG: creating build/lib/manila/share/drivers/cephfs/conf DEBUG: copying manila/share/drivers/cephfs/conf/cephfs-export-template.conf -> build/lib/manila/share/drivers/cephfs/conf DEBUG: creating build/lib/manila/share/drivers/container DEBUG: copying manila/share/drivers/container/__init__.py -> build/lib/manila/share/drivers/container DEBUG: copying manila/share/drivers/container/container_helper.py -> build/lib/manila/share/drivers/container DEBUG: copying manila/share/drivers/container/driver.py -> build/lib/manila/share/drivers/container DEBUG: copying manila/share/drivers/container/protocol_helper.py -> build/lib/manila/share/drivers/container DEBUG: copying manila/share/drivers/container/security_service_helper.py -> build/lib/manila/share/drivers/container DEBUG: copying manila/share/drivers/container/storage_helper.py -> build/lib/manila/share/drivers/container DEBUG: creating build/lib/manila/share/drivers/dell_emc DEBUG: copying manila/share/drivers/dell_emc/__init__.py -> build/lib/manila/share/drivers/dell_emc DEBUG: copying manila/share/drivers/dell_emc/driver.py -> build/lib/manila/share/drivers/dell_emc DEBUG: copying manila/share/drivers/dell_emc/plugin_manager.py -> build/lib/manila/share/drivers/dell_emc DEBUG: creating build/lib/manila/share/drivers/dell_emc/common DEBUG: copying manila/share/drivers/dell_emc/common/__init__.py -> build/lib/manila/share/drivers/dell_emc/common DEBUG: creating build/lib/manila/share/drivers/dell_emc/common/enas DEBUG: copying manila/share/drivers/dell_emc/common/enas/__init__.py -> build/lib/manila/share/drivers/dell_emc/common/enas DEBUG: copying manila/share/drivers/dell_emc/common/enas/connector.py -> build/lib/manila/share/drivers/dell_emc/common/enas DEBUG: copying manila/share/drivers/dell_emc/common/enas/constants.py -> build/lib/manila/share/drivers/dell_emc/common/enas DEBUG: copying manila/share/drivers/dell_emc/common/enas/utils.py -> build/lib/manila/share/drivers/dell_emc/common/enas DEBUG: copying manila/share/drivers/dell_emc/common/enas/xml_api_parser.py -> build/lib/manila/share/drivers/dell_emc/common/enas DEBUG: creating build/lib/manila/share/drivers/dell_emc/plugins DEBUG: copying manila/share/drivers/dell_emc/plugins/__init__.py -> build/lib/manila/share/drivers/dell_emc/plugins DEBUG: copying manila/share/drivers/dell_emc/plugins/base.py -> build/lib/manila/share/drivers/dell_emc/plugins DEBUG: creating build/lib/manila/share/drivers/dell_emc/plugins/powerflex DEBUG: copying manila/share/drivers/dell_emc/plugins/powerflex/__init__.py -> build/lib/manila/share/drivers/dell_emc/plugins/powerflex DEBUG: copying manila/share/drivers/dell_emc/plugins/powerflex/connection.py -> build/lib/manila/share/drivers/dell_emc/plugins/powerflex DEBUG: copying manila/share/drivers/dell_emc/plugins/powerflex/object_manager.py -> build/lib/manila/share/drivers/dell_emc/plugins/powerflex DEBUG: creating build/lib/manila/share/drivers/dell_emc/plugins/powermax DEBUG: copying manila/share/drivers/dell_emc/plugins/powermax/__init__.py -> build/lib/manila/share/drivers/dell_emc/plugins/powermax DEBUG: copying manila/share/drivers/dell_emc/plugins/powermax/connection.py -> build/lib/manila/share/drivers/dell_emc/plugins/powermax DEBUG: copying manila/share/drivers/dell_emc/plugins/powermax/object_manager.py -> build/lib/manila/share/drivers/dell_emc/plugins/powermax DEBUG: creating build/lib/manila/share/drivers/dell_emc/plugins/powerscale DEBUG: copying manila/share/drivers/dell_emc/plugins/powerscale/__init__.py -> build/lib/manila/share/drivers/dell_emc/plugins/powerscale DEBUG: copying manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py -> build/lib/manila/share/drivers/dell_emc/plugins/powerscale DEBUG: copying manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py -> build/lib/manila/share/drivers/dell_emc/plugins/powerscale DEBUG: creating build/lib/manila/share/drivers/dell_emc/plugins/powerstore DEBUG: copying manila/share/drivers/dell_emc/plugins/powerstore/__init__.py -> build/lib/manila/share/drivers/dell_emc/plugins/powerstore DEBUG: copying manila/share/drivers/dell_emc/plugins/powerstore/client.py -> build/lib/manila/share/drivers/dell_emc/plugins/powerstore DEBUG: copying manila/share/drivers/dell_emc/plugins/powerstore/connection.py -> build/lib/manila/share/drivers/dell_emc/plugins/powerstore DEBUG: creating build/lib/manila/share/drivers/dell_emc/plugins/unity DEBUG: copying manila/share/drivers/dell_emc/plugins/unity/__init__.py -> build/lib/manila/share/drivers/dell_emc/plugins/unity DEBUG: copying manila/share/drivers/dell_emc/plugins/unity/client.py -> build/lib/manila/share/drivers/dell_emc/plugins/unity DEBUG: copying manila/share/drivers/dell_emc/plugins/unity/connection.py -> build/lib/manila/share/drivers/dell_emc/plugins/unity DEBUG: copying manila/share/drivers/dell_emc/plugins/unity/utils.py -> build/lib/manila/share/drivers/dell_emc/plugins/unity DEBUG: creating build/lib/manila/share/drivers/dell_emc/plugins/vnx DEBUG: copying manila/share/drivers/dell_emc/plugins/vnx/__init__.py -> build/lib/manila/share/drivers/dell_emc/plugins/vnx DEBUG: copying manila/share/drivers/dell_emc/plugins/vnx/connection.py -> build/lib/manila/share/drivers/dell_emc/plugins/vnx DEBUG: copying manila/share/drivers/dell_emc/plugins/vnx/object_manager.py -> build/lib/manila/share/drivers/dell_emc/plugins/vnx DEBUG: creating build/lib/manila/share/drivers/ganesha DEBUG: copying manila/share/drivers/ganesha/__init__.py -> build/lib/manila/share/drivers/ganesha DEBUG: copying manila/share/drivers/ganesha/manager.py -> build/lib/manila/share/drivers/ganesha DEBUG: copying manila/share/drivers/ganesha/utils.py -> build/lib/manila/share/drivers/ganesha DEBUG: creating build/lib/manila/share/drivers/ganesha/conf DEBUG: copying manila/share/drivers/ganesha/conf/00-base-export-template.conf -> build/lib/manila/share/drivers/ganesha/conf DEBUG: creating build/lib/manila/share/drivers/glusterfs DEBUG: copying manila/share/drivers/glusterfs/__init__.py -> build/lib/manila/share/drivers/glusterfs DEBUG: copying manila/share/drivers/glusterfs/common.py -> build/lib/manila/share/drivers/glusterfs DEBUG: copying manila/share/drivers/glusterfs/glusterfs_native.py -> build/lib/manila/share/drivers/glusterfs DEBUG: copying manila/share/drivers/glusterfs/layout.py -> build/lib/manila/share/drivers/glusterfs DEBUG: copying manila/share/drivers/glusterfs/layout_directory.py -> build/lib/manila/share/drivers/glusterfs DEBUG: copying manila/share/drivers/glusterfs/layout_volume.py -> build/lib/manila/share/drivers/glusterfs DEBUG: creating build/lib/manila/share/drivers/glusterfs/conf DEBUG: copying manila/share/drivers/glusterfs/conf/10-glusterfs-export-template.conf -> build/lib/manila/share/drivers/glusterfs/conf DEBUG: creating build/lib/manila/share/drivers/hdfs DEBUG: copying manila/share/drivers/hdfs/__init__.py -> build/lib/manila/share/drivers/hdfs DEBUG: copying manila/share/drivers/hdfs/hdfs_native.py -> build/lib/manila/share/drivers/hdfs DEBUG: creating build/lib/manila/share/drivers/hitachi DEBUG: copying manila/share/drivers/hitachi/__init__.py -> build/lib/manila/share/drivers/hitachi DEBUG: creating build/lib/manila/share/drivers/hitachi/hnas DEBUG: copying manila/share/drivers/hitachi/hnas/__init__.py -> build/lib/manila/share/drivers/hitachi/hnas DEBUG: copying manila/share/drivers/hitachi/hnas/driver.py -> build/lib/manila/share/drivers/hitachi/hnas DEBUG: copying manila/share/drivers/hitachi/hnas/ssh.py -> build/lib/manila/share/drivers/hitachi/hnas DEBUG: creating build/lib/manila/share/drivers/hitachi/hsp DEBUG: copying manila/share/drivers/hitachi/hsp/__init__.py -> build/lib/manila/share/drivers/hitachi/hsp DEBUG: copying manila/share/drivers/hitachi/hsp/driver.py -> build/lib/manila/share/drivers/hitachi/hsp DEBUG: copying manila/share/drivers/hitachi/hsp/rest.py -> build/lib/manila/share/drivers/hitachi/hsp DEBUG: creating build/lib/manila/share/drivers/hpe DEBUG: copying manila/share/drivers/hpe/__init__.py -> build/lib/manila/share/drivers/hpe DEBUG: copying manila/share/drivers/hpe/hpe_3par_driver.py -> build/lib/manila/share/drivers/hpe DEBUG: copying manila/share/drivers/hpe/hpe_3par_mediator.py -> build/lib/manila/share/drivers/hpe DEBUG: creating build/lib/manila/share/drivers/huawei DEBUG: copying manila/share/drivers/huawei/__init__.py -> build/lib/manila/share/drivers/huawei DEBUG: copying manila/share/drivers/huawei/base.py -> build/lib/manila/share/drivers/huawei DEBUG: copying manila/share/drivers/huawei/constants.py -> build/lib/manila/share/drivers/huawei DEBUG: copying manila/share/drivers/huawei/huawei_nas.py -> build/lib/manila/share/drivers/huawei DEBUG: copying manila/share/drivers/huawei/huawei_utils.py -> build/lib/manila/share/drivers/huawei DEBUG: creating build/lib/manila/share/drivers/huawei/v3 DEBUG: copying manila/share/drivers/huawei/v3/__init__.py -> build/lib/manila/share/drivers/huawei/v3 DEBUG: copying manila/share/drivers/huawei/v3/connection.py -> build/lib/manila/share/drivers/huawei/v3 DEBUG: copying manila/share/drivers/huawei/v3/helper.py -> build/lib/manila/share/drivers/huawei/v3 DEBUG: copying manila/share/drivers/huawei/v3/replication.py -> build/lib/manila/share/drivers/huawei/v3 DEBUG: copying manila/share/drivers/huawei/v3/rpcapi.py -> build/lib/manila/share/drivers/huawei/v3 DEBUG: copying manila/share/drivers/huawei/v3/smartx.py -> build/lib/manila/share/drivers/huawei/v3 DEBUG: creating build/lib/manila/share/drivers/ibm DEBUG: copying manila/share/drivers/ibm/__init__.py -> build/lib/manila/share/drivers/ibm DEBUG: copying manila/share/drivers/ibm/gpfs.py -> build/lib/manila/share/drivers/ibm DEBUG: creating build/lib/manila/share/drivers/infinidat DEBUG: copying manila/share/drivers/infinidat/__init__.py -> build/lib/manila/share/drivers/infinidat DEBUG: copying manila/share/drivers/infinidat/infinibox.py -> build/lib/manila/share/drivers/infinidat DEBUG: creating build/lib/manila/share/drivers/infortrend DEBUG: copying manila/share/drivers/infortrend/__init__.py -> build/lib/manila/share/drivers/infortrend DEBUG: copying manila/share/drivers/infortrend/driver.py -> build/lib/manila/share/drivers/infortrend DEBUG: copying manila/share/drivers/infortrend/infortrend_nas.py -> build/lib/manila/share/drivers/infortrend DEBUG: creating build/lib/manila/share/drivers/inspur DEBUG: copying manila/share/drivers/inspur/__init__.py -> build/lib/manila/share/drivers/inspur DEBUG: creating build/lib/manila/share/drivers/inspur/as13000 DEBUG: copying manila/share/drivers/inspur/as13000/__init__.py -> build/lib/manila/share/drivers/inspur/as13000 DEBUG: copying manila/share/drivers/inspur/as13000/as13000_nas.py -> build/lib/manila/share/drivers/inspur/as13000 DEBUG: creating build/lib/manila/share/drivers/inspur/instorage DEBUG: copying manila/share/drivers/inspur/instorage/__init__.py -> build/lib/manila/share/drivers/inspur/instorage DEBUG: copying manila/share/drivers/inspur/instorage/cli_helper.py -> build/lib/manila/share/drivers/inspur/instorage DEBUG: copying manila/share/drivers/inspur/instorage/instorage.py -> build/lib/manila/share/drivers/inspur/instorage DEBUG: creating build/lib/manila/share/drivers/macrosan DEBUG: copying manila/share/drivers/macrosan/__init__.py -> build/lib/manila/share/drivers/macrosan DEBUG: copying manila/share/drivers/macrosan/macrosan_constants.py -> build/lib/manila/share/drivers/macrosan DEBUG: copying manila/share/drivers/macrosan/macrosan_helper.py -> build/lib/manila/share/drivers/macrosan DEBUG: copying manila/share/drivers/macrosan/macrosan_nas.py -> build/lib/manila/share/drivers/macrosan DEBUG: copying manila/share/drivers/macrosan/rest_helper.py -> build/lib/manila/share/drivers/macrosan DEBUG: creating build/lib/manila/share/drivers/maprfs DEBUG: copying manila/share/drivers/maprfs/__init__.py -> build/lib/manila/share/drivers/maprfs DEBUG: copying manila/share/drivers/maprfs/driver_util.py -> build/lib/manila/share/drivers/maprfs DEBUG: copying manila/share/drivers/maprfs/maprfs_native.py -> build/lib/manila/share/drivers/maprfs DEBUG: creating build/lib/manila/share/drivers/netapp DEBUG: copying manila/share/drivers/netapp/__init__.py -> build/lib/manila/share/drivers/netapp DEBUG: copying manila/share/drivers/netapp/common.py -> build/lib/manila/share/drivers/netapp DEBUG: copying manila/share/drivers/netapp/options.py -> build/lib/manila/share/drivers/netapp DEBUG: copying manila/share/drivers/netapp/utils.py -> build/lib/manila/share/drivers/netapp DEBUG: creating build/lib/manila/share/drivers/netapp/dataontap DEBUG: copying manila/share/drivers/netapp/dataontap/__init__.py -> build/lib/manila/share/drivers/netapp/dataontap DEBUG: creating build/lib/manila/share/drivers/netapp/dataontap/client DEBUG: copying manila/share/drivers/netapp/dataontap/client/__init__.py -> build/lib/manila/share/drivers/netapp/dataontap/client DEBUG: copying manila/share/drivers/netapp/dataontap/client/api.py -> build/lib/manila/share/drivers/netapp/dataontap/client DEBUG: copying manila/share/drivers/netapp/dataontap/client/client_base.py -> build/lib/manila/share/drivers/netapp/dataontap/client DEBUG: copying manila/share/drivers/netapp/dataontap/client/client_cmode.py -> build/lib/manila/share/drivers/netapp/dataontap/client DEBUG: copying manila/share/drivers/netapp/dataontap/client/client_cmode_rest.py -> build/lib/manila/share/drivers/netapp/dataontap/client DEBUG: copying manila/share/drivers/netapp/dataontap/client/rest_api.py -> build/lib/manila/share/drivers/netapp/dataontap/client DEBUG: copying manila/share/drivers/netapp/dataontap/client/rest_endpoints.py -> build/lib/manila/share/drivers/netapp/dataontap/client DEBUG: creating build/lib/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/share/drivers/netapp/dataontap/cluster_mode/__init__.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/share/drivers/netapp/dataontap/cluster_mode/data_motion.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/share/drivers/netapp/dataontap/cluster_mode/drv_multi_svm.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/share/drivers/netapp/dataontap/cluster_mode/drv_single_svm.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/share/drivers/netapp/dataontap/cluster_mode/lib_single_svm.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/share/drivers/netapp/dataontap/cluster_mode/performance.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: creating build/lib/manila/share/drivers/netapp/dataontap/protocols DEBUG: copying manila/share/drivers/netapp/dataontap/protocols/__init__.py -> build/lib/manila/share/drivers/netapp/dataontap/protocols DEBUG: copying manila/share/drivers/netapp/dataontap/protocols/base.py -> build/lib/manila/share/drivers/netapp/dataontap/protocols DEBUG: copying manila/share/drivers/netapp/dataontap/protocols/cifs_cmode.py -> build/lib/manila/share/drivers/netapp/dataontap/protocols DEBUG: copying manila/share/drivers/netapp/dataontap/protocols/nfs_cmode.py -> build/lib/manila/share/drivers/netapp/dataontap/protocols DEBUG: creating build/lib/manila/share/drivers/nexenta DEBUG: copying manila/share/drivers/nexenta/__init__.py -> build/lib/manila/share/drivers/nexenta DEBUG: copying manila/share/drivers/nexenta/options.py -> build/lib/manila/share/drivers/nexenta DEBUG: copying manila/share/drivers/nexenta/utils.py -> build/lib/manila/share/drivers/nexenta DEBUG: creating build/lib/manila/share/drivers/nexenta/ns4 DEBUG: copying manila/share/drivers/nexenta/ns4/__init__.py -> build/lib/manila/share/drivers/nexenta/ns4 DEBUG: copying manila/share/drivers/nexenta/ns4/jsonrpc.py -> build/lib/manila/share/drivers/nexenta/ns4 DEBUG: copying manila/share/drivers/nexenta/ns4/nexenta_nas.py -> build/lib/manila/share/drivers/nexenta/ns4 DEBUG: copying manila/share/drivers/nexenta/ns4/nexenta_nfs_helper.py -> build/lib/manila/share/drivers/nexenta/ns4 DEBUG: creating build/lib/manila/share/drivers/nexenta/ns5 DEBUG: copying manila/share/drivers/nexenta/ns5/__init__.py -> build/lib/manila/share/drivers/nexenta/ns5 DEBUG: copying manila/share/drivers/nexenta/ns5/jsonrpc.py -> build/lib/manila/share/drivers/nexenta/ns5 DEBUG: copying manila/share/drivers/nexenta/ns5/nexenta_nas.py -> build/lib/manila/share/drivers/nexenta/ns5 DEBUG: creating build/lib/manila/share/drivers/purestorage DEBUG: copying manila/share/drivers/purestorage/__init__.py -> build/lib/manila/share/drivers/purestorage DEBUG: copying manila/share/drivers/purestorage/flashblade.py -> build/lib/manila/share/drivers/purestorage DEBUG: creating build/lib/manila/share/drivers/qnap DEBUG: copying manila/share/drivers/qnap/__init__.py -> build/lib/manila/share/drivers/qnap DEBUG: copying manila/share/drivers/qnap/api.py -> build/lib/manila/share/drivers/qnap DEBUG: copying manila/share/drivers/qnap/qnap.py -> build/lib/manila/share/drivers/qnap DEBUG: creating build/lib/manila/share/drivers/quobyte DEBUG: copying manila/share/drivers/quobyte/__init__.py -> build/lib/manila/share/drivers/quobyte DEBUG: copying manila/share/drivers/quobyte/jsonrpc.py -> build/lib/manila/share/drivers/quobyte DEBUG: copying manila/share/drivers/quobyte/quobyte.py -> build/lib/manila/share/drivers/quobyte DEBUG: creating build/lib/manila/share/drivers/tegile DEBUG: copying manila/share/drivers/tegile/__init__.py -> build/lib/manila/share/drivers/tegile DEBUG: copying manila/share/drivers/tegile/tegile.py -> build/lib/manila/share/drivers/tegile DEBUG: creating build/lib/manila/share/drivers/vastdata DEBUG: copying manila/share/drivers/vastdata/__init__.py -> build/lib/manila/share/drivers/vastdata DEBUG: copying manila/share/drivers/vastdata/driver.py -> build/lib/manila/share/drivers/vastdata DEBUG: copying manila/share/drivers/vastdata/driver_util.py -> build/lib/manila/share/drivers/vastdata DEBUG: copying manila/share/drivers/vastdata/rest.py -> build/lib/manila/share/drivers/vastdata DEBUG: creating build/lib/manila/share/drivers/veritas DEBUG: copying manila/share/drivers/veritas/__init__.py -> build/lib/manila/share/drivers/veritas DEBUG: copying manila/share/drivers/veritas/veritas_isa.py -> build/lib/manila/share/drivers/veritas DEBUG: creating build/lib/manila/share/drivers/windows DEBUG: copying manila/share/drivers/windows/__init__.py -> build/lib/manila/share/drivers/windows DEBUG: copying manila/share/drivers/windows/service_instance.py -> build/lib/manila/share/drivers/windows DEBUG: copying manila/share/drivers/windows/windows_smb_driver.py -> build/lib/manila/share/drivers/windows DEBUG: copying manila/share/drivers/windows/windows_smb_helper.py -> build/lib/manila/share/drivers/windows DEBUG: copying manila/share/drivers/windows/windows_utils.py -> build/lib/manila/share/drivers/windows DEBUG: copying manila/share/drivers/windows/winrm_helper.py -> build/lib/manila/share/drivers/windows DEBUG: creating build/lib/manila/share/drivers/zadara DEBUG: copying manila/share/drivers/zadara/__init__.py -> build/lib/manila/share/drivers/zadara DEBUG: copying manila/share/drivers/zadara/common.py -> build/lib/manila/share/drivers/zadara DEBUG: copying manila/share/drivers/zadara/zadara.py -> build/lib/manila/share/drivers/zadara DEBUG: creating build/lib/manila/share/drivers/zfsonlinux DEBUG: copying manila/share/drivers/zfsonlinux/__init__.py -> build/lib/manila/share/drivers/zfsonlinux DEBUG: copying manila/share/drivers/zfsonlinux/driver.py -> build/lib/manila/share/drivers/zfsonlinux DEBUG: copying manila/share/drivers/zfsonlinux/utils.py -> build/lib/manila/share/drivers/zfsonlinux DEBUG: creating build/lib/manila/share/drivers/zfssa DEBUG: copying manila/share/drivers/zfssa/__init__.py -> build/lib/manila/share/drivers/zfssa DEBUG: copying manila/share/drivers/zfssa/restclient.py -> build/lib/manila/share/drivers/zfssa DEBUG: copying manila/share/drivers/zfssa/zfssarest.py -> build/lib/manila/share/drivers/zfssa DEBUG: copying manila/share/drivers/zfssa/zfssashare.py -> build/lib/manila/share/drivers/zfssa DEBUG: creating build/lib/manila/share/hooks DEBUG: copying manila/share/hooks/__init__.py -> build/lib/manila/share/hooks DEBUG: creating build/lib/manila/share_group DEBUG: copying manila/share_group/__init__.py -> build/lib/manila/share_group DEBUG: copying manila/share_group/api.py -> build/lib/manila/share_group DEBUG: copying manila/share_group/share_group_types.py -> build/lib/manila/share_group DEBUG: creating build/lib/manila/testing DEBUG: copying manila/testing/README.rst -> build/lib/manila/testing DEBUG: creating build/lib/manila/tests DEBUG: copying manila/tests/__init__.py -> build/lib/manila/tests DEBUG: copying manila/tests/conf_fixture.py -> build/lib/manila/tests DEBUG: copying manila/tests/db_utils.py -> build/lib/manila/tests DEBUG: copying manila/tests/declare_conf.py -> build/lib/manila/tests DEBUG: copying manila/tests/fake_backup_driver.py -> build/lib/manila/tests DEBUG: copying manila/tests/fake_client_exception_class.py -> build/lib/manila/tests DEBUG: copying manila/tests/fake_compute.py -> build/lib/manila/tests DEBUG: copying manila/tests/fake_driver.py -> build/lib/manila/tests DEBUG: copying manila/tests/fake_image.py -> build/lib/manila/tests DEBUG: copying manila/tests/fake_network.py -> build/lib/manila/tests DEBUG: copying manila/tests/fake_notifier.py -> build/lib/manila/tests DEBUG: copying manila/tests/fake_service_instance.py -> build/lib/manila/tests DEBUG: copying manila/tests/fake_share.py -> build/lib/manila/tests DEBUG: copying manila/tests/fake_utils.py -> build/lib/manila/tests DEBUG: copying manila/tests/fake_volume.py -> build/lib/manila/tests DEBUG: copying manila/tests/fake_zfssa.py -> build/lib/manila/tests DEBUG: copying manila/tests/policy.yaml -> build/lib/manila/tests DEBUG: copying manila/tests/runtime_conf.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_api.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_conf.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_context.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_coordination.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_exception.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_manager.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_misc.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_network.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_policy.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_quota.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_rpc.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_service.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_ssh_utils.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_test.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_test_utils.py -> build/lib/manila/tests DEBUG: copying manila/tests/test_utils.py -> build/lib/manila/tests DEBUG: copying manila/tests/utils.py -> build/lib/manila/tests DEBUG: creating build/lib/manila/tests/api DEBUG: copying manila/tests/api/__init__.py -> build/lib/manila/tests/api DEBUG: copying manila/tests/api/common.py -> build/lib/manila/tests/api DEBUG: copying manila/tests/api/fakes.py -> build/lib/manila/tests/api DEBUG: copying manila/tests/api/test_common.py -> build/lib/manila/tests/api DEBUG: copying manila/tests/api/test_extensions.py -> build/lib/manila/tests/api DEBUG: copying manila/tests/api/test_middleware.py -> build/lib/manila/tests/api DEBUG: copying manila/tests/api/test_schemas.py -> build/lib/manila/tests/api DEBUG: copying manila/tests/api/test_validation.py -> build/lib/manila/tests/api DEBUG: copying manila/tests/api/test_versions.py -> build/lib/manila/tests/api DEBUG: copying manila/tests/api/test_wsgi.py -> build/lib/manila/tests/api DEBUG: creating build/lib/manila/tests/api/contrib DEBUG: copying manila/tests/api/contrib/__init__.py -> build/lib/manila/tests/api/contrib DEBUG: copying manila/tests/api/contrib/stubs.py -> build/lib/manila/tests/api/contrib DEBUG: creating build/lib/manila/tests/api/extensions DEBUG: copying manila/tests/api/extensions/__init__.py -> build/lib/manila/tests/api/extensions DEBUG: copying manila/tests/api/extensions/foxinsocks.py -> build/lib/manila/tests/api/extensions DEBUG: creating build/lib/manila/tests/api/middleware DEBUG: copying manila/tests/api/middleware/__init__.py -> build/lib/manila/tests/api/middleware DEBUG: copying manila/tests/api/middleware/test_auth.py -> build/lib/manila/tests/api/middleware DEBUG: copying manila/tests/api/middleware/test_faults.py -> build/lib/manila/tests/api/middleware DEBUG: creating build/lib/manila/tests/api/openstack DEBUG: copying manila/tests/api/openstack/__init__.py -> build/lib/manila/tests/api/openstack DEBUG: copying manila/tests/api/openstack/test_api_version_request.py -> build/lib/manila/tests/api/openstack DEBUG: copying manila/tests/api/openstack/test_versioned_method.py -> build/lib/manila/tests/api/openstack DEBUG: copying manila/tests/api/openstack/test_wsgi.py -> build/lib/manila/tests/api/openstack DEBUG: creating build/lib/manila/tests/api/v1 DEBUG: copying manila/tests/api/v1/__init__.py -> build/lib/manila/tests/api/v1 DEBUG: copying manila/tests/api/v1/stubs.py -> build/lib/manila/tests/api/v1 DEBUG: copying manila/tests/api/v1/test_limits.py -> build/lib/manila/tests/api/v1 DEBUG: copying manila/tests/api/v1/test_scheduler_stats.py -> build/lib/manila/tests/api/v1 DEBUG: copying manila/tests/api/v1/test_security_service.py -> build/lib/manila/tests/api/v1 DEBUG: copying manila/tests/api/v1/test_share_manage.py -> build/lib/manila/tests/api/v1 DEBUG: copying manila/tests/api/v1/test_share_metadata.py -> build/lib/manila/tests/api/v1 DEBUG: copying manila/tests/api/v1/test_share_servers.py -> build/lib/manila/tests/api/v1 DEBUG: copying manila/tests/api/v1/test_share_snapshots.py -> build/lib/manila/tests/api/v1 DEBUG: copying manila/tests/api/v1/test_share_types_extra_specs.py -> build/lib/manila/tests/api/v1 DEBUG: copying manila/tests/api/v1/test_share_unmanage.py -> build/lib/manila/tests/api/v1 DEBUG: copying manila/tests/api/v1/test_shares.py -> build/lib/manila/tests/api/v1 DEBUG: creating build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/__init__.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/stubs.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_availability_zones.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_messages.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_metadata.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_quota_class_sets.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_quota_sets.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_resource_locks.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_security_services.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_services.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_access_metadata.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_accesses.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_backups.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_export_locations.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_group_snapshots.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_group_type_specs.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_group_types.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_groups.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_instance_export_locations.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_instances.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_network_subnets.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_networks.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_replica_export_locations.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_replicas.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_servers.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_snapshot_export_locations.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_snapshot_instance_export_locations.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_snapshot_instances.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_snapshots.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_transfer.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_share_types.py -> build/lib/manila/tests/api/v2 DEBUG: copying manila/tests/api/v2/test_shares.py -> build/lib/manila/tests/api/v2 DEBUG: creating build/lib/manila/tests/api/views DEBUG: copying manila/tests/api/views/__init__.py -> build/lib/manila/tests/api/views DEBUG: copying manila/tests/api/views/test_quota_class_sets.py -> build/lib/manila/tests/api/views DEBUG: copying manila/tests/api/views/test_quota_sets.py -> build/lib/manila/tests/api/views DEBUG: copying manila/tests/api/views/test_scheduler_stats.py -> build/lib/manila/tests/api/views DEBUG: copying manila/tests/api/views/test_share_accesses.py -> build/lib/manila/tests/api/views DEBUG: copying manila/tests/api/views/test_share_network_subnets.py -> build/lib/manila/tests/api/views DEBUG: copying manila/tests/api/views/test_share_networks.py -> build/lib/manila/tests/api/views DEBUG: copying manila/tests/api/views/test_shares.py -> build/lib/manila/tests/api/views DEBUG: copying manila/tests/api/views/test_versions.py -> build/lib/manila/tests/api/views DEBUG: creating build/lib/manila/tests/cmd DEBUG: copying manila/tests/cmd/__init__.py -> build/lib/manila/tests/cmd DEBUG: copying manila/tests/cmd/test_api.py -> build/lib/manila/tests/cmd DEBUG: copying manila/tests/cmd/test_data.py -> build/lib/manila/tests/cmd DEBUG: copying manila/tests/cmd/test_manage.py -> build/lib/manila/tests/cmd DEBUG: copying manila/tests/cmd/test_scheduler.py -> build/lib/manila/tests/cmd DEBUG: copying manila/tests/cmd/test_share.py -> build/lib/manila/tests/cmd DEBUG: copying manila/tests/cmd/test_status.py -> build/lib/manila/tests/cmd DEBUG: creating build/lib/manila/tests/common DEBUG: copying manila/tests/common/__init__.py -> build/lib/manila/tests/common DEBUG: copying manila/tests/common/test_client_auth.py -> build/lib/manila/tests/common DEBUG: copying manila/tests/common/test_config.py -> build/lib/manila/tests/common DEBUG: creating build/lib/manila/tests/compute DEBUG: copying manila/tests/compute/__init__.py -> build/lib/manila/tests/compute DEBUG: copying manila/tests/compute/test_nova.py -> build/lib/manila/tests/compute DEBUG: creating build/lib/manila/tests/data DEBUG: copying manila/tests/data/__init__.py -> build/lib/manila/tests/data DEBUG: copying manila/tests/data/test_helper.py -> build/lib/manila/tests/data DEBUG: copying manila/tests/data/test_manager.py -> build/lib/manila/tests/data DEBUG: copying manila/tests/data/test_rpcapi.py -> build/lib/manila/tests/data DEBUG: copying manila/tests/data/test_utils.py -> build/lib/manila/tests/data DEBUG: creating build/lib/manila/tests/db DEBUG: copying manila/tests/db/__init__.py -> build/lib/manila/tests/db DEBUG: copying manila/tests/db/fakes.py -> build/lib/manila/tests/db DEBUG: copying manila/tests/db/test_api.py -> build/lib/manila/tests/db DEBUG: copying manila/tests/db/test_migration.py -> build/lib/manila/tests/db DEBUG: creating build/lib/manila/tests/db/migrations DEBUG: copying manila/tests/db/migrations/__init__.py -> build/lib/manila/tests/db/migrations DEBUG: copying manila/tests/db/migrations/test_utils.py -> build/lib/manila/tests/db/migrations DEBUG: creating build/lib/manila/tests/db/migrations/alembic DEBUG: copying manila/tests/db/migrations/alembic/__init__.py -> build/lib/manila/tests/db/migrations/alembic DEBUG: copying manila/tests/db/migrations/alembic/migrations_data_checks.py -> build/lib/manila/tests/db/migrations/alembic DEBUG: copying manila/tests/db/migrations/alembic/test_migration.py -> build/lib/manila/tests/db/migrations/alembic DEBUG: creating build/lib/manila/tests/db/sqlalchemy DEBUG: copying manila/tests/db/sqlalchemy/__init__.py -> build/lib/manila/tests/db/sqlalchemy DEBUG: copying manila/tests/db/sqlalchemy/test_api.py -> build/lib/manila/tests/db/sqlalchemy DEBUG: copying manila/tests/db/sqlalchemy/test_models.py -> build/lib/manila/tests/db/sqlalchemy DEBUG: creating build/lib/manila/tests/hacking DEBUG: copying manila/tests/hacking/__init__.py -> build/lib/manila/tests/hacking DEBUG: copying manila/tests/hacking/checks.py -> build/lib/manila/tests/hacking DEBUG: creating build/lib/manila/tests/image DEBUG: copying manila/tests/image/__init__.py -> build/lib/manila/tests/image DEBUG: copying manila/tests/image/test_image.py -> build/lib/manila/tests/image DEBUG: creating build/lib/manila/tests/integrated DEBUG: copying manila/tests/integrated/__init__.py -> build/lib/manila/tests/integrated DEBUG: copying manila/tests/integrated/integrated_helpers.py -> build/lib/manila/tests/integrated DEBUG: copying manila/tests/integrated/test_extensions.py -> build/lib/manila/tests/integrated DEBUG: copying manila/tests/integrated/test_login.py -> build/lib/manila/tests/integrated DEBUG: creating build/lib/manila/tests/integrated/api DEBUG: copying manila/tests/integrated/api/__init__.py -> build/lib/manila/tests/integrated/api DEBUG: copying manila/tests/integrated/api/client.py -> build/lib/manila/tests/integrated/api DEBUG: creating build/lib/manila/tests/keymgr DEBUG: copying manila/tests/keymgr/__init__.py -> build/lib/manila/tests/keymgr DEBUG: copying manila/tests/keymgr/test_barbican.py -> build/lib/manila/tests/keymgr DEBUG: creating build/lib/manila/tests/lock DEBUG: copying manila/tests/lock/__init__.py -> build/lib/manila/tests/lock DEBUG: copying manila/tests/lock/test_api.py -> build/lib/manila/tests/lock DEBUG: creating build/lib/manila/tests/message DEBUG: copying manila/tests/message/__init__.py -> build/lib/manila/tests/message DEBUG: copying manila/tests/message/test_api.py -> build/lib/manila/tests/message DEBUG: copying manila/tests/message/test_message_field.py -> build/lib/manila/tests/message DEBUG: creating build/lib/manila/tests/monkey_patch_example DEBUG: copying manila/tests/monkey_patch_example/__init__.py -> build/lib/manila/tests/monkey_patch_example DEBUG: copying manila/tests/monkey_patch_example/example_a.py -> build/lib/manila/tests/monkey_patch_example DEBUG: copying manila/tests/monkey_patch_example/example_b.py -> build/lib/manila/tests/monkey_patch_example DEBUG: creating build/lib/manila/tests/network DEBUG: copying manila/tests/network/__init__.py -> build/lib/manila/tests/network DEBUG: copying manila/tests/network/test_standalone_network_plugin.py -> build/lib/manila/tests/network DEBUG: creating build/lib/manila/tests/network/linux DEBUG: copying manila/tests/network/linux/__init__.py -> build/lib/manila/tests/network/linux DEBUG: copying manila/tests/network/linux/test_interface.py -> build/lib/manila/tests/network/linux DEBUG: copying manila/tests/network/linux/test_ip_lib.py -> build/lib/manila/tests/network/linux DEBUG: copying manila/tests/network/linux/test_ovs_lib.py -> build/lib/manila/tests/network/linux DEBUG: creating build/lib/manila/tests/network/neutron DEBUG: copying manila/tests/network/neutron/__init__.py -> build/lib/manila/tests/network/neutron DEBUG: copying manila/tests/network/neutron/test_neutron_api.py -> build/lib/manila/tests/network/neutron DEBUG: copying manila/tests/network/neutron/test_neutron_plugin.py -> build/lib/manila/tests/network/neutron DEBUG: creating build/lib/manila/tests/scheduler DEBUG: copying manila/tests/scheduler/__init__.py -> build/lib/manila/tests/scheduler DEBUG: copying manila/tests/scheduler/fakes.py -> build/lib/manila/tests/scheduler DEBUG: copying manila/tests/scheduler/test_host_manager.py -> build/lib/manila/tests/scheduler DEBUG: copying manila/tests/scheduler/test_manager.py -> build/lib/manila/tests/scheduler DEBUG: copying manila/tests/scheduler/test_rpcapi.py -> build/lib/manila/tests/scheduler DEBUG: copying manila/tests/scheduler/test_scheduler_options.py -> build/lib/manila/tests/scheduler DEBUG: copying manila/tests/scheduler/test_utils.py -> build/lib/manila/tests/scheduler DEBUG: creating build/lib/manila/tests/scheduler/drivers DEBUG: copying manila/tests/scheduler/drivers/__init__.py -> build/lib/manila/tests/scheduler/drivers DEBUG: copying manila/tests/scheduler/drivers/test_base.py -> build/lib/manila/tests/scheduler/drivers DEBUG: copying manila/tests/scheduler/drivers/test_filter.py -> build/lib/manila/tests/scheduler/drivers DEBUG: copying manila/tests/scheduler/drivers/test_simple.py -> build/lib/manila/tests/scheduler/drivers DEBUG: creating build/lib/manila/tests/scheduler/evaluator DEBUG: copying manila/tests/scheduler/evaluator/__init__.py -> build/lib/manila/tests/scheduler/evaluator DEBUG: copying manila/tests/scheduler/evaluator/test_evaluator.py -> build/lib/manila/tests/scheduler/evaluator DEBUG: creating build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/__init__.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_affinity.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_availability_zone.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_base.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_base_host.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_capabilities.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_capacity.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_create_from_snapshot.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_driver.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_extra_specs_ops.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_host.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_ignore_attempted_hosts.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_json.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_retry.py -> build/lib/manila/tests/scheduler/filters DEBUG: copying manila/tests/scheduler/filters/test_share_replication.py -> build/lib/manila/tests/scheduler/filters DEBUG: creating build/lib/manila/tests/scheduler/weighers DEBUG: copying manila/tests/scheduler/weighers/__init__.py -> build/lib/manila/tests/scheduler/weighers DEBUG: copying manila/tests/scheduler/weighers/test_base.py -> build/lib/manila/tests/scheduler/weighers DEBUG: copying manila/tests/scheduler/weighers/test_capacity.py -> build/lib/manila/tests/scheduler/weighers DEBUG: copying manila/tests/scheduler/weighers/test_goodness.py -> build/lib/manila/tests/scheduler/weighers DEBUG: copying manila/tests/scheduler/weighers/test_host_affinity.py -> build/lib/manila/tests/scheduler/weighers DEBUG: copying manila/tests/scheduler/weighers/test_netapp_aiq.py -> build/lib/manila/tests/scheduler/weighers DEBUG: copying manila/tests/scheduler/weighers/test_pool.py -> build/lib/manila/tests/scheduler/weighers DEBUG: creating build/lib/manila/tests/services DEBUG: copying manila/tests/services/__init__.py -> build/lib/manila/tests/services DEBUG: copying manila/tests/services/test_api.py -> build/lib/manila/tests/services DEBUG: creating build/lib/manila/tests/share DEBUG: copying manila/tests/share/__init__.py -> build/lib/manila/tests/share DEBUG: copying manila/tests/share/test_access.py -> build/lib/manila/tests/share DEBUG: copying manila/tests/share/test_api.py -> build/lib/manila/tests/share DEBUG: copying manila/tests/share/test_driver.py -> build/lib/manila/tests/share DEBUG: copying manila/tests/share/test_drivers_private_data.py -> build/lib/manila/tests/share DEBUG: copying manila/tests/share/test_hook.py -> build/lib/manila/tests/share DEBUG: copying manila/tests/share/test_manager.py -> build/lib/manila/tests/share DEBUG: copying manila/tests/share/test_migration.py -> build/lib/manila/tests/share DEBUG: copying manila/tests/share/test_rpcapi.py -> build/lib/manila/tests/share DEBUG: copying manila/tests/share/test_share_types.py -> build/lib/manila/tests/share DEBUG: copying manila/tests/share/test_share_utils.py -> build/lib/manila/tests/share DEBUG: copying manila/tests/share/test_snapshot_access.py -> build/lib/manila/tests/share DEBUG: creating build/lib/manila/tests/share/drivers DEBUG: copying manila/tests/share/drivers/__init__.py -> build/lib/manila/tests/share/drivers DEBUG: copying manila/tests/share/drivers/dummy.py -> build/lib/manila/tests/share/drivers DEBUG: copying manila/tests/share/drivers/test_ganesha.py -> build/lib/manila/tests/share/drivers DEBUG: copying manila/tests/share/drivers/test_generic.py -> build/lib/manila/tests/share/drivers DEBUG: copying manila/tests/share/drivers/test_glusterfs.py -> build/lib/manila/tests/share/drivers DEBUG: copying manila/tests/share/drivers/test_helpers.py -> build/lib/manila/tests/share/drivers DEBUG: copying manila/tests/share/drivers/test_lvm.py -> build/lib/manila/tests/share/drivers DEBUG: copying manila/tests/share/drivers/test_service_instance.py -> build/lib/manila/tests/share/drivers DEBUG: creating build/lib/manila/tests/share/drivers/cephfs DEBUG: copying manila/tests/share/drivers/cephfs/__init__.py -> build/lib/manila/tests/share/drivers/cephfs DEBUG: copying manila/tests/share/drivers/cephfs/test_driver.py -> build/lib/manila/tests/share/drivers/cephfs DEBUG: creating build/lib/manila/tests/share/drivers/container DEBUG: copying manila/tests/share/drivers/container/__init__.py -> build/lib/manila/tests/share/drivers/container DEBUG: copying manila/tests/share/drivers/container/fakes.py -> build/lib/manila/tests/share/drivers/container DEBUG: copying manila/tests/share/drivers/container/test_container_helper.py -> build/lib/manila/tests/share/drivers/container DEBUG: copying manila/tests/share/drivers/container/test_driver.py -> build/lib/manila/tests/share/drivers/container DEBUG: copying manila/tests/share/drivers/container/test_protocol_helper.py -> build/lib/manila/tests/share/drivers/container DEBUG: copying manila/tests/share/drivers/container/test_security_service_helper.py -> build/lib/manila/tests/share/drivers/container DEBUG: copying manila/tests/share/drivers/container/test_storage_helper.py -> build/lib/manila/tests/share/drivers/container DEBUG: creating build/lib/manila/tests/share/drivers/dell_emc DEBUG: copying manila/tests/share/drivers/dell_emc/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc DEBUG: copying manila/tests/share/drivers/dell_emc/test_driver.py -> build/lib/manila/tests/share/drivers/dell_emc DEBUG: creating build/lib/manila/tests/share/drivers/dell_emc/common DEBUG: copying manila/tests/share/drivers/dell_emc/common/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/common DEBUG: creating build/lib/manila/tests/share/drivers/dell_emc/common/enas DEBUG: copying manila/tests/share/drivers/dell_emc/common/enas/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/common/enas DEBUG: copying manila/tests/share/drivers/dell_emc/common/enas/fakes.py -> build/lib/manila/tests/share/drivers/dell_emc/common/enas DEBUG: copying manila/tests/share/drivers/dell_emc/common/enas/test_connector.py -> build/lib/manila/tests/share/drivers/dell_emc/common/enas DEBUG: copying manila/tests/share/drivers/dell_emc/common/enas/test_utils.py -> build/lib/manila/tests/share/drivers/dell_emc/common/enas DEBUG: copying manila/tests/share/drivers/dell_emc/common/enas/utils.py -> build/lib/manila/tests/share/drivers/dell_emc/common/enas DEBUG: creating build/lib/manila/tests/share/drivers/dell_emc/plugins DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins DEBUG: creating build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/test_connection.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/test_object_manager.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex DEBUG: creating build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_filesystem_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_export_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_snapshot_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fileystem_id_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_export_name_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_snapshot_name_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nas_server_id_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_id_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_name_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_id_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_spare_percentage.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_statistic.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/login_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: creating build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powermax/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powermax/test_connection.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powermax/test_object_manager.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax DEBUG: creating build/lib/manila/tests/share/drivers/dell_emc/plugins/powerscale DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerscale/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerscale DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerscale/test_powerscale.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerscale DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerscale/test_powerscale_api.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerscale DEBUG: creating build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/test_client.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/test_connection.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore DEBUG: creating build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/clone_snapshot_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_filesystem_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_nfs_export_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_smb_share_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_snapshot_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_cluster_id_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_fileystem_id_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_fsid_from_export_name_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_fsid_from_share_name_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nas_server_id_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nas_server_interfaces_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nas_server_smb_netbios_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nfs_export_id_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nfs_export_name_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_smb_share_id_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/resize_filesystem_shrink_failure_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/retreive_cluster_capacity_metrics_response.json -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: creating build/lib/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/unity/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/unity/fake_exceptions.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/unity/mocked_manila.yaml -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/unity/mocked_unity.yaml -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/unity/res_mock.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/unity/test_client.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/unity/test_connection.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/unity/test_utils.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/unity/utils.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: creating build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/vnx/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/vnx/test_connection.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx DEBUG: copying manila/tests/share/drivers/dell_emc/plugins/vnx/test_object_manager.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx DEBUG: creating build/lib/manila/tests/share/drivers/ganesha DEBUG: copying manila/tests/share/drivers/ganesha/__init__.py -> build/lib/manila/tests/share/drivers/ganesha DEBUG: copying manila/tests/share/drivers/ganesha/test_manager.py -> build/lib/manila/tests/share/drivers/ganesha DEBUG: copying manila/tests/share/drivers/ganesha/test_utils.py -> build/lib/manila/tests/share/drivers/ganesha DEBUG: creating build/lib/manila/tests/share/drivers/glusterfs DEBUG: copying manila/tests/share/drivers/glusterfs/__init__.py -> build/lib/manila/tests/share/drivers/glusterfs DEBUG: copying manila/tests/share/drivers/glusterfs/test_common.py -> build/lib/manila/tests/share/drivers/glusterfs DEBUG: copying manila/tests/share/drivers/glusterfs/test_glusterfs_native.py -> build/lib/manila/tests/share/drivers/glusterfs DEBUG: copying manila/tests/share/drivers/glusterfs/test_layout.py -> build/lib/manila/tests/share/drivers/glusterfs DEBUG: copying manila/tests/share/drivers/glusterfs/test_layout_directory.py -> build/lib/manila/tests/share/drivers/glusterfs DEBUG: copying manila/tests/share/drivers/glusterfs/test_layout_volume.py -> build/lib/manila/tests/share/drivers/glusterfs DEBUG: creating build/lib/manila/tests/share/drivers/hdfs DEBUG: copying manila/tests/share/drivers/hdfs/__init__.py -> build/lib/manila/tests/share/drivers/hdfs DEBUG: copying manila/tests/share/drivers/hdfs/test_hdfs_native.py -> build/lib/manila/tests/share/drivers/hdfs DEBUG: creating build/lib/manila/tests/share/drivers/hitachi DEBUG: copying manila/tests/share/drivers/hitachi/__init__.py -> build/lib/manila/tests/share/drivers/hitachi DEBUG: creating build/lib/manila/tests/share/drivers/hitachi/hnas DEBUG: copying manila/tests/share/drivers/hitachi/hnas/__init__.py -> build/lib/manila/tests/share/drivers/hitachi/hnas DEBUG: copying manila/tests/share/drivers/hitachi/hnas/test_driver.py -> build/lib/manila/tests/share/drivers/hitachi/hnas DEBUG: copying manila/tests/share/drivers/hitachi/hnas/test_ssh.py -> build/lib/manila/tests/share/drivers/hitachi/hnas DEBUG: creating build/lib/manila/tests/share/drivers/hitachi/hsp DEBUG: copying manila/tests/share/drivers/hitachi/hsp/__init__.py -> build/lib/manila/tests/share/drivers/hitachi/hsp DEBUG: copying manila/tests/share/drivers/hitachi/hsp/fakes.py -> build/lib/manila/tests/share/drivers/hitachi/hsp DEBUG: copying manila/tests/share/drivers/hitachi/hsp/test_driver.py -> build/lib/manila/tests/share/drivers/hitachi/hsp DEBUG: copying manila/tests/share/drivers/hitachi/hsp/test_rest.py -> build/lib/manila/tests/share/drivers/hitachi/hsp DEBUG: creating build/lib/manila/tests/share/drivers/hpe DEBUG: copying manila/tests/share/drivers/hpe/__init__.py -> build/lib/manila/tests/share/drivers/hpe DEBUG: copying manila/tests/share/drivers/hpe/test_hpe_3par_constants.py -> build/lib/manila/tests/share/drivers/hpe DEBUG: copying manila/tests/share/drivers/hpe/test_hpe_3par_driver.py -> build/lib/manila/tests/share/drivers/hpe DEBUG: copying manila/tests/share/drivers/hpe/test_hpe_3par_mediator.py -> build/lib/manila/tests/share/drivers/hpe DEBUG: creating build/lib/manila/tests/share/drivers/huawei DEBUG: copying manila/tests/share/drivers/huawei/__init__.py -> build/lib/manila/tests/share/drivers/huawei DEBUG: copying manila/tests/share/drivers/huawei/test_huawei_nas.py -> build/lib/manila/tests/share/drivers/huawei DEBUG: creating build/lib/manila/tests/share/drivers/ibm DEBUG: copying manila/tests/share/drivers/ibm/__init__.py -> build/lib/manila/tests/share/drivers/ibm DEBUG: copying manila/tests/share/drivers/ibm/test_gpfs.py -> build/lib/manila/tests/share/drivers/ibm DEBUG: creating build/lib/manila/tests/share/drivers/infinidat DEBUG: copying manila/tests/share/drivers/infinidat/__init__.py -> build/lib/manila/tests/share/drivers/infinidat DEBUG: copying manila/tests/share/drivers/infinidat/test_infinidat.py -> build/lib/manila/tests/share/drivers/infinidat DEBUG: creating build/lib/manila/tests/share/drivers/infortrend DEBUG: copying manila/tests/share/drivers/infortrend/__init__.py -> build/lib/manila/tests/share/drivers/infortrend DEBUG: copying manila/tests/share/drivers/infortrend/fake_infortrend_manila_data.py -> build/lib/manila/tests/share/drivers/infortrend DEBUG: copying manila/tests/share/drivers/infortrend/fake_infortrend_nas_data.py -> build/lib/manila/tests/share/drivers/infortrend DEBUG: copying manila/tests/share/drivers/infortrend/test_infortrend_nas.py -> build/lib/manila/tests/share/drivers/infortrend DEBUG: creating build/lib/manila/tests/share/drivers/inspur DEBUG: copying manila/tests/share/drivers/inspur/__init__.py -> build/lib/manila/tests/share/drivers/inspur DEBUG: creating build/lib/manila/tests/share/drivers/inspur/as13000 DEBUG: copying manila/tests/share/drivers/inspur/as13000/__init__.py -> build/lib/manila/tests/share/drivers/inspur/as13000 DEBUG: copying manila/tests/share/drivers/inspur/as13000/test_as13000_nas.py -> build/lib/manila/tests/share/drivers/inspur/as13000 DEBUG: creating build/lib/manila/tests/share/drivers/inspur/instorage DEBUG: copying manila/tests/share/drivers/inspur/instorage/__init__.py -> build/lib/manila/tests/share/drivers/inspur/instorage DEBUG: copying manila/tests/share/drivers/inspur/instorage/test_instorage.py -> build/lib/manila/tests/share/drivers/inspur/instorage DEBUG: creating build/lib/manila/tests/share/drivers/macrosan DEBUG: copying manila/tests/share/drivers/macrosan/__init__.py -> build/lib/manila/tests/share/drivers/macrosan DEBUG: copying manila/tests/share/drivers/macrosan/test_macrosan_nas.py -> build/lib/manila/tests/share/drivers/macrosan DEBUG: creating build/lib/manila/tests/share/drivers/maprfs DEBUG: copying manila/tests/share/drivers/maprfs/__init__.py -> build/lib/manila/tests/share/drivers/maprfs DEBUG: copying manila/tests/share/drivers/maprfs/test_maprfs.py -> build/lib/manila/tests/share/drivers/maprfs DEBUG: creating build/lib/manila/tests/share/drivers/netapp DEBUG: copying manila/tests/share/drivers/netapp/__init__.py -> build/lib/manila/tests/share/drivers/netapp DEBUG: copying manila/tests/share/drivers/netapp/fakes.py -> build/lib/manila/tests/share/drivers/netapp DEBUG: copying manila/tests/share/drivers/netapp/test_common.py -> build/lib/manila/tests/share/drivers/netapp DEBUG: copying manila/tests/share/drivers/netapp/test_utils.py -> build/lib/manila/tests/share/drivers/netapp DEBUG: creating build/lib/manila/tests/share/drivers/netapp/dataontap DEBUG: copying manila/tests/share/drivers/netapp/dataontap/__init__.py -> build/lib/manila/tests/share/drivers/netapp/dataontap DEBUG: copying manila/tests/share/drivers/netapp/dataontap/fakes.py -> build/lib/manila/tests/share/drivers/netapp/dataontap DEBUG: creating build/lib/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying manila/tests/share/drivers/netapp/dataontap/client/__init__.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying manila/tests/share/drivers/netapp/dataontap/client/fakes.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying manila/tests/share/drivers/netapp/dataontap/client/test_api.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying manila/tests/share/drivers/netapp/dataontap/client/test_client_base.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying manila/tests/share/drivers/netapp/dataontap/client/test_client_cmode.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying manila/tests/share/drivers/netapp/dataontap/client/test_client_cmode_rest.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying manila/tests/share/drivers/netapp/dataontap/client/test_rest_api.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/client DEBUG: creating build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/__init__.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_data_motion.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_driver_interfaces.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_base.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_multi_svm.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_single_svm.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_performance.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: creating build/lib/manila/tests/share/drivers/netapp/dataontap/protocols DEBUG: copying manila/tests/share/drivers/netapp/dataontap/protocols/__init__.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/protocols DEBUG: copying manila/tests/share/drivers/netapp/dataontap/protocols/fakes.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/protocols DEBUG: copying manila/tests/share/drivers/netapp/dataontap/protocols/test_base.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/protocols DEBUG: copying manila/tests/share/drivers/netapp/dataontap/protocols/test_cifs_cmode.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/protocols DEBUG: copying manila/tests/share/drivers/netapp/dataontap/protocols/test_nfs_cmode.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/protocols DEBUG: creating build/lib/manila/tests/share/drivers/nexenta DEBUG: copying manila/tests/share/drivers/nexenta/__init__.py -> build/lib/manila/tests/share/drivers/nexenta DEBUG: copying manila/tests/share/drivers/nexenta/test_utils.py -> build/lib/manila/tests/share/drivers/nexenta DEBUG: creating build/lib/manila/tests/share/drivers/nexenta/ns4 DEBUG: copying manila/tests/share/drivers/nexenta/ns4/__init__.py -> build/lib/manila/tests/share/drivers/nexenta/ns4 DEBUG: copying manila/tests/share/drivers/nexenta/ns4/test_jsonrpc.py -> build/lib/manila/tests/share/drivers/nexenta/ns4 DEBUG: copying manila/tests/share/drivers/nexenta/ns4/test_nexenta_nas.py -> build/lib/manila/tests/share/drivers/nexenta/ns4 DEBUG: creating build/lib/manila/tests/share/drivers/nexenta/ns5 DEBUG: copying manila/tests/share/drivers/nexenta/ns5/__init__.py -> build/lib/manila/tests/share/drivers/nexenta/ns5 DEBUG: copying manila/tests/share/drivers/nexenta/ns5/test_jsonrpc.py -> build/lib/manila/tests/share/drivers/nexenta/ns5 DEBUG: copying manila/tests/share/drivers/nexenta/ns5/test_nexenta_nas.py -> build/lib/manila/tests/share/drivers/nexenta/ns5 DEBUG: creating build/lib/manila/tests/share/drivers/purestorage DEBUG: copying manila/tests/share/drivers/purestorage/__init__.py -> build/lib/manila/tests/share/drivers/purestorage DEBUG: copying manila/tests/share/drivers/purestorage/test_flashblade.py -> build/lib/manila/tests/share/drivers/purestorage DEBUG: creating build/lib/manila/tests/share/drivers/qnap DEBUG: copying manila/tests/share/drivers/qnap/__init__.py -> build/lib/manila/tests/share/drivers/qnap DEBUG: copying manila/tests/share/drivers/qnap/fakes.py -> build/lib/manila/tests/share/drivers/qnap DEBUG: copying manila/tests/share/drivers/qnap/test_api.py -> build/lib/manila/tests/share/drivers/qnap DEBUG: copying manila/tests/share/drivers/qnap/test_qnap.py -> build/lib/manila/tests/share/drivers/qnap DEBUG: creating build/lib/manila/tests/share/drivers/quobyte DEBUG: copying manila/tests/share/drivers/quobyte/__init__.py -> build/lib/manila/tests/share/drivers/quobyte DEBUG: copying manila/tests/share/drivers/quobyte/test_jsonrpc.py -> build/lib/manila/tests/share/drivers/quobyte DEBUG: copying manila/tests/share/drivers/quobyte/test_quobyte.py -> build/lib/manila/tests/share/drivers/quobyte DEBUG: creating build/lib/manila/tests/share/drivers/tegile DEBUG: copying manila/tests/share/drivers/tegile/__init__.py -> build/lib/manila/tests/share/drivers/tegile DEBUG: copying manila/tests/share/drivers/tegile/test_tegile.py -> build/lib/manila/tests/share/drivers/tegile DEBUG: creating build/lib/manila/tests/share/drivers/vastdata DEBUG: copying manila/tests/share/drivers/vastdata/__init__.py -> build/lib/manila/tests/share/drivers/vastdata DEBUG: copying manila/tests/share/drivers/vastdata/test_driver.py -> build/lib/manila/tests/share/drivers/vastdata DEBUG: copying manila/tests/share/drivers/vastdata/test_driver_util.py -> build/lib/manila/tests/share/drivers/vastdata DEBUG: copying manila/tests/share/drivers/vastdata/test_rest.py -> build/lib/manila/tests/share/drivers/vastdata DEBUG: creating build/lib/manila/tests/share/drivers/veritas DEBUG: copying manila/tests/share/drivers/veritas/__init__.py -> build/lib/manila/tests/share/drivers/veritas DEBUG: copying manila/tests/share/drivers/veritas/test_veritas_isa.py -> build/lib/manila/tests/share/drivers/veritas DEBUG: creating build/lib/manila/tests/share/drivers/windows DEBUG: copying manila/tests/share/drivers/windows/__init__.py -> build/lib/manila/tests/share/drivers/windows DEBUG: copying manila/tests/share/drivers/windows/test_service_instance.py -> build/lib/manila/tests/share/drivers/windows DEBUG: copying manila/tests/share/drivers/windows/test_windows_smb_driver.py -> build/lib/manila/tests/share/drivers/windows DEBUG: copying manila/tests/share/drivers/windows/test_windows_smb_helper.py -> build/lib/manila/tests/share/drivers/windows DEBUG: copying manila/tests/share/drivers/windows/test_windows_utils.py -> build/lib/manila/tests/share/drivers/windows DEBUG: copying manila/tests/share/drivers/windows/test_winrm_helper.py -> build/lib/manila/tests/share/drivers/windows DEBUG: creating build/lib/manila/tests/share/drivers/zadara DEBUG: copying manila/tests/share/drivers/zadara/__init__.py -> build/lib/manila/tests/share/drivers/zadara DEBUG: copying manila/tests/share/drivers/zadara/test_zadara.py -> build/lib/manila/tests/share/drivers/zadara DEBUG: creating build/lib/manila/tests/share/drivers/zfsonlinux DEBUG: copying manila/tests/share/drivers/zfsonlinux/__init__.py -> build/lib/manila/tests/share/drivers/zfsonlinux DEBUG: copying manila/tests/share/drivers/zfsonlinux/test_driver.py -> build/lib/manila/tests/share/drivers/zfsonlinux DEBUG: copying manila/tests/share/drivers/zfsonlinux/test_utils.py -> build/lib/manila/tests/share/drivers/zfsonlinux DEBUG: creating build/lib/manila/tests/share/drivers/zfssa DEBUG: copying manila/tests/share/drivers/zfssa/__init__.py -> build/lib/manila/tests/share/drivers/zfssa DEBUG: copying manila/tests/share/drivers/zfssa/test_zfssarest.py -> build/lib/manila/tests/share/drivers/zfssa DEBUG: copying manila/tests/share/drivers/zfssa/test_zfssashare.py -> build/lib/manila/tests/share/drivers/zfssa DEBUG: creating build/lib/manila/tests/share_group DEBUG: copying manila/tests/share_group/__init__.py -> build/lib/manila/tests/share_group DEBUG: copying manila/tests/share_group/test_api.py -> build/lib/manila/tests/share_group DEBUG: copying manila/tests/share_group/test_share_group_types.py -> build/lib/manila/tests/share_group DEBUG: creating build/lib/manila/tests/var DEBUG: copying manila/tests/var/ca.crt -> build/lib/manila/tests/var DEBUG: copying manila/tests/var/certificate.crt -> build/lib/manila/tests/var DEBUG: copying manila/tests/var/privatekey.key -> build/lib/manila/tests/var DEBUG: creating build/lib/manila/tests/volume DEBUG: copying manila/tests/volume/__init__.py -> build/lib/manila/tests/volume DEBUG: copying manila/tests/volume/test_cinder.py -> build/lib/manila/tests/volume DEBUG: creating build/lib/manila/tests/wsgi DEBUG: copying manila/tests/wsgi/__init__.py -> build/lib/manila/tests/wsgi DEBUG: copying manila/tests/wsgi/test_common.py -> build/lib/manila/tests/wsgi DEBUG: copying manila/tests/wsgi/test_wsgi.py -> build/lib/manila/tests/wsgi DEBUG: creating build/lib/manila/tests/xenapi DEBUG: copying manila/tests/xenapi/__init__.py -> build/lib/manila/tests/xenapi DEBUG: creating build/lib/manila/transfer DEBUG: copying manila/transfer/__init__.py -> build/lib/manila/transfer DEBUG: copying manila/transfer/api.py -> build/lib/manila/transfer DEBUG: creating build/lib/manila/volume DEBUG: copying manila/volume/__init__.py -> build/lib/manila/volume DEBUG: copying manila/volume/cinder.py -> build/lib/manila/volume DEBUG: creating build/lib/manila/wsgi DEBUG: copying manila/wsgi/__init__.py -> build/lib/manila/wsgi DEBUG: copying manila/wsgi/api.py -> build/lib/manila/wsgi DEBUG: copying manila/wsgi/common.py -> build/lib/manila/wsgi DEBUG: copying manila/wsgi/eventlet_server.py -> build/lib/manila/wsgi DEBUG: copying manila/wsgi/wsgi.py -> build/lib/manila/wsgi 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/manila DEBUG: creating build/bdist.linux-x86_64/wheel/manila/wsgi DEBUG: copying build/lib/manila/wsgi/wsgi.py -> build/bdist.linux-x86_64/wheel/manila/wsgi DEBUG: copying build/lib/manila/wsgi/eventlet_server.py -> build/bdist.linux-x86_64/wheel/manila/wsgi DEBUG: copying build/lib/manila/wsgi/common.py -> build/bdist.linux-x86_64/wheel/manila/wsgi DEBUG: copying build/lib/manila/wsgi/api.py -> build/bdist.linux-x86_64/wheel/manila/wsgi DEBUG: copying build/lib/manila/wsgi/__init__.py -> build/bdist.linux-x86_64/wheel/manila/wsgi DEBUG: creating build/bdist.linux-x86_64/wheel/manila/volume DEBUG: copying build/lib/manila/volume/cinder.py -> build/bdist.linux-x86_64/wheel/manila/volume DEBUG: copying build/lib/manila/volume/__init__.py -> build/bdist.linux-x86_64/wheel/manila/volume DEBUG: creating build/bdist.linux-x86_64/wheel/manila/transfer DEBUG: copying build/lib/manila/transfer/api.py -> build/bdist.linux-x86_64/wheel/manila/transfer DEBUG: copying build/lib/manila/transfer/__init__.py -> build/bdist.linux-x86_64/wheel/manila/transfer DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/xenapi DEBUG: copying build/lib/manila/tests/xenapi/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/xenapi DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/wsgi DEBUG: copying build/lib/manila/tests/wsgi/test_wsgi.py -> build/bdist.linux-x86_64/wheel/manila/tests/wsgi DEBUG: copying build/lib/manila/tests/wsgi/test_common.py -> build/bdist.linux-x86_64/wheel/manila/tests/wsgi DEBUG: copying build/lib/manila/tests/wsgi/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/wsgi DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/volume DEBUG: copying build/lib/manila/tests/volume/test_cinder.py -> build/bdist.linux-x86_64/wheel/manila/tests/volume DEBUG: copying build/lib/manila/tests/volume/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/volume DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/var DEBUG: copying build/lib/manila/tests/var/privatekey.key -> build/bdist.linux-x86_64/wheel/manila/tests/var DEBUG: copying build/lib/manila/tests/var/certificate.crt -> build/bdist.linux-x86_64/wheel/manila/tests/var DEBUG: copying build/lib/manila/tests/var/ca.crt -> build/bdist.linux-x86_64/wheel/manila/tests/var DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share_group DEBUG: copying build/lib/manila/tests/share_group/test_share_group_types.py -> build/bdist.linux-x86_64/wheel/manila/tests/share_group DEBUG: copying build/lib/manila/tests/share_group/test_api.py -> build/bdist.linux-x86_64/wheel/manila/tests/share_group DEBUG: copying build/lib/manila/tests/share_group/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share_group DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/zfssa DEBUG: copying build/lib/manila/tests/share/drivers/zfssa/test_zfssashare.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/zfssa DEBUG: copying build/lib/manila/tests/share/drivers/zfssa/test_zfssarest.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/zfssa DEBUG: copying build/lib/manila/tests/share/drivers/zfssa/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/zfssa DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/zfsonlinux DEBUG: copying build/lib/manila/tests/share/drivers/zfsonlinux/test_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/zfsonlinux DEBUG: copying build/lib/manila/tests/share/drivers/zfsonlinux/test_driver.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/zfsonlinux DEBUG: copying build/lib/manila/tests/share/drivers/zfsonlinux/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/zfsonlinux DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/zadara DEBUG: copying build/lib/manila/tests/share/drivers/zadara/test_zadara.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/zadara DEBUG: copying build/lib/manila/tests/share/drivers/zadara/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/zadara DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/windows DEBUG: copying build/lib/manila/tests/share/drivers/windows/test_winrm_helper.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/windows DEBUG: copying build/lib/manila/tests/share/drivers/windows/test_windows_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/windows DEBUG: copying build/lib/manila/tests/share/drivers/windows/test_windows_smb_helper.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/windows DEBUG: copying build/lib/manila/tests/share/drivers/windows/test_windows_smb_driver.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/windows DEBUG: copying build/lib/manila/tests/share/drivers/windows/test_service_instance.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/windows DEBUG: copying build/lib/manila/tests/share/drivers/windows/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/windows DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/veritas DEBUG: copying build/lib/manila/tests/share/drivers/veritas/test_veritas_isa.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/veritas DEBUG: copying build/lib/manila/tests/share/drivers/veritas/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/veritas DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/vastdata DEBUG: copying build/lib/manila/tests/share/drivers/vastdata/test_rest.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/vastdata DEBUG: copying build/lib/manila/tests/share/drivers/vastdata/test_driver_util.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/vastdata DEBUG: copying build/lib/manila/tests/share/drivers/vastdata/test_driver.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/vastdata DEBUG: copying build/lib/manila/tests/share/drivers/vastdata/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/vastdata DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/tegile DEBUG: copying build/lib/manila/tests/share/drivers/tegile/test_tegile.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/tegile DEBUG: copying build/lib/manila/tests/share/drivers/tegile/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/tegile DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/quobyte DEBUG: copying build/lib/manila/tests/share/drivers/quobyte/test_quobyte.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/quobyte DEBUG: copying build/lib/manila/tests/share/drivers/quobyte/test_jsonrpc.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/quobyte DEBUG: copying build/lib/manila/tests/share/drivers/quobyte/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/quobyte DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/qnap DEBUG: copying build/lib/manila/tests/share/drivers/qnap/test_qnap.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/qnap DEBUG: copying build/lib/manila/tests/share/drivers/qnap/test_api.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/qnap DEBUG: copying build/lib/manila/tests/share/drivers/qnap/fakes.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/qnap DEBUG: copying build/lib/manila/tests/share/drivers/qnap/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/qnap DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/purestorage DEBUG: copying build/lib/manila/tests/share/drivers/purestorage/test_flashblade.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/purestorage DEBUG: copying build/lib/manila/tests/share/drivers/purestorage/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/purestorage DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/nexenta DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/nexenta/ns5 DEBUG: copying build/lib/manila/tests/share/drivers/nexenta/ns5/test_nexenta_nas.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/nexenta/ns5 DEBUG: copying build/lib/manila/tests/share/drivers/nexenta/ns5/test_jsonrpc.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/nexenta/ns5 DEBUG: copying build/lib/manila/tests/share/drivers/nexenta/ns5/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/nexenta/ns5 DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/nexenta/ns4 DEBUG: copying build/lib/manila/tests/share/drivers/nexenta/ns4/test_nexenta_nas.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/nexenta/ns4 DEBUG: copying build/lib/manila/tests/share/drivers/nexenta/ns4/test_jsonrpc.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/nexenta/ns4 DEBUG: copying build/lib/manila/tests/share/drivers/nexenta/ns4/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/nexenta/ns4 DEBUG: copying build/lib/manila/tests/share/drivers/nexenta/test_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/nexenta DEBUG: copying build/lib/manila/tests/share/drivers/nexenta/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/nexenta DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/protocols DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/protocols/test_nfs_cmode.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/protocols DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/protocols/test_cifs_cmode.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/protocols DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/protocols/test_base.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/protocols DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/protocols/fakes.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/protocols DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/protocols/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/protocols DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_performance.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_single_svm.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_multi_svm.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_base.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_driver_interfaces.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_data_motion.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/cluster_mode DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/client/test_rest_api.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/client/test_client_cmode_rest.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/client/test_client_cmode.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/client/test_client_base.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/client/test_api.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/client/fakes.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/client/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/fakes.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap DEBUG: copying build/lib/manila/tests/share/drivers/netapp/dataontap/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp/dataontap DEBUG: copying build/lib/manila/tests/share/drivers/netapp/test_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp DEBUG: copying build/lib/manila/tests/share/drivers/netapp/test_common.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp DEBUG: copying build/lib/manila/tests/share/drivers/netapp/fakes.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp DEBUG: copying build/lib/manila/tests/share/drivers/netapp/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/netapp DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/maprfs DEBUG: copying build/lib/manila/tests/share/drivers/maprfs/test_maprfs.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/maprfs DEBUG: copying build/lib/manila/tests/share/drivers/maprfs/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/maprfs DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/macrosan DEBUG: copying build/lib/manila/tests/share/drivers/macrosan/test_macrosan_nas.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/macrosan DEBUG: copying build/lib/manila/tests/share/drivers/macrosan/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/macrosan DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/inspur DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/inspur/instorage DEBUG: copying build/lib/manila/tests/share/drivers/inspur/instorage/test_instorage.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/inspur/instorage DEBUG: copying build/lib/manila/tests/share/drivers/inspur/instorage/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/inspur/instorage DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/inspur/as13000 DEBUG: copying build/lib/manila/tests/share/drivers/inspur/as13000/test_as13000_nas.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/inspur/as13000 DEBUG: copying build/lib/manila/tests/share/drivers/inspur/as13000/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/inspur/as13000 DEBUG: copying build/lib/manila/tests/share/drivers/inspur/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/inspur DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/infortrend DEBUG: copying build/lib/manila/tests/share/drivers/infortrend/test_infortrend_nas.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/infortrend DEBUG: copying build/lib/manila/tests/share/drivers/infortrend/fake_infortrend_nas_data.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/infortrend DEBUG: copying build/lib/manila/tests/share/drivers/infortrend/fake_infortrend_manila_data.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/infortrend DEBUG: copying build/lib/manila/tests/share/drivers/infortrend/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/infortrend DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/infinidat DEBUG: copying build/lib/manila/tests/share/drivers/infinidat/test_infinidat.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/infinidat DEBUG: copying build/lib/manila/tests/share/drivers/infinidat/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/infinidat DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/ibm DEBUG: copying build/lib/manila/tests/share/drivers/ibm/test_gpfs.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/ibm DEBUG: copying build/lib/manila/tests/share/drivers/ibm/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/ibm DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/huawei DEBUG: copying build/lib/manila/tests/share/drivers/huawei/test_huawei_nas.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/huawei DEBUG: copying build/lib/manila/tests/share/drivers/huawei/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/huawei DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hpe DEBUG: copying build/lib/manila/tests/share/drivers/hpe/test_hpe_3par_mediator.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hpe DEBUG: copying build/lib/manila/tests/share/drivers/hpe/test_hpe_3par_driver.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hpe DEBUG: copying build/lib/manila/tests/share/drivers/hpe/test_hpe_3par_constants.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hpe DEBUG: copying build/lib/manila/tests/share/drivers/hpe/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hpe DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hitachi DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hitachi/hsp DEBUG: copying build/lib/manila/tests/share/drivers/hitachi/hsp/test_rest.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hitachi/hsp DEBUG: copying build/lib/manila/tests/share/drivers/hitachi/hsp/test_driver.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hitachi/hsp DEBUG: copying build/lib/manila/tests/share/drivers/hitachi/hsp/fakes.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hitachi/hsp DEBUG: copying build/lib/manila/tests/share/drivers/hitachi/hsp/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hitachi/hsp DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hitachi/hnas DEBUG: copying build/lib/manila/tests/share/drivers/hitachi/hnas/test_ssh.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hitachi/hnas DEBUG: copying build/lib/manila/tests/share/drivers/hitachi/hnas/test_driver.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hitachi/hnas DEBUG: copying build/lib/manila/tests/share/drivers/hitachi/hnas/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hitachi/hnas DEBUG: copying build/lib/manila/tests/share/drivers/hitachi/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hitachi DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hdfs DEBUG: copying build/lib/manila/tests/share/drivers/hdfs/test_hdfs_native.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hdfs DEBUG: copying build/lib/manila/tests/share/drivers/hdfs/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/hdfs DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/glusterfs DEBUG: copying build/lib/manila/tests/share/drivers/glusterfs/test_layout_volume.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/glusterfs DEBUG: copying build/lib/manila/tests/share/drivers/glusterfs/test_layout_directory.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/glusterfs DEBUG: copying build/lib/manila/tests/share/drivers/glusterfs/test_layout.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/glusterfs DEBUG: copying build/lib/manila/tests/share/drivers/glusterfs/test_glusterfs_native.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/glusterfs DEBUG: copying build/lib/manila/tests/share/drivers/glusterfs/test_common.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/glusterfs DEBUG: copying build/lib/manila/tests/share/drivers/glusterfs/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/glusterfs DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/ganesha DEBUG: copying build/lib/manila/tests/share/drivers/ganesha/test_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/ganesha DEBUG: copying build/lib/manila/tests/share/drivers/ganesha/test_manager.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/ganesha DEBUG: copying build/lib/manila/tests/share/drivers/ganesha/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/ganesha DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/vnx DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx/test_object_manager.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/vnx DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx/test_connection.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/vnx DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/vnx DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/utils.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/test_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/test_connection.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/test_client.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/res_mock.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/mocked_unity.yaml -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/mocked_manila.yaml -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/fake_exceptions.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/unity DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/retreive_cluster_capacity_metrics_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/resize_filesystem_shrink_failure_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_smb_share_id_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nfs_export_name_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nfs_export_id_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nas_server_smb_netbios_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nas_server_interfaces_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nas_server_id_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_fsid_from_share_name_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_fsid_from_export_name_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_fileystem_id_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_cluster_id_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_snapshot_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_smb_share_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_nfs_export_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_filesystem_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/clone_snapshot_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/test_connection.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/test_client.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerstore/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerstore DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerscale DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerscale/test_powerscale_api.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerscale DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerscale/test_powerscale.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerscale DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerscale/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerscale DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powermax DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax/test_object_manager.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powermax DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax/test_connection.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powermax DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powermax DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/login_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_statistic.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_spare_percentage.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_id_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_name_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_id_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nas_server_id_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_snapshot_name_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_export_name_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fileystem_id_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_snapshot_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_export_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_filesystem_response.json -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/test_object_manager.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/test_connection.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powerflex/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins/powerflex DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/plugins/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/plugins DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/common DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/common/enas DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/common/enas/utils.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/common/enas DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/common/enas/test_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/common/enas DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/common/enas/test_connector.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/common/enas DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/common/enas/fakes.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/common/enas DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/common/enas/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/common/enas DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/common/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc/common DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/test_driver.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc DEBUG: copying build/lib/manila/tests/share/drivers/dell_emc/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/dell_emc DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/container DEBUG: copying build/lib/manila/tests/share/drivers/container/test_storage_helper.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/container DEBUG: copying build/lib/manila/tests/share/drivers/container/test_security_service_helper.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/container DEBUG: copying build/lib/manila/tests/share/drivers/container/test_protocol_helper.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/container DEBUG: copying build/lib/manila/tests/share/drivers/container/test_driver.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/container DEBUG: copying build/lib/manila/tests/share/drivers/container/test_container_helper.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/container DEBUG: copying build/lib/manila/tests/share/drivers/container/fakes.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/container DEBUG: copying build/lib/manila/tests/share/drivers/container/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/container DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/cephfs DEBUG: copying build/lib/manila/tests/share/drivers/cephfs/test_driver.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/cephfs DEBUG: copying build/lib/manila/tests/share/drivers/cephfs/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers/cephfs DEBUG: copying build/lib/manila/tests/share/drivers/test_service_instance.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers DEBUG: copying build/lib/manila/tests/share/drivers/test_lvm.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers DEBUG: copying build/lib/manila/tests/share/drivers/test_helpers.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers DEBUG: copying build/lib/manila/tests/share/drivers/test_glusterfs.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers DEBUG: copying build/lib/manila/tests/share/drivers/test_generic.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers DEBUG: copying build/lib/manila/tests/share/drivers/test_ganesha.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers DEBUG: copying build/lib/manila/tests/share/drivers/dummy.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers DEBUG: copying build/lib/manila/tests/share/drivers/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share/drivers DEBUG: copying build/lib/manila/tests/share/test_snapshot_access.py -> build/bdist.linux-x86_64/wheel/manila/tests/share DEBUG: copying build/lib/manila/tests/share/test_share_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests/share DEBUG: copying build/lib/manila/tests/share/test_share_types.py -> build/bdist.linux-x86_64/wheel/manila/tests/share DEBUG: copying build/lib/manila/tests/share/test_rpcapi.py -> build/bdist.linux-x86_64/wheel/manila/tests/share DEBUG: copying build/lib/manila/tests/share/test_migration.py -> build/bdist.linux-x86_64/wheel/manila/tests/share DEBUG: copying build/lib/manila/tests/share/test_manager.py -> build/bdist.linux-x86_64/wheel/manila/tests/share DEBUG: copying build/lib/manila/tests/share/test_hook.py -> build/bdist.linux-x86_64/wheel/manila/tests/share DEBUG: copying build/lib/manila/tests/share/test_drivers_private_data.py -> build/bdist.linux-x86_64/wheel/manila/tests/share DEBUG: copying build/lib/manila/tests/share/test_driver.py -> build/bdist.linux-x86_64/wheel/manila/tests/share DEBUG: copying build/lib/manila/tests/share/test_api.py -> build/bdist.linux-x86_64/wheel/manila/tests/share DEBUG: copying build/lib/manila/tests/share/test_access.py -> build/bdist.linux-x86_64/wheel/manila/tests/share DEBUG: copying build/lib/manila/tests/share/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/share DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/services DEBUG: copying build/lib/manila/tests/services/test_api.py -> build/bdist.linux-x86_64/wheel/manila/tests/services DEBUG: copying build/lib/manila/tests/services/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/services DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/scheduler DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/scheduler/weighers DEBUG: copying build/lib/manila/tests/scheduler/weighers/test_pool.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/weighers DEBUG: copying build/lib/manila/tests/scheduler/weighers/test_netapp_aiq.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/weighers DEBUG: copying build/lib/manila/tests/scheduler/weighers/test_host_affinity.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/weighers DEBUG: copying build/lib/manila/tests/scheduler/weighers/test_goodness.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/weighers DEBUG: copying build/lib/manila/tests/scheduler/weighers/test_capacity.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/weighers DEBUG: copying build/lib/manila/tests/scheduler/weighers/test_base.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/weighers DEBUG: copying build/lib/manila/tests/scheduler/weighers/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/weighers DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_share_replication.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_retry.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_json.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_ignore_attempted_hosts.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_host.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_extra_specs_ops.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_driver.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_create_from_snapshot.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_capacity.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_capabilities.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_base_host.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_base.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_availability_zone.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/test_affinity.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: copying build/lib/manila/tests/scheduler/filters/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/filters DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/scheduler/evaluator DEBUG: copying build/lib/manila/tests/scheduler/evaluator/test_evaluator.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/evaluator DEBUG: copying build/lib/manila/tests/scheduler/evaluator/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/evaluator DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/scheduler/drivers DEBUG: copying build/lib/manila/tests/scheduler/drivers/test_simple.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/drivers DEBUG: copying build/lib/manila/tests/scheduler/drivers/test_filter.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/drivers DEBUG: copying build/lib/manila/tests/scheduler/drivers/test_base.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/drivers DEBUG: copying build/lib/manila/tests/scheduler/drivers/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler/drivers DEBUG: copying build/lib/manila/tests/scheduler/test_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler DEBUG: copying build/lib/manila/tests/scheduler/test_scheduler_options.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler DEBUG: copying build/lib/manila/tests/scheduler/test_rpcapi.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler DEBUG: copying build/lib/manila/tests/scheduler/test_manager.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler DEBUG: copying build/lib/manila/tests/scheduler/test_host_manager.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler DEBUG: copying build/lib/manila/tests/scheduler/fakes.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler DEBUG: copying build/lib/manila/tests/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/scheduler DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/network DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/network/neutron DEBUG: copying build/lib/manila/tests/network/neutron/test_neutron_plugin.py -> build/bdist.linux-x86_64/wheel/manila/tests/network/neutron DEBUG: copying build/lib/manila/tests/network/neutron/test_neutron_api.py -> build/bdist.linux-x86_64/wheel/manila/tests/network/neutron DEBUG: copying build/lib/manila/tests/network/neutron/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/network/neutron DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/network/linux DEBUG: copying build/lib/manila/tests/network/linux/test_ovs_lib.py -> build/bdist.linux-x86_64/wheel/manila/tests/network/linux DEBUG: copying build/lib/manila/tests/network/linux/test_ip_lib.py -> build/bdist.linux-x86_64/wheel/manila/tests/network/linux DEBUG: copying build/lib/manila/tests/network/linux/test_interface.py -> build/bdist.linux-x86_64/wheel/manila/tests/network/linux DEBUG: copying build/lib/manila/tests/network/linux/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/network/linux DEBUG: copying build/lib/manila/tests/network/test_standalone_network_plugin.py -> build/bdist.linux-x86_64/wheel/manila/tests/network DEBUG: copying build/lib/manila/tests/network/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/network DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/monkey_patch_example DEBUG: copying build/lib/manila/tests/monkey_patch_example/example_b.py -> build/bdist.linux-x86_64/wheel/manila/tests/monkey_patch_example DEBUG: copying build/lib/manila/tests/monkey_patch_example/example_a.py -> build/bdist.linux-x86_64/wheel/manila/tests/monkey_patch_example DEBUG: copying build/lib/manila/tests/monkey_patch_example/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/monkey_patch_example DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/message DEBUG: copying build/lib/manila/tests/message/test_message_field.py -> build/bdist.linux-x86_64/wheel/manila/tests/message DEBUG: copying build/lib/manila/tests/message/test_api.py -> build/bdist.linux-x86_64/wheel/manila/tests/message DEBUG: copying build/lib/manila/tests/message/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/message DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/lock DEBUG: copying build/lib/manila/tests/lock/test_api.py -> build/bdist.linux-x86_64/wheel/manila/tests/lock DEBUG: copying build/lib/manila/tests/lock/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/lock DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/keymgr DEBUG: copying build/lib/manila/tests/keymgr/test_barbican.py -> build/bdist.linux-x86_64/wheel/manila/tests/keymgr DEBUG: copying build/lib/manila/tests/keymgr/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/keymgr DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/integrated DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/integrated/api DEBUG: copying build/lib/manila/tests/integrated/api/client.py -> build/bdist.linux-x86_64/wheel/manila/tests/integrated/api DEBUG: copying build/lib/manila/tests/integrated/api/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/integrated/api DEBUG: copying build/lib/manila/tests/integrated/test_login.py -> build/bdist.linux-x86_64/wheel/manila/tests/integrated DEBUG: copying build/lib/manila/tests/integrated/test_extensions.py -> build/bdist.linux-x86_64/wheel/manila/tests/integrated DEBUG: copying build/lib/manila/tests/integrated/integrated_helpers.py -> build/bdist.linux-x86_64/wheel/manila/tests/integrated DEBUG: copying build/lib/manila/tests/integrated/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/integrated DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/image DEBUG: copying build/lib/manila/tests/image/test_image.py -> build/bdist.linux-x86_64/wheel/manila/tests/image DEBUG: copying build/lib/manila/tests/image/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/image DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/hacking DEBUG: copying build/lib/manila/tests/hacking/checks.py -> build/bdist.linux-x86_64/wheel/manila/tests/hacking DEBUG: copying build/lib/manila/tests/hacking/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/hacking DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/db DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/db/sqlalchemy DEBUG: copying build/lib/manila/tests/db/sqlalchemy/test_models.py -> build/bdist.linux-x86_64/wheel/manila/tests/db/sqlalchemy DEBUG: copying build/lib/manila/tests/db/sqlalchemy/test_api.py -> build/bdist.linux-x86_64/wheel/manila/tests/db/sqlalchemy DEBUG: copying build/lib/manila/tests/db/sqlalchemy/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/db/sqlalchemy DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/db/migrations DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/db/migrations/alembic DEBUG: copying build/lib/manila/tests/db/migrations/alembic/test_migration.py -> build/bdist.linux-x86_64/wheel/manila/tests/db/migrations/alembic DEBUG: copying build/lib/manila/tests/db/migrations/alembic/migrations_data_checks.py -> build/bdist.linux-x86_64/wheel/manila/tests/db/migrations/alembic DEBUG: copying build/lib/manila/tests/db/migrations/alembic/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/db/migrations/alembic DEBUG: copying build/lib/manila/tests/db/migrations/test_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests/db/migrations DEBUG: copying build/lib/manila/tests/db/migrations/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/db/migrations DEBUG: copying build/lib/manila/tests/db/test_migration.py -> build/bdist.linux-x86_64/wheel/manila/tests/db DEBUG: copying build/lib/manila/tests/db/test_api.py -> build/bdist.linux-x86_64/wheel/manila/tests/db DEBUG: copying build/lib/manila/tests/db/fakes.py -> build/bdist.linux-x86_64/wheel/manila/tests/db DEBUG: copying build/lib/manila/tests/db/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/db DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/data DEBUG: copying build/lib/manila/tests/data/test_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests/data DEBUG: copying build/lib/manila/tests/data/test_rpcapi.py -> build/bdist.linux-x86_64/wheel/manila/tests/data DEBUG: copying build/lib/manila/tests/data/test_manager.py -> build/bdist.linux-x86_64/wheel/manila/tests/data DEBUG: copying build/lib/manila/tests/data/test_helper.py -> build/bdist.linux-x86_64/wheel/manila/tests/data DEBUG: copying build/lib/manila/tests/data/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/data DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/compute DEBUG: copying build/lib/manila/tests/compute/test_nova.py -> build/bdist.linux-x86_64/wheel/manila/tests/compute DEBUG: copying build/lib/manila/tests/compute/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/compute DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/common DEBUG: copying build/lib/manila/tests/common/test_config.py -> build/bdist.linux-x86_64/wheel/manila/tests/common DEBUG: copying build/lib/manila/tests/common/test_client_auth.py -> build/bdist.linux-x86_64/wheel/manila/tests/common DEBUG: copying build/lib/manila/tests/common/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/common DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/cmd DEBUG: copying build/lib/manila/tests/cmd/test_status.py -> build/bdist.linux-x86_64/wheel/manila/tests/cmd DEBUG: copying build/lib/manila/tests/cmd/test_share.py -> build/bdist.linux-x86_64/wheel/manila/tests/cmd DEBUG: copying build/lib/manila/tests/cmd/test_scheduler.py -> build/bdist.linux-x86_64/wheel/manila/tests/cmd DEBUG: copying build/lib/manila/tests/cmd/test_manage.py -> build/bdist.linux-x86_64/wheel/manila/tests/cmd DEBUG: copying build/lib/manila/tests/cmd/test_data.py -> build/bdist.linux-x86_64/wheel/manila/tests/cmd DEBUG: copying build/lib/manila/tests/cmd/test_api.py -> build/bdist.linux-x86_64/wheel/manila/tests/cmd DEBUG: copying build/lib/manila/tests/cmd/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/cmd DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/api DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/api/views DEBUG: copying build/lib/manila/tests/api/views/test_versions.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/views DEBUG: copying build/lib/manila/tests/api/views/test_shares.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/views DEBUG: copying build/lib/manila/tests/api/views/test_share_networks.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/views DEBUG: copying build/lib/manila/tests/api/views/test_share_network_subnets.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/views DEBUG: copying build/lib/manila/tests/api/views/test_share_accesses.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/views DEBUG: copying build/lib/manila/tests/api/views/test_scheduler_stats.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/views DEBUG: copying build/lib/manila/tests/api/views/test_quota_sets.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/views DEBUG: copying build/lib/manila/tests/api/views/test_quota_class_sets.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/views DEBUG: copying build/lib/manila/tests/api/views/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/views DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_shares.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_types.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_transfer.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_snapshots.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_snapshot_instances.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_snapshot_instance_export_locations.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_snapshot_export_locations.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_servers.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_replicas.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_replica_export_locations.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_networks.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_network_subnets.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_instances.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_instance_export_locations.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_groups.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_group_types.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_group_type_specs.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_group_snapshots.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_export_locations.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_backups.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_accesses.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_share_access_metadata.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_services.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_security_services.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_resource_locks.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_quota_sets.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_quota_class_sets.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_metadata.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_messages.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/test_availability_zones.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/stubs.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: copying build/lib/manila/tests/api/v2/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v2 DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/api/v1 DEBUG: copying build/lib/manila/tests/api/v1/test_shares.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v1 DEBUG: copying build/lib/manila/tests/api/v1/test_share_unmanage.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v1 DEBUG: copying build/lib/manila/tests/api/v1/test_share_types_extra_specs.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v1 DEBUG: copying build/lib/manila/tests/api/v1/test_share_snapshots.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v1 DEBUG: copying build/lib/manila/tests/api/v1/test_share_servers.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v1 DEBUG: copying build/lib/manila/tests/api/v1/test_share_metadata.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v1 DEBUG: copying build/lib/manila/tests/api/v1/test_share_manage.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v1 DEBUG: copying build/lib/manila/tests/api/v1/test_security_service.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v1 DEBUG: copying build/lib/manila/tests/api/v1/test_scheduler_stats.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v1 DEBUG: copying build/lib/manila/tests/api/v1/test_limits.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v1 DEBUG: copying build/lib/manila/tests/api/v1/stubs.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v1 DEBUG: copying build/lib/manila/tests/api/v1/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/v1 DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/api/openstack DEBUG: copying build/lib/manila/tests/api/openstack/test_wsgi.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/openstack DEBUG: copying build/lib/manila/tests/api/openstack/test_versioned_method.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/openstack DEBUG: copying build/lib/manila/tests/api/openstack/test_api_version_request.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/openstack DEBUG: copying build/lib/manila/tests/api/openstack/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/openstack DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/api/middleware DEBUG: copying build/lib/manila/tests/api/middleware/test_faults.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/middleware DEBUG: copying build/lib/manila/tests/api/middleware/test_auth.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/middleware DEBUG: copying build/lib/manila/tests/api/middleware/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/middleware DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/api/extensions DEBUG: copying build/lib/manila/tests/api/extensions/foxinsocks.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/extensions DEBUG: copying build/lib/manila/tests/api/extensions/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/extensions DEBUG: creating build/bdist.linux-x86_64/wheel/manila/tests/api/contrib DEBUG: copying build/lib/manila/tests/api/contrib/stubs.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/contrib DEBUG: copying build/lib/manila/tests/api/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/api/contrib DEBUG: copying build/lib/manila/tests/api/test_wsgi.py -> build/bdist.linux-x86_64/wheel/manila/tests/api DEBUG: copying build/lib/manila/tests/api/test_versions.py -> build/bdist.linux-x86_64/wheel/manila/tests/api DEBUG: copying build/lib/manila/tests/api/test_validation.py -> build/bdist.linux-x86_64/wheel/manila/tests/api DEBUG: copying build/lib/manila/tests/api/test_schemas.py -> build/bdist.linux-x86_64/wheel/manila/tests/api DEBUG: copying build/lib/manila/tests/api/test_middleware.py -> build/bdist.linux-x86_64/wheel/manila/tests/api DEBUG: copying build/lib/manila/tests/api/test_extensions.py -> build/bdist.linux-x86_64/wheel/manila/tests/api DEBUG: copying build/lib/manila/tests/api/test_common.py -> build/bdist.linux-x86_64/wheel/manila/tests/api DEBUG: copying build/lib/manila/tests/api/fakes.py -> build/bdist.linux-x86_64/wheel/manila/tests/api DEBUG: copying build/lib/manila/tests/api/common.py -> build/bdist.linux-x86_64/wheel/manila/tests/api DEBUG: copying build/lib/manila/tests/api/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests/api DEBUG: copying build/lib/manila/tests/utils.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_test_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_test.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_ssh_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_service.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_rpc.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_quota.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_policy.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_network.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_misc.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_manager.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_exception.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_coordination.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_context.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_conf.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/test_api.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/runtime_conf.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/policy.yaml -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/fake_zfssa.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/fake_volume.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/fake_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/fake_share.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/fake_service_instance.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/fake_notifier.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/fake_network.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/fake_image.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/fake_driver.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/fake_compute.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/fake_client_exception_class.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/fake_backup_driver.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/declare_conf.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/db_utils.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/conf_fixture.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: copying build/lib/manila/tests/__init__.py -> build/bdist.linux-x86_64/wheel/manila/tests DEBUG: creating build/bdist.linux-x86_64/wheel/manila/testing DEBUG: copying build/lib/manila/testing/README.rst -> build/bdist.linux-x86_64/wheel/manila/testing DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share_group DEBUG: copying build/lib/manila/share_group/share_group_types.py -> build/bdist.linux-x86_64/wheel/manila/share_group DEBUG: copying build/lib/manila/share_group/api.py -> build/bdist.linux-x86_64/wheel/manila/share_group DEBUG: copying build/lib/manila/share_group/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share_group DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/hooks DEBUG: copying build/lib/manila/share/hooks/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/hooks DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/zfssa DEBUG: copying build/lib/manila/share/drivers/zfssa/zfssashare.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/zfssa DEBUG: copying build/lib/manila/share/drivers/zfssa/zfssarest.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/zfssa DEBUG: copying build/lib/manila/share/drivers/zfssa/restclient.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/zfssa DEBUG: copying build/lib/manila/share/drivers/zfssa/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/zfssa DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/zfsonlinux DEBUG: copying build/lib/manila/share/drivers/zfsonlinux/utils.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/zfsonlinux DEBUG: copying build/lib/manila/share/drivers/zfsonlinux/driver.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/zfsonlinux DEBUG: copying build/lib/manila/share/drivers/zfsonlinux/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/zfsonlinux DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/zadara DEBUG: copying build/lib/manila/share/drivers/zadara/zadara.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/zadara DEBUG: copying build/lib/manila/share/drivers/zadara/common.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/zadara DEBUG: copying build/lib/manila/share/drivers/zadara/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/zadara DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/windows DEBUG: copying build/lib/manila/share/drivers/windows/winrm_helper.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/windows DEBUG: copying build/lib/manila/share/drivers/windows/windows_utils.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/windows DEBUG: copying build/lib/manila/share/drivers/windows/windows_smb_helper.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/windows DEBUG: copying build/lib/manila/share/drivers/windows/windows_smb_driver.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/windows DEBUG: copying build/lib/manila/share/drivers/windows/service_instance.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/windows DEBUG: copying build/lib/manila/share/drivers/windows/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/windows DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/veritas DEBUG: copying build/lib/manila/share/drivers/veritas/veritas_isa.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/veritas DEBUG: copying build/lib/manila/share/drivers/veritas/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/veritas DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/vastdata DEBUG: copying build/lib/manila/share/drivers/vastdata/rest.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/vastdata DEBUG: copying build/lib/manila/share/drivers/vastdata/driver_util.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/vastdata DEBUG: copying build/lib/manila/share/drivers/vastdata/driver.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/vastdata DEBUG: copying build/lib/manila/share/drivers/vastdata/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/vastdata DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/tegile DEBUG: copying build/lib/manila/share/drivers/tegile/tegile.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/tegile DEBUG: copying build/lib/manila/share/drivers/tegile/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/tegile DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/quobyte DEBUG: copying build/lib/manila/share/drivers/quobyte/quobyte.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/quobyte DEBUG: copying build/lib/manila/share/drivers/quobyte/jsonrpc.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/quobyte DEBUG: copying build/lib/manila/share/drivers/quobyte/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/quobyte DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/qnap DEBUG: copying build/lib/manila/share/drivers/qnap/qnap.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/qnap DEBUG: copying build/lib/manila/share/drivers/qnap/api.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/qnap DEBUG: copying build/lib/manila/share/drivers/qnap/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/qnap DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/purestorage DEBUG: copying build/lib/manila/share/drivers/purestorage/flashblade.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/purestorage DEBUG: copying build/lib/manila/share/drivers/purestorage/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/purestorage DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/nexenta DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/nexenta/ns5 DEBUG: copying build/lib/manila/share/drivers/nexenta/ns5/nexenta_nas.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/nexenta/ns5 DEBUG: copying build/lib/manila/share/drivers/nexenta/ns5/jsonrpc.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/nexenta/ns5 DEBUG: copying build/lib/manila/share/drivers/nexenta/ns5/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/nexenta/ns5 DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/nexenta/ns4 DEBUG: copying build/lib/manila/share/drivers/nexenta/ns4/nexenta_nfs_helper.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/nexenta/ns4 DEBUG: copying build/lib/manila/share/drivers/nexenta/ns4/nexenta_nas.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/nexenta/ns4 DEBUG: copying build/lib/manila/share/drivers/nexenta/ns4/jsonrpc.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/nexenta/ns4 DEBUG: copying build/lib/manila/share/drivers/nexenta/ns4/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/nexenta/ns4 DEBUG: copying build/lib/manila/share/drivers/nexenta/utils.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/nexenta DEBUG: copying build/lib/manila/share/drivers/nexenta/options.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/nexenta DEBUG: copying build/lib/manila/share/drivers/nexenta/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/nexenta DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/protocols DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/protocols/nfs_cmode.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/protocols DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/protocols/cifs_cmode.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/protocols DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/protocols/base.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/protocols DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/protocols/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/protocols DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/performance.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/lib_single_svm.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/drv_single_svm.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/drv_multi_svm.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/data_motion.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/cluster_mode DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/client/rest_endpoints.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/client/rest_api.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/client/client_cmode_rest.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/client/client_cmode.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/client/client_base.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/client/api.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/client/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap/client DEBUG: copying build/lib/manila/share/drivers/netapp/dataontap/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp/dataontap DEBUG: copying build/lib/manila/share/drivers/netapp/utils.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp DEBUG: copying build/lib/manila/share/drivers/netapp/options.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp DEBUG: copying build/lib/manila/share/drivers/netapp/common.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp DEBUG: copying build/lib/manila/share/drivers/netapp/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/netapp DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/maprfs DEBUG: copying build/lib/manila/share/drivers/maprfs/maprfs_native.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/maprfs DEBUG: copying build/lib/manila/share/drivers/maprfs/driver_util.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/maprfs DEBUG: copying build/lib/manila/share/drivers/maprfs/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/maprfs DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/macrosan DEBUG: copying build/lib/manila/share/drivers/macrosan/rest_helper.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/macrosan DEBUG: copying build/lib/manila/share/drivers/macrosan/macrosan_nas.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/macrosan DEBUG: copying build/lib/manila/share/drivers/macrosan/macrosan_helper.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/macrosan DEBUG: copying build/lib/manila/share/drivers/macrosan/macrosan_constants.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/macrosan DEBUG: copying build/lib/manila/share/drivers/macrosan/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/macrosan DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/inspur DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/inspur/instorage DEBUG: copying build/lib/manila/share/drivers/inspur/instorage/instorage.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/inspur/instorage DEBUG: copying build/lib/manila/share/drivers/inspur/instorage/cli_helper.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/inspur/instorage DEBUG: copying build/lib/manila/share/drivers/inspur/instorage/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/inspur/instorage DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/inspur/as13000 DEBUG: copying build/lib/manila/share/drivers/inspur/as13000/as13000_nas.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/inspur/as13000 DEBUG: copying build/lib/manila/share/drivers/inspur/as13000/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/inspur/as13000 DEBUG: copying build/lib/manila/share/drivers/inspur/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/inspur DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/infortrend DEBUG: copying build/lib/manila/share/drivers/infortrend/infortrend_nas.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/infortrend DEBUG: copying build/lib/manila/share/drivers/infortrend/driver.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/infortrend DEBUG: copying build/lib/manila/share/drivers/infortrend/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/infortrend DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/infinidat DEBUG: copying build/lib/manila/share/drivers/infinidat/infinibox.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/infinidat DEBUG: copying build/lib/manila/share/drivers/infinidat/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/infinidat DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/ibm DEBUG: copying build/lib/manila/share/drivers/ibm/gpfs.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/ibm DEBUG: copying build/lib/manila/share/drivers/ibm/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/ibm DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/huawei DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/huawei/v3 DEBUG: copying build/lib/manila/share/drivers/huawei/v3/smartx.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/huawei/v3 DEBUG: copying build/lib/manila/share/drivers/huawei/v3/rpcapi.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/huawei/v3 DEBUG: copying build/lib/manila/share/drivers/huawei/v3/replication.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/huawei/v3 DEBUG: copying build/lib/manila/share/drivers/huawei/v3/helper.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/huawei/v3 DEBUG: copying build/lib/manila/share/drivers/huawei/v3/connection.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/huawei/v3 DEBUG: copying build/lib/manila/share/drivers/huawei/v3/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/huawei/v3 DEBUG: copying build/lib/manila/share/drivers/huawei/huawei_utils.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/huawei DEBUG: copying build/lib/manila/share/drivers/huawei/huawei_nas.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/huawei DEBUG: copying build/lib/manila/share/drivers/huawei/constants.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/huawei DEBUG: copying build/lib/manila/share/drivers/huawei/base.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/huawei DEBUG: copying build/lib/manila/share/drivers/huawei/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/huawei DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/hpe DEBUG: copying build/lib/manila/share/drivers/hpe/hpe_3par_mediator.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/hpe DEBUG: copying build/lib/manila/share/drivers/hpe/hpe_3par_driver.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/hpe DEBUG: copying build/lib/manila/share/drivers/hpe/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/hpe DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/hitachi DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/hitachi/hsp DEBUG: copying build/lib/manila/share/drivers/hitachi/hsp/rest.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/hitachi/hsp DEBUG: copying build/lib/manila/share/drivers/hitachi/hsp/driver.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/hitachi/hsp DEBUG: copying build/lib/manila/share/drivers/hitachi/hsp/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/hitachi/hsp DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/hitachi/hnas DEBUG: copying build/lib/manila/share/drivers/hitachi/hnas/ssh.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/hitachi/hnas DEBUG: copying build/lib/manila/share/drivers/hitachi/hnas/driver.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/hitachi/hnas DEBUG: copying build/lib/manila/share/drivers/hitachi/hnas/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/hitachi/hnas DEBUG: copying build/lib/manila/share/drivers/hitachi/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/hitachi DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/hdfs DEBUG: copying build/lib/manila/share/drivers/hdfs/hdfs_native.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/hdfs DEBUG: copying build/lib/manila/share/drivers/hdfs/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/hdfs DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/glusterfs DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/glusterfs/conf DEBUG: copying build/lib/manila/share/drivers/glusterfs/conf/10-glusterfs-export-template.conf -> build/bdist.linux-x86_64/wheel/manila/share/drivers/glusterfs/conf DEBUG: copying build/lib/manila/share/drivers/glusterfs/layout_volume.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/glusterfs DEBUG: copying build/lib/manila/share/drivers/glusterfs/layout_directory.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/glusterfs DEBUG: copying build/lib/manila/share/drivers/glusterfs/layout.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/glusterfs DEBUG: copying build/lib/manila/share/drivers/glusterfs/glusterfs_native.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/glusterfs DEBUG: copying build/lib/manila/share/drivers/glusterfs/common.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/glusterfs DEBUG: copying build/lib/manila/share/drivers/glusterfs/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/glusterfs DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/ganesha DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/ganesha/conf DEBUG: copying build/lib/manila/share/drivers/ganesha/conf/00-base-export-template.conf -> build/bdist.linux-x86_64/wheel/manila/share/drivers/ganesha/conf DEBUG: copying build/lib/manila/share/drivers/ganesha/utils.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/ganesha DEBUG: copying build/lib/manila/share/drivers/ganesha/manager.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/ganesha DEBUG: copying build/lib/manila/share/drivers/ganesha/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/ganesha DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/vnx DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/vnx/object_manager.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/vnx DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/vnx/connection.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/vnx DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/vnx/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/vnx DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/unity DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/unity/utils.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/unity DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/unity/connection.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/unity DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/unity/client.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/unity DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/unity/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/unity DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powerstore DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/powerstore/connection.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powerstore DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/powerstore/client.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powerstore DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/powerstore/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powerstore DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powerscale DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powerscale DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powerscale DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/powerscale/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powerscale DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powermax DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powermax DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/powermax/connection.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powermax DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/powermax/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powermax DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powerflex DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/powerflex/object_manager.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powerflex DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/powerflex/connection.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powerflex DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/powerflex/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins/powerflex DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/base.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugins/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/plugins DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/common DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/common/enas DEBUG: copying build/lib/manila/share/drivers/dell_emc/common/enas/xml_api_parser.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/common/enas DEBUG: copying build/lib/manila/share/drivers/dell_emc/common/enas/utils.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/common/enas DEBUG: copying build/lib/manila/share/drivers/dell_emc/common/enas/constants.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/common/enas DEBUG: copying build/lib/manila/share/drivers/dell_emc/common/enas/connector.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/common/enas DEBUG: copying build/lib/manila/share/drivers/dell_emc/common/enas/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/common/enas DEBUG: copying build/lib/manila/share/drivers/dell_emc/common/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc/common DEBUG: copying build/lib/manila/share/drivers/dell_emc/plugin_manager.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc DEBUG: copying build/lib/manila/share/drivers/dell_emc/driver.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc DEBUG: copying build/lib/manila/share/drivers/dell_emc/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/dell_emc DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/container DEBUG: copying build/lib/manila/share/drivers/container/storage_helper.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/container DEBUG: copying build/lib/manila/share/drivers/container/security_service_helper.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/container DEBUG: copying build/lib/manila/share/drivers/container/protocol_helper.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/container DEBUG: copying build/lib/manila/share/drivers/container/driver.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/container DEBUG: copying build/lib/manila/share/drivers/container/container_helper.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/container DEBUG: copying build/lib/manila/share/drivers/container/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/container DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/cephfs DEBUG: creating build/bdist.linux-x86_64/wheel/manila/share/drivers/cephfs/conf DEBUG: copying build/lib/manila/share/drivers/cephfs/conf/cephfs-export-template.conf -> build/bdist.linux-x86_64/wheel/manila/share/drivers/cephfs/conf DEBUG: copying build/lib/manila/share/drivers/cephfs/driver.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/cephfs DEBUG: copying build/lib/manila/share/drivers/cephfs/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers/cephfs DEBUG: copying build/lib/manila/share/drivers/service_instance.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers DEBUG: copying build/lib/manila/share/drivers/lvm.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers DEBUG: copying build/lib/manila/share/drivers/helpers.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers DEBUG: copying build/lib/manila/share/drivers/generic.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers DEBUG: copying build/lib/manila/share/drivers/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share/drivers DEBUG: copying build/lib/manila/share/utils.py -> build/bdist.linux-x86_64/wheel/manila/share DEBUG: copying build/lib/manila/share/snapshot_access.py -> build/bdist.linux-x86_64/wheel/manila/share DEBUG: copying build/lib/manila/share/share_types.py -> build/bdist.linux-x86_64/wheel/manila/share DEBUG: copying build/lib/manila/share/rpcapi.py -> build/bdist.linux-x86_64/wheel/manila/share DEBUG: copying build/lib/manila/share/migration.py -> build/bdist.linux-x86_64/wheel/manila/share DEBUG: copying build/lib/manila/share/manager.py -> build/bdist.linux-x86_64/wheel/manila/share DEBUG: copying build/lib/manila/share/hook.py -> build/bdist.linux-x86_64/wheel/manila/share DEBUG: copying build/lib/manila/share/drivers_private_data.py -> build/bdist.linux-x86_64/wheel/manila/share DEBUG: copying build/lib/manila/share/driver.py -> build/bdist.linux-x86_64/wheel/manila/share DEBUG: copying build/lib/manila/share/configuration.py -> build/bdist.linux-x86_64/wheel/manila/share DEBUG: copying build/lib/manila/share/api.py -> build/bdist.linux-x86_64/wheel/manila/share DEBUG: copying build/lib/manila/share/access.py -> build/bdist.linux-x86_64/wheel/manila/share DEBUG: copying build/lib/manila/share/__init__.py -> build/bdist.linux-x86_64/wheel/manila/share DEBUG: creating build/bdist.linux-x86_64/wheel/manila/services DEBUG: copying build/lib/manila/services/api.py -> build/bdist.linux-x86_64/wheel/manila/services DEBUG: copying build/lib/manila/services/__init__.py -> build/bdist.linux-x86_64/wheel/manila/services DEBUG: creating build/bdist.linux-x86_64/wheel/manila/scheduler DEBUG: creating build/bdist.linux-x86_64/wheel/manila/scheduler/weighers DEBUG: copying build/lib/manila/scheduler/weighers/pool.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/weighers DEBUG: copying build/lib/manila/scheduler/weighers/netapp_aiq.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/weighers DEBUG: copying build/lib/manila/scheduler/weighers/host_affinity.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/weighers DEBUG: copying build/lib/manila/scheduler/weighers/goodness.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/weighers DEBUG: copying build/lib/manila/scheduler/weighers/capacity.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/weighers DEBUG: copying build/lib/manila/scheduler/weighers/base_host.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/weighers DEBUG: copying build/lib/manila/scheduler/weighers/base.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/weighers DEBUG: copying build/lib/manila/scheduler/weighers/__init__.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/weighers DEBUG: creating build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: creating build/bdist.linux-x86_64/wheel/manila/scheduler/filters/share_group_filters DEBUG: copying build/lib/manila/scheduler/filters/share_group_filters/consistent_snapshot.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters/share_group_filters DEBUG: copying build/lib/manila/scheduler/filters/share_group_filters/__init__.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters/share_group_filters DEBUG: copying build/lib/manila/scheduler/filters/share_replication.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/retry.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/json.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/ignore_attempted_hosts.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/host.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/extra_specs_ops.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/driver.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/create_from_snapshot.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/capacity.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/capabilities.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/base_host.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/base.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/availability_zone.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/affinity.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: copying build/lib/manila/scheduler/filters/__init__.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/filters DEBUG: creating build/bdist.linux-x86_64/wheel/manila/scheduler/evaluator DEBUG: copying build/lib/manila/scheduler/evaluator/evaluator.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/evaluator DEBUG: copying build/lib/manila/scheduler/evaluator/__init__.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/evaluator DEBUG: creating build/bdist.linux-x86_64/wheel/manila/scheduler/drivers DEBUG: copying build/lib/manila/scheduler/drivers/simple.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/drivers DEBUG: copying build/lib/manila/scheduler/drivers/filter.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/drivers DEBUG: copying build/lib/manila/scheduler/drivers/chance.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/drivers DEBUG: copying build/lib/manila/scheduler/drivers/base.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/drivers DEBUG: copying build/lib/manila/scheduler/drivers/__init__.py -> build/bdist.linux-x86_64/wheel/manila/scheduler/drivers DEBUG: copying build/lib/manila/scheduler/utils.py -> build/bdist.linux-x86_64/wheel/manila/scheduler DEBUG: copying build/lib/manila/scheduler/scheduler_options.py -> build/bdist.linux-x86_64/wheel/manila/scheduler DEBUG: copying build/lib/manila/scheduler/rpcapi.py -> build/bdist.linux-x86_64/wheel/manila/scheduler DEBUG: copying build/lib/manila/scheduler/manager.py -> build/bdist.linux-x86_64/wheel/manila/scheduler DEBUG: copying build/lib/manila/scheduler/host_manager.py -> build/bdist.linux-x86_64/wheel/manila/scheduler DEBUG: copying build/lib/manila/scheduler/base_handler.py -> build/bdist.linux-x86_64/wheel/manila/scheduler DEBUG: copying build/lib/manila/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/manila/scheduler DEBUG: creating build/bdist.linux-x86_64/wheel/manila/privsep DEBUG: copying build/lib/manila/privsep/os.py -> build/bdist.linux-x86_64/wheel/manila/privsep DEBUG: copying build/lib/manila/privsep/lvm.py -> build/bdist.linux-x86_64/wheel/manila/privsep DEBUG: copying build/lib/manila/privsep/filesystem.py -> build/bdist.linux-x86_64/wheel/manila/privsep DEBUG: copying build/lib/manila/privsep/common.py -> build/bdist.linux-x86_64/wheel/manila/privsep DEBUG: copying build/lib/manila/privsep/__init__.py -> build/bdist.linux-x86_64/wheel/manila/privsep DEBUG: creating build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/shares.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_types_extra_spec.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_type.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_transfer.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_snapshot_instance_export_location.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_snapshot_instance.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_snapshot_export_location.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_snapshot.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_server.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_replica_export_location.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_replica.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_network_subnet.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_network.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_instance_export_location.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_instance.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_group_types_spec.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_group_type.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_group_snapshot.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_group.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_export_location.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_backup.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_access_metadata.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/share_access.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/service.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/security_service.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/scheduler_stats.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/resource_lock.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/quota_set.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/quota_class_set.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/message.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/base.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/availability_zone.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: copying build/lib/manila/policies/__init__.py -> build/bdist.linux-x86_64/wheel/manila/policies DEBUG: creating build/bdist.linux-x86_64/wheel/manila/network DEBUG: creating build/bdist.linux-x86_64/wheel/manila/network/neutron DEBUG: copying build/lib/manila/network/neutron/neutron_network_plugin.py -> build/bdist.linux-x86_64/wheel/manila/network/neutron DEBUG: copying build/lib/manila/network/neutron/constants.py -> build/bdist.linux-x86_64/wheel/manila/network/neutron DEBUG: copying build/lib/manila/network/neutron/api.py -> build/bdist.linux-x86_64/wheel/manila/network/neutron DEBUG: copying build/lib/manila/network/neutron/__init__.py -> build/bdist.linux-x86_64/wheel/manila/network/neutron DEBUG: creating build/bdist.linux-x86_64/wheel/manila/network/linux DEBUG: copying build/lib/manila/network/linux/ovs_lib.py -> build/bdist.linux-x86_64/wheel/manila/network/linux DEBUG: copying build/lib/manila/network/linux/ip_lib.py -> build/bdist.linux-x86_64/wheel/manila/network/linux DEBUG: copying build/lib/manila/network/linux/interface.py -> build/bdist.linux-x86_64/wheel/manila/network/linux DEBUG: copying build/lib/manila/network/linux/__init__.py -> build/bdist.linux-x86_64/wheel/manila/network/linux DEBUG: copying build/lib/manila/network/standalone_network_plugin.py -> build/bdist.linux-x86_64/wheel/manila/network DEBUG: copying build/lib/manila/network/__init__.py -> build/bdist.linux-x86_64/wheel/manila/network DEBUG: creating build/bdist.linux-x86_64/wheel/manila/message DEBUG: copying build/lib/manila/message/message_levels.py -> build/bdist.linux-x86_64/wheel/manila/message DEBUG: copying build/lib/manila/message/message_field.py -> build/bdist.linux-x86_64/wheel/manila/message DEBUG: copying build/lib/manila/message/api.py -> build/bdist.linux-x86_64/wheel/manila/message DEBUG: copying build/lib/manila/message/__init__.py -> build/bdist.linux-x86_64/wheel/manila/message DEBUG: creating build/bdist.linux-x86_64/wheel/manila/lock DEBUG: copying build/lib/manila/lock/api.py -> build/bdist.linux-x86_64/wheel/manila/lock DEBUG: copying build/lib/manila/lock/__init__.py -> build/bdist.linux-x86_64/wheel/manila/lock DEBUG: creating build/bdist.linux-x86_64/wheel/manila/keymgr DEBUG: copying build/lib/manila/keymgr/barbican.py -> build/bdist.linux-x86_64/wheel/manila/keymgr DEBUG: copying build/lib/manila/keymgr/__init__.py -> build/bdist.linux-x86_64/wheel/manila/keymgr DEBUG: creating build/bdist.linux-x86_64/wheel/manila/image DEBUG: copying build/lib/manila/image/glance.py -> build/bdist.linux-x86_64/wheel/manila/image DEBUG: copying build/lib/manila/image/__init__.py -> build/bdist.linux-x86_64/wheel/manila/image DEBUG: creating build/bdist.linux-x86_64/wheel/manila/db DEBUG: creating build/bdist.linux-x86_64/wheel/manila/db/sqlalchemy DEBUG: copying build/lib/manila/db/sqlalchemy/utils.py -> build/bdist.linux-x86_64/wheel/manila/db/sqlalchemy DEBUG: copying build/lib/manila/db/sqlalchemy/query.py -> build/bdist.linux-x86_64/wheel/manila/db/sqlalchemy DEBUG: copying build/lib/manila/db/sqlalchemy/models.py -> build/bdist.linux-x86_64/wheel/manila/db/sqlalchemy DEBUG: copying build/lib/manila/db/sqlalchemy/api.py -> build/bdist.linux-x86_64/wheel/manila/db/sqlalchemy DEBUG: copying build/lib/manila/db/sqlalchemy/__init__.py -> build/bdist.linux-x86_64/wheel/manila/db/sqlalchemy DEBUG: creating build/bdist.linux-x86_64/wheel/manila/db/migrations DEBUG: creating build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic DEBUG: creating build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/fdfb668d19e1_add_gateway_to_network_allocations_table.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/fbdfabcba377_change_the_mysql_datetime_precision.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/ef0c02b4366_add_share_type_projects.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/eb6d5544cbbd_add_provider_location_to_share_snapshot_instances.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/e9f79621d83f_add_cast_rules_to_readonly_to_share_instances.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/e975ea83b712_add_share_server_encryption.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/e8ea58723178_remove_host_from_driver_private_data.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/e6d88547b381_add_progress_field_to_share_instance.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/e1949a93157a_add_share_group_types_table.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/dda6de06349_add_export_locations_metadata.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/d5db24264f5c_add_consistent_snapshot_support_attr_to_share_group_model.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/cdefa6287df8_add_ensuring_field_to_services.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/cb20f743ca7b_add_resource_locks.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/c476aeb186ec_add_default_ad_site_to_security_service.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/bb5938d74b73_add_snapshot_metadata_table.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/b516de97bfee_add_quota_per_share_type_model.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/b10fb432c042_squash_share_group_snapshot_members_and_share_snapshot_instance_models.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/aebe2a413e13_add_state_column_for_service.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/ac0620cbe74d_add_share_network_subnet_metadata.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/a87e0fb17dee_multiple_share_server_subnets.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/a77e2ad5012d_add_share_snapshot_access.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/9afbe2df4945_add_backup.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/99d328f0a3d2_add_disable_reason_to_service.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/95e3cf760840_remove_nova_net_id_column_from_share_.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/927920b37453_add_provider_location_for_share_group_snapshot_members_model.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/87ce15c59bbe_add_revert_to_snapshot_support.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/829a09b0ddd4_fix_project_share_type_quotas_unique_constraint.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/805685098bd2_add_share_network_subnets_table_and_modify_share_servers_table.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/7d142971c4ef_add_reservation_expire_index.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/6a3fd2984bc31_add_is_auto_deletable_and_identifier_fields_for_share_servers.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/63809d875e32_add_access_key.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/5aa813ae673d_add_task_state_field_for_share_servers.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/59eb64046740_add_required_extra_spec.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/579c267fbb4d_add_share_instances_access_map.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/56cdbe267881_add_share_export_locations_table.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/55761e5f59c5_add_snapshot_support_extra_spec_to_share_types.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/54667b9cade7_restore_share_instance_access_map_state.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/533646c7af38_remove_unused_attr_status.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/5237b6625330_add_availability_zone_id_field_to_share_groups.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/5155c7077f99_add_more_network_info_attributes_to_network_allocations_table.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/5077ffcc5f1c_add_share_instances.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/4ee2cf4be19a_remove_share_snapshots_export_location.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/4a482571410f_add_backends_info_table.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/493eaffd79e1_add_mtu_network_allocations_share_networks.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/48a7beae3117_move_share_type_id_to_instances.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/478c445d8d3e_add_security_service_update_control_fields.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/40d1f2374e89_add_mount_point_name_to_share_instances.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/3e7d62517afa_add_create_share_from_snapshot_support.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/3db9992c30f3_transform_statuses_to_lowercase.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/3a482171410f_add_drivers_private_data_table.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/38e632621e5a_change_volume_type_to_share_type.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/3651e16d7c43_add_consistency_groups.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/344c1ac4747f_add_share_instance_access_rules_status.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/323840a08dc4_add_shares_task_state.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/30cb96d995fa_add_is_public_column_for_share.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/2f27d904214c_add_backup_type_column.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/2d708a9a3ba9_backup_change_az_to_az_id.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/293fac1130ca_add_replication_attrs.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/27cb96d991fa_add_description_for_share_type.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/238720805ce1_add_messages_table.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/221a83cfd85b_change_user_project_id_length.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/211836bf835c_add_access_level.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/1f0bd302c1a6_add_availability_zones_table.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/1e2d600bf972_add_transfers.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/1946cb97bb8d_add_is_soft_deleted_and_scheduled_to_be_deleted_at_to_shares_table.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/17115072e1c3_add_nova_net_id_column_to_share_networks.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/162a3e673105_manila_init.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/11ee96se625f3_add_metadata_for_access.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/0d8c8f6d54a4_modify_share_servers_table.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/0c23aec99b74_add_per_share_gigabytes_quota_class.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/097fad24d2fc_add_share_instances_share_id_index.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/03da71c0e321_convert_cgs_to_share_groups.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/versions/0274d20c560f_add_ou_to_security_service.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic/versions DEBUG: copying build/lib/manila/db/migrations/alembic/script.py.mako -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic DEBUG: copying build/lib/manila/db/migrations/alembic/migration.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic DEBUG: copying build/lib/manila/db/migrations/alembic/env.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic DEBUG: copying build/lib/manila/db/migrations/alembic/__init__.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations/alembic DEBUG: copying build/lib/manila/db/migrations/utils.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations DEBUG: copying build/lib/manila/db/migrations/alembic.ini -> build/bdist.linux-x86_64/wheel/manila/db/migrations DEBUG: copying build/lib/manila/db/migrations/__init__.py -> build/bdist.linux-x86_64/wheel/manila/db/migrations DEBUG: copying build/lib/manila/db/migration.py -> build/bdist.linux-x86_64/wheel/manila/db DEBUG: copying build/lib/manila/db/base.py -> build/bdist.linux-x86_64/wheel/manila/db DEBUG: copying build/lib/manila/db/api.py -> build/bdist.linux-x86_64/wheel/manila/db DEBUG: copying build/lib/manila/db/__init__.py -> build/bdist.linux-x86_64/wheel/manila/db DEBUG: creating build/bdist.linux-x86_64/wheel/manila/data DEBUG: creating build/bdist.linux-x86_64/wheel/manila/data/drivers DEBUG: copying build/lib/manila/data/drivers/nfs.py -> build/bdist.linux-x86_64/wheel/manila/data/drivers DEBUG: copying build/lib/manila/data/drivers/__init__.py -> build/bdist.linux-x86_64/wheel/manila/data/drivers DEBUG: copying build/lib/manila/data/utils.py -> build/bdist.linux-x86_64/wheel/manila/data DEBUG: copying build/lib/manila/data/rpcapi.py -> build/bdist.linux-x86_64/wheel/manila/data DEBUG: copying build/lib/manila/data/manager.py -> build/bdist.linux-x86_64/wheel/manila/data DEBUG: copying build/lib/manila/data/helper.py -> build/bdist.linux-x86_64/wheel/manila/data DEBUG: copying build/lib/manila/data/backup_driver.py -> build/bdist.linux-x86_64/wheel/manila/data DEBUG: copying build/lib/manila/data/__init__.py -> build/bdist.linux-x86_64/wheel/manila/data DEBUG: creating build/bdist.linux-x86_64/wheel/manila/compute DEBUG: copying build/lib/manila/compute/nova.py -> build/bdist.linux-x86_64/wheel/manila/compute DEBUG: copying build/lib/manila/compute/__init__.py -> build/bdist.linux-x86_64/wheel/manila/compute DEBUG: creating build/bdist.linux-x86_64/wheel/manila/common DEBUG: copying build/lib/manila/common/constants.py -> build/bdist.linux-x86_64/wheel/manila/common DEBUG: copying build/lib/manila/common/config.py -> build/bdist.linux-x86_64/wheel/manila/common DEBUG: copying build/lib/manila/common/client_auth.py -> build/bdist.linux-x86_64/wheel/manila/common DEBUG: copying build/lib/manila/common/__init__.py -> build/bdist.linux-x86_64/wheel/manila/common DEBUG: creating build/bdist.linux-x86_64/wheel/manila/cmd DEBUG: copying build/lib/manila/cmd/status.py -> build/bdist.linux-x86_64/wheel/manila/cmd DEBUG: copying build/lib/manila/cmd/share.py -> build/bdist.linux-x86_64/wheel/manila/cmd DEBUG: copying build/lib/manila/cmd/scheduler.py -> build/bdist.linux-x86_64/wheel/manila/cmd DEBUG: copying build/lib/manila/cmd/manage.py -> build/bdist.linux-x86_64/wheel/manila/cmd DEBUG: copying build/lib/manila/cmd/data.py -> build/bdist.linux-x86_64/wheel/manila/cmd DEBUG: copying build/lib/manila/cmd/api.py -> build/bdist.linux-x86_64/wheel/manila/cmd DEBUG: copying build/lib/manila/cmd/__init__.py -> build/bdist.linux-x86_64/wheel/manila/cmd DEBUG: creating build/bdist.linux-x86_64/wheel/manila/api DEBUG: creating build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/versions.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/types.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/transfers.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/shares.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_snapshots.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_snapshot_instances.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_snapshot_export_locations.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_servers.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_server_migration.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_replicas.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_networks.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_network_subnets.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_migration.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_instance.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_groups.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_group_types.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_group_snapshots.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_backups.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/share_accesses.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/services.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/security_service.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/scheduler_stats.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/resource_locks.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/quota_sets.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/quota_class_sets.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/messages.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/limits.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/export_locations.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/availability_zones.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: copying build/lib/manila/api/views/__init__.py -> build/bdist.linux-x86_64/wheel/manila/api/views DEBUG: creating build/bdist.linux-x86_64/wheel/manila/api/validation DEBUG: copying build/lib/manila/api/validation/validators.py -> build/bdist.linux-x86_64/wheel/manila/api/validation DEBUG: copying build/lib/manila/api/validation/response_types.py -> build/bdist.linux-x86_64/wheel/manila/api/validation DEBUG: copying build/lib/manila/api/validation/parameters.yaml -> build/bdist.linux-x86_64/wheel/manila/api/validation DEBUG: copying build/lib/manila/api/validation/parameter_types.py -> build/bdist.linux-x86_64/wheel/manila/api/validation DEBUG: copying build/lib/manila/api/validation/helpers.py -> build/bdist.linux-x86_64/wheel/manila/api/validation DEBUG: copying build/lib/manila/api/validation/__init__.py -> build/bdist.linux-x86_64/wheel/manila/api/validation DEBUG: creating build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/shares.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_types.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_transfer.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_snapshots.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_snapshot_instances.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_snapshot_instance_export_locations.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_snapshot_export_locations.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_servers.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_replicas.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_replica_export_locations.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_networks.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_network_subnets.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_instances.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_instance_export_locations.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_groups.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_group_types.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_group_type_specs.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_group_snapshots.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_export_locations.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_backups.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_accesses.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/share_access_metadata.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/services.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/router.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/resource_locks.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/quota_sets.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/quota_class_sets.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/metadata.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/messages.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/availability_zones.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: copying build/lib/manila/api/v2/__init__.py -> build/bdist.linux-x86_64/wheel/manila/api/v2 DEBUG: creating build/bdist.linux-x86_64/wheel/manila/api/v1 DEBUG: copying build/lib/manila/api/v1/shares.py -> build/bdist.linux-x86_64/wheel/manila/api/v1 DEBUG: copying build/lib/manila/api/v1/share_unmanage.py -> build/bdist.linux-x86_64/wheel/manila/api/v1 DEBUG: copying build/lib/manila/api/v1/share_types_extra_specs.py -> build/bdist.linux-x86_64/wheel/manila/api/v1 DEBUG: copying build/lib/manila/api/v1/share_snapshots.py -> build/bdist.linux-x86_64/wheel/manila/api/v1 DEBUG: copying build/lib/manila/api/v1/share_servers.py -> build/bdist.linux-x86_64/wheel/manila/api/v1 DEBUG: copying build/lib/manila/api/v1/share_metadata.py -> build/bdist.linux-x86_64/wheel/manila/api/v1 DEBUG: copying build/lib/manila/api/v1/share_manage.py -> build/bdist.linux-x86_64/wheel/manila/api/v1 DEBUG: copying build/lib/manila/api/v1/security_service.py -> build/bdist.linux-x86_64/wheel/manila/api/v1 DEBUG: copying build/lib/manila/api/v1/scheduler_stats.py -> build/bdist.linux-x86_64/wheel/manila/api/v1 DEBUG: copying build/lib/manila/api/v1/router.py -> build/bdist.linux-x86_64/wheel/manila/api/v1 DEBUG: copying build/lib/manila/api/v1/limits.py -> build/bdist.linux-x86_64/wheel/manila/api/v1 DEBUG: copying build/lib/manila/api/v1/__init__.py -> build/bdist.linux-x86_64/wheel/manila/api/v1 DEBUG: creating build/bdist.linux-x86_64/wheel/manila/api/schemas DEBUG: copying build/lib/manila/api/schemas/share_export_locations.py -> build/bdist.linux-x86_64/wheel/manila/api/schemas DEBUG: copying build/lib/manila/api/schemas/resource_locks.py -> build/bdist.linux-x86_64/wheel/manila/api/schemas DEBUG: copying build/lib/manila/api/schemas/messages.py -> build/bdist.linux-x86_64/wheel/manila/api/schemas DEBUG: copying build/lib/manila/api/schemas/availability_zones.py -> build/bdist.linux-x86_64/wheel/manila/api/schemas DEBUG: copying build/lib/manila/api/schemas/__init__.py -> build/bdist.linux-x86_64/wheel/manila/api/schemas DEBUG: creating build/bdist.linux-x86_64/wheel/manila/api/openstack DEBUG: copying build/lib/manila/api/openstack/wsgi.py -> build/bdist.linux-x86_64/wheel/manila/api/openstack DEBUG: copying build/lib/manila/api/openstack/versioned_method.py -> build/bdist.linux-x86_64/wheel/manila/api/openstack DEBUG: copying build/lib/manila/api/openstack/urlmap.py -> build/bdist.linux-x86_64/wheel/manila/api/openstack DEBUG: copying build/lib/manila/api/openstack/rest_api_version_history.rst -> build/bdist.linux-x86_64/wheel/manila/api/openstack DEBUG: copying build/lib/manila/api/openstack/api_version_request.py -> build/bdist.linux-x86_64/wheel/manila/api/openstack DEBUG: copying build/lib/manila/api/openstack/__init__.py -> build/bdist.linux-x86_64/wheel/manila/api/openstack DEBUG: creating build/bdist.linux-x86_64/wheel/manila/api/middleware DEBUG: copying build/lib/manila/api/middleware/fault.py -> build/bdist.linux-x86_64/wheel/manila/api/middleware DEBUG: copying build/lib/manila/api/middleware/auth.py -> build/bdist.linux-x86_64/wheel/manila/api/middleware DEBUG: copying build/lib/manila/api/middleware/__init__.py -> build/bdist.linux-x86_64/wheel/manila/api/middleware DEBUG: creating build/bdist.linux-x86_64/wheel/manila/api/contrib DEBUG: copying build/lib/manila/api/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/manila/api/contrib DEBUG: copying build/lib/manila/api/versions.py -> build/bdist.linux-x86_64/wheel/manila/api DEBUG: copying build/lib/manila/api/urlmap.py -> build/bdist.linux-x86_64/wheel/manila/api DEBUG: copying build/lib/manila/api/extensions.py -> build/bdist.linux-x86_64/wheel/manila/api DEBUG: copying build/lib/manila/api/common.py -> build/bdist.linux-x86_64/wheel/manila/api DEBUG: copying build/lib/manila/api/__init__.py -> build/bdist.linux-x86_64/wheel/manila/api DEBUG: copying build/lib/manila/version.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/utils.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/test.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/ssh_utils.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/service.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/rpc.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/quota.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/policy.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/opts.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/manager.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/i18n.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/exception.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/coordination.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/context.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: copying build/lib/manila/__init__.py -> build/bdist.linux-x86_64/wheel/manila DEBUG: running install_data DEBUG: creating build/bdist.linux-x86_64/wheel/manila-21.1.0.dev33.data DEBUG: creating build/bdist.linux-x86_64/wheel/manila-21.1.0.dev33.data/data DEBUG: creating build/bdist.linux-x86_64/wheel/manila-21.1.0.dev33.data/data/etc DEBUG: creating build/bdist.linux-x86_64/wheel/manila-21.1.0.dev33.data/data/etc/manila DEBUG: copying etc/manila/api-paste.ini -> build/bdist.linux-x86_64/wheel/manila-21.1.0.dev33.data/data/etc/manila DEBUG: copying etc/manila/rootwrap.conf -> build/bdist.linux-x86_64/wheel/manila-21.1.0.dev33.data/data/etc/manila DEBUG: creating build/bdist.linux-x86_64/wheel/manila-21.1.0.dev33.data/data/etc/manila/rootwrap.d DEBUG: copying etc/manila/rootwrap.d/share.filters -> build/bdist.linux-x86_64/wheel/manila-21.1.0.dev33.data/data/etc/manila/rootwrap.d DEBUG: running install_egg_info DEBUG: Copying manila.egg-info to build/bdist.linux-x86_64/wheel/manila-21.1.0.dev33-py3.12.egg-info DEBUG: running install_scripts DEBUG: creating build/bdist.linux-x86_64/wheel/manila-21.1.0.dev33.dist-info/WHEEL DEBUG: creating '/builddir/build/BUILD/manila-21.1.0.dev33/.pyproject-builddir/pip-wheel-1vzt9nel/.tmp-8_jb1o9u/manila-21.1.0.dev33-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it DEBUG: adding 'manila/__init__.py' DEBUG: adding 'manila/context.py' DEBUG: adding 'manila/coordination.py' DEBUG: adding 'manila/exception.py' DEBUG: adding 'manila/i18n.py' DEBUG: adding 'manila/manager.py' DEBUG: adding 'manila/opts.py' DEBUG: adding 'manila/policy.py' DEBUG: adding 'manila/quota.py' DEBUG: adding 'manila/rpc.py' DEBUG: adding 'manila/service.py' DEBUG: adding 'manila/ssh_utils.py' DEBUG: adding 'manila/test.py' DEBUG: adding 'manila/utils.py' DEBUG: adding 'manila/version.py' DEBUG: adding 'manila/api/__init__.py' DEBUG: adding 'manila/api/common.py' DEBUG: adding 'manila/api/extensions.py' DEBUG: adding 'manila/api/urlmap.py' DEBUG: adding 'manila/api/versions.py' DEBUG: adding 'manila/api/contrib/__init__.py' DEBUG: adding 'manila/api/middleware/__init__.py' DEBUG: adding 'manila/api/middleware/auth.py' DEBUG: adding 'manila/api/middleware/fault.py' DEBUG: adding 'manila/api/openstack/__init__.py' DEBUG: adding 'manila/api/openstack/api_version_request.py' DEBUG: adding 'manila/api/openstack/rest_api_version_history.rst' DEBUG: adding 'manila/api/openstack/urlmap.py' DEBUG: adding 'manila/api/openstack/versioned_method.py' DEBUG: adding 'manila/api/openstack/wsgi.py' DEBUG: adding 'manila/api/schemas/__init__.py' DEBUG: adding 'manila/api/schemas/availability_zones.py' DEBUG: adding 'manila/api/schemas/messages.py' DEBUG: adding 'manila/api/schemas/resource_locks.py' DEBUG: adding 'manila/api/schemas/share_export_locations.py' DEBUG: adding 'manila/api/v1/__init__.py' DEBUG: adding 'manila/api/v1/limits.py' DEBUG: adding 'manila/api/v1/router.py' DEBUG: adding 'manila/api/v1/scheduler_stats.py' DEBUG: adding 'manila/api/v1/security_service.py' DEBUG: adding 'manila/api/v1/share_manage.py' DEBUG: adding 'manila/api/v1/share_metadata.py' DEBUG: adding 'manila/api/v1/share_servers.py' DEBUG: adding 'manila/api/v1/share_snapshots.py' DEBUG: adding 'manila/api/v1/share_types_extra_specs.py' DEBUG: adding 'manila/api/v1/share_unmanage.py' DEBUG: adding 'manila/api/v1/shares.py' DEBUG: adding 'manila/api/v2/__init__.py' DEBUG: adding 'manila/api/v2/availability_zones.py' DEBUG: adding 'manila/api/v2/messages.py' DEBUG: adding 'manila/api/v2/metadata.py' DEBUG: adding 'manila/api/v2/quota_class_sets.py' DEBUG: adding 'manila/api/v2/quota_sets.py' DEBUG: adding 'manila/api/v2/resource_locks.py' DEBUG: adding 'manila/api/v2/router.py' DEBUG: adding 'manila/api/v2/services.py' DEBUG: adding 'manila/api/v2/share_access_metadata.py' DEBUG: adding 'manila/api/v2/share_accesses.py' DEBUG: adding 'manila/api/v2/share_backups.py' DEBUG: adding 'manila/api/v2/share_export_locations.py' DEBUG: adding 'manila/api/v2/share_group_snapshots.py' DEBUG: adding 'manila/api/v2/share_group_type_specs.py' DEBUG: adding 'manila/api/v2/share_group_types.py' DEBUG: adding 'manila/api/v2/share_groups.py' DEBUG: adding 'manila/api/v2/share_instance_export_locations.py' DEBUG: adding 'manila/api/v2/share_instances.py' DEBUG: adding 'manila/api/v2/share_network_subnets.py' DEBUG: adding 'manila/api/v2/share_networks.py' DEBUG: adding 'manila/api/v2/share_replica_export_locations.py' DEBUG: adding 'manila/api/v2/share_replicas.py' DEBUG: adding 'manila/api/v2/share_servers.py' DEBUG: adding 'manila/api/v2/share_snapshot_export_locations.py' DEBUG: adding 'manila/api/v2/share_snapshot_instance_export_locations.py' DEBUG: adding 'manila/api/v2/share_snapshot_instances.py' DEBUG: adding 'manila/api/v2/share_snapshots.py' DEBUG: adding 'manila/api/v2/share_transfer.py' DEBUG: adding 'manila/api/v2/share_types.py' DEBUG: adding 'manila/api/v2/shares.py' DEBUG: adding 'manila/api/validation/__init__.py' DEBUG: adding 'manila/api/validation/helpers.py' DEBUG: adding 'manila/api/validation/parameter_types.py' DEBUG: adding 'manila/api/validation/parameters.yaml' DEBUG: adding 'manila/api/validation/response_types.py' DEBUG: adding 'manila/api/validation/validators.py' DEBUG: adding 'manila/api/views/__init__.py' DEBUG: adding 'manila/api/views/availability_zones.py' DEBUG: adding 'manila/api/views/export_locations.py' DEBUG: adding 'manila/api/views/limits.py' DEBUG: adding 'manila/api/views/messages.py' DEBUG: adding 'manila/api/views/quota_class_sets.py' DEBUG: adding 'manila/api/views/quota_sets.py' DEBUG: adding 'manila/api/views/resource_locks.py' DEBUG: adding 'manila/api/views/scheduler_stats.py' DEBUG: adding 'manila/api/views/security_service.py' DEBUG: adding 'manila/api/views/services.py' DEBUG: adding 'manila/api/views/share_accesses.py' DEBUG: adding 'manila/api/views/share_backups.py' DEBUG: adding 'manila/api/views/share_group_snapshots.py' DEBUG: adding 'manila/api/views/share_group_types.py' DEBUG: adding 'manila/api/views/share_groups.py' DEBUG: adding 'manila/api/views/share_instance.py' DEBUG: adding 'manila/api/views/share_migration.py' DEBUG: adding 'manila/api/views/share_network_subnets.py' DEBUG: adding 'manila/api/views/share_networks.py' DEBUG: adding 'manila/api/views/share_replicas.py' DEBUG: adding 'manila/api/views/share_server_migration.py' DEBUG: adding 'manila/api/views/share_servers.py' DEBUG: adding 'manila/api/views/share_snapshot_export_locations.py' DEBUG: adding 'manila/api/views/share_snapshot_instances.py' DEBUG: adding 'manila/api/views/share_snapshots.py' DEBUG: adding 'manila/api/views/shares.py' DEBUG: adding 'manila/api/views/transfers.py' DEBUG: adding 'manila/api/views/types.py' DEBUG: adding 'manila/api/views/versions.py' DEBUG: adding 'manila/cmd/__init__.py' DEBUG: adding 'manila/cmd/api.py' DEBUG: adding 'manila/cmd/data.py' DEBUG: adding 'manila/cmd/manage.py' DEBUG: adding 'manila/cmd/scheduler.py' DEBUG: adding 'manila/cmd/share.py' DEBUG: adding 'manila/cmd/status.py' DEBUG: adding 'manila/common/__init__.py' DEBUG: adding 'manila/common/client_auth.py' DEBUG: adding 'manila/common/config.py' DEBUG: adding 'manila/common/constants.py' DEBUG: adding 'manila/compute/__init__.py' DEBUG: adding 'manila/compute/nova.py' DEBUG: adding 'manila/data/__init__.py' DEBUG: adding 'manila/data/backup_driver.py' DEBUG: adding 'manila/data/helper.py' DEBUG: adding 'manila/data/manager.py' DEBUG: adding 'manila/data/rpcapi.py' DEBUG: adding 'manila/data/utils.py' DEBUG: adding 'manila/data/drivers/__init__.py' DEBUG: adding 'manila/data/drivers/nfs.py' DEBUG: adding 'manila/db/__init__.py' DEBUG: adding 'manila/db/api.py' DEBUG: adding 'manila/db/base.py' DEBUG: adding 'manila/db/migration.py' DEBUG: adding 'manila/db/migrations/__init__.py' DEBUG: adding 'manila/db/migrations/alembic.ini' DEBUG: adding 'manila/db/migrations/utils.py' DEBUG: adding 'manila/db/migrations/alembic/__init__.py' DEBUG: adding 'manila/db/migrations/alembic/env.py' DEBUG: adding 'manila/db/migrations/alembic/migration.py' DEBUG: adding 'manila/db/migrations/alembic/script.py.mako' DEBUG: adding 'manila/db/migrations/alembic/versions/0274d20c560f_add_ou_to_security_service.py' DEBUG: adding 'manila/db/migrations/alembic/versions/03da71c0e321_convert_cgs_to_share_groups.py' DEBUG: adding 'manila/db/migrations/alembic/versions/097fad24d2fc_add_share_instances_share_id_index.py' DEBUG: adding 'manila/db/migrations/alembic/versions/0c23aec99b74_add_per_share_gigabytes_quota_class.py' DEBUG: adding 'manila/db/migrations/alembic/versions/0d8c8f6d54a4_modify_share_servers_table.py' DEBUG: adding 'manila/db/migrations/alembic/versions/11ee96se625f3_add_metadata_for_access.py' DEBUG: adding 'manila/db/migrations/alembic/versions/162a3e673105_manila_init.py' DEBUG: adding 'manila/db/migrations/alembic/versions/17115072e1c3_add_nova_net_id_column_to_share_networks.py' DEBUG: adding 'manila/db/migrations/alembic/versions/1946cb97bb8d_add_is_soft_deleted_and_scheduled_to_be_deleted_at_to_shares_table.py' DEBUG: adding 'manila/db/migrations/alembic/versions/1e2d600bf972_add_transfers.py' DEBUG: adding 'manila/db/migrations/alembic/versions/1f0bd302c1a6_add_availability_zones_table.py' DEBUG: adding 'manila/db/migrations/alembic/versions/211836bf835c_add_access_level.py' DEBUG: adding 'manila/db/migrations/alembic/versions/221a83cfd85b_change_user_project_id_length.py' DEBUG: adding 'manila/db/migrations/alembic/versions/238720805ce1_add_messages_table.py' DEBUG: adding 'manila/db/migrations/alembic/versions/27cb96d991fa_add_description_for_share_type.py' DEBUG: adding 'manila/db/migrations/alembic/versions/293fac1130ca_add_replication_attrs.py' DEBUG: adding 'manila/db/migrations/alembic/versions/2d708a9a3ba9_backup_change_az_to_az_id.py' DEBUG: adding 'manila/db/migrations/alembic/versions/2f27d904214c_add_backup_type_column.py' DEBUG: adding 'manila/db/migrations/alembic/versions/30cb96d995fa_add_is_public_column_for_share.py' DEBUG: adding 'manila/db/migrations/alembic/versions/323840a08dc4_add_shares_task_state.py' DEBUG: adding 'manila/db/migrations/alembic/versions/344c1ac4747f_add_share_instance_access_rules_status.py' DEBUG: adding 'manila/db/migrations/alembic/versions/3651e16d7c43_add_consistency_groups.py' DEBUG: adding 'manila/db/migrations/alembic/versions/38e632621e5a_change_volume_type_to_share_type.py' DEBUG: adding 'manila/db/migrations/alembic/versions/3a482171410f_add_drivers_private_data_table.py' DEBUG: adding 'manila/db/migrations/alembic/versions/3db9992c30f3_transform_statuses_to_lowercase.py' DEBUG: adding 'manila/db/migrations/alembic/versions/3e7d62517afa_add_create_share_from_snapshot_support.py' DEBUG: adding 'manila/db/migrations/alembic/versions/40d1f2374e89_add_mount_point_name_to_share_instances.py' DEBUG: adding 'manila/db/migrations/alembic/versions/478c445d8d3e_add_security_service_update_control_fields.py' DEBUG: adding 'manila/db/migrations/alembic/versions/48a7beae3117_move_share_type_id_to_instances.py' DEBUG: adding 'manila/db/migrations/alembic/versions/493eaffd79e1_add_mtu_network_allocations_share_networks.py' DEBUG: adding 'manila/db/migrations/alembic/versions/4a482571410f_add_backends_info_table.py' DEBUG: adding 'manila/db/migrations/alembic/versions/4ee2cf4be19a_remove_share_snapshots_export_location.py' DEBUG: adding 'manila/db/migrations/alembic/versions/5077ffcc5f1c_add_share_instances.py' DEBUG: adding 'manila/db/migrations/alembic/versions/5155c7077f99_add_more_network_info_attributes_to_network_allocations_table.py' DEBUG: adding 'manila/db/migrations/alembic/versions/5237b6625330_add_availability_zone_id_field_to_share_groups.py' DEBUG: adding 'manila/db/migrations/alembic/versions/533646c7af38_remove_unused_attr_status.py' DEBUG: adding 'manila/db/migrations/alembic/versions/54667b9cade7_restore_share_instance_access_map_state.py' DEBUG: adding 'manila/db/migrations/alembic/versions/55761e5f59c5_add_snapshot_support_extra_spec_to_share_types.py' DEBUG: adding 'manila/db/migrations/alembic/versions/56cdbe267881_add_share_export_locations_table.py' DEBUG: adding 'manila/db/migrations/alembic/versions/579c267fbb4d_add_share_instances_access_map.py' DEBUG: adding 'manila/db/migrations/alembic/versions/59eb64046740_add_required_extra_spec.py' DEBUG: adding 'manila/db/migrations/alembic/versions/5aa813ae673d_add_task_state_field_for_share_servers.py' DEBUG: adding 'manila/db/migrations/alembic/versions/63809d875e32_add_access_key.py' DEBUG: adding 'manila/db/migrations/alembic/versions/6a3fd2984bc31_add_is_auto_deletable_and_identifier_fields_for_share_servers.py' DEBUG: adding 'manila/db/migrations/alembic/versions/7d142971c4ef_add_reservation_expire_index.py' DEBUG: adding 'manila/db/migrations/alembic/versions/805685098bd2_add_share_network_subnets_table_and_modify_share_servers_table.py' DEBUG: adding 'manila/db/migrations/alembic/versions/829a09b0ddd4_fix_project_share_type_quotas_unique_constraint.py' DEBUG: adding 'manila/db/migrations/alembic/versions/87ce15c59bbe_add_revert_to_snapshot_support.py' DEBUG: adding 'manila/db/migrations/alembic/versions/927920b37453_add_provider_location_for_share_group_snapshot_members_model.py' DEBUG: adding 'manila/db/migrations/alembic/versions/95e3cf760840_remove_nova_net_id_column_from_share_.py' DEBUG: adding 'manila/db/migrations/alembic/versions/99d328f0a3d2_add_disable_reason_to_service.py' DEBUG: adding 'manila/db/migrations/alembic/versions/9afbe2df4945_add_backup.py' DEBUG: adding 'manila/db/migrations/alembic/versions/a77e2ad5012d_add_share_snapshot_access.py' DEBUG: adding 'manila/db/migrations/alembic/versions/a87e0fb17dee_multiple_share_server_subnets.py' DEBUG: adding 'manila/db/migrations/alembic/versions/ac0620cbe74d_add_share_network_subnet_metadata.py' DEBUG: adding 'manila/db/migrations/alembic/versions/aebe2a413e13_add_state_column_for_service.py' DEBUG: adding 'manila/db/migrations/alembic/versions/b10fb432c042_squash_share_group_snapshot_members_and_share_snapshot_instance_models.py' DEBUG: adding 'manila/db/migrations/alembic/versions/b516de97bfee_add_quota_per_share_type_model.py' DEBUG: adding 'manila/db/migrations/alembic/versions/bb5938d74b73_add_snapshot_metadata_table.py' DEBUG: adding 'manila/db/migrations/alembic/versions/c476aeb186ec_add_default_ad_site_to_security_service.py' DEBUG: adding 'manila/db/migrations/alembic/versions/cb20f743ca7b_add_resource_locks.py' DEBUG: adding 'manila/db/migrations/alembic/versions/cdefa6287df8_add_ensuring_field_to_services.py' DEBUG: adding 'manila/db/migrations/alembic/versions/d5db24264f5c_add_consistent_snapshot_support_attr_to_share_group_model.py' DEBUG: adding 'manila/db/migrations/alembic/versions/dda6de06349_add_export_locations_metadata.py' DEBUG: adding 'manila/db/migrations/alembic/versions/e1949a93157a_add_share_group_types_table.py' DEBUG: adding 'manila/db/migrations/alembic/versions/e6d88547b381_add_progress_field_to_share_instance.py' DEBUG: adding 'manila/db/migrations/alembic/versions/e8ea58723178_remove_host_from_driver_private_data.py' DEBUG: adding 'manila/db/migrations/alembic/versions/e975ea83b712_add_share_server_encryption.py' DEBUG: adding 'manila/db/migrations/alembic/versions/e9f79621d83f_add_cast_rules_to_readonly_to_share_instances.py' DEBUG: adding 'manila/db/migrations/alembic/versions/eb6d5544cbbd_add_provider_location_to_share_snapshot_instances.py' DEBUG: adding 'manila/db/migrations/alembic/versions/ef0c02b4366_add_share_type_projects.py' DEBUG: adding 'manila/db/migrations/alembic/versions/fbdfabcba377_change_the_mysql_datetime_precision.py' DEBUG: adding 'manila/db/migrations/alembic/versions/fdfb668d19e1_add_gateway_to_network_allocations_table.py' DEBUG: adding 'manila/db/sqlalchemy/__init__.py' DEBUG: adding 'manila/db/sqlalchemy/api.py' DEBUG: adding 'manila/db/sqlalchemy/models.py' DEBUG: adding 'manila/db/sqlalchemy/query.py' DEBUG: adding 'manila/db/sqlalchemy/utils.py' DEBUG: adding 'manila/image/__init__.py' DEBUG: adding 'manila/image/glance.py' DEBUG: adding 'manila/keymgr/__init__.py' DEBUG: adding 'manila/keymgr/barbican.py' DEBUG: adding 'manila/lock/__init__.py' DEBUG: adding 'manila/lock/api.py' DEBUG: adding 'manila/message/__init__.py' DEBUG: adding 'manila/message/api.py' DEBUG: adding 'manila/message/message_field.py' DEBUG: adding 'manila/message/message_levels.py' DEBUG: adding 'manila/network/__init__.py' DEBUG: adding 'manila/network/standalone_network_plugin.py' DEBUG: adding 'manila/network/linux/__init__.py' DEBUG: adding 'manila/network/linux/interface.py' DEBUG: adding 'manila/network/linux/ip_lib.py' DEBUG: adding 'manila/network/linux/ovs_lib.py' DEBUG: adding 'manila/network/neutron/__init__.py' DEBUG: adding 'manila/network/neutron/api.py' DEBUG: adding 'manila/network/neutron/constants.py' DEBUG: adding 'manila/network/neutron/neutron_network_plugin.py' DEBUG: adding 'manila/policies/__init__.py' DEBUG: adding 'manila/policies/availability_zone.py' DEBUG: adding 'manila/policies/base.py' DEBUG: adding 'manila/policies/message.py' DEBUG: adding 'manila/policies/quota_class_set.py' DEBUG: adding 'manila/policies/quota_set.py' DEBUG: adding 'manila/policies/resource_lock.py' DEBUG: adding 'manila/policies/scheduler_stats.py' DEBUG: adding 'manila/policies/security_service.py' DEBUG: adding 'manila/policies/service.py' DEBUG: adding 'manila/policies/share_access.py' DEBUG: adding 'manila/policies/share_access_metadata.py' DEBUG: adding 'manila/policies/share_backup.py' DEBUG: adding 'manila/policies/share_export_location.py' DEBUG: adding 'manila/policies/share_group.py' DEBUG: adding 'manila/policies/share_group_snapshot.py' DEBUG: adding 'manila/policies/share_group_type.py' DEBUG: adding 'manila/policies/share_group_types_spec.py' DEBUG: adding 'manila/policies/share_instance.py' DEBUG: adding 'manila/policies/share_instance_export_location.py' DEBUG: adding 'manila/policies/share_network.py' DEBUG: adding 'manila/policies/share_network_subnet.py' DEBUG: adding 'manila/policies/share_replica.py' DEBUG: adding 'manila/policies/share_replica_export_location.py' DEBUG: adding 'manila/policies/share_server.py' DEBUG: adding 'manila/policies/share_snapshot.py' DEBUG: adding 'manila/policies/share_snapshot_export_location.py' DEBUG: adding 'manila/policies/share_snapshot_instance.py' DEBUG: adding 'manila/policies/share_snapshot_instance_export_location.py' DEBUG: adding 'manila/policies/share_transfer.py' DEBUG: adding 'manila/policies/share_type.py' DEBUG: adding 'manila/policies/share_types_extra_spec.py' DEBUG: adding 'manila/policies/shares.py' DEBUG: adding 'manila/privsep/__init__.py' DEBUG: adding 'manila/privsep/common.py' DEBUG: adding 'manila/privsep/filesystem.py' DEBUG: adding 'manila/privsep/lvm.py' DEBUG: adding 'manila/privsep/os.py' DEBUG: adding 'manila/scheduler/__init__.py' DEBUG: adding 'manila/scheduler/base_handler.py' DEBUG: adding 'manila/scheduler/host_manager.py' DEBUG: adding 'manila/scheduler/manager.py' DEBUG: adding 'manila/scheduler/rpcapi.py' DEBUG: adding 'manila/scheduler/scheduler_options.py' DEBUG: adding 'manila/scheduler/utils.py' DEBUG: adding 'manila/scheduler/drivers/__init__.py' DEBUG: adding 'manila/scheduler/drivers/base.py' DEBUG: adding 'manila/scheduler/drivers/chance.py' DEBUG: adding 'manila/scheduler/drivers/filter.py' DEBUG: adding 'manila/scheduler/drivers/simple.py' DEBUG: adding 'manila/scheduler/evaluator/__init__.py' DEBUG: adding 'manila/scheduler/evaluator/evaluator.py' DEBUG: adding 'manila/scheduler/filters/__init__.py' DEBUG: adding 'manila/scheduler/filters/affinity.py' DEBUG: adding 'manila/scheduler/filters/availability_zone.py' DEBUG: adding 'manila/scheduler/filters/base.py' DEBUG: adding 'manila/scheduler/filters/base_host.py' DEBUG: adding 'manila/scheduler/filters/capabilities.py' DEBUG: adding 'manila/scheduler/filters/capacity.py' DEBUG: adding 'manila/scheduler/filters/create_from_snapshot.py' DEBUG: adding 'manila/scheduler/filters/driver.py' DEBUG: adding 'manila/scheduler/filters/extra_specs_ops.py' DEBUG: adding 'manila/scheduler/filters/host.py' DEBUG: adding 'manila/scheduler/filters/ignore_attempted_hosts.py' DEBUG: adding 'manila/scheduler/filters/json.py' DEBUG: adding 'manila/scheduler/filters/retry.py' DEBUG: adding 'manila/scheduler/filters/share_replication.py' DEBUG: adding 'manila/scheduler/filters/share_group_filters/__init__.py' DEBUG: adding 'manila/scheduler/filters/share_group_filters/consistent_snapshot.py' DEBUG: adding 'manila/scheduler/weighers/__init__.py' DEBUG: adding 'manila/scheduler/weighers/base.py' DEBUG: adding 'manila/scheduler/weighers/base_host.py' DEBUG: adding 'manila/scheduler/weighers/capacity.py' DEBUG: adding 'manila/scheduler/weighers/goodness.py' DEBUG: adding 'manila/scheduler/weighers/host_affinity.py' DEBUG: adding 'manila/scheduler/weighers/netapp_aiq.py' DEBUG: adding 'manila/scheduler/weighers/pool.py' DEBUG: adding 'manila/services/__init__.py' DEBUG: adding 'manila/services/api.py' DEBUG: adding 'manila/share/__init__.py' DEBUG: adding 'manila/share/access.py' DEBUG: adding 'manila/share/api.py' DEBUG: adding 'manila/share/configuration.py' DEBUG: adding 'manila/share/driver.py' DEBUG: adding 'manila/share/drivers_private_data.py' DEBUG: adding 'manila/share/hook.py' DEBUG: adding 'manila/share/manager.py' DEBUG: adding 'manila/share/migration.py' DEBUG: adding 'manila/share/rpcapi.py' DEBUG: adding 'manila/share/share_types.py' DEBUG: adding 'manila/share/snapshot_access.py' DEBUG: adding 'manila/share/utils.py' DEBUG: adding 'manila/share/drivers/__init__.py' DEBUG: adding 'manila/share/drivers/generic.py' DEBUG: adding 'manila/share/drivers/helpers.py' DEBUG: adding 'manila/share/drivers/lvm.py' DEBUG: adding 'manila/share/drivers/service_instance.py' DEBUG: adding 'manila/share/drivers/cephfs/__init__.py' DEBUG: adding 'manila/share/drivers/cephfs/driver.py' DEBUG: adding 'manila/share/drivers/cephfs/conf/cephfs-export-template.conf' DEBUG: adding 'manila/share/drivers/container/__init__.py' DEBUG: adding 'manila/share/drivers/container/container_helper.py' DEBUG: adding 'manila/share/drivers/container/driver.py' DEBUG: adding 'manila/share/drivers/container/protocol_helper.py' DEBUG: adding 'manila/share/drivers/container/security_service_helper.py' DEBUG: adding 'manila/share/drivers/container/storage_helper.py' DEBUG: adding 'manila/share/drivers/dell_emc/__init__.py' DEBUG: adding 'manila/share/drivers/dell_emc/driver.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugin_manager.py' DEBUG: adding 'manila/share/drivers/dell_emc/common/__init__.py' DEBUG: adding 'manila/share/drivers/dell_emc/common/enas/__init__.py' DEBUG: adding 'manila/share/drivers/dell_emc/common/enas/connector.py' DEBUG: adding 'manila/share/drivers/dell_emc/common/enas/constants.py' DEBUG: adding 'manila/share/drivers/dell_emc/common/enas/utils.py' DEBUG: adding 'manila/share/drivers/dell_emc/common/enas/xml_api_parser.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/__init__.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/base.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/powerflex/__init__.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/powerflex/connection.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/powerflex/object_manager.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/powermax/__init__.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/powermax/connection.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/powermax/object_manager.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/powerscale/__init__.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/powerstore/__init__.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/powerstore/client.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/powerstore/connection.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/unity/__init__.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/unity/client.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/unity/connection.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/unity/utils.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/vnx/__init__.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/vnx/connection.py' DEBUG: adding 'manila/share/drivers/dell_emc/plugins/vnx/object_manager.py' DEBUG: adding 'manila/share/drivers/ganesha/__init__.py' DEBUG: adding 'manila/share/drivers/ganesha/manager.py' DEBUG: adding 'manila/share/drivers/ganesha/utils.py' DEBUG: adding 'manila/share/drivers/ganesha/conf/00-base-export-template.conf' DEBUG: adding 'manila/share/drivers/glusterfs/__init__.py' DEBUG: adding 'manila/share/drivers/glusterfs/common.py' DEBUG: adding 'manila/share/drivers/glusterfs/glusterfs_native.py' DEBUG: adding 'manila/share/drivers/glusterfs/layout.py' DEBUG: adding 'manila/share/drivers/glusterfs/layout_directory.py' DEBUG: adding 'manila/share/drivers/glusterfs/layout_volume.py' DEBUG: adding 'manila/share/drivers/glusterfs/conf/10-glusterfs-export-template.conf' DEBUG: adding 'manila/share/drivers/hdfs/__init__.py' DEBUG: adding 'manila/share/drivers/hdfs/hdfs_native.py' DEBUG: adding 'manila/share/drivers/hitachi/__init__.py' DEBUG: adding 'manila/share/drivers/hitachi/hnas/__init__.py' DEBUG: adding 'manila/share/drivers/hitachi/hnas/driver.py' DEBUG: adding 'manila/share/drivers/hitachi/hnas/ssh.py' DEBUG: adding 'manila/share/drivers/hitachi/hsp/__init__.py' DEBUG: adding 'manila/share/drivers/hitachi/hsp/driver.py' DEBUG: adding 'manila/share/drivers/hitachi/hsp/rest.py' DEBUG: adding 'manila/share/drivers/hpe/__init__.py' DEBUG: adding 'manila/share/drivers/hpe/hpe_3par_driver.py' DEBUG: adding 'manila/share/drivers/hpe/hpe_3par_mediator.py' DEBUG: adding 'manila/share/drivers/huawei/__init__.py' DEBUG: adding 'manila/share/drivers/huawei/base.py' DEBUG: adding 'manila/share/drivers/huawei/constants.py' DEBUG: adding 'manila/share/drivers/huawei/huawei_nas.py' DEBUG: adding 'manila/share/drivers/huawei/huawei_utils.py' DEBUG: adding 'manila/share/drivers/huawei/v3/__init__.py' DEBUG: adding 'manila/share/drivers/huawei/v3/connection.py' DEBUG: adding 'manila/share/drivers/huawei/v3/helper.py' DEBUG: adding 'manila/share/drivers/huawei/v3/replication.py' DEBUG: adding 'manila/share/drivers/huawei/v3/rpcapi.py' DEBUG: adding 'manila/share/drivers/huawei/v3/smartx.py' DEBUG: adding 'manila/share/drivers/ibm/__init__.py' DEBUG: adding 'manila/share/drivers/ibm/gpfs.py' DEBUG: adding 'manila/share/drivers/infinidat/__init__.py' DEBUG: adding 'manila/share/drivers/infinidat/infinibox.py' DEBUG: adding 'manila/share/drivers/infortrend/__init__.py' DEBUG: adding 'manila/share/drivers/infortrend/driver.py' DEBUG: adding 'manila/share/drivers/infortrend/infortrend_nas.py' DEBUG: adding 'manila/share/drivers/inspur/__init__.py' DEBUG: adding 'manila/share/drivers/inspur/as13000/__init__.py' DEBUG: adding 'manila/share/drivers/inspur/as13000/as13000_nas.py' DEBUG: adding 'manila/share/drivers/inspur/instorage/__init__.py' DEBUG: adding 'manila/share/drivers/inspur/instorage/cli_helper.py' DEBUG: adding 'manila/share/drivers/inspur/instorage/instorage.py' DEBUG: adding 'manila/share/drivers/macrosan/__init__.py' DEBUG: adding 'manila/share/drivers/macrosan/macrosan_constants.py' DEBUG: adding 'manila/share/drivers/macrosan/macrosan_helper.py' DEBUG: adding 'manila/share/drivers/macrosan/macrosan_nas.py' DEBUG: adding 'manila/share/drivers/macrosan/rest_helper.py' DEBUG: adding 'manila/share/drivers/maprfs/__init__.py' DEBUG: adding 'manila/share/drivers/maprfs/driver_util.py' DEBUG: adding 'manila/share/drivers/maprfs/maprfs_native.py' DEBUG: adding 'manila/share/drivers/netapp/__init__.py' DEBUG: adding 'manila/share/drivers/netapp/common.py' DEBUG: adding 'manila/share/drivers/netapp/options.py' DEBUG: adding 'manila/share/drivers/netapp/utils.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/__init__.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/client/__init__.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/client/api.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/client/client_base.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/client/client_cmode.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/client/client_cmode_rest.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/client/rest_api.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/client/rest_endpoints.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/cluster_mode/__init__.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/cluster_mode/data_motion.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/cluster_mode/drv_multi_svm.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/cluster_mode/drv_single_svm.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/cluster_mode/lib_single_svm.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/cluster_mode/performance.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/protocols/__init__.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/protocols/base.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/protocols/cifs_cmode.py' DEBUG: adding 'manila/share/drivers/netapp/dataontap/protocols/nfs_cmode.py' DEBUG: adding 'manila/share/drivers/nexenta/__init__.py' DEBUG: adding 'manila/share/drivers/nexenta/options.py' DEBUG: adding 'manila/share/drivers/nexenta/utils.py' DEBUG: adding 'manila/share/drivers/nexenta/ns4/__init__.py' DEBUG: adding 'manila/share/drivers/nexenta/ns4/jsonrpc.py' DEBUG: adding 'manila/share/drivers/nexenta/ns4/nexenta_nas.py' DEBUG: adding 'manila/share/drivers/nexenta/ns4/nexenta_nfs_helper.py' DEBUG: adding 'manila/share/drivers/nexenta/ns5/__init__.py' DEBUG: adding 'manila/share/drivers/nexenta/ns5/jsonrpc.py' DEBUG: adding 'manila/share/drivers/nexenta/ns5/nexenta_nas.py' DEBUG: adding 'manila/share/drivers/purestorage/__init__.py' DEBUG: adding 'manila/share/drivers/purestorage/flashblade.py' DEBUG: adding 'manila/share/drivers/qnap/__init__.py' DEBUG: adding 'manila/share/drivers/qnap/api.py' DEBUG: adding 'manila/share/drivers/qnap/qnap.py' DEBUG: adding 'manila/share/drivers/quobyte/__init__.py' DEBUG: adding 'manila/share/drivers/quobyte/jsonrpc.py' DEBUG: adding 'manila/share/drivers/quobyte/quobyte.py' DEBUG: adding 'manila/share/drivers/tegile/__init__.py' DEBUG: adding 'manila/share/drivers/tegile/tegile.py' DEBUG: adding 'manila/share/drivers/vastdata/__init__.py' DEBUG: adding 'manila/share/drivers/vastdata/driver.py' DEBUG: adding 'manila/share/drivers/vastdata/driver_util.py' DEBUG: adding 'manila/share/drivers/vastdata/rest.py' DEBUG: adding 'manila/share/drivers/veritas/__init__.py' DEBUG: adding 'manila/share/drivers/veritas/veritas_isa.py' DEBUG: adding 'manila/share/drivers/windows/__init__.py' DEBUG: adding 'manila/share/drivers/windows/service_instance.py' DEBUG: adding 'manila/share/drivers/windows/windows_smb_driver.py' DEBUG: adding 'manila/share/drivers/windows/windows_smb_helper.py' DEBUG: adding 'manila/share/drivers/windows/windows_utils.py' DEBUG: adding 'manila/share/drivers/windows/winrm_helper.py' DEBUG: adding 'manila/share/drivers/zadara/__init__.py' DEBUG: adding 'manila/share/drivers/zadara/common.py' DEBUG: adding 'manila/share/drivers/zadara/zadara.py' DEBUG: adding 'manila/share/drivers/zfsonlinux/__init__.py' DEBUG: adding 'manila/share/drivers/zfsonlinux/driver.py' DEBUG: adding 'manila/share/drivers/zfsonlinux/utils.py' DEBUG: adding 'manila/share/drivers/zfssa/__init__.py' DEBUG: adding 'manila/share/drivers/zfssa/restclient.py' DEBUG: adding 'manila/share/drivers/zfssa/zfssarest.py' DEBUG: adding 'manila/share/drivers/zfssa/zfssashare.py' DEBUG: adding 'manila/share/hooks/__init__.py' DEBUG: adding 'manila/share_group/__init__.py' DEBUG: adding 'manila/share_group/api.py' DEBUG: adding 'manila/share_group/share_group_types.py' DEBUG: adding 'manila/testing/README.rst' DEBUG: adding 'manila/tests/__init__.py' DEBUG: adding 'manila/tests/conf_fixture.py' DEBUG: adding 'manila/tests/db_utils.py' DEBUG: adding 'manila/tests/declare_conf.py' DEBUG: adding 'manila/tests/fake_backup_driver.py' DEBUG: adding 'manila/tests/fake_client_exception_class.py' DEBUG: adding 'manila/tests/fake_compute.py' DEBUG: adding 'manila/tests/fake_driver.py' DEBUG: adding 'manila/tests/fake_image.py' DEBUG: adding 'manila/tests/fake_network.py' DEBUG: adding 'manila/tests/fake_notifier.py' DEBUG: adding 'manila/tests/fake_service_instance.py' DEBUG: adding 'manila/tests/fake_share.py' DEBUG: adding 'manila/tests/fake_utils.py' DEBUG: adding 'manila/tests/fake_volume.py' DEBUG: adding 'manila/tests/fake_zfssa.py' DEBUG: adding 'manila/tests/policy.yaml' DEBUG: adding 'manila/tests/runtime_conf.py' DEBUG: adding 'manila/tests/test_api.py' DEBUG: adding 'manila/tests/test_conf.py' DEBUG: adding 'manila/tests/test_context.py' DEBUG: adding 'manila/tests/test_coordination.py' DEBUG: adding 'manila/tests/test_exception.py' DEBUG: adding 'manila/tests/test_manager.py' DEBUG: adding 'manila/tests/test_misc.py' DEBUG: adding 'manila/tests/test_network.py' DEBUG: adding 'manila/tests/test_policy.py' DEBUG: adding 'manila/tests/test_quota.py' DEBUG: adding 'manila/tests/test_rpc.py' DEBUG: adding 'manila/tests/test_service.py' DEBUG: adding 'manila/tests/test_ssh_utils.py' DEBUG: adding 'manila/tests/test_test.py' DEBUG: adding 'manila/tests/test_test_utils.py' DEBUG: adding 'manila/tests/test_utils.py' DEBUG: adding 'manila/tests/utils.py' DEBUG: adding 'manila/tests/api/__init__.py' DEBUG: adding 'manila/tests/api/common.py' DEBUG: adding 'manila/tests/api/fakes.py' DEBUG: adding 'manila/tests/api/test_common.py' DEBUG: adding 'manila/tests/api/test_extensions.py' DEBUG: adding 'manila/tests/api/test_middleware.py' DEBUG: adding 'manila/tests/api/test_schemas.py' DEBUG: adding 'manila/tests/api/test_validation.py' DEBUG: adding 'manila/tests/api/test_versions.py' DEBUG: adding 'manila/tests/api/test_wsgi.py' DEBUG: adding 'manila/tests/api/contrib/__init__.py' DEBUG: adding 'manila/tests/api/contrib/stubs.py' DEBUG: adding 'manila/tests/api/extensions/__init__.py' DEBUG: adding 'manila/tests/api/extensions/foxinsocks.py' DEBUG: adding 'manila/tests/api/middleware/__init__.py' DEBUG: adding 'manila/tests/api/middleware/test_auth.py' DEBUG: adding 'manila/tests/api/middleware/test_faults.py' DEBUG: adding 'manila/tests/api/openstack/__init__.py' DEBUG: adding 'manila/tests/api/openstack/test_api_version_request.py' DEBUG: adding 'manila/tests/api/openstack/test_versioned_method.py' DEBUG: adding 'manila/tests/api/openstack/test_wsgi.py' DEBUG: adding 'manila/tests/api/v1/__init__.py' DEBUG: adding 'manila/tests/api/v1/stubs.py' DEBUG: adding 'manila/tests/api/v1/test_limits.py' DEBUG: adding 'manila/tests/api/v1/test_scheduler_stats.py' DEBUG: adding 'manila/tests/api/v1/test_security_service.py' DEBUG: adding 'manila/tests/api/v1/test_share_manage.py' DEBUG: adding 'manila/tests/api/v1/test_share_metadata.py' DEBUG: adding 'manila/tests/api/v1/test_share_servers.py' DEBUG: adding 'manila/tests/api/v1/test_share_snapshots.py' DEBUG: adding 'manila/tests/api/v1/test_share_types_extra_specs.py' DEBUG: adding 'manila/tests/api/v1/test_share_unmanage.py' DEBUG: adding 'manila/tests/api/v1/test_shares.py' DEBUG: adding 'manila/tests/api/v2/__init__.py' DEBUG: adding 'manila/tests/api/v2/stubs.py' DEBUG: adding 'manila/tests/api/v2/test_availability_zones.py' DEBUG: adding 'manila/tests/api/v2/test_messages.py' DEBUG: adding 'manila/tests/api/v2/test_metadata.py' DEBUG: adding 'manila/tests/api/v2/test_quota_class_sets.py' DEBUG: adding 'manila/tests/api/v2/test_quota_sets.py' DEBUG: adding 'manila/tests/api/v2/test_resource_locks.py' DEBUG: adding 'manila/tests/api/v2/test_security_services.py' DEBUG: adding 'manila/tests/api/v2/test_services.py' DEBUG: adding 'manila/tests/api/v2/test_share_access_metadata.py' DEBUG: adding 'manila/tests/api/v2/test_share_accesses.py' DEBUG: adding 'manila/tests/api/v2/test_share_backups.py' DEBUG: adding 'manila/tests/api/v2/test_share_export_locations.py' DEBUG: adding 'manila/tests/api/v2/test_share_group_snapshots.py' DEBUG: adding 'manila/tests/api/v2/test_share_group_type_specs.py' DEBUG: adding 'manila/tests/api/v2/test_share_group_types.py' DEBUG: adding 'manila/tests/api/v2/test_share_groups.py' DEBUG: adding 'manila/tests/api/v2/test_share_instance_export_locations.py' DEBUG: adding 'manila/tests/api/v2/test_share_instances.py' DEBUG: adding 'manila/tests/api/v2/test_share_network_subnets.py' DEBUG: adding 'manila/tests/api/v2/test_share_networks.py' DEBUG: adding 'manila/tests/api/v2/test_share_replica_export_locations.py' DEBUG: adding 'manila/tests/api/v2/test_share_replicas.py' DEBUG: adding 'manila/tests/api/v2/test_share_servers.py' DEBUG: adding 'manila/tests/api/v2/test_share_snapshot_export_locations.py' DEBUG: adding 'manila/tests/api/v2/test_share_snapshot_instance_export_locations.py' DEBUG: adding 'manila/tests/api/v2/test_share_snapshot_instances.py' DEBUG: adding 'manila/tests/api/v2/test_share_snapshots.py' DEBUG: adding 'manila/tests/api/v2/test_share_transfer.py' DEBUG: adding 'manila/tests/api/v2/test_share_types.py' DEBUG: adding 'manila/tests/api/v2/test_shares.py' DEBUG: adding 'manila/tests/api/views/__init__.py' DEBUG: adding 'manila/tests/api/views/test_quota_class_sets.py' DEBUG: adding 'manila/tests/api/views/test_quota_sets.py' DEBUG: adding 'manila/tests/api/views/test_scheduler_stats.py' DEBUG: adding 'manila/tests/api/views/test_share_accesses.py' DEBUG: adding 'manila/tests/api/views/test_share_network_subnets.py' DEBUG: adding 'manila/tests/api/views/test_share_networks.py' DEBUG: adding 'manila/tests/api/views/test_shares.py' DEBUG: adding 'manila/tests/api/views/test_versions.py' DEBUG: adding 'manila/tests/cmd/__init__.py' DEBUG: adding 'manila/tests/cmd/test_api.py' DEBUG: adding 'manila/tests/cmd/test_data.py' DEBUG: adding 'manila/tests/cmd/test_manage.py' DEBUG: adding 'manila/tests/cmd/test_scheduler.py' DEBUG: adding 'manila/tests/cmd/test_share.py' DEBUG: adding 'manila/tests/cmd/test_status.py' DEBUG: adding 'manila/tests/common/__init__.py' DEBUG: adding 'manila/tests/common/test_client_auth.py' DEBUG: adding 'manila/tests/common/test_config.py' DEBUG: adding 'manila/tests/compute/__init__.py' DEBUG: adding 'manila/tests/compute/test_nova.py' DEBUG: adding 'manila/tests/data/__init__.py' DEBUG: adding 'manila/tests/data/test_helper.py' DEBUG: adding 'manila/tests/data/test_manager.py' DEBUG: adding 'manila/tests/data/test_rpcapi.py' DEBUG: adding 'manila/tests/data/test_utils.py' DEBUG: adding 'manila/tests/db/__init__.py' DEBUG: adding 'manila/tests/db/fakes.py' DEBUG: adding 'manila/tests/db/test_api.py' DEBUG: adding 'manila/tests/db/test_migration.py' DEBUG: adding 'manila/tests/db/migrations/__init__.py' DEBUG: adding 'manila/tests/db/migrations/test_utils.py' DEBUG: adding 'manila/tests/db/migrations/alembic/__init__.py' DEBUG: adding 'manila/tests/db/migrations/alembic/migrations_data_checks.py' DEBUG: adding 'manila/tests/db/migrations/alembic/test_migration.py' DEBUG: adding 'manila/tests/db/sqlalchemy/__init__.py' DEBUG: adding 'manila/tests/db/sqlalchemy/test_api.py' DEBUG: adding 'manila/tests/db/sqlalchemy/test_models.py' DEBUG: adding 'manila/tests/hacking/__init__.py' DEBUG: adding 'manila/tests/hacking/checks.py' DEBUG: adding 'manila/tests/image/__init__.py' DEBUG: adding 'manila/tests/image/test_image.py' DEBUG: adding 'manila/tests/integrated/__init__.py' DEBUG: adding 'manila/tests/integrated/integrated_helpers.py' DEBUG: adding 'manila/tests/integrated/test_extensions.py' DEBUG: adding 'manila/tests/integrated/test_login.py' DEBUG: adding 'manila/tests/integrated/api/__init__.py' DEBUG: adding 'manila/tests/integrated/api/client.py' DEBUG: adding 'manila/tests/keymgr/__init__.py' DEBUG: adding 'manila/tests/keymgr/test_barbican.py' DEBUG: adding 'manila/tests/lock/__init__.py' DEBUG: adding 'manila/tests/lock/test_api.py' DEBUG: adding 'manila/tests/message/__init__.py' DEBUG: adding 'manila/tests/message/test_api.py' DEBUG: adding 'manila/tests/message/test_message_field.py' DEBUG: adding 'manila/tests/monkey_patch_example/__init__.py' DEBUG: adding 'manila/tests/monkey_patch_example/example_a.py' DEBUG: adding 'manila/tests/monkey_patch_example/example_b.py' DEBUG: adding 'manila/tests/network/__init__.py' DEBUG: adding 'manila/tests/network/test_standalone_network_plugin.py' DEBUG: adding 'manila/tests/network/linux/__init__.py' DEBUG: adding 'manila/tests/network/linux/test_interface.py' DEBUG: adding 'manila/tests/network/linux/test_ip_lib.py' DEBUG: adding 'manila/tests/network/linux/test_ovs_lib.py' DEBUG: adding 'manila/tests/network/neutron/__init__.py' DEBUG: adding 'manila/tests/network/neutron/test_neutron_api.py' DEBUG: adding 'manila/tests/network/neutron/test_neutron_plugin.py' DEBUG: adding 'manila/tests/scheduler/__init__.py' DEBUG: adding 'manila/tests/scheduler/fakes.py' DEBUG: adding 'manila/tests/scheduler/test_host_manager.py' DEBUG: adding 'manila/tests/scheduler/test_manager.py' DEBUG: adding 'manila/tests/scheduler/test_rpcapi.py' DEBUG: adding 'manila/tests/scheduler/test_scheduler_options.py' DEBUG: adding 'manila/tests/scheduler/test_utils.py' DEBUG: adding 'manila/tests/scheduler/drivers/__init__.py' DEBUG: adding 'manila/tests/scheduler/drivers/test_base.py' DEBUG: adding 'manila/tests/scheduler/drivers/test_filter.py' DEBUG: adding 'manila/tests/scheduler/drivers/test_simple.py' DEBUG: adding 'manila/tests/scheduler/evaluator/__init__.py' DEBUG: adding 'manila/tests/scheduler/evaluator/test_evaluator.py' DEBUG: adding 'manila/tests/scheduler/filters/__init__.py' DEBUG: adding 'manila/tests/scheduler/filters/test_affinity.py' DEBUG: adding 'manila/tests/scheduler/filters/test_availability_zone.py' DEBUG: adding 'manila/tests/scheduler/filters/test_base.py' DEBUG: adding 'manila/tests/scheduler/filters/test_base_host.py' DEBUG: adding 'manila/tests/scheduler/filters/test_capabilities.py' DEBUG: adding 'manila/tests/scheduler/filters/test_capacity.py' DEBUG: adding 'manila/tests/scheduler/filters/test_create_from_snapshot.py' DEBUG: adding 'manila/tests/scheduler/filters/test_driver.py' DEBUG: adding 'manila/tests/scheduler/filters/test_extra_specs_ops.py' DEBUG: adding 'manila/tests/scheduler/filters/test_host.py' DEBUG: adding 'manila/tests/scheduler/filters/test_ignore_attempted_hosts.py' DEBUG: adding 'manila/tests/scheduler/filters/test_json.py' DEBUG: adding 'manila/tests/scheduler/filters/test_retry.py' DEBUG: adding 'manila/tests/scheduler/filters/test_share_replication.py' DEBUG: adding 'manila/tests/scheduler/weighers/__init__.py' DEBUG: adding 'manila/tests/scheduler/weighers/test_base.py' DEBUG: adding 'manila/tests/scheduler/weighers/test_capacity.py' DEBUG: adding 'manila/tests/scheduler/weighers/test_goodness.py' DEBUG: adding 'manila/tests/scheduler/weighers/test_host_affinity.py' DEBUG: adding 'manila/tests/scheduler/weighers/test_netapp_aiq.py' DEBUG: adding 'manila/tests/scheduler/weighers/test_pool.py' DEBUG: adding 'manila/tests/services/__init__.py' DEBUG: adding 'manila/tests/services/test_api.py' DEBUG: adding 'manila/tests/share/__init__.py' DEBUG: adding 'manila/tests/share/test_access.py' DEBUG: adding 'manila/tests/share/test_api.py' DEBUG: adding 'manila/tests/share/test_driver.py' DEBUG: adding 'manila/tests/share/test_drivers_private_data.py' DEBUG: adding 'manila/tests/share/test_hook.py' DEBUG: adding 'manila/tests/share/test_manager.py' DEBUG: adding 'manila/tests/share/test_migration.py' DEBUG: adding 'manila/tests/share/test_rpcapi.py' DEBUG: adding 'manila/tests/share/test_share_types.py' DEBUG: adding 'manila/tests/share/test_share_utils.py' DEBUG: adding 'manila/tests/share/test_snapshot_access.py' DEBUG: adding 'manila/tests/share/drivers/__init__.py' DEBUG: adding 'manila/tests/share/drivers/dummy.py' DEBUG: adding 'manila/tests/share/drivers/test_ganesha.py' DEBUG: adding 'manila/tests/share/drivers/test_generic.py' DEBUG: adding 'manila/tests/share/drivers/test_glusterfs.py' DEBUG: adding 'manila/tests/share/drivers/test_helpers.py' DEBUG: adding 'manila/tests/share/drivers/test_lvm.py' DEBUG: adding 'manila/tests/share/drivers/test_service_instance.py' DEBUG: adding 'manila/tests/share/drivers/cephfs/__init__.py' DEBUG: adding 'manila/tests/share/drivers/cephfs/test_driver.py' DEBUG: adding 'manila/tests/share/drivers/container/__init__.py' DEBUG: adding 'manila/tests/share/drivers/container/fakes.py' DEBUG: adding 'manila/tests/share/drivers/container/test_container_helper.py' DEBUG: adding 'manila/tests/share/drivers/container/test_driver.py' DEBUG: adding 'manila/tests/share/drivers/container/test_protocol_helper.py' DEBUG: adding 'manila/tests/share/drivers/container/test_security_service_helper.py' DEBUG: adding 'manila/tests/share/drivers/container/test_storage_helper.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/__init__.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/test_driver.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/common/__init__.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/common/enas/__init__.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/common/enas/fakes.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/common/enas/test_connector.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/common/enas/test_utils.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/common/enas/utils.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/__init__.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/__init__.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/test_connection.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/test_object_manager.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_filesystem_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_export_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_snapshot_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fileystem_id_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_export_name_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_snapshot_name_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nas_server_id_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_id_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_name_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_id_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_spare_percentage.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_statistic.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/login_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powermax/__init__.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powermax/test_connection.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powermax/test_object_manager.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerscale/__init__.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerscale/test_powerscale.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerscale/test_powerscale_api.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/__init__.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/test_client.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/test_connection.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/clone_snapshot_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_filesystem_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_nfs_export_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_smb_share_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/create_snapshot_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_cluster_id_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_fileystem_id_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_fsid_from_export_name_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_fsid_from_share_name_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nas_server_id_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nas_server_interfaces_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nas_server_smb_netbios_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nfs_export_id_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_nfs_export_name_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/get_smb_share_id_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/resize_filesystem_shrink_failure_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/powerstore/mockup/retreive_cluster_capacity_metrics_response.json' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/unity/__init__.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/unity/fake_exceptions.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/unity/mocked_manila.yaml' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/unity/mocked_unity.yaml' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/unity/res_mock.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/unity/test_client.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/unity/test_connection.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/unity/test_utils.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/unity/utils.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/vnx/__init__.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/vnx/test_connection.py' DEBUG: adding 'manila/tests/share/drivers/dell_emc/plugins/vnx/test_object_manager.py' DEBUG: adding 'manila/tests/share/drivers/ganesha/__init__.py' DEBUG: adding 'manila/tests/share/drivers/ganesha/test_manager.py' DEBUG: adding 'manila/tests/share/drivers/ganesha/test_utils.py' DEBUG: adding 'manila/tests/share/drivers/glusterfs/__init__.py' DEBUG: adding 'manila/tests/share/drivers/glusterfs/test_common.py' DEBUG: adding 'manila/tests/share/drivers/glusterfs/test_glusterfs_native.py' DEBUG: adding 'manila/tests/share/drivers/glusterfs/test_layout.py' DEBUG: adding 'manila/tests/share/drivers/glusterfs/test_layout_directory.py' DEBUG: adding 'manila/tests/share/drivers/glusterfs/test_layout_volume.py' DEBUG: adding 'manila/tests/share/drivers/hdfs/__init__.py' DEBUG: adding 'manila/tests/share/drivers/hdfs/test_hdfs_native.py' DEBUG: adding 'manila/tests/share/drivers/hitachi/__init__.py' DEBUG: adding 'manila/tests/share/drivers/hitachi/hnas/__init__.py' DEBUG: adding 'manila/tests/share/drivers/hitachi/hnas/test_driver.py' DEBUG: adding 'manila/tests/share/drivers/hitachi/hnas/test_ssh.py' DEBUG: adding 'manila/tests/share/drivers/hitachi/hsp/__init__.py' DEBUG: adding 'manila/tests/share/drivers/hitachi/hsp/fakes.py' DEBUG: adding 'manila/tests/share/drivers/hitachi/hsp/test_driver.py' DEBUG: adding 'manila/tests/share/drivers/hitachi/hsp/test_rest.py' DEBUG: adding 'manila/tests/share/drivers/hpe/__init__.py' DEBUG: adding 'manila/tests/share/drivers/hpe/test_hpe_3par_constants.py' DEBUG: adding 'manila/tests/share/drivers/hpe/test_hpe_3par_driver.py' DEBUG: adding 'manila/tests/share/drivers/hpe/test_hpe_3par_mediator.py' DEBUG: adding 'manila/tests/share/drivers/huawei/__init__.py' DEBUG: adding 'manila/tests/share/drivers/huawei/test_huawei_nas.py' DEBUG: adding 'manila/tests/share/drivers/ibm/__init__.py' DEBUG: adding 'manila/tests/share/drivers/ibm/test_gpfs.py' DEBUG: adding 'manila/tests/share/drivers/infinidat/__init__.py' DEBUG: adding 'manila/tests/share/drivers/infinidat/test_infinidat.py' DEBUG: adding 'manila/tests/share/drivers/infortrend/__init__.py' DEBUG: adding 'manila/tests/share/drivers/infortrend/fake_infortrend_manila_data.py' DEBUG: adding 'manila/tests/share/drivers/infortrend/fake_infortrend_nas_data.py' DEBUG: adding 'manila/tests/share/drivers/infortrend/test_infortrend_nas.py' DEBUG: adding 'manila/tests/share/drivers/inspur/__init__.py' DEBUG: adding 'manila/tests/share/drivers/inspur/as13000/__init__.py' DEBUG: adding 'manila/tests/share/drivers/inspur/as13000/test_as13000_nas.py' DEBUG: adding 'manila/tests/share/drivers/inspur/instorage/__init__.py' DEBUG: adding 'manila/tests/share/drivers/inspur/instorage/test_instorage.py' DEBUG: adding 'manila/tests/share/drivers/macrosan/__init__.py' DEBUG: adding 'manila/tests/share/drivers/macrosan/test_macrosan_nas.py' DEBUG: adding 'manila/tests/share/drivers/maprfs/__init__.py' DEBUG: adding 'manila/tests/share/drivers/maprfs/test_maprfs.py' DEBUG: adding 'manila/tests/share/drivers/netapp/__init__.py' DEBUG: adding 'manila/tests/share/drivers/netapp/fakes.py' DEBUG: adding 'manila/tests/share/drivers/netapp/test_common.py' DEBUG: adding 'manila/tests/share/drivers/netapp/test_utils.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/__init__.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/fakes.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/client/__init__.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/client/fakes.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/client/test_api.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/client/test_client_base.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/client/test_client_cmode.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/client/test_client_cmode_rest.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/client/test_rest_api.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/cluster_mode/__init__.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_data_motion.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_driver_interfaces.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_base.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_multi_svm.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_single_svm.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_performance.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/protocols/__init__.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/protocols/fakes.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/protocols/test_base.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/protocols/test_cifs_cmode.py' DEBUG: adding 'manila/tests/share/drivers/netapp/dataontap/protocols/test_nfs_cmode.py' DEBUG: adding 'manila/tests/share/drivers/nexenta/__init__.py' DEBUG: adding 'manila/tests/share/drivers/nexenta/test_utils.py' DEBUG: adding 'manila/tests/share/drivers/nexenta/ns4/__init__.py' DEBUG: adding 'manila/tests/share/drivers/nexenta/ns4/test_jsonrpc.py' DEBUG: adding 'manila/tests/share/drivers/nexenta/ns4/test_nexenta_nas.py' DEBUG: adding 'manila/tests/share/drivers/nexenta/ns5/__init__.py' DEBUG: adding 'manila/tests/share/drivers/nexenta/ns5/test_jsonrpc.py' DEBUG: adding 'manila/tests/share/drivers/nexenta/ns5/test_nexenta_nas.py' DEBUG: adding 'manila/tests/share/drivers/purestorage/__init__.py' DEBUG: adding 'manila/tests/share/drivers/purestorage/test_flashblade.py' DEBUG: adding 'manila/tests/share/drivers/qnap/__init__.py' DEBUG: adding 'manila/tests/share/drivers/qnap/fakes.py' DEBUG: adding 'manila/tests/share/drivers/qnap/test_api.py' DEBUG: adding 'manila/tests/share/drivers/qnap/test_qnap.py' DEBUG: adding 'manila/tests/share/drivers/quobyte/__init__.py' DEBUG: adding 'manila/tests/share/drivers/quobyte/test_jsonrpc.py' DEBUG: adding 'manila/tests/share/drivers/quobyte/test_quobyte.py' DEBUG: adding 'manila/tests/share/drivers/tegile/__init__.py' DEBUG: adding 'manila/tests/share/drivers/tegile/test_tegile.py' DEBUG: adding 'manila/tests/share/drivers/vastdata/__init__.py' DEBUG: adding 'manila/tests/share/drivers/vastdata/test_driver.py' DEBUG: adding 'manila/tests/share/drivers/vastdata/test_driver_util.py' DEBUG: adding 'manila/tests/share/drivers/vastdata/test_rest.py' DEBUG: adding 'manila/tests/share/drivers/veritas/__init__.py' DEBUG: adding 'manila/tests/share/drivers/veritas/test_veritas_isa.py' DEBUG: adding 'manila/tests/share/drivers/windows/__init__.py' DEBUG: adding 'manila/tests/share/drivers/windows/test_service_instance.py' DEBUG: adding 'manila/tests/share/drivers/windows/test_windows_smb_driver.py' DEBUG: adding 'manila/tests/share/drivers/windows/test_windows_smb_helper.py' DEBUG: adding 'manila/tests/share/drivers/windows/test_windows_utils.py' DEBUG: adding 'manila/tests/share/drivers/windows/test_winrm_helper.py' DEBUG: adding 'manila/tests/share/drivers/zadara/__init__.py' DEBUG: adding 'manila/tests/share/drivers/zadara/test_zadara.py' DEBUG: adding 'manila/tests/share/drivers/zfsonlinux/__init__.py' DEBUG: adding 'manila/tests/share/drivers/zfsonlinux/test_driver.py' DEBUG: adding 'manila/tests/share/drivers/zfsonlinux/test_utils.py' DEBUG: adding 'manila/tests/share/drivers/zfssa/__init__.py' DEBUG: adding 'manila/tests/share/drivers/zfssa/test_zfssarest.py' DEBUG: adding 'manila/tests/share/drivers/zfssa/test_zfssashare.py' DEBUG: adding 'manila/tests/share_group/__init__.py' DEBUG: adding 'manila/tests/share_group/test_api.py' DEBUG: adding 'manila/tests/share_group/test_share_group_types.py' DEBUG: adding 'manila/tests/var/ca.crt' DEBUG: adding 'manila/tests/var/certificate.crt' DEBUG: adding 'manila/tests/var/privatekey.key' DEBUG: adding 'manila/tests/volume/__init__.py' DEBUG: adding 'manila/tests/volume/test_cinder.py' DEBUG: adding 'manila/tests/wsgi/__init__.py' DEBUG: adding 'manila/tests/wsgi/test_common.py' DEBUG: adding 'manila/tests/wsgi/test_wsgi.py' DEBUG: adding 'manila/tests/xenapi/__init__.py' DEBUG: adding 'manila/transfer/__init__.py' DEBUG: adding 'manila/transfer/api.py' DEBUG: adding 'manila/volume/__init__.py' DEBUG: adding 'manila/volume/cinder.py' DEBUG: adding 'manila/wsgi/__init__.py' DEBUG: adding 'manila/wsgi/api.py' DEBUG: adding 'manila/wsgi/common.py' DEBUG: adding 'manila/wsgi/eventlet_server.py' DEBUG: adding 'manila/wsgi/wsgi.py' DEBUG: adding 'manila-21.1.0.dev33.data/data/etc/manila/api-paste.ini' DEBUG: adding 'manila-21.1.0.dev33.data/data/etc/manila/rootwrap.conf' DEBUG: adding 'manila-21.1.0.dev33.data/data/etc/manila/rootwrap.d/share.filters' DEBUG: adding 'manila-21.1.0.dev33.dist-info/AUTHORS' DEBUG: adding 'manila-21.1.0.dev33.dist-info/LICENSE' DEBUG: adding 'manila-21.1.0.dev33.dist-info/METADATA' DEBUG: adding 'manila-21.1.0.dev33.dist-info/WHEEL' DEBUG: adding 'manila-21.1.0.dev33.dist-info/entry_points.txt' DEBUG: adding 'manila-21.1.0.dev33.dist-info/pbr.json' DEBUG: adding 'manila-21.1.0.dev33.dist-info/top_level.txt' DEBUG: adding 'manila-21.1.0.dev33.dist-info/RECORD' DEBUG: removing build/bdist.linux-x86_64/wheel DEBUG: Building wheel for manila (pyproject.toml): finished with status 'done' DEBUG: Created wheel for manila: filename=manila-21.1.0.dev33-py3-none-any.whl size=2744552 sha256=8543bca498ad3168df2104d72a8198a459e4a95d035fa8c033a145896e976db2 DEBUG: Stored in directory: /builddir/.cache/pip/wheels/65/98/18/ae7cd033ae130ce64a31ae8d90aac8774de243c3cccdb02aa8 DEBUG: Successfully built manila DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.cKQDVv DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + '[' /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64 '!=' / ']' DEBUG: + rm -rf /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64 DEBUG: ++ dirname /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64 DEBUG: + mkdir -p /builddir/build/BUILDROOT DEBUG: + mkdir /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.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 manila-21.1.0.dev33 DEBUG: ++ ls /builddir/build/BUILD/manila-21.1.0.dev33/pyproject-wheeldir/manila-21.1.0.dev33-py3-none-any.whl DEBUG: ++ xargs basename --multiple DEBUG: ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' DEBUG: + specifier=manila==21.1.0.dev33 DEBUG: + '[' -z manila==21.1.0.dev33 ']' DEBUG: + TMPDIR=/builddir/build/BUILD/manila-21.1.0.dev33/.pyproject-builddir DEBUG: + /usr/bin/python3 -m pip install --root /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.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/manila-21.1.0.dev33/pyproject-wheeldir manila==21.1.0.dev33 DEBUG: Using pip 23.3.2 from /usr/lib/python3.12/site-packages/pip (python 3.12) DEBUG: Looking in links: /builddir/build/BUILD/manila-21.1.0.dev33/pyproject-wheeldir DEBUG: Processing ./pyproject-wheeldir/manila-21.1.0.dev33-py3-none-any.whl DEBUG: Installing collected packages: manila DEBUG: Creating /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-api to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-data to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-manage to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-rootwrap to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-scheduler to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-share to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-status to 755 DEBUG: Successfully installed manila-21.1.0.dev33 DEBUG: + '[' -d /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.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-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-api /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-data /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-manage /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-rootwrap /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-scheduler /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-share /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-status DEBUG: /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-api: updating DEBUG: /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-data: updating DEBUG: /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-manage: updating DEBUG: /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-rootwrap: updating DEBUG: /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-scheduler: updating DEBUG: /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-share: updating DEBUG: /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-status: updating DEBUG: + rm -rfv /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/__pycache__ DEBUG: + rm -f /builddir/build/BUILD/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64-pyproject-ghost-distinfo DEBUG: + site_dirs=() DEBUG: + '[' -d /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/python3.12/site-packages ']' DEBUG: + site_dirs+=("/usr/lib/python3.12/site-packages") DEBUG: + '[' /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib64/python3.12/site-packages '!=' /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/python3.12/site-packages ']' DEBUG: + '[' -d /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib64/python3.12/site-packages ']' DEBUG: + for site_dir in ${site_dirs[@]} DEBUG: + for distinfo in /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64$site_dir/*.dist-info DEBUG: + echo '%ghost /usr/lib/python3.12/site-packages/manila-21.1.0.dev33.dist-info' DEBUG: + sed -i s/pip/rpm/ /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/python3.12/site-packages/manila-21.1.0.dev33.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-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64 --record /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/python3.12/site-packages/manila-21.1.0.dev33.dist-info/RECORD --output /builddir/build/BUILD/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64-pyproject-record DEBUG: + rm -fv /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/python3.12/site-packages/manila-21.1.0.dev33.dist-info/RECORD DEBUG: removed '/builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/python3.12/site-packages/manila-21.1.0.dev33.dist-info/RECORD' DEBUG: + rm -fv /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/python3.12/site-packages/manila-21.1.0.dev33.dist-info/REQUESTED DEBUG: removed '/builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/python3.12/site-packages/manila-21.1.0.dev33.dist-info/REQUESTED' DEBUG: ++ wc -l /builddir/build/BUILD/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64-pyproject-ghost-distinfo DEBUG: ++ cut -f1 '-d ' DEBUG: + lines=1 DEBUG: + '[' 1 -ne 1 ']' DEBUG: + PYTHONPATH=/builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64//usr/lib/python3.12/site-packages DEBUG: + oslo-config-generator --config-file=etc/oslo-config-generator/manila.conf 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-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin DEBUG: + PYTHONPATH=/builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib64/python3.12/site-packages:/builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/python3.12/site-packages DEBUG: + PYTHONDONTWRITEBYTECODE=1 DEBUG: + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/manila-21.1.0.dev33/.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: [openstackdocstheme] version: 3.0.0 DEBUG: [openstackdocstheme] connecting html-page-context event handler DEBUG: making output directory... done DEBUG: [openstackdocstheme] overriding configured project name (Python) with name extracted from the package (manila); you can disable this behavior with the 'openstackdocs_auto_name' option DEBUG: [openstackdocstheme] using theme from /usr/lib/python3.12/site-packages/openstackdocstheme/theme DEBUG: [openstackdocstheme] no /builddir/build/BUILD/manila-21.1.0.dev33/.gitreview found DEBUG: [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/manila-21.1.0.dev33/doc/source/../../etc/oslo-config-generator/manila.conf DEBUG: [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/manila-21.1.0.dev33/doc/source/_static/manila.conf.sample DEBUG: [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/manila-21.1.0.dev33/doc/source/../../etc/manila/manila-policy-generator.conf DEBUG: [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/manila-21.1.0.dev33/doc/source/_static/manila.policy.yaml.sample DEBUG: building [mo]: targets for 0 po files that are out of date DEBUG: writing output... DEBUG: building [html]: targets for 171 source files that are out of date DEBUG: updating environment: [new config] 171 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/capabilities_and_extra_specs reading sources... [ 1%] admin/container_driver reading sources... [ 2%] admin/deferred_deletion reading sources... [ 2%] admin/dell_emc_powerscale_driver reading sources... [ 3%] admin/emc_vnx_driver reading sources... [ 4%] admin/export_location_metadata reading sources... [ 4%] admin/generic_driver reading sources... [ 5%] admin/glusterfs_driver reading sources... [ 5%] admin/glusterfs_native_driver reading sources... [ 6%] admin/gpfs_driver reading sources... [ 6%] admin/group_capabilities_and_extra_specs reading sources... [ 7%] admin/hdfs_native_driver reading sources... [ 8%] admin/hitachi_hnas_driver reading sources... [ 8%] admin/hpe_3par_driver reading sources... [ 9%] admin/huawei_nas_driver reading sources... [ 9%] admin/index reading sources... [ 10%] admin/infortrend_driver reading sources... [ 11%] admin/macrosan_driver reading sources... [ 11%] admin/netapp_cluster_mode_driver reading sources... [ 12%] admin/nexentastor5_driver reading sources... [ 12%] admin/purestorage_flashblade_driver reading sources... [ 13%] admin/share_back_ends_feature_support_mapping reading sources... [ 13%] admin/share_mount_point_name reading sources... [ 14%] admin/shared-file-systems-crud-share reading sources... [ 15%] admin/shared-file-systems-healthcheck reading sources... [ 15%] admin/shared-file-systems-key-concepts reading sources... [ 16%] admin/shared-file-systems-manage-and-unmanage-share reading sources... [ 16%] admin/shared-file-systems-manage-and-unmanage-snapshot reading sources... [ 17%] admin/shared-file-systems-multi-backend reading sources... [ 18%] admin/shared-file-systems-network-plugins reading sources... [ 18%] admin/shared-file-systems-networking reading sources... [ 19%] admin/shared-file-systems-profiling reading sources... [ 19%] admin/shared-file-systems-quotas reading sources... [ 20%] admin/shared-file-systems-scheduling reading sources... [ 20%] admin/shared-file-systems-security-services reading sources... [ 21%] admin/shared-file-systems-services-manage reading sources... [ 22%] admin/shared-file-systems-share-backup-management reading sources... [ 22%] admin/shared-file-systems-share-group-types reading sources... [ 23%] admin/shared-file-systems-share-groups reading sources... [ 23%] admin/shared-file-systems-share-management reading sources... [ 24%] admin/shared-file-systems-share-migration reading sources... [ 25%] admin/shared-file-systems-share-networks reading sources... [ 25%] admin/shared-file-systems-share-replication reading sources... [ 26%] admin/shared-file-systems-share-resize reading sources... [ 26%] admin/shared-file-systems-share-revert-to-snapshot reading sources... [ 27%] admin/shared-file-systems-share-server-management reading sources... [ 27%] admin/shared-file-systems-share-server-migration reading sources... [ 28%] admin/shared-file-systems-share-types reading sources... [ 29%] admin/shared-file-systems-snapshots reading sources... [ 29%] admin/shared-file-systems-troubleshoot reading sources... [ 30%] admin/shared-file-systems-upgrades reading sources... [ 30%] admin/tegile_driver reading sources... [ 31%] admin/zadara_driver reading sources... [ 32%] admin/zfs_on_linux_driver reading sources... [ 32%] cli/index reading sources... [ 33%] cli/manila reading sources... [ 33%] cli/manila-manage reading sources... [ 34%] cli/manila-status reading sources... [ 35%] configuration/index reading sources... [ 35%] configuration/shared-file-systems/api reading sources... [ 36%] configuration/shared-file-systems/config-options reading sources... [ 36%] configuration/shared-file-systems/drivers reading sources... [ 37%] configuration/shared-file-systems/drivers/cephfs_driver reading sources... [ 37%] configuration/shared-file-systems/drivers/dell-emc-powerflex-driver reading sources... [ 38%] configuration/shared-file-systems/drivers/dell-emc-powermax-driver reading sources... [ 39%] configuration/shared-file-systems/drivers/dell-emc-powerscale-driver reading sources... [ 39%] configuration/shared-file-systems/drivers/dell-emc-powerstore-driver reading sources... [ 40%] configuration/shared-file-systems/drivers/dell-emc-unity-driver reading sources... [ 40%] configuration/shared-file-systems/drivers/dell-emc-vnx-driver reading sources... [ 41%] configuration/shared-file-systems/drivers/generic-driver reading sources... [ 42%] configuration/shared-file-systems/drivers/glusterfs-driver reading sources... [ 42%] configuration/shared-file-systems/drivers/glusterfs-native-driver reading sources... [ 43%] configuration/shared-file-systems/drivers/hdfs-native-driver reading sources... [ 43%] configuration/shared-file-systems/drivers/hitachi-hnas-driver reading sources... [ 44%] configuration/shared-file-systems/drivers/hitachi-hsp-driver reading sources... [ 44%] configuration/shared-file-systems/drivers/hpe-3par-share-driver reading sources... [ 45%] configuration/shared-file-systems/drivers/huawei-nas-driver reading sources... [ 46%] configuration/shared-file-systems/drivers/ibm-spectrumscale-driver reading sources... [ 46%] configuration/shared-file-systems/drivers/infinidat-share-driver reading sources... [ 47%] configuration/shared-file-systems/drivers/infortrend-nas-driver reading sources... [ 47%] configuration/shared-file-systems/drivers/lvm-driver reading sources... [ 48%] configuration/shared-file-systems/drivers/maprfs-native-driver reading sources... [ 49%] configuration/shared-file-systems/drivers/netapp-cluster-mode-driver reading sources... [ 49%] configuration/shared-file-systems/drivers/nexentastor5-driver reading sources... [ 50%] configuration/shared-file-systems/drivers/purestorage-flashblade-driver reading sources... [ 50%] configuration/shared-file-systems/drivers/quobyte-driver reading sources... [ 51%] configuration/shared-file-systems/drivers/vastdata_driver reading sources... [ 51%] configuration/shared-file-systems/drivers/windows-smb-driver reading sources... [ 52%] configuration/shared-file-systems/drivers/zfs-on-linux-driver reading sources... [ 53%] configuration/shared-file-systems/drivers/zfssa-manila-driver reading sources... [ 53%] configuration/shared-file-systems/log-files reading sources... [ 54%] configuration/shared-file-systems/overview reading sources... [ 54%] configuration/shared-file-systems/samples/api-paste.ini reading sources... [ 55%] configuration/shared-file-systems/samples/index reading sources... [ 56%] configuration/shared-file-systems/samples/manila.conf reading sources... [ 56%] configuration/shared-file-systems/samples/policy reading sources... [ 57%] configuration/shared-file-systems/samples/rootwrap.conf reading sources... [ 57%] configuration/shared-file-systems/samples/sample_policy reading sources... [ 58%] contributor/adding_release_notes reading sources... [ 58%] contributor/addmethod.openstackapi reading sources... [ 59%] contributor/apache-httpd reading sources... [ 60%] contributor/api_microversion_dev reading sources... [ 60%] contributor/api_microversion_history reading sources... [ 61%] contributor/architecture reading sources... [ 61%] contributor/auth reading sources... [ 62%] contributor/commit_message_tags reading sources... [ 63%] contributor/contributing reading sources... [ 63%] contributor/database reading sources... [ 64%] contributor/development-environment-devstack reading sources... [ 64%] contributor/development.environment reading sources... [ 65%] contributor/documenting_your_work reading sources... [ 65%] contributor/driver_filter_goodness_weigher reading sources... [ 66%] contributor/driver_requirements reading sources... [ 67%] contributor/experimental_apis reading sources... [ 67%] contributor/fakes An exception was thrown while monkey_patching for eventlet. to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib/python3.12/site-packages/eventlet/patcher.py", line 610, in _upgrade_instances DEBUG: for k, v in list(container_vars.items()): DEBUG: ^^^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'functools.partial' object has no attribute 'items' DEBUG: 17 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. DEBUG: reading sources... [ 68%] contributor/ganesha reading sources... [ 68%] contributor/gerrit reading sources... [ 69%] contributor/guru_meditation_report reading sources... [ 70%] contributor/i18n reading sources... [ 70%] contributor/index reading sources... [ 71%] contributor/intro reading sources... [ 71%] contributor/irc-quick-and-dirty reading sources... [ 72%] contributor/launchpad reading sources... [ 73%] contributor/manila reading sources... [ 73%] contributor/manila-review-policy reading sources... [ 74%] contributor/new_feature_workflow reading sources... [ 74%] contributor/pool-aware-manila-scheduler reading sources... [ 75%] contributor/project-team-lead reading sources... [ 75%] contributor/rpc reading sources... [ 76%] contributor/scheduler reading sources... [ 77%] contributor/services reading sources... [ 77%] contributor/share reading sources... [ 78%] contributor/share_hooks reading sources... [ 78%] contributor/share_migration reading sources... [ 79%] contributor/share_replication reading sources... [ 80%] contributor/share_server_migration reading sources... [ 80%] contributor/tempest_tests reading sources... [ 81%] contributor/threading reading sources... [ 81%] contributor/unit_tests reading sources... [ 82%] contributor/user_messages reading sources... [ 82%] index reading sources... [ 83%] install/common/controller-node-common-configuration reading sources... [ 84%] install/common/controller-node-prerequisites reading sources... [ 84%] install/common/dhss-false-mode-configuration reading sources... [ 85%] install/common/dhss-false-mode-intro reading sources... [ 85%] install/common/dhss-false-mode-using-shared-file-systems reading sources... [ 86%] install/common/dhss-true-mode-configuration reading sources... [ 87%] install/common/dhss-true-mode-intro reading sources... [ 87%] install/common/dhss-true-mode-using-shared-file-systems reading sources... [ 88%] install/common/share-node-common-configuration reading sources... [ 88%] install/common/share-node-share-server-modes reading sources... [ 89%] install/get-started-with-shared-file-systems reading sources... [ 89%] install/index reading sources... [ 90%] install/install-controller-debian reading sources... [ 91%] install/install-controller-node reading sources... [ 91%] install/install-controller-rdo reading sources... [ 92%] install/install-controller-ubuntu reading sources... [ 92%] install/install-share-debian reading sources... [ 93%] install/install-share-node reading sources... [ 94%] install/install-share-rdo reading sources... [ 94%] install/install-share-ubuntu reading sources... [ 95%] install/next-steps reading sources... [ 95%] install/post-install reading sources... [ 96%] install/verify reading sources... [ 96%] reference/glossary reading sources... [ 97%] reference/index reading sources... [ 98%] user/create-and-manage-shares reading sources... [ 98%] user/index reading sources... [ 99%] user/share-network-operations reading sources... [ 99%] user/share-network-subnet-operations reading sources... [100%] user/troubleshooting-asynchronous-failures DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/doc/source/install/common/dhss-false-mode-configuration.rst:: WARNING: image file not readable: install/common/figures/hwreqs.png DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/doc/source/install/common/share-node-common-configuration.rst:: WARNING: image file not readable: install/common/figures/hwreqs.png 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... [ 17%] ../contributor/samples/lvm_local.conf copying downloadable files... [ 33%] ../contributor/samples/zfsonlinux_local.conf copying downloadable files... [ 50%] ../contributor/samples/cephfs_local.conf copying downloadable files... [ 67%] ../contributor/samples/generic_local.conf copying downloadable files... [ 83%] ../contributor/samples/container_local.conf copying downloadable files... [100%] ../contributor/samples/dummy_local.conf 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... [ 1%] admin/capabilities_and_extra_specs /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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/container_driver writing output... [ 2%] admin/deferred_deletion writing output... [ 2%] admin/dell_emc_powerscale_driver writing output... [ 3%] admin/emc_vnx_driver writing output... [ 4%] admin/export_location_metadata writing output... [ 4%] admin/generic_driver writing output... [ 5%] admin/glusterfs_driver /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 5%] admin/glusterfs_native_driver writing output... [ 6%] admin/gpfs_driver writing output... [ 6%] admin/group_capabilities_and_extra_specs writing output... [ 7%] admin/hdfs_native_driver writing output... [ 8%] admin/hitachi_hnas_driver writing output... [ 8%] admin/hpe_3par_driver writing output... [ 9%] admin/huawei_nas_driver writing output... [ 9%] admin/index writing output... [ 10%] admin/infortrend_driver writing output... [ 11%] admin/macrosan_driver writing output... [ 11%] admin/netapp_cluster_mode_driver writing output... [ 12%] admin/nexentastor5_driver writing output... [ 12%] admin/purestorage_flashblade_driver writing output... [ 13%] admin/share_back_ends_feature_support_mapping writing output... [ 13%] admin/share_mount_point_name writing output... [ 14%] admin/shared-file-systems-crud-share writing output... [ 15%] admin/shared-file-systems-healthcheck writing output... [ 15%] admin/shared-file-systems-key-concepts writing output... [ 16%] admin/shared-file-systems-manage-and-unmanage-share writing output... [ 16%] admin/shared-file-systems-manage-and-unmanage-snapshot writing output... [ 17%] admin/shared-file-systems-multi-backend writing output... [ 18%] admin/shared-file-systems-network-plugins writing output... [ 18%] admin/shared-file-systems-networking writing output... [ 19%] admin/shared-file-systems-profiling writing output... [ 19%] admin/shared-file-systems-quotas writing output... [ 20%] admin/shared-file-systems-scheduling writing output... [ 20%] admin/shared-file-systems-security-services writing output... [ 21%] admin/shared-file-systems-services-manage writing output... [ 22%] admin/shared-file-systems-share-backup-management writing output... [ 22%] admin/shared-file-systems-share-group-types writing output... [ 23%] admin/shared-file-systems-share-groups writing output... [ 23%] admin/shared-file-systems-share-management writing output... [ 24%] admin/shared-file-systems-share-migration writing output... [ 25%] admin/shared-file-systems-share-networks writing output... [ 25%] admin/shared-file-systems-share-replication writing output... [ 26%] admin/shared-file-systems-share-resize writing output... [ 26%] admin/shared-file-systems-share-revert-to-snapshot writing output... [ 27%] admin/shared-file-systems-share-server-management writing output... [ 27%] admin/shared-file-systems-share-server-migration writing output... [ 28%] admin/shared-file-systems-share-types writing output... [ 29%] admin/shared-file-systems-snapshots writing output... [ 29%] admin/shared-file-systems-troubleshoot writing output... [ 30%] admin/shared-file-systems-upgrades writing output... [ 30%] admin/tegile_driver writing output... [ 31%] admin/zadara_driver writing output... [ 32%] admin/zfs_on_linux_driver /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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%] cli/index writing output... [ 33%] cli/manila /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 33%] cli/manila-manage writing output... [ 34%] cli/manila-status writing output... [ 35%] configuration/index writing output... [ 35%] configuration/shared-file-systems/api writing output... [ 36%] configuration/shared-file-systems/config-options writing output... [ 36%] configuration/shared-file-systems/drivers writing output... [ 37%] configuration/shared-file-systems/drivers/cephfs_driver writing output... [ 37%] configuration/shared-file-systems/drivers/dell-emc-powerflex-driver writing output... [ 38%] configuration/shared-file-systems/drivers/dell-emc-powermax-driver writing output... [ 39%] configuration/shared-file-systems/drivers/dell-emc-powerscale-driver writing output... [ 39%] configuration/shared-file-systems/drivers/dell-emc-powerstore-driver writing output... [ 40%] configuration/shared-file-systems/drivers/dell-emc-unity-driver writing output... [ 40%] configuration/shared-file-systems/drivers/dell-emc-vnx-driver writing output... [ 41%] configuration/shared-file-systems/drivers/generic-driver writing output... [ 42%] configuration/shared-file-systems/drivers/glusterfs-driver writing output... [ 42%] configuration/shared-file-systems/drivers/glusterfs-native-driver writing output... [ 43%] configuration/shared-file-systems/drivers/hdfs-native-driver writing output... [ 43%] configuration/shared-file-systems/drivers/hitachi-hnas-driver writing output... [ 44%] configuration/shared-file-systems/drivers/hitachi-hsp-driver writing output... [ 44%] configuration/shared-file-systems/drivers/hpe-3par-share-driver writing output... [ 45%] configuration/shared-file-systems/drivers/huawei-nas-driver writing output... [ 46%] configuration/shared-file-systems/drivers/ibm-spectrumscale-driver writing output... [ 46%] configuration/shared-file-systems/drivers/infinidat-share-driver writing output... [ 47%] configuration/shared-file-systems/drivers/infortrend-nas-driver writing output... [ 47%] configuration/shared-file-systems/drivers/lvm-driver writing output... [ 48%] configuration/shared-file-systems/drivers/maprfs-native-driver writing output... [ 49%] configuration/shared-file-systems/drivers/netapp-cluster-mode-driver writing output... [ 49%] configuration/shared-file-systems/drivers/nexentastor5-driver writing output... [ 50%] configuration/shared-file-systems/drivers/purestorage-flashblade-driver writing output... [ 50%] configuration/shared-file-systems/drivers/quobyte-driver writing output... [ 51%] configuration/shared-file-systems/drivers/vastdata_driver writing output... [ 51%] configuration/shared-file-systems/drivers/windows-smb-driver writing output... [ 52%] configuration/shared-file-systems/drivers/zfs-on-linux-driver writing output... [ 53%] configuration/shared-file-systems/drivers/zfssa-manila-driver writing output... [ 53%] configuration/shared-file-systems/log-files writing output... [ 54%] configuration/shared-file-systems/overview writing output... [ 54%] configuration/shared-file-systems/samples/api-paste.ini writing output... [ 55%] configuration/shared-file-systems/samples/index writing output... [ 56%] configuration/shared-file-systems/samples/manila.conf writing output... [ 56%] configuration/shared-file-systems/samples/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: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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%] configuration/shared-file-systems/samples/rootwrap.conf writing output... [ 57%] configuration/shared-file-systems/samples/sample_policy writing output... [ 58%] contributor/adding_release_notes writing output... [ 58%] contributor/addmethod.openstackapi writing output... [ 59%] contributor/apache-httpd writing output... [ 60%] contributor/api_microversion_dev /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 60%] contributor/api_microversion_history writing output... [ 61%] contributor/architecture writing output... [ 61%] contributor/auth writing output... [ 62%] contributor/commit_message_tags writing output... [ 63%] contributor/contributing writing output... [ 63%] contributor/database /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 64%] contributor/development-environment-devstack writing output... [ 64%] contributor/development.environment writing output... [ 65%] contributor/documenting_your_work writing output... [ 65%] contributor/driver_filter_goodness_weigher writing output... [ 66%] contributor/driver_requirements writing output... [ 67%] contributor/experimental_apis writing output... [ 67%] contributor/fakes writing output... [ 68%] contributor/ganesha writing output... [ 68%] contributor/gerrit writing output... [ 69%] contributor/guru_meditation_report writing output... [ 70%] contributor/i18n writing output... [ 70%] contributor/index writing output... [ 71%] contributor/intro writing output... [ 71%] contributor/irc-quick-and-dirty writing output... [ 72%] contributor/launchpad writing output... [ 73%] contributor/manila /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 73%] contributor/manila-review-policy writing output... [ 74%] contributor/new_feature_workflow writing output... [ 74%] contributor/pool-aware-manila-scheduler writing output... [ 75%] contributor/project-team-lead writing output... [ 75%] contributor/rpc writing output... [ 76%] contributor/scheduler writing output... [ 77%] contributor/services writing output... [ 77%] contributor/share /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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%] contributor/share_hooks writing output... [ 78%] contributor/share_migration writing output... [ 79%] contributor/share_replication writing output... [ 80%] contributor/share_server_migration writing output... [ 80%] contributor/tempest_tests writing output... [ 81%] contributor/threading writing output... [ 81%] contributor/unit_tests writing output... [ 82%] contributor/user_messages writing output... [ 82%] index writing output... [ 83%] install/common/controller-node-common-configuration writing output... [ 84%] install/common/controller-node-prerequisites writing output... [ 84%] install/common/dhss-false-mode-configuration writing output... [ 85%] install/common/dhss-false-mode-intro writing output... [ 85%] install/common/dhss-false-mode-using-shared-file-systems writing output... [ 86%] install/common/dhss-true-mode-configuration writing output... [ 87%] install/common/dhss-true-mode-intro writing output... [ 87%] install/common/dhss-true-mode-using-shared-file-systems writing output... [ 88%] install/common/share-node-common-configuration writing output... [ 88%] install/common/share-node-share-server-modes writing output... [ 89%] install/get-started-with-shared-file-systems writing output... [ 89%] install/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: writing output... [ 90%] install/install-controller-debian writing output... [ 91%] install/install-controller-node writing output... [ 91%] install/install-controller-rdo writing output... [ 92%] install/install-controller-ubuntu writing output... [ 92%] install/install-share-debian writing output... [ 93%] install/install-share-node writing output... [ 94%] install/install-share-rdo writing output... [ 94%] install/install-share-ubuntu writing output... [ 95%] install/next-steps writing output... [ 95%] install/post-install writing output... [ 96%] install/verify writing output... [ 96%] reference/glossary writing output... [ 97%] reference/index writing output... [ 98%] user/create-and-manage-shares writing output... [ 98%] user/index writing output... [ 99%] user/share-network-operations writing output... [ 99%] user/share-network-subnet-operations writing output... [100%] user/troubleshooting-asynchronous-failures DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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 done DEBUG: writing additional pages... search done DEBUG: copying images... [ 10%] images/rpc/hds_network.jpg copying images... [ 20%] configuration/figures/hds_network.jpg copying images... [ 30%] configuration/figures/hsp_network.png copying images... [ 40%] configuration/figures/openstack-spectrumscale-setup.JPG copying images... [ 50%] images/rpc/arch.png copying images... [ 60%] images/rpc/rabt.png copying images... [ 70%] images/rpc/flow1.png copying images... [ 80%] images/rpc/flow2.png copying images... [ 90%] images/rpc/state.png copying images... [100%] install/figures/hwreqs.png DEBUG: dumping search index in English (code: en)... done DEBUG: dumping object inventory... done DEBUG: build succeeded, 2 warnings. DEBUG: The HTML pages are in doc/build/html. DEBUG: docs: OK (31.82 seconds) DEBUG: congratulations :) (31.89 seconds) DEBUG: + rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo DEBUG: + sphinx-build -b man doc/source doc/build/man DEBUG: Running Sphinx v7.2.6 DEBUG: [openstackdocstheme] version: 3.0.0 DEBUG: [openstackdocstheme] connecting html-page-context event handler DEBUG: making output directory... done DEBUG: [openstackdocstheme] overriding configured project name (Python) with name extracted from the package (manila); you can disable this behavior with the 'openstackdocs_auto_name' option DEBUG: [openstackdocstheme] using theme from /usr/lib/python3.12/site-packages/openstackdocstheme/theme DEBUG: [openstackdocstheme] no /builddir/build/BUILD/manila-21.1.0.dev33/.gitreview found DEBUG: [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/manila-21.1.0.dev33/doc/source/../../etc/oslo-config-generator/manila.conf DEBUG: [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/manila-21.1.0.dev33/doc/source/_static/manila.conf.sample DEBUG: [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/manila-21.1.0.dev33/doc/source/../../etc/manila/manila-policy-generator.conf DEBUG: [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/manila-21.1.0.dev33/doc/source/_static/manila.policy.yaml.sample DEBUG: building [mo]: targets for 0 po files that are out of date DEBUG: writing output... DEBUG: building [man]: all manpages DEBUG: updating environment: [new config] 171 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/capabilities_and_extra_specs reading sources... [ 1%] admin/container_driver reading sources... [ 2%] admin/deferred_deletion reading sources... [ 2%] admin/dell_emc_powerscale_driver reading sources... [ 3%] admin/emc_vnx_driver reading sources... [ 4%] admin/export_location_metadata reading sources... [ 4%] admin/generic_driver reading sources... [ 5%] admin/glusterfs_driver reading sources... [ 5%] admin/glusterfs_native_driver reading sources... [ 6%] admin/gpfs_driver reading sources... [ 6%] admin/group_capabilities_and_extra_specs reading sources... [ 7%] admin/hdfs_native_driver reading sources... [ 8%] admin/hitachi_hnas_driver reading sources... [ 8%] admin/hpe_3par_driver reading sources... [ 9%] admin/huawei_nas_driver reading sources... [ 9%] admin/index reading sources... [ 10%] admin/infortrend_driver reading sources... [ 11%] admin/macrosan_driver reading sources... [ 11%] admin/netapp_cluster_mode_driver reading sources... [ 12%] admin/nexentastor5_driver reading sources... [ 12%] admin/purestorage_flashblade_driver reading sources... [ 13%] admin/share_back_ends_feature_support_mapping reading sources... [ 13%] admin/share_mount_point_name reading sources... [ 14%] admin/shared-file-systems-crud-share reading sources... [ 15%] admin/shared-file-systems-healthcheck reading sources... [ 15%] admin/shared-file-systems-key-concepts reading sources... [ 16%] admin/shared-file-systems-manage-and-unmanage-share reading sources... [ 16%] admin/shared-file-systems-manage-and-unmanage-snapshot reading sources... [ 17%] admin/shared-file-systems-multi-backend reading sources... [ 18%] admin/shared-file-systems-network-plugins reading sources... [ 18%] admin/shared-file-systems-networking reading sources... [ 19%] admin/shared-file-systems-profiling reading sources... [ 19%] admin/shared-file-systems-quotas reading sources... [ 20%] admin/shared-file-systems-scheduling reading sources... [ 20%] admin/shared-file-systems-security-services reading sources... [ 21%] admin/shared-file-systems-services-manage reading sources... [ 22%] admin/shared-file-systems-share-backup-management reading sources... [ 22%] admin/shared-file-systems-share-group-types reading sources... [ 23%] admin/shared-file-systems-share-groups reading sources... [ 23%] admin/shared-file-systems-share-management reading sources... [ 24%] admin/shared-file-systems-share-migration reading sources... [ 25%] admin/shared-file-systems-share-networks reading sources... [ 25%] admin/shared-file-systems-share-replication reading sources... [ 26%] admin/shared-file-systems-share-resize reading sources... [ 26%] admin/shared-file-systems-share-revert-to-snapshot reading sources... [ 27%] admin/shared-file-systems-share-server-management reading sources... [ 27%] admin/shared-file-systems-share-server-migration reading sources... [ 28%] admin/shared-file-systems-share-types reading sources... [ 29%] admin/shared-file-systems-snapshots reading sources... [ 29%] admin/shared-file-systems-troubleshoot reading sources... [ 30%] admin/shared-file-systems-upgrades reading sources... [ 30%] admin/tegile_driver reading sources... [ 31%] admin/zadara_driver reading sources... [ 32%] admin/zfs_on_linux_driver reading sources... [ 32%] cli/index reading sources... [ 33%] cli/manila reading sources... [ 33%] cli/manila-manage reading sources... [ 34%] cli/manila-status reading sources... [ 35%] configuration/index reading sources... [ 35%] configuration/shared-file-systems/api reading sources... [ 36%] configuration/shared-file-systems/config-options reading sources... [ 36%] configuration/shared-file-systems/drivers reading sources... [ 37%] configuration/shared-file-systems/drivers/cephfs_driver reading sources... [ 37%] configuration/shared-file-systems/drivers/dell-emc-powerflex-driver reading sources... [ 38%] configuration/shared-file-systems/drivers/dell-emc-powermax-driver reading sources... [ 39%] configuration/shared-file-systems/drivers/dell-emc-powerscale-driver reading sources... [ 39%] configuration/shared-file-systems/drivers/dell-emc-powerstore-driver reading sources... [ 40%] configuration/shared-file-systems/drivers/dell-emc-unity-driver reading sources... [ 40%] configuration/shared-file-systems/drivers/dell-emc-vnx-driver reading sources... [ 41%] configuration/shared-file-systems/drivers/generic-driver reading sources... [ 42%] configuration/shared-file-systems/drivers/glusterfs-driver reading sources... [ 42%] configuration/shared-file-systems/drivers/glusterfs-native-driver reading sources... [ 43%] configuration/shared-file-systems/drivers/hdfs-native-driver reading sources... [ 43%] configuration/shared-file-systems/drivers/hitachi-hnas-driver reading sources... [ 44%] configuration/shared-file-systems/drivers/hitachi-hsp-driver reading sources... [ 44%] configuration/shared-file-systems/drivers/hpe-3par-share-driver reading sources... [ 45%] configuration/shared-file-systems/drivers/huawei-nas-driver reading sources... [ 46%] configuration/shared-file-systems/drivers/ibm-spectrumscale-driver reading sources... [ 46%] configuration/shared-file-systems/drivers/infinidat-share-driver reading sources... [ 47%] configuration/shared-file-systems/drivers/infortrend-nas-driver reading sources... [ 47%] configuration/shared-file-systems/drivers/lvm-driver reading sources... [ 48%] configuration/shared-file-systems/drivers/maprfs-native-driver reading sources... [ 49%] configuration/shared-file-systems/drivers/netapp-cluster-mode-driver reading sources... [ 49%] configuration/shared-file-systems/drivers/nexentastor5-driver reading sources... [ 50%] configuration/shared-file-systems/drivers/purestorage-flashblade-driver reading sources... [ 50%] configuration/shared-file-systems/drivers/quobyte-driver reading sources... [ 51%] configuration/shared-file-systems/drivers/vastdata_driver reading sources... [ 51%] configuration/shared-file-systems/drivers/windows-smb-driver reading sources... [ 52%] configuration/shared-file-systems/drivers/zfs-on-linux-driver reading sources... [ 53%] configuration/shared-file-systems/drivers/zfssa-manila-driver reading sources... [ 53%] configuration/shared-file-systems/log-files reading sources... [ 54%] configuration/shared-file-systems/overview reading sources... [ 54%] configuration/shared-file-systems/samples/api-paste.ini reading sources... [ 55%] configuration/shared-file-systems/samples/index reading sources... [ 56%] configuration/shared-file-systems/samples/manila.conf reading sources... [ 56%] configuration/shared-file-systems/samples/policy reading sources... [ 57%] configuration/shared-file-systems/samples/rootwrap.conf reading sources... [ 57%] configuration/shared-file-systems/samples/sample_policy reading sources... [ 58%] contributor/adding_release_notes reading sources... [ 58%] contributor/addmethod.openstackapi reading sources... [ 59%] contributor/apache-httpd reading sources... [ 60%] contributor/api_microversion_dev reading sources... [ 60%] contributor/api_microversion_history reading sources... [ 61%] contributor/architecture reading sources... [ 61%] contributor/auth reading sources... [ 62%] contributor/commit_message_tags reading sources... [ 63%] contributor/contributing reading sources... [ 63%] contributor/database reading sources... [ 64%] contributor/development-environment-devstack reading sources... [ 64%] contributor/development.environment reading sources... [ 65%] contributor/documenting_your_work reading sources... [ 65%] contributor/driver_filter_goodness_weigher reading sources... [ 66%] contributor/driver_requirements reading sources... [ 67%] contributor/experimental_apis reading sources... [ 67%] contributor/fakes An exception was thrown while monkey_patching for eventlet. to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib/python3.12/site-packages/eventlet/patcher.py", line 610, in _upgrade_instances DEBUG: for k, v in list(container_vars.items()): DEBUG: ^^^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'functools.partial' object has no attribute 'items' DEBUG: 17 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. DEBUG: reading sources... [ 68%] contributor/ganesha reading sources... [ 68%] contributor/gerrit reading sources... [ 69%] contributor/guru_meditation_report reading sources... [ 70%] contributor/i18n reading sources... [ 70%] contributor/index reading sources... [ 71%] contributor/intro reading sources... [ 71%] contributor/irc-quick-and-dirty reading sources... [ 72%] contributor/launchpad reading sources... [ 73%] contributor/manila reading sources... [ 73%] contributor/manila-review-policy reading sources... [ 74%] contributor/new_feature_workflow reading sources... [ 74%] contributor/pool-aware-manila-scheduler reading sources... [ 75%] contributor/project-team-lead reading sources... [ 75%] contributor/rpc reading sources... [ 76%] contributor/scheduler reading sources... [ 77%] contributor/services reading sources... [ 77%] contributor/share reading sources... [ 78%] contributor/share_hooks reading sources... [ 78%] contributor/share_migration reading sources... [ 79%] contributor/share_replication reading sources... [ 80%] contributor/share_server_migration reading sources... [ 80%] contributor/tempest_tests reading sources... [ 81%] contributor/threading reading sources... [ 81%] contributor/unit_tests reading sources... [ 82%] contributor/user_messages reading sources... [ 82%] index reading sources... [ 83%] install/common/controller-node-common-configuration reading sources... [ 84%] install/common/controller-node-prerequisites reading sources... [ 84%] install/common/dhss-false-mode-configuration reading sources... [ 85%] install/common/dhss-false-mode-intro reading sources... [ 85%] install/common/dhss-false-mode-using-shared-file-systems reading sources... [ 86%] install/common/dhss-true-mode-configuration reading sources... [ 87%] install/common/dhss-true-mode-intro reading sources... [ 87%] install/common/dhss-true-mode-using-shared-file-systems reading sources... [ 88%] install/common/share-node-common-configuration reading sources... [ 88%] install/common/share-node-share-server-modes reading sources... [ 89%] install/get-started-with-shared-file-systems reading sources... [ 89%] install/index reading sources... [ 90%] install/install-controller-debian reading sources... [ 91%] install/install-controller-node reading sources... [ 91%] install/install-controller-rdo reading sources... [ 92%] install/install-controller-ubuntu reading sources... [ 92%] install/install-share-debian reading sources... [ 93%] install/install-share-node reading sources... [ 94%] install/install-share-rdo reading sources... [ 94%] install/install-share-ubuntu reading sources... [ 95%] install/next-steps reading sources... [ 95%] install/post-install reading sources... [ 96%] install/verify reading sources... [ 96%] reference/glossary reading sources... [ 97%] reference/index reading sources... [ 98%] user/create-and-manage-shares reading sources... [ 98%] user/index reading sources... [ 99%] user/share-network-operations reading sources... [ 99%] user/share-network-subnet-operations reading sources... [100%] user/troubleshooting-asynchronous-failures DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/doc/source/install/common/dhss-false-mode-configuration.rst:: WARNING: image file not readable: install/common/figures/hwreqs.png DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/doc/source/install/common/share-node-common-configuration.rst:: WARNING: image file not readable: install/common/figures/hwreqs.png DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: writing... manila-manage.1 { } manila-status.1 { } done DEBUG: build succeeded, 2 warnings. DEBUG: The manual pages are in doc/build/man. DEBUG: + mkdir -p /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/man/man1 DEBUG: + install -p -D -m 644 doc/build/man/manila-manage.1 doc/build/man/manila-status.1 /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/man/man1/ DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/var/lib/manila DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/var/lib/manila/tmp DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/var/log/manila DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/etc/manila DEBUG: + install -p -D -m 640 etc/manila/manila.conf.sample /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/etc/manila/manila.conf DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/manila-dist.conf /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/manila/manila-dist.conf DEBUG: + install -p -D -m 640 etc/manila/rootwrap.conf /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/etc/manila/rootwrap.conf DEBUG: + install -p -D -m 640 etc/manila/api-paste.ini /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/etc/manila/api-paste.ini DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-manila-api.service /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/systemd/system/openstack-manila-api.service DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-manila-scheduler.service /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/systemd/system/openstack-manila-scheduler.service DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-manila-share.service /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/systemd/system/openstack-manila-share.service DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-manila-data.service /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/systemd/system/openstack-manila-data.service DEBUG: + install -p -D -m 440 /builddir/build/SOURCES/manila-sudoers /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/etc/sudoers.d/manila DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/manila.logrotate /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/etc/logrotate.d/openstack-manila DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/var/run/manila DEBUG: + mkdir -p /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/manila/rootwrap/ DEBUG: + install -p -D -m 644 etc/manila/rootwrap.d/share.filters /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/manila/rootwrap/ DEBUG: + rm -rf /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/etc DEBUG: + install -m 755 /builddir/build/SOURCES/manila-wsgi /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin/manila-wsgi DEBUG: + /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 21.1.0-0.20251113184655.f92cbc9.el10 --unique-debug-suffix -21.1.0-0.20251113184655.f92cbc9.el10.x86_64 --unique-debug-src-base openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/manila-21.1.0.dev33 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: + /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-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/python3.12 using python3.12 DEBUG: Not clamping source mtimes, $SOURCE_DATE_EPOCH not set DEBUG: + /usr/lib/rpm/redhat/brp-python-hardlink DEBUG: Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MMnKCg 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 manila-21.1.0.dev33 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-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin DEBUG: + PYTHONPATH=/builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib64/python3.12/site-packages:/builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/lib/python3.12/site-packages DEBUG: + PYTHONDONTWRITEBYTECODE=1 DEBUG: + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/manila-21.1.0.dev33/.pyproject-builddir' DEBUG: + PYTEST_XDIST_AUTO_NUM_WORKERS=4 DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -m tox --current-env -q --recreate -e py312 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.middleware.test_auth.TestManilaKeystoneContextMiddleware.test_user_id_only [0.348432s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.middleware.test_auth.TestManilaKeystoneContextMiddleware.test_user_only [0.056694s] ... ok DEBUG: Caught error: Expectation failed DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/middleware/fault.py", line 76, in __call__ DEBUG: return req.get_response(self.application) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/request.py", line 1313, in send DEBUG: status, headers, app_iter = self.call_application( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application DEBUG: app_iter = application(self.environ, start_response) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ DEBUG: resp = self.call_func(req, *args, **kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func DEBUG: return self.func(req, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/api/middleware/test_faults.py", line 146, in fail DEBUG: raise exception_type(msg) DEBUG: manila.tests.api.middleware.test_faults.ExceptionTest.test_non_manila_exception_mapping..ExceptionWithCode: Expectation failed DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {2} manila.tests.api.middleware.test_faults.ExceptionTest.test_non_manila_exception_mapping [0.037958s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1047: DeprecationWarning: The behavior of AcceptValidHeader.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: {2} manila.tests.api.middleware.test_faults.TestFaults.test_413_fault_json [0.261934s] ... ok DEBUG: {2} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_get_string [0.028474s] ... ok DEBUG: {2} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_min_version [0.045265s] ... ok DEBUG: {2} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_valid_version_strings_2___2_10___2__10_ [0.051254s] ... ok DEBUG: {2} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_valid_version_strings_6___2_200___2__200_ [0.023943s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ActionDispatcherTest.test_dispatch_default [0.028361s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.AuthorizeDecoratorTest.test_authorize_decorator_no_args [0.074527s] ... ok DEBUG: {0} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings_01_2 [0.317189s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.JSONDeserializerTest.test_json [0.042705s] ... ok DEBUG: {0} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings_05_5__3 [0.049990s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {2} manila.tests.api.openstack.test_wsgi.RequestTest.test_content_type_from_query_extension [0.027329s] ... ok DEBUG: {0} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings_06_5__3 [0.054366s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_2__share [0.036731s] ... ok DEBUG: Caught error: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/middleware/fault.py", line 76, in __call__ DEBUG: return req.get_response(self.application) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/request.py", line 1313, in send DEBUG: status, headers, app_iter = self.call_application( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application DEBUG: app_iter = application(self.environ, start_response) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ DEBUG: resp = self.call_func(req, *args, **kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func DEBUG: return self.func(req, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.api.middleware.test_faults.ExceptionTest.test_exception_with_none_code_throws_500 [0.180440s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/api/middleware/test_faults.py", line 181, in fail DEBUG: raise ExceptionWithNoneCode() DEBUG: manila.tests.api.middleware.test_faults.ExceptionTest.test_exception_with_none_code_throws_500..ExceptionWithNoneCode DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {2} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_4__v2_shares [0.034504s] ... ok DEBUG: Caught error: too many used DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/middleware/fault.py", line 76, in __call__ DEBUG: return req.get_response(self.application) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/request.py", line 1313, in send DEBUG: status, headers, app_iter = self.call_application( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application DEBUG: app_iter = application(self.environ, start_response) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ DEBUG: resp = self.call_func(req, *args, **kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func DEBUG: return self.func(req, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.api.middleware.test_faults.ExceptionTest.test_quota_error_mapping [0.031339s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/api/middleware/test_faults.py", line 146, in fail DEBUG: raise exception_type(msg) DEBUG: manila.exception.QuotaError: too many used DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: Caught error: some explanation DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/middleware/fault.py", line 76, in __call__ DEBUG: return req.get_response(self.application) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/request.py", line 1313, in send DEBUG: status, headers, app_iter = self.call_application( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application DEBUG: app_iter = application(self.environ, start_response) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ DEBUG: resp = self.call_func(req, *args, **kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func DEBUG: return self.func(req, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.api.middleware.test_faults.ExceptionTest.test_unsafe_exceptions_are_not_described_in_faults [0.019205s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/api/middleware/test_faults.py", line 126, in fail DEBUG: raise ExceptionWithSafety('some explanation') DEBUG: manila.tests.api.middleware.test_faults.ExceptionTest._do_test_exception_safety_reflected_in_faults..ExceptionWithSafety: some explanation DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {2} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_9__shared_file_sytems_v2_shares_xyzzy_action [0.049262s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_experimental_header_1_None [0.046274s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_experimental_header_3_false [0.020998s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_no_version_header [0.022383s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.openstack.test_wsgi.ResourceTest.test_dispatch [0.022789s] ... ok DEBUG: {3} manila.tests.api.middleware.test_auth.TestManilaKeystoneContextMiddleware.test_no_user_or_user_id [0.388848s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ResourceTest.test_get_body [0.023792s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {1} manila.tests.api.middleware.test_faults.ExceptionTest.test_validate_request_unicode_decode_fault [0.183953s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ResourceTest.test_get_body_bad_content [0.023545s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ResourceTest.test_get_method_action_method [0.027820s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1047: DeprecationWarning: The behavior of AcceptValidHeader.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: {1} manila.tests.api.middleware.test_faults.TestFaults.test_400_fault_json [0.040600s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ResourceTest.test_get_method_extensions [0.030390s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.middleware.test_faults.TestFaults.test_fault_has_status_int [0.021187s] ... ok DEBUG: {1} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings_02_200 [0.020722s] ... ok DEBUG: {3} manila.tests.api.middleware.test_auth.TestManilaKeystoneContextMiddleware.test_user_id_trumps_user [0.120900s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ResourceTest.test_get_method_undefined_controller_action [0.032830s] ... ok DEBUG: {1} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings_07_5_03 [0.017538s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ResourceTest.test_post_process_extensions_regular [0.020638s] ... ok DEBUG: {1} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings_10_ [0.028797s] ... ok DEBUG: Caught error: NotFound DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/middleware/fault.py", line 76, in __call__ DEBUG: return req.get_response(self.application) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/request.py", line 1313, in send DEBUG: status, headers, app_iter = self.call_application( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application DEBUG: app_iter = application(self.environ, start_response) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ DEBUG: resp = self.call_func(req, *args, **kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func DEBUG: return self.func(req, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/api/middleware/test_faults.py", line 146, in fail DEBUG: raise exception_type(msg) DEBUG: manila.tests.api.middleware.test_faults.ExceptionTest.test_non_manila_notfound_exception_mapping..ExceptionWithCode: NotFound DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {3} manila.tests.api.middleware.test_faults.ExceptionTest.test_non_manila_notfound_exception_mapping [0.044395s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ResourceTest.test_post_process_extensions_regular_response [0.023551s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ResourceTest.test_register_extensions [0.031038s] ... ok DEBUG: {1} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings_11__2_1 [0.045633s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ResponseObjectTest.test_get_header [0.022875s] ... ok DEBUG: {0} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings_09_2_001 [0.443972s] ... ok DEBUG: {1} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings_12_2_1_ [0.021642s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ResponseObjectTest.test_get_serializer_defaults [0.021831s] ... ok DEBUG: {1} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_max_api_version [0.019796s] ... ok DEBUG: {1} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_str_1___1____0___False_ [0.018049s] ... ok DEBUG: {0} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_null_version [0.035061s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ResponseObjectTest.test_override_default_code [0.026045s] ... ok DEBUG: {1} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_str_2___1____1___False_ [0.017963s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ValidBodyTest.test_is_valid_body_malformed_entity [0.021127s] ... ok DEBUG: {0} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_valid_version_strings_4___12_5___12__5_ [0.041978s] ... ok DEBUG: {2} manila.tests.api.openstack.test_wsgi.ValidBodyTest.test_is_valid_body_none [0.023849s] ... ok DEBUG: {1} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_valid_version_strings_1___1_1___1__1_ [0.037831s] ... ok DEBUG: {2} manila.tests.api.test_common.LimiterTest.test_limiter_custom_max_limit [0.022866s] ... ok DEBUG: {0} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_valid_version_strings_5___2_0___2__0_ [0.032920s] ... ok DEBUG: {1} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_valid_version_strings_3___5_234___5__234_ [0.052456s] ... ok DEBUG: {0} manila.tests.api.openstack.test_versioned_method.VersionedMethodTestCase.test_str [0.037106s] ... ok DEBUG: {2} manila.tests.api.test_common.LimiterTest.test_limiter_negative_offset [0.057333s] ... ok DEBUG: {1} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_version_comparisons [0.022446s] ... ok DEBUG: {1} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_version_matches [0.021773s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ActionDispatcherTest.test_dispatch [0.032702s] ... ok DEBUG: {2} manila.tests.api.test_common.LimiterTest.test_limiter_offset_zero [0.034906s] ... ok DEBUG: {1} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_version_matches_experimental_request [0.020252s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_parse_is_public_invalid [0.027088s] ... ok DEBUG: {1} manila.tests.api.openstack.test_versioned_method.VersionedMethodTestCase.test_cmpkey [0.017667s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.ActionDispatcherTest.test_dispatch_action_None [0.020092s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_remove_version_from_href_1___http___manila_example_com_v2_b2d18606_2673_4965_885a_4f5a8b955b9b_____http___manila_example_com_b2d18606_2673_4965_885a_4f5a8b955b9b___ [0.024829s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.AuthorizeDecoratorTest.test_authorize_exception [0.057678s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.AuthorizeDecoratorTest.test_authorize_decorator_action_name [0.018455s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_remove_version_from_href_3___http___manila_example_com_share_v2_22_____http___manila_example_com_share___ [0.021777s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1047: DeprecationWarning: The behavior of AcceptValidHeader.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: {1} manila.tests.api.openstack.test_wsgi.RequestTest.test_content_type_accept_default [0.019820s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_remove_version_from_href_5___http___10_10_10_10_3366_v1_____http___10_10_10_10_3366___ [0.020771s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.RequestTest.test_content_type_missing [0.016730s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_remove_version_from_href_6___http___10_10_10_10_3366_v2_b2d18606_2673_4965_885a_4f5a8b955b9b_____http___10_10_10_10_3366_b2d18606_2673_4965_885a_4f5a8b955b9b___ [0.021108s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_3__v1 [0.016310s] ... ok DEBUG: Caught error: some explanation DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/middleware/fault.py", line 76, in __call__ DEBUG: return req.get_response(self.application) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/request.py", line 1313, in send DEBUG: status, headers, app_iter = self.call_application( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application DEBUG: app_iter = application(self.environ, start_response) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ DEBUG: resp = self.call_func(req, *args, **kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func DEBUG: return self.func(req, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {0} manila.tests.api.openstack.test_wsgi.DictSerializerTest.test_dispatch_default [0.058020s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/api/middleware/test_faults.py", line 126, in fail DEBUG: raise ExceptionWithSafety('some explanation') DEBUG: manila.tests.api.middleware.test_faults.ExceptionTest._do_test_exception_safety_reflected_in_faults..ExceptionWithSafety: some explanation DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {3} manila.tests.api.middleware.test_faults.ExceptionTest.test_safe_exceptions_are_described_in_faults [0.395974s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_5__v1_1_ [0.018099s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_remove_version_from_href_7___http___manila_example_com_3366_v1_1_____http___manila_example_com_3366___ [0.025319s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_02___user____alice___False__False_ [0.020438s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.JSONDictSerializerTest.test_json [0.036240s] ... ok DEBUG: {3} manila.tests.api.middleware.test_faults.TestFaults.test_raise [0.049660s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_03___cert____alice___False__False_ [0.024159s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_experimental_header_2_true [0.062433s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_05___user____alice____False__False_ [0.020610s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.RequestTest.test_cache_and_retrieve_resources [0.039985s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.ResourceTest.test_get_method_action_json [0.018838s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_10___ip____1001__1000_120___False__True_ [0.020208s] ... ok DEBUG: {3} manila.tests.api.middleware.test_faults.TestFaults.test_raise_403 [0.043809s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.ResourceTest.test_get_method_action_whitelist_extensions [0.022533s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_01___ip____alice___False_ [0.025022s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.RequestTest.test_cache_and_retrieve_resources_by_resource_1_share_type [0.038737s] ... ok DEBUG: {3} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_cmpkey [0.032094s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.ResourceTest.test_post_process_extensions_generator_response [0.019658s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.ResourceTest.test_post_process_extensions_version_not_found [0.019822s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_not_authorized_3_true [0.030984s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1047: DeprecationWarning: The behavior of AcceptValidHeader.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} manila.tests.api.openstack.test_wsgi.RequestTest.test_content_type_from_accept_best [0.037350s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_policy_invalid_value_1_foo [0.021674s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.ResourceTest.test_pre_process_extensions_generator_response [0.029549s] ... ok DEBUG: {3} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_experimental_property_1_True [0.059929s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_policy_invalid_value_2_123 [0.022746s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {1} manila.tests.api.openstack.test_wsgi.ResourceTest.test_resource_not_authorized [0.021771s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.RequestTest.test_content_type_unsupported [0.036964s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_policy_invalid_value_3_all [0.021762s] ... ok DEBUG: {3} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_experimental_property_2_False [0.043397s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_policy_no_is_public [0.020831s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.ResponseObjectTest.test_default_code [0.040941s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.RequestTest.test_content_type_with_charset [0.030576s] ... ok DEBUG: {2} manila.tests.api.test_common.MiscFunctionsTest.test_validate_subnet_create [0.021243s] ... ok DEBUG: {3} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_experimental_property_value_error [0.033131s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.ResponseObjectTest.test_default_serializers [0.026441s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_7__shared_file_sytems_v2 [0.018021s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.ResponseObjectTest.test_del_header [0.018221s] ... ok DEBUG: {2} manila.tests.api.test_common.PaginationParamsTest.test_invalid_limit [0.029069s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_8__share_v3_5_share_replicas [0.019417s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.TextDeserializerTest.test_dispatch_default [0.016867s] ... ok DEBUG: {3} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_init [0.044184s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_exception [0.018106s] ... ok DEBUG: {2} manila.tests.api.test_common.PaginationParamsTest.test_no_params [0.031642s] ... ok DEBUG: {1} manila.tests.api.openstack.test_wsgi.ValidBodyTest.test_is_valid_body [0.017748s] ... ok DEBUG: {3} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings_03_2_1_4 [0.020088s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResourceTest.test_deserialize_decorator [0.019244s] ... ok DEBUG: {1} manila.tests.api.test_common.LimiterTest.test_limiter_limit_over_max [0.019904s] ... ok DEBUG: {2} manila.tests.api.test_common.ViewBuilderTest.test_versioned_method_v1_6_1_True [0.026862s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResourceTest.test_deserialize_default [0.018919s] ... ok DEBUG: {3} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings_04_200_23_66_3 [0.022674s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResourceTest.test_get_action_args [0.017837s] ... ok DEBUG: {1} manila.tests.api.test_common.LimiterTest.test_limiter_offset_bad [0.026714s] ... ok DEBUG: {3} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings_08_02_1 [0.024104s] ... ok DEBUG: {2} manila.tests.api.test_extensions.ExtensionAuthorizeTestCase.test_extension_authorizer_1 [0.029857s] ... ok DEBUG: {1} manila.tests.api.test_common.LimiterTest.test_limiter_offset_blank [0.016895s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResourceTest.test_get_body_no_content_body [0.019395s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test__check_net_id_and_subnet_id_3 [0.016883s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResourceTest.test_get_body_no_content_type [0.016704s] ... ok DEBUG: {3} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_matches_versioned_method [0.028273s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test__get_existing_subnets_1_None [0.020176s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResourceTest.test_get_method_action_bad_body [0.018438s] ... ok DEBUG: {3} manila.tests.api.openstack.test_api_version_request.APIVersionRequestTests.test_str_3___1____0___True_ [0.025183s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResourceTest.test_get_method_action_extensions [0.017377s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_parse_is_public_valid_2_True [0.019044s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1047: DeprecationWarning: The behavior of AcceptValidHeader.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: {1} manila.tests.api.test_common.MiscFunctionsTest.test_parse_is_public_valid_5_all [0.017614s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResourceTest.test_get_method_unknown_controller_action [0.018573s] ... ok DEBUG: {3} manila.tests.api.openstack.test_wsgi.RequestTest.test_content_type_from_accept [0.032759s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResourceTest.test_post_process_extensions_generator [0.017443s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_remove_version_from_href_2___http___manila_example_com_v1_____http___manila_example_com___ [0.017838s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_06___user____test_group_name___False__False_ [0.017236s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResourceTest.test_pre_process_extensions_generator [0.017319s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_07___user____group___________False__False_ [0.016594s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResourceTest.test_pre_process_extensions_regular [0.016466s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {2} manila.tests.api.test_extensions.ExtensionControllerIdFormatTest.test_id_with_bad_format [0.145970s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_03___ip____255_255_255_265___False_ [0.017101s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResourceTest.test_resource_call [0.020124s] ... ok DEBUG: {3} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_1_ [0.075214s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_08___cephx____alice___False_ [0.017582s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResponseObjectTest.test_bind_serializers [0.019443s] ... ok DEBUG: {2} manila.tests.api.test_validation.AdditionalPropertiesDisableTestCase.test_validate_additionalProperties_disable [0.031751s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_09___cephx_______True_ [0.023612s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResponseObjectTest.test_get_serializer [0.017970s] ... ok DEBUG: {3} manila.tests.api.openstack.test_wsgi.RequestTest.test_set_api_version_request_6__share_v1 [0.038742s] ... ok DEBUG: {2} manila.tests.api.test_validation.AdditionalPropertiesEnableTestCase.test_validate_additionalProperties_enable [0.023926s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_10___user____bob____False_ [0.016511s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResponseObjectTest.test_header_isolation [0.017921s] ... ok DEBUG: {2} manila.tests.api.test_validation.IntegerRangeTestCase.test_validate_integer_range_fails [0.024059s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_11___user____group_____False_ [0.017191s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ResponseObjectTest.test_set_header [0.023820s] ... ok DEBUG: {3} manila.tests.api.openstack.test_wsgi.ResourceTest.test_deserialize_badtype [0.037070s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_cephx_id_valid_1_alice [0.023454s] ... ok DEBUG: {2} manila.tests.api.test_validation.StringTestCase.test_validate_string [0.024824s] ... ok DEBUG: {0} manila.tests.api.openstack.test_wsgi.ValidBodyTest.test_is_valid_body_empty [0.017237s] ... ok DEBUG: {0} manila.tests.api.test_common.LimiterTest.test_limiter_limit_zero [0.017065s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_cephx_id_valid_3_alice_bob [0.017415s] ... ok DEBUG: {2} manila.tests.api.test_versions.ExperimentalAPITestCase.test_experimental_api_called_when_requested [0.022639s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_is_public_False_1_0 [0.016998s] ... ok DEBUG: {0} manila.tests.api.test_common.LimiterTest.test_limiter_offset_medium [0.017075s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {3} manila.tests.api.openstack.test_wsgi.ResourceTest.test_register_actions [0.053298s] ... ok DEBUG: {2} manila.tests.api.test_versions.ExperimentalAPITestCase.test_stable_api_always_called_1_True [0.020482s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test__check_net_id_and_subnet_id_1 [0.019037s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_is_public_False_3_false [0.024556s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test__check_net_id_and_subnet_id_2 [0.017123s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_is_public_True_2_True [0.016992s] ... ok DEBUG: {3} manila.tests.api.openstack.test_wsgi.ResponseObjectTest.test_modified_code [0.039299s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_remove_version_from_href_bad_request_1_http___manila_example_com_1_1_shares [0.017439s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_is_public_True_3_true [0.019321s] ... ok DEBUG: {2} manila.tests.api.test_versions.VersionsControllerTestCase.test_req_version_matches_1___2_5___200_ [0.056290s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_remove_version_from_href_bad_request_2_http___manila_example_com_v_shares [0.018740s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_not_authorized_4_yes [0.019658s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_remove_version_from_href_bad_request_3_http___manila_example_com_v1_1shares [0.017139s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_policy_invalid_value_4_None [0.021895s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_01___ip____1_1_1_1___False__False_ [0.018073s] ... ok DEBUG: {3} manila.tests.api.openstack.test_wsgi.ResponseObjectTest.test_override_modified_code [0.068847s] ... ok DEBUG: {1} manila.tests.api.test_common.MiscFunctionsTest.test_validate_subnet_create_multiple_subnet_not_support [0.019210s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_08___ip____172_24_41_0_24___False__False_ [0.016989s] ... ok DEBUG: {1} manila.tests.api.test_common.PaginationParamsTest.test_valid_limit [0.017411s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_04___ip____1_1_1_0_34___False_ [0.018242s] ... ok DEBUG: {1} manila.tests.api.test_common.PaginationParamsTest.test_valid_limit_and_marker [0.016432s] ... ok DEBUG: {3} manila.tests.api.openstack.test_wsgi.ResponseObjectTest.test_serialize [0.043762s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_05___cert_______False_ [0.018083s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_07___group____alice___True_ [0.017534s] ... ok DEBUG: {1} manila.tests.api.test_common.ViewBuilderTest.test_versioned_method_all_match_2 [0.030991s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_12___user________group___False_ [0.020440s] ... ok DEBUG: {3} manila.tests.api.openstack.test_wsgi.ValidBodyTest.test_is_valid_body_no_entity [0.053006s] ... ok DEBUG: {1} manila.tests.api.test_common.ViewBuilderTest.test_versioned_method_all_match_3 [0.031269s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_14___ip____1001_1001_256___False_ [0.026985s] ... ok DEBUG: {1} manila.tests.api.test_extensions.ExtensionAuthorizeTestCase.test_extension_authorizer_empty_target [0.016801s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_cephx_id_valid_2_alice_bob [0.019290s] ... ok DEBUG: {3} manila.tests.api.test_common.LimiterTest.test_limiter_limit_and_offset [0.051227s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_is_public_False_2_False [0.020985s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_is_public_False_4_no [0.019060s] ... ok DEBUG: {3} manila.tests.api.test_common.LimiterTest.test_limiter_limit_medium [0.039729s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_is_public_True_1_1 [0.017928s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_is_public_True_4_yes [0.021312s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_not_authorized_1_1 [0.019805s] ... ok DEBUG: {3} manila.tests.api.test_common.LimiterTest.test_limiter_negative_limit [0.053597s] ... ok DEBUG: {0} manila.tests.api.test_common.MiscFunctionsTest.test_validate_subnet_create_net_not_found [0.018573s] ... ok DEBUG: {0} manila.tests.api.test_common.ViewBuilderTest.test_versioned_method_all_match_1 [0.022413s] ... ok DEBUG: {3} manila.tests.api.test_common.LimiterTest.test_limiter_nothing [0.051147s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: {3} manila.tests.api.test_common.LimiterTest.test_limiter_offset_over_max [0.025762s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test__check_net_id_and_subnet_id_4 [0.017370s] ... ok DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test__get_existing_subnets_2_fake_az [0.024076s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {2} manila.tests.api.test_versions.VersionsControllerTestCase.test_versions_v1_1_1_0 [0.434755s] ... ok DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_parse_is_public_valid_1_None [0.029506s] ... ok DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_parse_is_public_valid_3_true [0.018147s] ... ok DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_parse_is_public_valid_4_false [0.018026s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {0} manila.tests.api.test_extensions.ExtensionControllerIdFormatTest.test_id_with_xml_format [0.161257s] ... ok DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_remove_version_from_href_4___http___manila_example_com_share_v1_b2d18606_2673_4965_885a_4f5a8b955b9b_____http___manila_example_com_share_b2d18606_2673_4965_885a_4f5a8b955b9b___ [0.018351s] ... ok DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_remove_version_from_href_8___http___manila_example_com_3366_v2_b2d18606_2673_4965_885a_4f5a8b955b9b_____http___manila_example_com_3366_b2d18606_2673_4965_885a_4f5a8b955b9b___ [0.025371s] ... ok DEBUG: Extension Fox In Socks: Cannot extend resource servers: No such resource DEBUG: Extension Fox In Socks: Cannot extend resource flavors: No such resource DEBUG: Extension Fox In Socks: Cannot extend resource flavors: No such resource DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_04___cephx____alice___True__False_ [0.017715s] ... ok DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_09___ip____1001__1001___False__True_ [0.021418s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_02___ip____1_1_1_0_10_12___False_ [0.018215s] ... ok DEBUG: {2} manila.tests.api.test_versions.VersionsControllerTestCase.test_versions_v2_1_2_0 [0.152034s] ... ok DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_06___cephx____client_alice___True_ [0.019563s] ... ok DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py:370: DeprecationWarning: Using class 'Server' (either directly or via inheritance) is deprecated and will be removed in version '2026.2': The Server class utilises the eventlet service, and eventlet support is deprecated for removal. You should remove use of eventlet servers from your application and switch to deploying via WSGI. DEBUG: self.server = wsgi.Server( DEBUG: /usr/lib/python3.12/site-packages/futurist/_futures.py:611: DeprecationWarning: Using class 'GreenFuture' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green future. DEBUG: f = GreenFuture() DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_validate_access_exception_13___ip____1001__1001_256___False_ [0.020334s] ... ok DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_validate_cephx_id_invalid_with_non_ascii [0.026007s] ... ok DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_validate_cephx_id_invalid_with_period [0.026804s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {2} manila.tests.api.test_versions.VersionsControllerTestCase.test_versions_version_invalid [0.103020s] ... ok DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_validate_public_share_not_authorized_2_True [0.023020s] ... ok DEBUG: {3} manila.tests.api.test_common.MiscFunctionsTest.test_validate_subnet_create_az_not_found [0.045234s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {0} manila.tests.api.test_extensions.ExtensionControllerTest.test_get_non_existing_extension_json [0.276973s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {2} manila.tests.api.test_versions.VersionsControllerTestCase.test_versions_version_not_acceptable [0.082536s] ... ok DEBUG: {3} manila.tests.api.test_common.PaginationParamsTest.test_valid_marker [0.042049s] ... ok DEBUG: {0} manila.tests.api.test_validation.AdditionalPropertiesDisableTestCase.test_validate_additionalProperties_disable_fails [0.019994s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {2} manila.tests.api.v1.test_limits.LimitMiddlewareTest.test_limited_request_json [0.033913s] ... ok DEBUG: {0} manila.tests.api.test_validation.BooleanTestCase.test_validate_boolean [0.023629s] ... ok DEBUG: {3} manila.tests.api.test_common.ViewBuilderTest.test_versioned_method_all_match_4 [0.041130s] ... ok DEBUG: {2} manila.tests.api.v1.test_limits.LimitTest.test_GET_delay [0.020361s] ... ok DEBUG: {0} manila.tests.api.test_validation.IntegerTestCase.test_validate_integer_fails [0.029009s] ... ok DEBUG: {2} manila.tests.api.v1.test_limits.LimiterTest.test_multiple_delays [0.022565s] ... ok DEBUG: {0} manila.tests.api.test_validation.PatternPropertiesTestCase.test_validate_patternProperties_fails [0.024767s] ... ok DEBUG: {2} manila.tests.api.v1.test_limits.LimitsControllerTest.test_index_json_1_2_0 [0.022683s] ... ok DEBUG: {3} manila.tests.api.test_common.ViewBuilderTest.test_versioned_method_no_updates_1_1_0 [0.055082s] ... ok DEBUG: {1} manila.tests.api.test_middleware.TestCORSMiddleware.test_get_request_1___http___valid_example_com____http___valid_example_com__ [0.715326s] ... ok DEBUG: {0} manila.tests.api.test_validation.RequiredDisableTestCase.test_validate_required_disable [0.020055s] ... ok DEBUG: {2} manila.tests.api.v1.test_limits.LimitsControllerTest.test_index_json_2_2_58 [0.024585s] ... ok DEBUG: {0} manila.tests.api.test_validation.RequiredEnableTestCase.test_validate_required_enable [0.025745s] ... ok DEBUG: {3} manila.tests.api.test_common.ViewBuilderTest.test_versioned_method_no_updates_2_1_40 [0.044207s] ... ok DEBUG: {2} manila.tests.api.v1.test_limits.ParseLimitsTest.test_invalid [0.027858s] ... ok DEBUG: {0} manila.tests.api.test_validation.RequiredEnableTestCase.test_validate_required_enable_fails [0.021037s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: {2} manila.tests.api.v1.test_limits.ParseLimitsTest.test_missing_arg [0.022223s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {3} manila.tests.api.test_common.ViewBuilderTest.test_versioned_method_v1_6_2_False [0.026837s] ... ok DEBUG: {0} manila.tests.api.test_versions.ExperimentalAPITestCase.test_experimental_header_returned_in_exception [0.020605s] ... ok DEBUG: {2} manila.tests.api.v1.test_limits.WsgiLimiterProxyTest.test_200 [0.020861s] ... ok DEBUG: {3} manila.tests.api.test_extensions.ExtensionAuthorizeTestCase.test_extension_authorizer_2 [0.021737s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {0} manila.tests.api.test_versions.ExperimentalAPITestCase.test_stable_api_always_called_2_False [0.028961s] ... ok DEBUG: {2} manila.tests.api.v1.test_limits.WsgiLimiterTest.test_response_to_delays [0.026772s] ... ok DEBUG: {2} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_index_with_filters_2_2_22 [0.027502s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {0} manila.tests.api.test_versions.VersionsControllerTestCase.test_req_version_matches_with_None_1___2_5____older__ [0.051604s] ... ok DEBUG: {2} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_with_share_type_disabled_2___detail___True_ [0.021878s] ... ok DEBUG: {2} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_with_share_type_enable_3___detail___True__True_ [0.019640s] ... ok DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py:370: DeprecationWarning: Using class 'Server' (either directly or via inheritance) is deprecated and will be removed in version '2026.2': The Server class utilises the eventlet service, and eventlet support is deprecated for removal. You should remove use of eventlet servers from your application and switch to deploying via WSGI. DEBUG: self.server = wsgi.Server( DEBUG: /usr/lib/python3.12/site-packages/futurist/_futures.py:611: DeprecationWarning: Using class 'GreenFuture' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green future. DEBUG: f = GreenFuture() DEBUG: {2} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_with_share_type_enable_4___detail___True__False_ [0.022264s] ... ok DEBUG: {2} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_list_all_filter_opts [0.025642s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {0} manila.tests.api.test_versions.VersionsControllerTestCase.test_req_version_matches_with_None_2___2_37____newer__ [0.082471s] ... ok DEBUG: {2} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_list_all_filter_opts_separately [0.027136s] ... ok DEBUG: {2} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_update_has_share_servers [0.021047s] ... ok DEBUG: {2} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_update_share_server_dependent_exists_1_True [0.020131s] ... ok DEBUG: {3} manila.tests.api.test_extensions.ExtensionControllerIdFormatTest.test_id_with_json_format [0.212726s] ... ok DEBUG: {2} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_update_share_server_dependent_exists_2_False [0.020699s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {0} manila.tests.api.test_versions.VersionsControllerTestCase.test_req_version_matches_with_None_None [0.090005s] ... ok DEBUG: {2} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_services_list_admin_context_invalid_opts [0.020359s] ... ok DEBUG: Extension Fox In Socks: Cannot extend resource servers: No such resource DEBUG: Extension Fox In Socks: Cannot extend resource flavors: No such resource DEBUG: Extension Fox In Socks: Cannot extend resource flavors: No such resource DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_4 [0.052973s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {0} manila.tests.api.test_versions.VersionsControllerTestCase.test_req_version_matches_with_if_1___2_5____older__ [0.062711s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_duplicate_share [0.020931s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_forbidden_manage [0.022598s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {0} manila.tests.api.test_versions.VersionsControllerTestCase.test_versions_root_3_2_0 [0.055333s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {3} manila.tests.api.test_extensions.ExtensionControllerTest.test_get_extension_json [0.212698s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {0} manila.tests.api.test_versions.VersionsControllerTestCase.test_versions_v1_3_2_0 [0.152238s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {0} manila.tests.api.test_versions.VersionsControllerTestCase.test_versions_version_not_found [0.040221s] ... ok DEBUG: {0} manila.tests.api.v1.test_limits.LimiterTest.test_delay_GET [0.018573s] ... ok DEBUG: {0} manila.tests.api.v1.test_limits.LimiterTest.test_delay_POST [0.017693s] ... ok DEBUG: {0} manila.tests.api.v1.test_limits.LimiterTest.test_delay_PUT_volumes [0.018142s] ... ok DEBUG: {1} manila.tests.api.test_middleware.TestCORSMiddleware.test_options_request_1___http___valid_example_com____http___valid_example_com__ [0.705205s] ... ok DEBUG: {0} manila.tests.api.v1.test_limits.LimiterTest.test_delay_PUT_wait [0.024721s] ... ok DEBUG: Extension Fox In Socks: Cannot extend resource servers: No such resource DEBUG: Extension Fox In Socks: Cannot extend resource flavors: No such resource DEBUG: Extension Fox In Socks: Cannot extend resource flavors: No such resource DEBUG: {3} manila.tests.api.test_extensions.ExtensionControllerTest.test_list_extensions_json [0.240745s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {0} manila.tests.api.v1.test_limits.LimiterTest.test_multiple_users [0.038210s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: {0} manila.tests.api.v1.test_limits.LimiterTest.test_no_delay_GET [0.031629s] ... ok DEBUG: {0} manila.tests.api.v1.test_limits.LimiterTest.test_user_limit [0.017692s] ... ok DEBUG: {0} manila.tests.api.v1.test_limits.LimitsControllerTest.test_index_ignores_extra_absolute_limits_json [0.020925s] ... ok DEBUG: {0} manila.tests.api.v1.test_limits.LimitsViewBuilderTest.test_build_limits [0.018274s] ... ok DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py:370: DeprecationWarning: Using class 'Server' (either directly or via inheritance) is deprecated and will be removed in version '2026.2': The Server class utilises the eventlet service, and eventlet support is deprecated for removal. You should remove use of eventlet servers from your application and switch to deploying via WSGI. DEBUG: self.server = wsgi.Server( DEBUG: /usr/lib/python3.12/site-packages/futurist/_futures.py:611: DeprecationWarning: Using class 'GreenFuture' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green future. DEBUG: f = GreenFuture() DEBUG: {0} manila.tests.api.v1.test_limits.ParseLimitsTest.test_bad_rule [0.018746s] ... ok DEBUG: {0} manila.tests.api.v1.test_limits.ParseLimitsTest.test_bad_unit [0.018874s] ... ok DEBUG: {0} manila.tests.api.v1.test_limits.WsgiLimiterTest.test_good_url [0.017530s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: {0} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_get_pools_detail [0.026193s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: {0} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_forbidden_1_index [0.017692s] ... ok DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py:370: DeprecationWarning: Using class 'Server' (either directly or via inheritance) is deprecated and will be removed in version '2026.2': The Server class utilises the eventlet service, and eventlet support is deprecated for removal. You should remove use of eventlet servers from your application and switch to deploying via WSGI. DEBUG: self.server = wsgi.Server( DEBUG: /usr/lib/python3.12/site-packages/futurist/_futures.py:611: DeprecationWarning: Using class 'GreenFuture' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green future. DEBUG: f = GreenFuture() DEBUG: {2} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_create_nonexistent_share [0.693023s] ... ok DEBUG: {1} manila.tests.api.test_middleware.TestCORSMiddleware.test_options_request_2___http___invalid_example_com___None_ [0.492660s] ... ok DEBUG: {0} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_index [0.245278s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_with_share_type_enable_1___index___False__True_ [0.019588s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_delete_affinities_admin_1_____affinity_same_host_______affinity_same_host__ [0.146813s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_index_nonexistent_share [0.052495s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_with_share_type_not_found_1_index [0.187140s] ... ok DEBUG: {0} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_with_share_type_not_found_2_detail [0.041288s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_affinities_admin_1 [0.135611s] ... ok DEBUG: {0} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsTestCase.test_create_resource [0.021224s] ... ok DEBUG: {0} manila.tests.api.v1.test_security_service.ShareApiTest.test_create_security_service_no_body [0.020321s] ... ok DEBUG: {3} manila.tests.api.test_middleware.TestCORSMiddleware.test_get_request_2___http___invalid_example_com___None_ [0.763535s] ... ok DEBUG: {0} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_create [0.028673s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_create_invalid_types [0.024296s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: Cannot set or update admin only metadata. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v1/share_metadata.py", line 117, in _update_share_metadata DEBUG: policy.check_policy( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 242, in check_policy DEBUG: return authorize(context, _action, target, do_raise=do_raise) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 195, in authorize 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/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1092, in enforce DEBUG: raise exc(*args, **kwargs) DEBUG: manila.exception.PolicyNotAuthorized: Policy doesn't allow share:update_admin_only_metadata to be performed. DEBUG: {2} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_affinities_user_2 [0.102819s] ... ok DEBUG: {0} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_list [0.023971s] ... ok DEBUG: {0} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_show [0.023476s] ... ok DEBUG: {0} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_update_description [0.036973s] ... ok DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py:370: DeprecationWarning: Using class 'Server' (either directly or via inheritance) is deprecated and will be removed in version '2026.2': The Server class utilises the eventlet service, and eventlet support is deprecated for removal. You should remove use of eventlet servers from your application and switch to deploying via WSGI. DEBUG: self.server = wsgi.Server( DEBUG: /usr/lib/python3.12/site-packages/futurist/_futures.py:611: DeprecationWarning: Using class 'GreenFuture' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green future. DEBUG: f = GreenFuture() DEBUG: {0} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_services_list_all_tenants_policy_authorized [0.021479s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Cannot set or update admin only metadata. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v1/share_metadata.py", line 117, in _update_share_metadata DEBUG: policy.check_policy( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 242, in check_policy DEBUG: return authorize(context, _action, target, do_raise=do_raise) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 195, in authorize 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/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: {0} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_services_list_all_tenants_policy_not_authorized [0.017857s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1092, in enforce DEBUG: raise exc(*args, **kwargs) DEBUG: manila.exception.PolicyNotAuthorized: Policy doesn't allow share:update_admin_only_metadata to be performed. DEBUG: {2} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_affinities_user_3 [0.108292s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_2 [0.048734s] ... ok DEBUG: {3} manila.tests.api.test_middleware.TestHealthCheckMiddleware.test_healthcheck [0.230332s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_3 [0.037353s] ... ok DEBUG: Metadata property key is blank. DEBUG: {2} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_item_empty_key [0.097650s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_invalid_share_server [0.019598s] ... ok DEBUG: {3} manila.tests.api.test_validation.DatetimeTestCase.test_validate_datetime [0.044575s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_share_type_not_found [0.024128s] ... ok DEBUG: {3} manila.tests.api.test_validation.DatetimeTestCase.test_validate_datetime_fails [0.022946s] ... ok DEBUG: {3} manila.tests.api.test_validation.IntegerRangeTestCase.test_validate_integer_range [0.021573s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.test_validation.IntegerTestCase.test_validate_integer [0.021373s] ... ok DEBUG: Metadata property key is greater than 255 characters. DEBUG: {2} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_item_key_too_long [0.096323s] ... ok DEBUG: {3} manila.tests.api.test_validation.StringLengthTestCase.test_validate_string_length [0.020630s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_create_item_empty_key [0.089475s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_delete_active_server [0.022759s] ... ok DEBUG: {3} manila.tests.api.test_validation.StringTestCase.test_validate_string_fails [0.020773s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_delete_deleting_server [0.018398s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_delete_used_server [0.018434s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {3} manila.tests.api.test_versions.VersionsControllerTestCase.test_req_version_matches_2___2_55___404_ [0.042961s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_details_share_server_not_found [0.026312s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {3} manila.tests.api.test_versions.VersionsControllerTestCase.test_req_version_matches_with_if_2___2_37____newer__ [0.051072s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_index_fake_filter [0.035263s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_index [0.125016s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_index_share_network_not_found_filter_project [0.020116s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_show_1 [0.017729s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {3} manila.tests.api.test_versions.VersionsControllerTestCase.test_versions_root_1_1_0 [0.046024s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_show_4 [0.018671s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_3__is__True [0.023353s] ... ok DEBUG: Snapshots cannot be created for share '100' since it does not have that capability. DEBUG: {2} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_no_support_2_False [0.018312s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_delete [0.037073s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_status_none [0.019257s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {3} manila.tests.api.test_versions.VersionsControllerTestCase.test_versions_v2_2_2_91 [0.123277s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_index_no_data [0.151367s] ... ok DEBUG: {3} manila.tests.api.v1.test_limits.LimitMiddlewareTest.test_good_request [0.018653s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_updates_display_descr [0.038996s] ... ok DEBUG: {1} manila.tests.api.test_schemas.SchemaTest.test_schemas [1.000861s] ... ok DEBUG: {3} manila.tests.api.v1.test_limits.LimiterTest.test_no_delay_PUT [0.031722s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_limits.LimitsControllerTest.test_empty_index_json [0.025949s] ... ok DEBUG: {1} manila.tests.api.test_validation.BooleanTestCase.test_validate_boolean_fails [0.045000s] ... ok DEBUG: {3} manila.tests.api.v1.test_limits.LimitsViewBuilderTest.test_build_limits_empty_limits [0.020227s] ... ok DEBUG: {3} manila.tests.api.v1.test_limits.ParseLimitsTest.test_bad_value [0.020511s] ... ok DEBUG: {1} manila.tests.api.test_validation.PatternPropertiesTestCase.test_validate_patternProperties [0.042660s] ... ok DEBUG: {3} manila.tests.api.v1.test_limits.ParseLimitsTest.test_multiple_rules [0.018928s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_limits.WsgiLimiterProxyTest.test_403 [0.019176s] ... ok DEBUG: {1} manila.tests.api.test_validation.StringLengthTestCase.test_validate_string_length_fails [0.042098s] ... ok DEBUG: {3} manila.tests.api.v1.test_limits.WsgiLimiterTest.test_escaping [0.019949s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_show [0.171866s] ... ok DEBUG: {3} manila.tests.api.v1.test_limits.WsgiLimiterTest.test_invalid_methods [0.020690s] ... ok DEBUG: {3} manila.tests.api.v1.test_limits.WsgiLimiterTest.test_response_to_delays_usernames [0.019297s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {1} manila.tests.api.test_versions.ExperimentalAPITestCase.test_experimental_api_not_called_when_not_requested [0.056836s] ... ok DEBUG: {3} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_forbidden_2_detail [0.027887s] ... ok DEBUG: {3} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_index_with_filters_1_1_0 [0.019978s] ... ok DEBUG: {3} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_index_with_filters_3_2_23 [0.019140s] ... ok DEBUG: {3} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_delete [0.019162s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_show_nonexistent_share [0.143690s] ... ok DEBUG: {3} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_list_filter_by_sn [0.027505s] ... ok DEBUG: {3} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_services_list_all_tenants_with_invalid_value [0.020330s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {1} manila.tests.api.test_versions.VersionsControllerTestCase.test_versions_root_2_1_1 [0.144485s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_1 [0.041421s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_6 [0.038297s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_bad_request_1 [0.033102s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_forbidden_validate_service_host [0.021001s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_invalid_body_1 [0.021020s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_force_delete_with_different_roles_1 [0.481330s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_invalid_body_2 [0.020630s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_affinities_admin_2 [0.226644s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_invalid_body_3 [0.019734s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_invalid_input [0.026476s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_manage.ShareManageTest.test_wrong_permissions [0.025514s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {1} manila.tests.api.test_versions.VersionsControllerTestCase.test_versions_root_4_3_0 [0.431771s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_force_delete_with_different_roles_2 [0.295801s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_02 [0.048970s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_03 [0.040212s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_06 [0.032850s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Cannot set or update admin only metadata. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v1/share_metadata.py", line 117, in _update_share_metadata DEBUG: policy.check_policy( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 242, in check_policy DEBUG: return authorize(context, _action, target, do_raise=do_raise) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 195, in authorize 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/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1092, in enforce DEBUG: raise exc(*args, **kwargs) DEBUG: manila.exception.PolicyNotAuthorized: Policy doesn't allow share:update_admin_only_metadata to be performed. DEBUG: {1} manila.tests.api.test_versions.VersionsControllerTestCase.test_versions_v1_2_1_1 [0.163759s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_affinities_user_4 [0.418980s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_09 [0.042772s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_13 [0.031118s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_malformed_container [0.063947s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1381: DeprecationWarning: The behavior of .best_match for the Accept classes is currently being maintained for backward compatibility, but the method will be deprecated in the future, as its behavior is not specified in (and currently does not conform to) RFC 7231. DEBUG: warnings.warn( DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_16 [0.035265s] ... ok DEBUG: {1} manila.tests.api.test_versions.VersionsControllerTestCase.test_versions_v1_4_2_91 [0.086208s] ... ok DEBUG: {1} manila.tests.api.test_wsgi.Test.test_router [0.018965s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_invalid_body_02 [0.037867s] ... ok DEBUG: {1} manila.tests.api.v1.test_limits.LimitMiddlewareTest.test_limit_class [0.022117s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_create [0.503820s] ... ok DEBUG: {1} manila.tests.api.v1.test_limits.LimitTest.test_GET_no_delay [0.018786s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_invalid_body_08 [0.025125s] ... ok DEBUG: {1} manila.tests.api.v1.test_limits.LimiterTest.test_delay_PUT [0.017305s] ... ok DEBUG: {1} manila.tests.api.v1.test_limits.LimitsControllerTest.test_index_diff_regex [0.017345s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_invalid_body_09 [0.027370s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_create_empty_body [0.058733s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_with_share_type_disabled_1___index___False_ [0.022538s] ... ok DEBUG: {1} manila.tests.api.v1.test_scheduler_stats.SchedulerStatsControllerTestCase.test_pools_with_share_type_enable_2___index___False__False_ [0.018877s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_with_invalid_extra_specs_1 [0.043110s] ... ok DEBUG: {1} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_create_invalid_active_directory_1_2_76 [0.024263s] ... ok DEBUG: {1} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_delete_has_share_networks [0.022336s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_with_invalid_extra_specs_4 [0.043535s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_item_affinities_admin_1_____affinity_same_host_______affinity_same_host__ [0.223760s] ... ok DEBUG: {1} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_delete_not_found [0.021274s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_show_not_found [0.020247s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_delete_1___1_0____key5__ [0.041866s] ... ok DEBUG: Cannot delete admin only metadata. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v1/share_metadata.py", line 185, in delete DEBUG: policy.check_policy(context, 'share', DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 242, in check_policy DEBUG: return authorize(context, _action, target, do_raise=do_raise) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 195, in authorize 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/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1092, in enforce DEBUG: raise exc(*args, **kwargs) DEBUG: manila.exception.PolicyNotAuthorized: Policy doesn't allow share:update_admin_only_metadata to be performed. DEBUG: {1} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_update_invalid_keys_sh_server_exists [0.028199s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_delete_affinities_user_1_____affinity_same_host_______affinity_same_host__ [0.154550s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_delete_4___2_24____snapshot_support__ [0.049278s] ... ok DEBUG: {1} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_update_name [0.032231s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_service_update_valid_keys_sh_server_exists [0.019326s] ... ok DEBUG: {1} manila.tests.api.v1.test_security_service.ShareApiTest.test_security_services_list_all_tenants_with_value_zero [0.018440s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_index_no_data [0.048293s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_item_affinities_admin_2_____affinity_different_host_______affinity_different_host__ [0.135818s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_5 [0.038713s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_show_spec_not_found [0.035311s] ... ok DEBUG: Cannot delete admin only metadata. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v1/share_metadata.py", line 185, in delete DEBUG: policy.check_policy(context, 'share', DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 242, in check_policy DEBUG: return authorize(context, _action, target, do_raise=do_raise) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 195, in authorize 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/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1092, in enforce DEBUG: raise exc(*args, **kwargs) DEBUG: manila.exception.PolicyNotAuthorized: Policy doesn't allow share:update_admin_only_metadata to be performed. DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_item_empty_body [0.050867s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_delete_affinities_user_2_____affinity_different_host_______affinity_different_host__ [0.129195s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_allow_dhss_true [0.041890s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_update_invalid_body_1_None [0.042501s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_bad_request_2 [0.021049s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_item_nonexistent_share [0.054328s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_invalid_body_4 [0.021148s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_delete_nonexistent_share [0.050890s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_manage.ShareManageTest.test_share_manage_service_not_found [0.019582s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_update_invalid_body_3 [0.045356s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_item_too_many_keys [0.042409s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_update_item_body_uri_mismatch [0.034495s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_show_meta_not_found [0.099630s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_2_manage_error [0.046460s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_create_item_key_too_long [0.096448s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Metadata property value is greater than 1023 characters. DEBUG: {0} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_item_value_too_long [0.113664s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_03_manage_starting [0.035251s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_details [0.019832s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_05_extending [0.033599s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_index_host_filter [0.017451s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_index_project_id_filter [0.045110s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_12_server_migrating_to [0.044056s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_affinities_admin_4 [0.153646s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_index_status_filter [0.026756s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_delete [0.156317s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_show_2 [0.017732s] ... ok DEBUG: {2} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_14_backup_creating [0.040803s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_show_3 [0.019503s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_1_true [0.018945s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_4_1 [0.026049s] ... ok DEBUG: Cannot set or update admin only metadata. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v1/share_metadata.py", line 117, in _update_share_metadata DEBUG: policy.check_policy( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 242, in check_policy DEBUG: return authorize(context, _action, target, do_raise=do_raise) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 195, in authorize 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/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1092, in enforce DEBUG: raise exc(*args, **kwargs) DEBUG: manila.exception.PolicyNotAuthorized: Policy doesn't allow share:update_admin_only_metadata to be performed. DEBUG: {0} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_no_body [0.018164s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_affinities_user_1 [0.111658s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_delete_nofound [0.034978s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_summary_with_search_opts_by_non_admin [0.018529s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_from_snapshot_not_supported_1_1_0 [0.135252s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_show_nofound [0.020240s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_malformed_data_1___asdf__ [0.127802s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_from_snapshot_not_supported_2_2_0 [0.077612s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_delete_affinities_admin_2_____affinity_different_host_______affinity_different_host__ [0.253400s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_invalid_subnet_2 [0.033816s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_item [0.153996s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_mount_point_name [0.129237s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_delete_creating_server [0.023406s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_delete_error_server [0.023762s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_index_no_filters [0.019298s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_reset_status_with_different_roles_2 [0.289213s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_with_valid_default_share_type [0.056623s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_index_share_network_filter_by_id [0.019788s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_index_share_network_filter_by_name [0.018694s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_05 [0.029546s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_show_server_not_found_2 [0.018792s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_10 [0.019537s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareAPITest.test_share_creation_fails_with_bad_size [0.053577s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_in_recycle_bin [0.019581s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_14 [0.018626s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_15 [0.018919s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_invalid_input_2 [0.025112s] ... ok DEBUG: Snapshots cannot be created for share '100' since it does not have that capability. DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_invalid_body_05 [0.018808s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_no_support_1_0 [0.019482s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareAPITest.test_share_list_summary [0.063143s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_detail_with_search_opts_by_non_admin [0.019636s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_invalid_body_06 [0.022997s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_invalid_body_11 [0.025396s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_summary [0.027803s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareAPITest.test_share_list_summary_with_search_opts_by_admin [0.039933s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_key_allowed_chars [0.022397s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_show [0.023634s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_delete_meta_not_found [0.388236s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_with_invalid_extra_specs_2 [0.019491s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v1.test_shares.ShareAPITest.test_share_not_updates_size [0.054854s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_with_invalid_extra_specs_3 [0.020195s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_show_status_none [0.037971s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_with_invalid_extra_specs_5 [0.023094s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v1.test_shares.ShareAPITest.test_share_show_with_share_type_name [0.037500s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_delete_3___2_24____key5__ [0.022965s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test__check_for_access_rule_locks_no_locks [0.025768s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_delete_forbidden_1___1_0____driver_handles_share_servers__ [0.032736s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_updates_description [0.079030s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test__create_access_deletion_locks_creation_failed [0.032488s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_delete_forbidden_4___2_23____snapshot_support__ [0.023080s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_show [0.023867s] ... ok DEBUG: Metadata property key is greater than 255 characters. DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test__create_access_locks_2 [0.036067s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_update_item_too_many_keys [0.021074s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_08 [0.054016s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_that_has_been_soft_deleted [0.038708s] ... ok DEBUG: Metadata property value is greater than 1023 characters. DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_10 [0.048524s] ... ok DEBUG: Metadata property key is blank. DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_invalid_metadata_items_on_create [0.288361s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_deny_access_policy_not_authorized_2__deny_access [0.040258s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_02 [0.039597s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_09 [0.047226s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_10 [0.037386s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_12 [0.045370s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_08_migrating_to [0.260910s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_invalid_reset_status_body_1 [0.377959s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_10_reverting [0.020757s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_04 [0.020602s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_16 [0.037819s] ... ok DEBUG: {0} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_15_ensuring [0.019349s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test_check_for_access_rules_locks [0.021302s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareAPITest.test_remove_invalid_options_admin [0.029824s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test_extend_invalid_body_3 [0.019000s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_invalid_body_10 [0.045230s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all [0.278107s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test_shrink_exception_1 [0.020443s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test_shrink_exception_2 [0.023526s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_invalid_body_12 [0.048200s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_from_snapshot_with_share_net_equals_parent [0.055034s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareActionsTest.test_shrink_invalid_body_1 [0.021501s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_invalid_body_13 [0.030014s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_from_snapshot_without_share_net_parent_exists [0.038858s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_invalid_input_2 [0.016732s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_too_many_keys_allowed_chars [0.048100s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_original_3_2_1 [0.036783s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_delete_forbidden_5___2_24____driver_handles_share_servers__ [0.031839s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_with_dhss_true_and_network_notexist [0.017283s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_with_share_net [0.037023s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareAPITest.test_share_creation_fails_with_invalid_share_type [0.017657s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_delete_not_found [0.058395s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_index [0.048844s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_update_item [0.029670s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareAPITest.test_share_list_detail_with_search_opts_by_admin [0.087683s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_affinities_admin_3 [0.294329s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_allow_dhss_true_with_share_server [0.053817s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_shares.ShareAPITest.test_share_show [0.071771s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_based_on_share_server [0.035200s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_shares.ShareAPITest.test_share_show_admin [0.047954s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_shares.ShareAPITest.test_share_show_no_share [0.019241s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_invalid_2 [0.067009s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_01_creating [0.018284s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_07_migrating [0.018843s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_shares.ShareAPITest.test_share_update [0.057580s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_09_restoring [0.017979s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_02 [0.028551s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_11_server_migrating [0.028612s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_empty_container [0.235103s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_11 [0.028490s] ... ok DEBUG: {3} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_13_backup_restoring [0.032851s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_13 [0.019343s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareAPITest.test_remove_invalid_options [0.017578s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_14 [0.018578s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareAdminActionsAPITest.test_share_invalid_reset_status_body_1 [0.541614s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_deny_access_policy_not_authorized_1__allow_access [0.018488s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_01 [0.018046s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_from_mount_point_name [0.051610s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_from_snapshot_invalid_share_net [0.017391s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_13 [0.026708s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_visibility_restrictions_1 [0.019071s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_from_snapshot_without_share_net_no_parent [0.037213s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_visibility_restrictions_2 [0.020631s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_invalid_availability_zone [0.017526s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v1.test_shares.ShareActionsTest.test_deny_access [0.018421s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_invalid_input_1 [0.018695s] ... ok DEBUG: Metadata property value is blank. DEBUG: {0} manila.tests.api.v1.test_shares.ShareActionsTest.test_extend_invalid_body_2 [0.019666s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_no_body [0.017540s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_malformed_data_2 [0.195133s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareActionsTest.test_shrink [0.020179s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_original_1_1_0 [0.034082s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_with_invalid_default_share_type [0.017983s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_with_snapshot_support_without_cg_2_2_3 [0.033458s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareAPITest.test_share_list_summary_with_search_opts_by_non_admin [0.025035s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Metadata property key is blank. DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_malformed_data_3 [0.132045s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareActionsTest.test__check_for_access_rules_locks_unauthorized [0.029766s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareActionsTest.test__create_access_locks_1 [0.017938s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareActionsTest.test_access_list [0.021869s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_06 [0.018038s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_09 [0.017559s] ... ok DEBUG: Metadata property key is blank. DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_malformed_data_4 [0.096358s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_12 [0.019019s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_03 [0.025717s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_08 [0.020123s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_all_nonexistent_share [0.075751s] ... ok DEBUG: {0} manila.tests.api.v1.test_shares.ShareAdminActionsAPITest.test_share_reset_status_with_different_roles_2 [0.336663s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_with_network_id [0.069346s] ... ok DEBUG: {0} manila.tests.api.v2.test_availability_zones.AvailabilityZonesAPITest.test_instantiate_controller_1_AvailabilityZoneControllerLegacy [0.021091s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareActionsTest.test_deny_access_not_found [0.020599s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareAdminActionsAPITest.test_share_invalid_reset_status_body_2 [0.530976s] ... ok DEBUG: {0} manila.tests.api.v2.test_messages.MessageApiTest.test_show_not_found [0.024148s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareActionsTest.test_extend_exception_1 [0.020397s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Cannot set or update admin only metadata. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v1/share_metadata.py", line 117, in _update_share_metadata DEBUG: policy.check_policy( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 242, in check_policy DEBUG: return authorize(context, _action, target, do_raise=do_raise) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 195, in authorize 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/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: {0} manila.tests.api.v2.test_messages.MessageApiTest.test_show_pre_microversion [0.020945s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1092, in enforce DEBUG: raise exc(*args, **kwargs) DEBUG: manila.exception.PolicyNotAuthorized: Policy doesn't allow share:update_admin_only_metadata to be performed. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_item_affinities_user_1_____affinity_same_host_______affinity_same_host__ [0.121307s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_messages.MessageApiTest.test_show_with_resource [0.021845s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Cannot set or update admin only metadata. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v1/share_metadata.py", line 117, in _update_share_metadata DEBUG: policy.check_policy( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 242, in check_policy DEBUG: return authorize(context, _action, target, do_raise=do_raise) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 195, in authorize 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/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1092, in enforce DEBUG: raise exc(*args, **kwargs) DEBUG: manila.exception.PolicyNotAuthorized: Policy doesn't allow share:update_admin_only_metadata to be performed. DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_item_affinities_user_2_____affinity_different_host_______affinity_different_host__ [0.162364s] ... ok DEBUG: {2} manila.tests.api.v1.test_shares.ShareAdminActionsAPITest.test_share_reset_status_with_different_roles_1 [0.312566s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_metadata.ShareMetaDataTest.test_update_item_body_uri_mismatch [0.115483s] ... ok DEBUG: {0} manila.tests.api.v2.test_metadata.MetadataAPITest.test_update_get_metadata_item_1 [0.288770s] ... ok DEBUG: {2} manila.tests.api.v2.test_availability_zones.AvailabilityZonesAPITest.test_index_1 [0.022534s] ... ok DEBUG: {2} manila.tests.api.v2.test_availability_zones.AvailabilityZonesAPITest.test_index_3 [0.026724s] ... ok DEBUG: Metadata property value is greater than 1023 characters. DEBUG: {0} manila.tests.api.v2.test_metadata.MetadataAPITest.test_update_metadata_with_invalid_metadata_4 [0.037757s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_delete_not_found [0.063487s] ... ok DEBUG: {2} manila.tests.api.v2.test_messages.MessageApiTest.test_index_with_created_since_and_created_before [0.026679s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_show_quota_1 [0.023420s] ... ok DEBUG: {2} manila.tests.api.v2.test_messages.MessageApiTest.test_show [0.025868s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_show_quota_3 [0.019494s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_index_share_network_not_found [0.040853s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_show_quota_6 [0.022136s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_servers.ShareServerAPITest.test_show_server_not_found_1 [0.025077s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_update_api_not_found_3 [0.017627s] ... ok DEBUG: {2} manila.tests.api.v2.test_metadata.MetadataAPITest.test__get_resource_policy_not_authorized_pubic_resource [0.044438s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_update_quota_5 [0.029557s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareAdminActionsAPITest.test_share_force_delete_missing [0.486561s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_specific_microversion_args_are_absent_success_2 [0.023617s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_share_not_updates_size [0.065426s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__get_share_type_id_not_found [0.019373s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_2_True [0.024767s] ... ok DEBUG: {2} manila.tests.api.v2.test_metadata.MetadataAPITest.test_create_index_metadata [0.097864s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_invalid_input_1 [0.031114s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_api_not_found_3 [0.045698s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_detail [0.023804s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_defaults_2 [0.023603s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_defaults_4 [0.018850s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_detail_with_search_opts_by_admin [0.024365s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_defaults_7 [0.020180s] ... ok DEBUG: {2} manila.tests.api.v2.test_metadata.MetadataAPITest.test_delete_metadata [0.086479s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_summary_with_search_opts_by_admin [0.033235s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_delete_share_type_quota [0.019610s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_delete_tenant_quota_3 [0.018975s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_delete_user_quota [0.022418s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_metadata.MetadataAPITest.test_delete_metadata_not_found [0.069231s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_get_quotas_with_different_api_versions_3 [0.022911s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_get_share_type_quota_with_old_microversion_1_show [0.019301s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_quota_detail_1 [0.024582s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_share_type_quota_detail_1_2_39 [0.024032s] ... ok DEBUG: {2} manila.tests.api.v2.test_metadata.MetadataAPITest.test_update_all_metadata_2 [0.082060s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_show_quota_not_authorized [0.026984s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_show_share_type_quota_2_2_40 [0.022895s] ... ok DEBUG: Change will make usage less than 0 for the following resources: ['shares', 'gigabytes'] DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_inexistent_quota [0.020202s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareAdminActionsAPITest.test_share_force_delete_with_different_roles_1 [0.373847s] ... ok DEBUG: {2} manila.tests.api.v2.test_metadata.MetadataAPITest.test_update_get_metadata_item_2 [0.086074s] ... ok DEBUG: Quota '[1]' for shares should be integer. DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_quota_with_invalid_value_4__1_ [0.036192s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_share_type_quota_for_share_networks [0.031014s] ... ok DEBUG: {0} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_without_quota [0.017505s] ... ok DEBUG: {0} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_create_invalid_2_invalid_body [0.017092s] ... ok DEBUG: {2} manila.tests.api.v2.test_metadata.MetadataAPITest.test_update_get_metadata_item_3 [0.081550s] ... ok DEBUG: {0} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_create_invalid_3_invalid_action [0.018113s] ... ok DEBUG: {2} manila.tests.api.v2.test_metadata.MetadataAPITest.test_update_metadata_with_resource_id_not_found [0.031450s] ... ok DEBUG: {0} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_create_invalid_6_invalid_resource_type [0.017433s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_api_not_found_1 [0.020224s] ... ok DEBUG: {0} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_update_invalid_3_invalid_action [0.030904s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_show_quota_2 [0.021529s] ... ok DEBUG: {0} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_update_invalid_4_invalid_reason [0.018989s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_show_quota_not_authorized [0.018688s] ... ok DEBUG: {0} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_index_invalid_pagination_1 [0.020104s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_update_quota_1 [0.022403s] ... ok DEBUG: {0} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_index_invalid_pagination_2 [0.028531s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_update_quota_2 [0.021327s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_update_quota_not_authorized [0.018985s] ... ok DEBUG: {0} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_index_invalid_time_filters_1 [0.030397s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_specific_microversion_args_are_absent_error_1 [0.026586s] ... ok DEBUG: {0} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_index_invalid_time_filters_2 [0.031410s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_specific_microversion_args_are_absent_error_2 [0.018093s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_specific_microversion_args_are_absent_success_1 [0.026617s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_security_services.SecurityServicesAPITest.test_index_2_2_43 [0.038865s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_specific_microversion_args_are_absent_success_4 [0.024168s] ... ok DEBUG: {0} manila.tests.api.v2.test_services.ServicesTest.test_ensure_shares_host_not_found [0.018778s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_force_delete_missing [0.572434s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__validate_user_id_and_share_type_args_3___bar___None_ [0.018245s] ... ok DEBUG: {0} manila.tests.api.v2.test_services.ServicesTest.test_services_list_with_state [0.019984s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_api_not_found_2 [0.019418s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_defaults_3 [0.027050s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_defaults_5 [0.019262s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_update_access_metadata_with_access_id_not_found [0.071345s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_update_access_metadata_with_body_error [0.080433s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_invalid_reset_status_body_2 [0.262353s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_update_metadata_3 [0.120375s] ... ok DEBUG: {3} manila.tests.api.v1.test_shares.ShareAdminActionsAPITest.test_share_force_delete_with_different_roles_2 [0.647311s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_availability_zones.AvailabilityZonesAPITest.test_index_2 [0.024253s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_delete_tenant_quota_1 [0.275473s] ... ok DEBUG: {3} manila.tests.api.v2.test_availability_zones.AvailabilityZonesAPITest.test_index_4 [0.039737s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_delete_tenant_quota_2 [0.019149s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_update_metadata_unsupported_version_3_2_8 [0.087766s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_get_quotas_with_different_api_versions_1 [0.019634s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_quota_detail_2 [0.024729s] ... ok DEBUG: {3} manila.tests.api.v2.test_availability_zones.AvailabilityZonesAPITest.test_index_with_unsupported_versions_4 [0.065166s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_update_metadata_unsupported_version_4_2_44 [0.056535s] ... ok DEBUG: Config option None.quota_shares is deprecated. Use option quota.shares instead. DEBUG: Config option None.quota_gigabytes is deprecated. Use option quota.gigabytes instead. DEBUG: Config option None.quota_snapshots is deprecated. Use option quota.snapshots instead. DEBUG: Config option None.quota_snapshot_gigabytes is deprecated. Use option quota.snapshot_gigabytes instead. DEBUG: Config option None.quota_share_networks is deprecated. Use option quota.share_networks instead. DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_all_quotas_with_force_1 [0.036494s] ... ok DEBUG: {3} manila.tests.api.v2.test_messages.MessageApiTest.test_index_with_limit_and_offset [0.045525s] ... ok DEBUG: Config option None.quota_shares is deprecated. Use option quota.shares instead. DEBUG: Config option None.quota_gigabytes is deprecated. Use option quota.gigabytes instead. DEBUG: Config option None.quota_snapshots is deprecated. Use option quota.snapshots instead. DEBUG: Config option None.quota_snapshot_gigabytes is deprecated. Use option quota.snapshot_gigabytes instead. DEBUG: Config option None.quota_share_networks is deprecated. Use option quota.share_networks instead. DEBUG: {0} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test__is_rule_restricted_1_True [0.046111s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_all_quotas_with_force_3 [0.032157s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_api_not_found_1 [0.019155s] ... ok DEBUG: {3} manila.tests.api.v2.test_metadata.MetadataAPITest.test__get_resource_policy_not_authorized_private_resource_2_False [0.057491s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_list_accesses_share_not_found [0.046654s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_reset_status_with_different_roles_1 [0.266169s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_quota_1 [0.034820s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_01 [0.027385s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_quota_with_invalid_value_1__2 [0.026874s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_list_with_unsupported_version_1_1_0 [0.045760s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_07 [0.021370s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_quota_with_value_greater_than_2147483647_1 [0.019772s] ... ok DEBUG: {3} manila.tests.api.v2.test_metadata.MetadataAPITest.test_update_all_metadata_1 [0.080294s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_quota_with_value_greater_than_2147483647_2 [0.020784s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_08 [0.029110s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_list_with_unsupported_version_3_2_8 [0.054037s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_11 [0.026053s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_share_type_quota_1_2_39 [0.040607s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_12 [0.026435s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_share_type_quota_2_2_40 [0.038306s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_invalid_body_01_None [0.023457s] ... ok DEBUG: {3} manila.tests.api.v2.test_metadata.MetadataAPITest.test_update_all_metadata_3 [0.099006s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_invalid_body_03 [0.019755s] ... ok DEBUG: {2} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_user_quota_can_not_be_bigger_than_tenant_quota [0.034326s] ... ok DEBUG: Metadata property key is blank. DEBUG: {1} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_invalid_body_04 [0.026835s] ... ok DEBUG: {2} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_create_invalid_1_no_body_content [0.019302s] ... ok DEBUG: {3} manila.tests.api.v2.test_metadata.MetadataAPITest.test_update_metadata_with_invalid_metadata_2 [0.039446s] ... ok DEBUG: {2} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_create_invalid_4_invalid_reason [0.019662s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_show_access_not_authorized [0.136666s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_create_invalid_body_07 [0.030856s] ... ok DEBUG: {2} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_update_invalid_5_disallowed_attributes [0.018217s] ... ok DEBUG: Metadata property key is greater than 255 characters. DEBUG: {3} manila.tests.api.v2.test_metadata.MetadataAPITest.test_update_metadata_with_invalid_metadata_3 [0.041529s] ... ok DEBUG: {2} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_create_visibility_already_locked [0.019859s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_delete_2___2_23____key5__ [0.033268s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_api_not_found_2 [0.021481s] ... ok DEBUG: {2} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_index_invalid_time_filters_3 [0.020206s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_show_restricted_1_True [0.058455s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_delete_forbidden_2___1_0____snapshot_support__ [0.027016s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_show_quota_5 [0.024138s] ... ok DEBUG: {2} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_index_invalid_time_filters_4 [0.024426s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_update_api_not_found_1 [0.024017s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_delete_forbidden_3___2_23____driver_handles_share_servers__ [0.029337s] ... ok DEBUG: {2} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_show [0.021152s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_update_api_not_found_2 [0.019587s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_show_with_unsupported_version_1_1_0 [0.052562s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_security_services.SecurityServicesAPITest.test_index_4_2_76 [0.037466s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_update_quota_3 [0.031040s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_types_extra_specs.ShareTypesExtraSpecsTest.test_update_invalid_body_2 [0.054439s] ... ok DEBUG: {2} manila.tests.api.v2.test_services.ServicesTest.test_ensure_shares_conflict [0.020501s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_show_with_unsupported_version_2_2_0 [0.057758s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_update_quota_4 [0.031696s] ... ok DEBUG: {2} manila.tests.api.v2.test_services.ServicesTest.test_services_disable_4 [0.019024s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_1_available [0.034896s] ... ok DEBUG: {2} manila.tests.api.v2.test_services.ServicesTest.test_services_enable_2 [0.017909s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_share_type_arg_is_absent_1 [0.035855s] ... ok DEBUG: {2} manila.tests.api.v2.test_services.ServicesTest.test_services_list_with_status [0.017966s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_show_with_unsupported_version_3_2_44 [0.053782s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_invalid_1 [0.039918s] ... ok DEBUG: {2} manila.tests.api.v2.test_services.ServicesTest.test_services_update_legacy_url_2_dot_7_api_not_found_1 [0.017140s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_share_type_arg_is_absent_2 [0.032078s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_not_found [0.027795s] ... ok DEBUG: {2} manila.tests.api.v2.test_services.ServicesTest.test_services_update_legacy_url_2_dot_7_api_not_found_3 [0.027147s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_specific_microversion_args_are_absent_error_3 [0.021164s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_update_access_level_invalid_update_request [0.046010s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_that_has_backups [0.032307s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_specific_microversion_args_are_absent_error_4 [0.019871s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_that_has_replicas [0.023580s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_list_backups_detail_1_True [0.038661s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_api_not_found_1 [0.036430s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_that_has_snapshots [0.022850s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_get_quotas_with_different_api_versions_2 [0.026557s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_policy_not_authorized_1_index [0.042801s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_update_metadata_unsupported_version_1_1_0 [0.092668s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_02_deleting [0.027558s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_get_quotas_with_different_api_versions_6 [0.025405s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_04_unmanage_starting [0.022315s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_upsupported_microversion_1_index [0.038428s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_unmanage_share_with_transitional_state_06_shrinking [0.027837s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_show_quota_1 [0.039667s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_upsupported_microversion_2_detail [0.039372s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_update_metadata_unsupported_version_2_2_0 [0.076441s] ... ok DEBUG: {1} manila.tests.api.v1.test_share_unmanage.ShareUnmanageTest.test_wrong_permissions [0.025643s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_show_share_type_quota_1_2_39 [0.025849s] ... ok DEBUG: Config option None.quota_shares is deprecated. Use option quota.shares instead. DEBUG: {1} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_invalid_subnet_1 [0.027485s] ... ok DEBUG: Config option None.quota_gigabytes is deprecated. Use option quota.gigabytes instead. DEBUG: Config option None.quota_snapshots is deprecated. Use option quota.snapshots instead. DEBUG: Config option None.quota_snapshot_gigabytes is deprecated. Use option quota.snapshot_gigabytes instead. DEBUG: Config option None.quota_share_networks is deprecated. Use option quota.share_networks instead. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_all_quotas_with_force_2 [0.036153s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_upsupported_microversion_4_create [0.049434s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_list_accesses_restricted_2_False [0.056035s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_api_not_found_3 [0.018415s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_original_2_2_0 [0.051011s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_quota_not_authorized [0.025673s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Quota '{1: 2}' for shares should be integer. DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_quota_with_invalid_value_3 [0.022857s] ... ok DEBUG: {3} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_share_type_quota_using_too_old_microversion [0.022137s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_list_and_show_1 [0.088699s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_with_share_net_not_active [0.078369s] ... ok DEBUG: {3} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_update_3_resource_action [0.032870s] ... ok DEBUG: {3} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_update_invalid_1_no_body_content [0.019489s] ... ok DEBUG: {3} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_update_invalid_2_invalid_body [0.018749s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_update_access_level [0.066849s] ... ok DEBUG: {3} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_delete_not_found [0.021556s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_show_not_found [0.025335s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareAPITest.test_share_create_with_snapshot_support_without_cg_1_2_2 [0.095878s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_update_access_level_invalid_access_level [0.062110s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_security_services.SecurityServicesAPITest.test_index_3_2_44 [0.046554s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareAPITest.test_share_delete [0.051584s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_create [0.042501s] ... ok DEBUG: {3} manila.tests.api.v2.test_services.ServicesTest.test_ensure_shares [0.021911s] ... ok DEBUG: {3} manila.tests.api.v2.test_services.ServicesTest.test_ensure_shares_no_host_param [0.018833s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareAPITest.test_share_delete_no_share [0.034568s] ... ok DEBUG: {3} manila.tests.api.v2.test_services.ServicesTest.test_services_enable_3 [0.020152s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_create_exception_path_1_InvalidBackup [0.057999s] ... ok DEBUG: {3} manila.tests.api.v2.test_services.ServicesTest.test_services_list_2 [0.021890s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_index_metadata_1_2_86 [0.341199s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareAPITest.test_share_list_detail [0.048039s] ... ok DEBUG: {3} manila.tests.api.v2.test_services.ServicesTest.test_services_list_3 [0.021019s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_create_invalid_share_id [0.051969s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_services.ServicesTest.test_services_list_4 [0.030797s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_shares.ShareAPITest.test_share_list_detail_with_search_opts_by_non_admin [0.046658s] ... ok DEBUG: {3} manila.tests.api.v2.test_services.ServicesTest.test_services_list_api_not_found_1 [0.022375s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_list_backups_detail_2_False [0.037951s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_services.ServicesTest.test_services_list_with_binary [0.028895s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_shares.ShareAPITest.test_share_list_detail_with_task_state [0.048309s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_list_backups_summary_with_share_id [0.038306s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test__check_for_access_rules_cant_manipulate_lock [0.022111s] ... ok DEBUG: {3} manila.tests.api.v2.test_services.ServicesTest.test_services_list_with_host_binary [0.026672s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_list_export_locations_replicated_share_2_2_47 [0.140834s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test__check_for_access_rules_locks_too_many_locks [0.024784s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_list_share_backups_with_limit [0.039464s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test__create_access_locks_3 [0.032998s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_show [0.040730s] ... ok DEBUG: {3} manila.tests.api.v2.test_services.ServicesTest.test_services_list_with_zone [0.080322s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_show_export_location_not_found [0.078395s] ... ok DEBUG: {3} manila.tests.api.v2.test_services.ServicesTest.test_services_update_legacy_url_2_dot_7_api_not_found_2 [0.022343s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_show_no_backup [0.039570s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test__create_access_visibility_locks_creation_failed [0.054805s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_01 [0.041022s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_update [0.054954s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_show_export_location_share_not_found [0.096804s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_03 [0.058945s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_delete_access_metadata_not_found [0.116447s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test__force_delete_call_1 [0.040869s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_create_group_does_not_exist [0.036702s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_04 [0.059697s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_delete_metadata_with_unsupported_version_3_2_43 [0.064825s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_05 [0.030121s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_create_no_share_group_id [0.041768s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_07 [0.036502s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_create_with_description [0.037964s] ... ok DEBUG: Metadata property key is blank. DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_04 [0.028363s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_update_metadata_with_invalid_metadata_2 [0.082626s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_05 [0.022148s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_list_index_2 [0.039766s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_get_admin_export_location [0.235730s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_06 [0.038292s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_list_index_with_limit [0.038466s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_07 [0.022638s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Metadata property key is greater than 255 characters. DEBUG: {3} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_update_metadata_with_invalid_metadata_3 [0.101416s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_list_index_with_limit_and_offset [0.045386s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_11 [0.029175s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_14 [0.022807s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_error_15 [0.022104s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_list_accesses_restricted_1_True [0.060504s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_index_metadata_2_2_87 [0.161483s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_list_accesses_share_req_share_id_not_exist [0.056871s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_list_and_show_2 [0.108184s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_list_and_show_1 [0.143888s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_share_group_snapshot_force_delete_with_different_roles_3 [0.282328s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_list_with_unsupported_version_4_2_44 [0.081681s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_show_access_not_found [0.132995s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_allow_access_visibility_restrictions_3 [0.426597s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_create_invalid_body [0.060641s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_deny_access_delete_locks [0.027707s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_create_no_share_id [0.044129s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_deny_access_with_share_network_id [0.074201s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_list_and_show_with_preferred_flag_2_user [0.361105s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_extend [0.029401s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_extend_exception_2 [0.035200s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_extend_exception_3 [0.020420s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_extend_invalid_body_1 [0.027030s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_show_metadata_2_2_87 [0.111362s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_shrink_invalid_body_2 [0.030676s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v1.test_shares.ShareActionsTest.test_shrink_invalid_body_3 [0.023748s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_show_with_unsupported_version_1_1_0 [0.078506s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_show_with_unsupported_version_3_2_8 [0.081448s] ... ok DEBUG: {1} manila.tests.api.v1.test_shares.ShareAdminActionsAPITest.test_share_reset_status_for_missing [0.122840s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_share_group_snapshot_force_delete_with_different_roles_4 [0.612827s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_availability_zones.AvailabilityZonesAPITest.test_index_with_unsupported_versions_1 [0.031337s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_show_2 [0.039402s] ... ok DEBUG: {1} manila.tests.api.v2.test_availability_zones.AvailabilityZonesAPITest.test_index_with_unsupported_versions_2 [0.041073s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test__update_call_2 [0.027231s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_validate_metadata_for_update [0.105682s] ... ok DEBUG: {1} manila.tests.api.v2.test_availability_zones.AvailabilityZonesAPITest.test_index_with_unsupported_versions_3 [0.031151s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_07 [0.019017s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_10 [0.017961s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test__reset_status_call_1 [0.036253s] ... ok DEBUG: {1} manila.tests.api.v2.test_availability_zones.AvailabilityZonesAPITest.test_instantiate_controller_2_AvailabilityZoneController [0.038134s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_delete [0.473289s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_12 [0.018955s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_invalid_body_05 [0.017745s] ... ok DEBUG: {1} manila.tests.api.v2.test_messages.MessageApiTest.test_delete [0.027698s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_create_1 [0.044244s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_delete_exception [0.038421s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_invalid_body_08 [0.020968s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_invalid_body_12 [0.020338s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_messages.MessageApiTest.test_delete_not_found [0.040134s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_create_group_does_not_a_uuid [0.043520s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_non_experimental_4 [0.018903s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_delete_invalid_backup [0.050119s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_show_spec_not_found [0.021052s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_update_invalid_body_3 [0.018205s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_delete_in_conflicting_status [0.041941s] ... ok DEBUG: {1} manila.tests.api.v2.test_messages.MessageApiTest.test_index [0.062225s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_messages.MessageApiTest.test_index_with_invalid_time_format [0.022555s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_list_backups_summary [0.067962s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_list_detail_no_share_groups [0.038866s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_add_project_access_with_already_added_access [0.047851s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_metadata.MetadataAPITest.test__get_resource_policy_not_authorized_private_resource_1_True [0.046306s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_list_share_backups_detail_invalid_share [0.046170s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_remove_project_access_from_public_share_type [0.035885s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_list_detail_with_limit [0.045925s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_metadata.MetadataAPITest.test_update_metadata_with_body_error [0.040805s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_remove_project_access_missing_remove_project_access_in_body [0.037772s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_list_detail_with_limit_and_offset [0.038450s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_list_share_backups_detail_with_limit_and_offset [0.051506s] ... ok DEBUG: Metadata property value is blank. DEBUG: {1} manila.tests.api.v2.test_metadata.MetadataAPITest.test_update_metadata_with_invalid_metadata_1 [0.039614s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_list_index_no_share_groups [0.038528s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_remove_project_access_non_existent_type [0.051260s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_restore_to_target_share [0.042667s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_api_not_found_3 [0.022260s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_invalid_request_missing_share_types [0.022256s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_show_quota_4 [0.026327s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_upsupported_microversion_5_delete [0.039243s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_with_wrong_group_specs_4___t____u____p____l____e__ [0.028148s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_class_sets.QuotaSetsControllerTest.test_show_quota_7 [0.021802s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_create_with_is_default_key_2___2_45___False_ [0.020761s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_share_type_arg_is_absent_exception [0.023035s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_create_with_is_default_key_4___2_46___False_ [0.019098s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_specific_microversion_args_are_absent_error_5 [0.028869s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_default_2 [0.031469s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_specific_microversion_args_are_absent_error_6 [0.023619s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_default_not_found [0.027658s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_delete_2 [0.022129s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_specific_microversion_args_are_absent_error_7 [0.044506s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_delete_metadata [0.140356s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test__force_delete_call_2 [0.037515s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_specific_microversion_args_are_absent_success_3 [0.044007s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_specific_microversion_args_are_absent_success_5 [0.041852s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test__reset_status_call_1 [0.061379s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_share_group_snapshot_force_delete_with_different_roles_1 [0.283971s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_sg_create_no_default_share_type_with_share_group_snapshot [0.039561s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__ensure_specific_microversion_args_are_absent_success_6 [0.048556s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__get_share_type_id_found [0.025547s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_sg_create_with_source_sg_snapshot_id_and_share_network [0.041481s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_list_and_show_2 [0.185255s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__get_share_type_id_is_not_provided [0.026210s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__validate_user_id_and_share_type_args_1__None__None_ [0.021208s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_invalid_body [0.047015s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_invalid_body_share_types_not_a_list [0.042198s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__validate_user_id_and_share_type_args_2__None___foo__ [0.044485s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test__validate_user_id_and_share_type_args_exception [0.031833s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_source_group_snapshot_not_in_available [0.036699s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_defaults_1 [0.026662s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_with_az_and_source_share_group_snapshot [0.041348s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_defaults_6 [0.037924s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_with_description [0.040694s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_defaults_8 [0.036336s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_defaults_9 [0.022504s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_with_invalid_group_type_specified [0.058700s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_delete_not_authorized [0.039294s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_with_invalid_share_types_field [0.046318s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_list_and_show_4 [0.307280s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_delete_share_type_quota_using_too_old_microversion [0.040975s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_with_name [0.039689s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_get_quotas_with_different_api_versions_4 [0.053372s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_with_nonexistent_az [0.036726s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_get_quotas_with_different_api_versions_5 [0.047741s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_delete_2 [0.051515s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_share_group_snapshot_force_delete_with_different_roles_2 [0.531201s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_get_share_type_quota_with_old_microversion_2_detail [0.029714s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_delete_group_not_found [0.045430s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_share_type_quota_detail_2_2_40 [0.031947s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_show_quota_2 [0.033397s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_list_and_show_with_preferred_flag_1_admin [0.224513s] ... ok DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_api_not_found_2 [0.023837s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_quota_2 [0.030515s] ... ok DEBUG: Quota 'foo' for shares should be integer. DEBUG: {1} manila.tests.api.v2.test_quota_sets.QuotaSetsControllerTest.test_update_quota_with_invalid_value_2_foo [0.027752s] ... ok DEBUG: {1} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_create [0.031526s] ... ok DEBUG: {1} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_create_invalid_5_invalid_resource_id [0.025701s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_list_export_locations_replicated_share_1_2_91 [0.158042s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_share_group_snapshot_reset_status_with_different_roles_1 [0.254069s] ... ok DEBUG: {1} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_update_1_action_and_lock_reason [0.028649s] ... ok DEBUG: {1} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test__check_body_for_update_2_lock_reason [0.021816s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_create [0.031418s] ... ok DEBUG: {1} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_create_no_such_resource [0.021628s] ... ok DEBUG: {1} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_delete [0.022419s] ... ok DEBUG: {1} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_index [0.024001s] ... ok DEBUG: {1} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_index_invalid_pagination_3 [0.023382s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_list_export_locations_replicated_share_3_2_46 [0.150043s] ... ok DEBUG: {1} manila.tests.api.v2.test_resource_locks.ResourceLockApiTest.test_update [0.028734s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_list_export_locations_share_not_found [0.079065s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_security_services.SecurityServicesAPITest.test_index_1_2_0 [0.055701s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_services.ServicesTest.test_services_disable_1 [0.024077s] ... ok DEBUG: {1} manila.tests.api.v2.test_services.ServicesTest.test_services_disable_2 [0.019798s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_list_with_unsupported_version_2_2_0 [0.058214s] ... ok DEBUG: {1} manila.tests.api.v2.test_services.ServicesTest.test_services_disable_3 [0.030370s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_services.ServicesTest.test_services_enable_1 [0.022530s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_show_with_unsupported_version_2_2_0 [0.102043s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_force_delete_with_different_roles_1 [0.609467s] ... ok DEBUG: {1} manila.tests.api.v2.test_services.ServicesTest.test_services_list_1 [0.038877s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_services.ServicesTest.test_services_list_api_not_found_2 [0.044976s] ... ok DEBUG: {1} manila.tests.api.v2.test_services.ServicesTest.test_services_list_api_not_found_3 [0.061860s] ... ok DEBUG: {1} manila.tests.api.v2.test_services.ServicesTest.test_services_list_with_host [0.032553s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_share_group_snapshot_reset_status_with_different_roles_4 [0.552166s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_update_all_metadata [0.175901s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_show_1 [0.039535s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_show_share_group_not_found [0.035164s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test__reset_status_call_2 [0.093337s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_update_invalid_body_invalid_field [0.036652s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_force_delete_with_different_roles_4 [0.273553s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_delete_metadata [0.143325s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_update_with_name_and_description_1 [0.047352s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_list_index_with_like_filter [0.052921s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_create_invalid_share_group [0.068789s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_01 [0.029300s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_list_index_with_limit [0.040198s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_02 [0.020394s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_03 [0.020281s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_show_group_not_found [0.038263s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_delete_2 [0.069698s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_04 [0.019398s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_delete_metadata_with_unsupported_version_1_1_0 [0.147065s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_09 [0.031479s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_update_invalid_body [0.043157s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_delete_not_found [0.056499s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_15 [0.034756s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_update_with_name_and_description_2 [0.041198s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_16 [0.026953s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_delete_metadata_with_unsupported_version_2_2_0 [0.077046s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_invalid_body_01_None [0.020029s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_invalid_body_03 [0.021352s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_list_detail_2 [0.087900s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_invalid_body_09 [0.019412s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_invalid_body_11 [0.018911s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_non_experimental_1 [0.020054s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_update_metadata_1 [0.099978s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_non_experimental_2 [0.020097s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_with_too_small_value [0.025625s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_index_1 [0.024823s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_add_project_access_2 [0.063257s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_add_project_access_non_existent_type [0.041961s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_add_project_access_to_public_share_type [0.044748s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_list_type_access_private [0.040204s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_list_type_access_public [0.036052s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_remove_project_access_1 [0.035972s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_remove_project_access_2 [0.035797s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_update_metadata_2 [0.387230s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_remove_project_access_nonexistent_rule [0.036106s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_with_group_specs_1_None [0.019504s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_with_group_specs_2 [0.018095s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_with_wrong_group_specs_8 [0.018607s] ... ok DEBUG: Metadata property value is blank. DEBUG: {1} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_update_metadata_with_invalid_metadata_1 [0.067567s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_groups_reset_status_with_different_roles_3 [0.592481s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_create_with_is_default_key_3___2_46___True_ [0.018230s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_delete_1 [0.018747s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_index_2 [0.019095s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_list_with_is_default_key_2___2_45___False_ [0.024736s] ... ok DEBUG: Metadata property value is greater than 1023 characters. DEBUG: {1} manila.tests.api.v2.test_share_access_metadata.ShareAccessesMetadataAPITest.test_update_metadata_with_invalid_metadata_4 [0.086489s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_show_1 [0.018527s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_show_2 [0.018104s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_list_and_show_1 [0.121214s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_show_not_found [0.018497s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_share_group_snapshot_reset_status_with_different_roles_2 [0.662551s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test__is_rule_restricted_2_False [0.058691s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_group_create_invalid_group_snapshot_state [0.036492s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_no_default_group_type [0.035671s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_list_with_unsupported_version_2_2_0 [0.066595s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_no_default_share_type [0.043855s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_list_and_show_with_preferred_flag_2_user [0.118295s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_accesses.ShareAccessesAPITest.test_show_restricted_2_False [0.063760s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_share_network_id_not_a_uuid [0.036816s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_list_export_locations_share_instance_not_found [0.058990s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_create_exception_path_2_ShareBusyException [0.038964s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_with_az [0.056287s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_list_share_backups_detail_1_2_80 [0.040889s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_with_group_type_specified [0.050826s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_list_share_backups_detail_2_2_91 [0.040874s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_show_with_unsupported_version_2_2_0 [0.109711s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_with_invalid_share_types_field_not_uuids [0.048642s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_list_share_backups_detail_with_limit [0.044046s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_delete_1 [0.035878s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_list_share_backups_with_limit_and_offset [0.040633s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_share_group_snapshot_reset_status_with_different_roles_3 [0.368349s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_get_share_instances_3_2_9 [0.104833s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_delete_in_conflicting_status [0.046774s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_policy_not_authorized_2_detail [0.040237s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_update_invalid_body_readonly_field [0.038481s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_restore [0.039076s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_08 [0.023362s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_get_share_instances_4_2_11 [0.062152s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_invalid_body_04 [0.026583s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_restore_invalid_backup_id [0.043787s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_invalid_body_06 [0.020926s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_invalid_body_10 [0.026155s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_backups.ShareBackupsApiTest.test_upsupported_microversion_3_show [0.048434s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_too_many_keys_allowed_chars [0.027327s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_with_too_big_key [0.027929s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_index_3_2_35 [0.131441s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_with_too_big_value [0.023357s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_create_metadata [0.114179s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_delete_1 [0.053222s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_delete_not_found [0.035268s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_index_2 [0.023596s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_index_no_data [0.022464s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_show_1 [0.027844s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_show_2 [0.024267s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_list_and_show_3 [0.155899s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_update_invalid_body_1_None [0.025722s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_update_invalid_body_2 [0.021180s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_update_item_body_uri_mismatch [0.022402s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_list_with_unsupported_version_1_1_0 [0.058414s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_update_item_too_many_keys [0.019101s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_force_delete_with_different_roles_3 [0.508423s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_list_with_unsupported_version_3_2_8 [0.063722s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_add_project_access_missing_project_in_body [0.047715s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_list_detail_2 [0.036324s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_remove_project_access_missing_project_in_body [0.041658s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_list_detail_with_limit [0.043184s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_invalid_request_duplicate_name [0.022432s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_list_index_with_limit_and_offset [0.036578s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_invalid_request_missing_name [0.032504s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_private_share_group_type [0.020533s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_show_2 [0.036368s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_show_metadata_1_2_86 [0.132642s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_with_wrong_group_specs_1_str [0.022512s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_update_invalid_body_invalid_field [0.037511s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_with_wrong_group_specs_2___l____i____s____t__ [0.034994s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_update_invalid_body_readonly_field [0.043892s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_create_with_is_default_key_1___2_45___True_ [0.044034s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_instance_force_delete_missing [0.571474s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_default_1 [0.026088s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_index_as_admin_default_public_only [0.018149s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_not_found_2_get_share_instances [0.047197s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_index_not_experimental [0.023160s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Cannot set or update admin only metadata. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v2/share_export_locations.py", line 134, in _validate_metadata_for_update DEBUG: policy.check_policy( 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: manila.exception.PolicyNotAuthorized: Policy doesn't allow update_admin_only_metadata to be performed. DEBUG: {1} manila.tests.api.v2.test_share_export_locations.ShareExportLocationsAPITest.test_validate_metadata_for_update_invalid [0.198268s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_list_with_is_default_key_1___2_45___True_ [0.038157s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_show_with_share_types [0.035970s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test__force_delete_call_2 [0.042051s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_shares_group_types_show_with_is_default_key_1___2_45___True_ [0.022331s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_create_2 [0.037424s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_shares_group_types_show_with_is_default_key_3___2_46___True_ [0.019309s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test__force_delete_call_1 [0.036707s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_create_invalid_body [0.046890s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_create_with_name [0.039178s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_create_with_name_and_description [0.041582s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_delete_1 [0.038938s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_invalid_reset_status_body_4 [0.310615s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_list_detail_1 [0.055794s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_list_index_1 [0.044876s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_update_invalid_body [0.042877s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_group_create_invalid_body_share_types_and_source_group_snapshot [0.312807s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_update_snapshot_not_found [0.082758s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_invalid_input [0.048211s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_groups_reset_status_with_different_roles_1 [0.644414s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_source_group_snapshot_not_a_uuid [0.044674s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_snapshots.ShareGroupSnapshotAPITest.test_update_with_name_and_description_2 [0.075636s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_with_source_sg_snapshot_id [0.042826s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test__update_call_1 [0.031509s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_05 [0.019937s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_list_detail_1 [0.041521s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_06 [0.019884s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_list_and_show_4 [0.119895s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_11 [0.019096s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_list_detail_no_groups [0.044029s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_13 [0.018252s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_experimental_14 [0.022704s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_list_detail_with_limit_and_offset [0.043574s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_invalid_body_02 [0.024596s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_invalid_body_07 [0.022054s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_list_index_1 [0.044309s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_key_allowed_chars [0.019596s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_list_and_show_with_preferred_flag_1_admin [0.128599s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_non_experimental_3 [0.021200s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_list_index_2 [0.039380s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_create_with_too_small_key [0.019250s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_type_specs.ShareGroupTypesSpecsTest.test_delete_2 [0.018371s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_list_index_no_groups [0.039035s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_show_with_unsupported_version_3_2_8 [0.071869s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_add_project_access_1 [0.040371s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_show_as_admin [0.048837s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_add_project_access_missing_add_project_access_in_body [0.036345s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_get_share_instances_2_2_8 [0.056931s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_update_with_name_and_description_1 [0.050487s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypeAccessTest.test_list_type_access_type_not_found [0.034733s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_minimal_1 [0.018855s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_02 [0.699585s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_minimal_2 [0.021744s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_provided_share_type_does_not_exist [0.026840s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_index_2_2_34 [0.102213s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_with_wrong_group_specs_3 [0.023030s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_with_wrong_group_specs_5_1 [0.021079s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_with_wrong_group_specs_6 [0.023524s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_index_with_limit [0.080124s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_create_with_wrong_group_specs_7 [0.019932s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_delete_not_found [0.027162s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_index_1 [0.021030s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_index_as_admin [0.019302s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_groups_reset_status_with_different_roles_2 [0.343971s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_03 [0.317683s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_instance_force_delete_with_different_roles_1 [0.288344s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_list_and_show_2 [0.135471s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_index_no_data_1_True [0.298066s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_index_no_data_2_False [0.045319s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_index_older_api_version [0.036332s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_list_with_is_default_key_3___2_46___True_ [0.040772s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_share_group_types_list_with_is_default_key_4___2_46___False_ [0.045165s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_list_and_show_3 [0.228445s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_shares_group_types_show_with_is_default_key_2___2_45___False_ [0.033331s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_list_with_unsupported_version_1_1_0 [0.082689s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_group_types.ShareGroupTypesAPITest.test_shares_group_types_show_with_is_default_key_4___2_46___False_ [0.045647s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_show_with_unsupported_version_1_1_0 [0.080625s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test__reset_status_call_2 [0.077692s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_access_1___show___2_ [0.036237s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_access_2___get_share_instances___2_ [0.036530s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_1 [0.079583s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_07 [0.630061s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_access_3___index___1_ [0.036682s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_2 [0.073448s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_invalid_body_invalid_field [0.091965s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_instance_force_delete_with_different_roles_3 [0.685270s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_not_found_1_show [0.044242s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_source_group_snapshot_does_not_exist [0.055447s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_with_name_and_description [0.039420s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_with_share_network_id [0.038702s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_create_with_share_types [0.037489s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instances_reset_status_with_different_roles_2 [0.429518s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_index_1_2_3 [0.448805s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_show_3_2_71 [0.065406s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_invalid_reset_status_body_2 [0.398800s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_force_delete_with_different_roles_2 [0.283007s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_delete_metadata_1_2_78 [0.152066s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_show_1 [0.056712s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_group_update_group_not_found [0.052500s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_instance_force_delete_with_different_roles_2 [0.292711s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_index_metadata [0.123237s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_list_subnet [0.099250s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_share_network_subnet_delete_network_not_found [0.052165s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_01 [0.604534s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_subnet_create_1 [0.304780s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_groups.ShareGroupAPITest.test_share_groups_reset_status_with_different_roles_4 [0.546207s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_subnet_create_fail_update_network_allocation_2 [0.065877s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_list_with_unsupported_version_2_2_0 [0.059603s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: None DEBUG: {0} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_subnet_create_fail_update_network_allocation_3 [0.061693s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_list_with_unsupported_version_3_2_8 [0.059508s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_instance_force_delete_with_different_roles_4 [0.661554s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: None DEBUG: {0} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_subnet_create_subnet_db_error_1_2_51 [0.080507s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_instance_export_locations.ShareInstanceExportLocationsAPITest.test_show_export_location_share_instance_not_found [0.087167s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_06 [0.282045s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_update_all_metadata_1_2_78 [0.052488s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test__share_network_subnets_contain_share_servers_1 [0.020657s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_get_share_instances_1_2_3 [0.059843s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test__share_servers_are_auto_deletable_2 [0.025597s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test__subnet_has_search_opt_1 [0.019120s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test__subnet_has_search_opt_2 [0.019980s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_action_security_service_contains_share_servers_2_remove_security_service [0.021500s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_index_4_2_69 [0.099672s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_add_security_service_with_server_invalid_version [0.055695s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_add_security_service_with_server_update_failed_1 [0.048331s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_04 [0.299824s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_check_add_security_service [0.027826s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_check_add_security_service_not_found [0.028513s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_check_update_security_service [0.030713s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_check_update_security_service_not_found [0.029413s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_az_not_found_1 [0.037732s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_invalid_cases_2 [0.041059s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_invalid_cases_5 [0.034563s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Can not delete share network fake network id, it has share group(s). DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_delete_contains_is_auto_deletable_false_servers [0.048271s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instances_reset_status_with_different_roles_3 [0.527782s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_delete_contains_more_than_one_subnet [0.035879s] ... ok DEBUG: The share network fake network id has more than one subnet attached. Please remove the subnets untill you have one or no subnets remaining. DEBUG: {1} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_invalid_reset_status_body_1 [0.405215s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_delete_in_use_by_share [0.045191s] ... ok DEBUG: Can not delete share network fake network id, it has 2 share(s). DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_delete_in_use_by_share_group [0.077471s] ... ok DEBUG: Can not delete share network fake network id, it has 2 share group(s). DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_all_tenants_non_admin_context [0.040957s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_filter_by_name_and_description_5___description_ds___1_ [0.046244s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_filter_by_name_and_description_8___name__foo_description_ds___1_ [0.050522s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_09 [0.603546s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_filter_by_project_id_admin_context [0.046525s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_filter_by_security_service [0.042416s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_filter_by_ss_and_project_id_admin_context [0.036127s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_quota_delete_reservation_failed [0.040377s] ... ok DEBUG: Failed to update usages deleting share-network. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v2/share_networks.py", line 154, in delete DEBUG: reservations = QUOTAS.reserve( 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} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_share_network_subnet_create_check_2___fake_server__ [0.027969s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_default_subnet_errors_1 [0.036894s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_invalid_body [0.034124s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instances_reset_status_with_different_roles_4 [0.543930s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_nominal [0.036779s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_invalid_reset_status_body_3 [0.559101s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_14 [0.286571s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_show_2_2_54 [0.057514s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_show_1_2_3 [0.076280s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_valid_cases_1 [0.110885s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_create_metadata_2_2_89 [0.105265s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_show_with_export_locations [0.102251s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_valid_cases_2 [0.088928s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_delete_metadata_2_2_89 [0.105493s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_show_with_replica_state [0.058740s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_show_without_export_locations [0.071384s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_share_network_subnet_delete [0.146906s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_show_metadata [0.055205s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_replica_export_locations.ShareReplicaExportLocationsAPITest.test_list_and_show_2___admin____2_56__ [0.247887s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_share_network_subnet_delete_subnet_not_found [0.161860s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_show_subnet_not_found_1 [0.072112s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_show_subnet [0.124150s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_subnet_create_3 [0.094292s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_replica_export_locations.ShareReplicaExportLocationsAPITest.test_list_and_show_with_non_replicas [0.171980s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_05 [0.643655s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: None DEBUG: {2} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_subnet_create_subnet_db_error_2_2_70 [0.057575s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_action_remove_security_service_3_1_0 [0.023893s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_action_remove_security_service_4_2_26 [0.027717s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_subnet_create_2 [0.119457s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_action_security_service_contains_share_servers_1_add_security_service [0.024183s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_replica_export_locations.ShareReplicaExportLocationsAPITest.test_show_export_location_share_replica_not_found [0.149463s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_check_add_security_service_share_api_failed_1 [0.029351s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_check_add_security_service_share_api_failed_2 [0.031640s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v2/share_networks.py", line 406, in create DEBUG: share_network = db_api.share_network_create( 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: oslo_db.exception.DBError: None DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_db_api_exception [0.056177s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_replica_export_locations.ShareReplicaExportLocationsAPITest.test_show_with_unsupported_version_1_1_0 [0.104576s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_subnet_create_4 [0.174586s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_create_2__False___2_56__ [0.045914s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v2/share_networks.py", line 406, in create DEBUG: share_network = db_api.share_network_create( 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: oslo_db.exception.DBError: None DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_error_on_network_creation [0.046406s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_error_on_subnet_creation [0.034592s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_create_3__False___2_72__ [0.038880s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_08 [0.312407s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_create_has_been_encrypted [0.037553s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_invalid_cases_4 [0.047484s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_create_has_been_soft_deleted [0.037553s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_filter_by_name_and_description_1___name_fo___0_ [0.039448s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_subnet_create_fail_update_network_allocation_1 [0.150437s] ... ok DEBUG: Service fake_srv is down. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_create_invalid_share_id [0.038557s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_filter_by_name_and_description_2___description_d___0_ [0.034099s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_create_no_share_id [0.044578s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_reset_status [0.057525s] ... ok DEBUG: fake DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_share_network_subnet_create_check_api_failed_1 [0.021228s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_delete_1_2_55 [0.045007s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_share_network_subnet_create_check_api_failed_2 [0.021626s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_delete_invalid_replica [0.036990s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_show_nominal [0.035446s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_default_subnet_errors_2 [0.044839s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_invalid_cases_1 [0.065920s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_invalid_cases_4 [0.074625s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_security_service_share_api_failed_3 [0.034859s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_valid_cases_3 [0.082868s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_valid_keys_in_use [0.045823s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_10 [0.654238s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_subnet_create_invalid_body [0.615555s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replica_export_locations.ShareReplicaExportLocationsAPITest.test_list_and_show_1___user____2_47__ [0.183082s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_update_metadata_item_2_2_89 [0.110373s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_action_add_security_service_conflict_1 [0.041516s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replica_export_locations.ShareReplicaExportLocationsAPITest.test_list_with_unsupported_version_2_2_0 [0.088287s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_action_remove_security_service_1_2_91 [0.042276s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_force_delete_replica_with_different_roles_2 [0.693840s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_action_remove_security_service_2_2_25 [0.064018s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_action_remove_security_service_forbidden [0.063600s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_action_remove_security_service_share_api_exception_2 [0.047852s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replica_export_locations.ShareReplicaExportLocationsAPITest.test_list_with_unsupported_version_3_2_46 [0.222788s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_add_security_service_4_2_26 [0.078716s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_11 [0.531530s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_add_security_service_with_server_update_failed_2 [0.114661s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_replica_export_locations.ShareReplicaExportLocationsAPITest.test_show_with_unsupported_version_2_2_0 [0.221835s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_check_add_security_service_failed_project_id_1 [0.069335s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_check_add_security_service_share_api_failed_3 [0.061826s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_create_1__True___2_55__ [0.087624s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_check_update_security_service_share_api_failed_2 [0.064842s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_check_update_security_service_share_api_failed_3 [0.057919s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_force_delete_replica_with_different_roles_3 [0.628130s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_list_replicas_detail_2__False___2_56__ [0.051814s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_nominal [0.151545s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_list_replicas_detail_with_limit_and_offset [0.086918s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_list_share_replicas_detail_1_True [0.071012s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_list_share_replicas_with_limit [0.061684s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_list_share_replicas_with_limit_and_offset [0.044054s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_valid_cases_1 [0.211651s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_policy_not_authorized_1_index [0.037707s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_12 [0.740500s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_promote_already_active [0.053592s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_promote_invalid_replica_id [0.071377s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_valid_cases_upper_2_50_1 [0.193504s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_promote_quiesce_wait_time_1___2_74___None_ [0.059666s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_promote_quiesce_wait_time_3___2_75___10_ [0.050935s] ... ok DEBUG: Failed to update usages deleting share-network. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v2/share_networks.py", line 156, in delete DEBUG: share_networks=-1, user_id=share_network['user_id']) DEBUG: ~~~~~~~~~~~~~^^^^^^^^^^^ DEBUG: KeyError: 'user_id' DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_delete_nominal [0.070287s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: The service cannot determine if there are any non-managed shares on the share network subnet fake_sns_id, so it cannot be deleted. Please contact the cloud administrator to rectify. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_delete_subnet_contains_share_server [0.053073s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_promote_quiesce_wait_time_4___2_75____foobar__ [0.074864s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_all_tenants_admin_context [0.049666s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_promote_share_network_not_active [0.046800s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_all_tenants_with_invaild_value [0.065535s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_all_tenants_with_value_zero [0.057855s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_force_delete_replica_1___2_55___202_ [1.039532s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_detailed [0.104626s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_filter_by_name_and_description_4___name_foo___1_ [0.077402s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_replica_state_invalid_body_3 [0.333480s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_filter_by_name_and_description_7___name_foo_description__ds___1_ [0.059459s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_filter_by_project_id_non_admin_context [0.048539s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_no_filters [0.042348s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_default_subnet_errors_3 [0.041780s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instance_reset_status_13 [0.874510s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_invalid_cases_2 [0.073435s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_invalid_key_in_use [0.039431s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_force_delete_replica_with_different_roles_1 [0.441518s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_not_found [0.042221s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_security_service [0.053812s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_list_replicas_detail_with_limit [0.057639s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_security_service_service_not_found [0.043246s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_list_replicas_summary_1__False___2_55__ [0.048590s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_security_service_share_api_failed_1 [0.040575s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_security_service_share_api_failure_1 [0.062063s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replica_export_locations.ShareReplicaExportLocationsAPITest.test_list_export_locations_share_replica_not_found [0.135459s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_replica_state_invalid_body_4 [0.695654s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replica_export_locations.ShareReplicaExportLocationsAPITest.test_list_with_unsupported_version_1_1_0 [0.109620s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_list_replicas_summary_2__False___2_56__ [0.433272s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_replica_export_locations.ShareReplicaExportLocationsAPITest.test_show_with_unsupported_version_3_2_46 [0.100773s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_create_invalid_body [0.039273s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_list_share_replicas_detail_2_False [0.049934s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_delete_2_2_56 [0.040781s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_list_share_replicas_detail_invalid_share [0.043707s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_instances.ShareInstancesAPITest.test_share_instances_reset_status_with_different_roles_1 [0.751226s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_delete_exception [0.054223s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_policy_not_authorized_8_reset_status [0.053681s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_promote_1_2_55 [0.050911s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_status_invalid_body_2 [0.380093s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_promote_quiesce_wait_time_2___2_75___None_ [0.047133s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_create_metadata_1_2_78 [0.148606s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: The service cannot determine if there are any non-managed shares on the share network subnet fake_sns_id,so it cannot be deleted. Please contact the cloud administrator to rectify. DEBUG: {1} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_delete_subnet_with_share_servers_fail [0.118886s] ... ok DEBUG: Cannot delete share network subnet fake_sns_id, it has one or more shares. DEBUG: {1} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_delete_subnet_with_shares_fail [0.095765s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_list_subnet_share_network_not_found [0.064915s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_show_subnet_not_found_2 [0.085257s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_replica_state_with_different_roles_2 [0.370720s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_update_all_metadata_2_2_89 [0.064398s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_network_subnets.ShareNetworkSubnetControllerTest.test_update_metadata_item_1_2_78 [0.066067s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test__share_network_subnets_contain_share_servers_2 [0.024303s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test__share_servers_are_auto_deletable_1 [0.022315s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_action_add_security_service_conflict_2 [0.019910s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_action_remove_security_service_share_api_exception_1 [0.033928s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_action_remove_security_service_share_api_exception_3 [0.047149s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_action_remove_security_service_share_no_share_servers [0.035671s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_force_delete_replica_2___2_56___202_ [0.836714s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_add_security_service_1_2_91 [0.092739s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_list_replicas_detail_1__True___2_55__ [0.068262s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_list_share_replicas_summary [0.037768s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_status_with_different_roles_1 [0.867593s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_add_security_service_2_2_25 [0.077719s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_policy_not_authorized_6__promote [0.064821s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_add_security_service_3_1_0 [0.072170s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_policy_not_authorized_7_reset_replica_state [0.045596s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_promote_2_2_56 [0.064891s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_promote_admin_required_exception [0.039995s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_add_security_service_with_servers [0.127412s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_promote_replication_exception [0.034193s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_check_update_security_service_share_api_failed_1 [0.058198s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_invalid_cases_1 [0.041768s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_invalid_cases_3 [0.041245s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_replica_state_with_different_roles_3 [0.846702s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_invalid_cases_6 [0.054077s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_status_with_different_roles_2 [0.464607s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_create_wrong_body [0.080972s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_delete_not_found [0.043367s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_all_filter_opts [0.073485s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_replica_state_invalid_body_1 [0.403987s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_filter_by_name_and_description_3___name_foo_description_d___0_ [0.051539s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_index_filter_by_name_and_description_6___name__foo_description__ds___2_ [0.055301s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_replica_state_with_different_roles_4 [0.397745s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Failed to update usages deleting share-network. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/api/v2/share_networks.py", line 156, in delete DEBUG: share_networks=-1, user_id=share_network['user_id']) DEBUG: ~~~~~~~~~~~~~^^^^^^^^^^^ DEBUG: KeyError: 'user_id' DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_share_network_sec_service_delete [0.065516s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_share_network_subnet_create_check_1___ [0.022174s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_show_not_found [0.054593s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_db_api_exception [0.047857s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_invalid_cases_3 [0.105481s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_security_service_share_api_failed_2 [0.034380s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_networks.ShareNetworkAPITest.test_update_security_service_share_api_failure_2 [0.053008s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_create_exception_path_1_AvailabilityZoneNotFound [0.102101s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_create_exception_path_2_ReplicationException [0.092014s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_replica_state_with_different_roles_5 [0.568453s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_replica_state_with_different_roles_1 [0.749407s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_create_exception_path_3_ShareBusyException [0.101029s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_upsupported_microversion_1_index [0.039086s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_resync_2___in_sync____2_55__ [0.995428s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_upsupported_microversion_4_create [0.041935s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_create_invalid_network_id [0.081504s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_upsupported_microversion_5_delete [0.046952s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_upsupported_microversion_9_resync [0.064546s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_status_invalid_body_1 [0.270802s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__share_server_migration_start_conflict_1 [0.077091s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__share_server_migration_start_conflict_3 [0.052895s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__share_server_migration_start_non_boolean_2_writable [0.036445s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__share_server_migration_start_non_boolean_3_preserve_snapshots [0.035839s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_network_not_active [0.045056s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_error_multiple_subnet_1_True [0.029055s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_resync_API_exception [0.406512s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_error_subnet_not_found_2_False [0.030261s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_share_network_not_found [0.052305s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_validate_no_body [0.018114s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_validate_service_host_1 [0.035729s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_validate_service_host_3 [0.027765s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_manage_forbidden [0.030281s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_manage_invalid [0.074220s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_reset_task_state_2_None [0.092989s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_force_delete_missing_replica [0.761285s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_cancel_exceptions_1 [0.043831s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_status_invalid_body_4 [0.693137s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_check_exception_2 [0.036500s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_complete_exceptions_1 [0.030156s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_get_progress_exceptions_1 [0.019950s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_get_progress_exceptions_2 [0.024858s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_reset_status_8_manage_error [0.018445s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_reset_status_no_body [0.025208s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_unmanage_share_server_invalid_statuses_3_creating [0.063229s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_unmanage_share_server_multiple_subnets_fail [0.053589s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshot_export_locations.ShareSnapshotExportLocationsAPITest.test_list_with_unsupported_version_1_1_0 [0.074618s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_force_delete_replica_with_different_roles_4 [0.409461s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_resync_replica_not_found [0.829131s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshot_export_locations.ShareSnapshotExportLocationsAPITest.test_list_with_unsupported_version_2_2_0 [0.090148s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_policy_not_authorized_2_detail [0.053253s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_show_2__False___2_56__ [0.038855s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_policy_not_authorized_3__show [0.044987s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_show_no_replica [0.044197s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshot_export_locations.ShareSnapshotExportLocationsAPITest.test_list_with_unsupported_version_5_2_31 [0.085727s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_policy_not_authorized_4__create [0.048552s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__share_server_migration_start_conflict_2 [0.058202s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_policy_not_authorized_5__delete_share_replica [0.040689s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_resync_3___out_of_sync____2_56__ [0.593892s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__share_server_migration_start_new_share_network_not_found [0.059177s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_policy_not_authorized_9__resync [0.053090s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__share_server_migration_start_share_server_not_found [0.034878s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__share_server_migration_start_host_with_pool [0.053611s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_error_extract_host [0.046877s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__share_server_migration_start_missing_mandatory_1_host [0.042318s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshot_export_locations.ShareSnapshotExportLocationsAPITest.test_show [0.221315s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_validate_service_host_4 [0.034837s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__share_server_migration_start_missing_mandatory_2_body [0.034165s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_driver_opts_not_instance_dict [0.051619s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_manage_2_ [0.066371s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_cancel [0.028934s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshot_export_locations.ShareSnapshotExportLocationsAPITest.test_show_with_unsupported_version_1_1_0 [0.112818s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_cancel_not_found [0.024215s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_error_multiple_subnet_2_False [0.075085s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_check_host_with_pool [0.035691s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_complete [0.034972s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshot_instance_export_locations.ShareSnapshotInstanceExportLocationsAPITest.test_index [0.092482s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_error_subnet_not_found_1_True [0.066790s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_complete_exceptions_from_api_1 [0.019313s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_unmanage_share_server_invalid_statuses_2_deleting [0.051813s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshot_instance_export_locations.ShareSnapshotInstanceExportLocationsAPITest.test_show_with_unsupported_version_4_2_8 [0.061660s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_validate_service_host_2 [0.069177s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_unmanage_share_server_network_not_active [0.044360s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshot_instance_export_locations.ShareSnapshotInstanceExportLocationsAPITest.test_show_with_unsupported_version_5_2_31 [0.058945s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_validate_without_parameters_2 [0.049623s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_policy_not_authorized_2_detail [0.036638s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshot_export_locations.ShareSnapshotExportLocationsAPITest.test_show_with_unsupported_version_2_2_0 [0.055790s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_validate_without_parameters_3 [0.044126s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_upsupported_microversion_4_reset_status [0.061738s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_validate_without_parameters_4 [0.053297s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshot_export_locations.ShareSnapshotExportLocationsAPITest.test_show_with_unsupported_version_4_2_8 [0.093659s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_allow_access_3___1001__1001____2_38__ [0.051208s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_manage_1_fake_net_name [0.100219s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_deny_access [0.063290s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshot_instance_export_locations.ShareSnapshotInstanceExportLocationsAPITest.test_list_with_unsupported_version_1_1_0 [0.097634s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_share_update_invalid_key [0.025864s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_no_body [0.017288s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_reset_task_state_error_body [0.067856s] ... ok DEBUG: Snapshots cannot be created for share '100' since it does not have that capability. DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_no_support_1_0 [0.018453s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_detail_with_search_opts_4 [0.021154s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_summary_with_search_opts_3 [0.023194s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_reset_task_state_error_invalid [0.055024s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_show_2_2_16 [0.017190s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_show_3_2_17 [0.017842s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshot_instance_export_locations.ShareSnapshotInstanceExportLocationsAPITest.test_list_with_unsupported_version_3_2_5 [0.128661s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_reset_task_state_not_found [0.036714s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_updates_display_name_and_description_2_2_16 [0.021901s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_reset_server_status_invalid [0.019752s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_manage_exception_2 [0.035644s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_check [0.050082s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_manage_version_not_found_2_2_6 [0.041621s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_check_exception_1 [0.035102s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshot_instance_export_locations.ShareSnapshotInstanceExportLocationsAPITest.test_list_with_unsupported_version_4_2_8 [0.111319s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_check_exception_3 [0.033226s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_complete_exceptions_from_api_2 [0.018717s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_complete_not_found [0.027017s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_replica_state_invalid_body_2 [1.005203s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_reset_status_2_error [0.050165s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_reset_status_5_manage_starting [0.021057s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_reset_status_6_unmanage_starting [0.032950s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshot_instance_export_locations.ShareSnapshotInstanceExportLocationsAPITest.test_show [0.181411s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_reset_status_7_unmanage_error [0.019400s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_reset_status_no_status [0.018181s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_unmanage_1_True [0.044591s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshot_instance_export_locations.ShareSnapshotInstanceExportLocationsAPITest.test_show_with_unsupported_version_1_1_0 [0.108568s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_unmanage_share_server_badrequest_2_PolicyNotAuthorized [0.046075s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_list_snapshot_instances_detail [0.067304s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_unmanage_share_server_invalid_statuses_1_manage_starting [0.084363s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_list_snapshot_instances_detail_invalid_snapshot [0.090210s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_list_snapshot_instances_summary_1_None [0.042331s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_replica_with_active_state [0.394249s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshot_export_locations.ShareSnapshotExportLocationsAPITest.test_index [0.124571s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshot_export_locations.ShareSnapshotExportLocationsAPITest.test_list_with_unsupported_version_3_2_5 [0.066258s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_invalid_reset_status_body_1 [0.606099s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshot_export_locations.ShareSnapshotExportLocationsAPITest.test_list_with_unsupported_version_4_2_8 [0.054673s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshot_export_locations.ShareSnapshotExportLocationsAPITest.test_show_with_unsupported_version_3_2_5 [0.085256s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_invalid_reset_status_body_3 [0.464601s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_manage_2 [0.064810s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_status_invalid_body_3 [0.619755s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_manage_invalid_body_3 [0.046649s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshot_instance_export_locations.ShareSnapshotInstanceExportLocationsAPITest.test_show_with_unsupported_version_3_2_5 [0.504034s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage [0.129692s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_list_snapshot_instances_summary_2_FAKE_SNAPSHOT_ID [0.070239s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_policy_not_authorized_3_show [0.052919s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_06_shrinking [0.078160s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_policy_not_authorized_4_reset_status [0.037131s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_09_restoring [0.047225s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_show_snapshot_instance_not_found [0.042150s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_upsupported_microversion_1_index [0.035356s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_reset_status_with_different_roles_3 [0.340783s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_10_reverting [0.054178s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_upsupported_microversion_3_detail [0.045375s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_14_backup_creating [0.055478s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_reset_status_with_different_roles_1 [1.137638s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_allow_access_share_without_mount_snap_support [0.125604s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_3_2_17 [0.028761s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_delete_nofound [0.028560s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_detail_with_search_opts_1 [0.041343s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_detail_with_search_opts_3 [0.027430s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_summary [0.022004s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_summary_with_search_opts_1 [0.019441s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_show_4_2_73 [0.024772s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_updates_display_name_and_description_3_2_17 [0.026944s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_manage_exception_1 [0.042228s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_manage_exception_3 [0.037853s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_manage_share_has_been_soft_deleted [0.044600s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_manage_version_not_found_1_1_0 [0.056722s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_reset_status_with_different_roles_2 [0.415173s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_resync_1___active____2_55__ [0.593155s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_manage_version_not_found_3_2_11 [0.040121s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Quota exceeded for fake_project_id, tried to create 1G share (10G of 5G already consumed). DEBUG: {3} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_accept_share_over_quota_1 [0.636162s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_create_transfer_share_with_network_id [0.058105s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_create_transfer_with_invalid_body_2 [0.040611s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_create_transfer_with_invalid_mount_point_name [0.069519s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_reset_status_with_different_roles_3 [0.333780s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_force_delete_with_different_roles_3 [0.336587s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_resync_4___error____2_56__ [0.359705s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_list_transfers [0.105548s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_show_1__True___2_55__ [0.044837s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_upsupported_microversion_2_detail [0.054800s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_upsupported_microversion_3_show [0.039258s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_list_transfers_with_sort_1_desc [0.149088s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_upsupported_microversion_6_promote [0.047168s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_upsupported_microversion_7_reset_replica_state [0.059505s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_list_transfers_with_sort_2_asc [0.116505s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_replicas.ShareReplicasApiTest.test_upsupported_microversion_8_reset_status [0.035448s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__share_server_migration_start [0.035985s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__share_server_migration_start_non_boolean_1_nondisruptive [0.042231s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_show_transfer [0.083555s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_validate_without_parameters_1 [0.020626s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_validate_without_parameters_5 [0.017558s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test__validate_manage_share_server_validate_without_parameters_6 [0.017716s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_reset_task_state_1_migration_error [0.032750s] ... ok DEBUG: Attempt to transfer 2e2d7d24-c14f-46c6-ae43-039e165dfaa2 with invalid auth key. DEBUG: {3} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_transfer_accept_with_invalid_auth_key [0.114829s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_cancel_exceptions_2 [0.033837s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_complete_exceptions_2 [0.018694s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_transfer_accept_with_invalid_body_1 [0.059769s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_migration_get_progress [0.036918s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_reset_status_1_active [0.021433s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_reset_status_3_deleting [0.018827s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_add_project_access_with_no_admin_user [0.053166s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_share_server_reset_status_4_creating [0.038787s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_unmanage_2_False [0.041293s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_reset_status_with_different_roles_4 [0.720365s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_not_found [0.082698s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_upsupported_microversion_2_show [0.037104s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_unmanage_share_server_badrequest_1_ShareServerInUse [0.041849s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_unmanage_share_server_invalid_statuses_4_unmanage_starting [0.052657s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_invalid_reset_status_body_2 [0.787963s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_allow_access_2___1_1_1_1____2_38__ [0.070340s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_servers.ShareServerControllerTest.test_unmanage_share_server_not_found [0.020317s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Share type 2 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Share type 3 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_type_with_admin_ispublic_false_proj2 [0.129424s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_manage_1 [0.040060s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_allow_access_empty_parameters [0.050949s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshot_export_locations.ShareSnapshotExportLocationsAPITest.test_show_with_unsupported_version_5_2_31 [0.066357s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_manage_3 [0.039002s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_allow_access_exists_exception [0.072988s] ... ok DEBUG: Share type 0 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Share type 1 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_type_with_admin_ispublic_none [0.102259s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Share type 2 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Share type 3 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshot_instance_export_locations.ShareSnapshotInstanceExportLocationsAPITest.test_list_with_unsupported_version_2_2_0 [0.072234s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_manage_4 [0.080756s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshot_instance_export_locations.ShareSnapshotInstanceExportLocationsAPITest.test_list_with_unsupported_version_5_2_31 [0.050795s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_deny_access_access_rule_not_found [0.071886s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_remove_project_access_bad_request_1 [0.071567s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_manage_invalid_body_1 [0.076745s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_2 [0.046689s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshot_instance_export_locations.ShareSnapshotInstanceExportLocationsAPITest.test_show_with_unsupported_version_2_2_0 [0.054138s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_policy_not_authorized_1_index [0.038173s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_4 [0.052486s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_deny_access_data_not_found_exception [0.104689s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshot_instances.ShareSnapshotInstancesApiTest.test_show [0.033487s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_2_2_16 [0.036608s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_6 [0.042350s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_access_list [0.047171s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_detail_1_2_0 [0.046494s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_already_exists [0.054349s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_allow_access_1___1_1_1_1____2_32__ [0.052403s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_detail_with_search_opts_2 [0.035139s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_invalid_request_1_0_2 [0.044728s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_summary_with_search_opts_5 [0.034080s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_allow_access_data_not_found_exception [0.055050s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_invalid_request_1_0_5 [0.043183s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_show_1_2_0 [0.024022s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_1_1_0 [0.026361s] ... ok DEBUG: Snapshots cannot be created for share '100' since it does not have that capability. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_create_no_support_2_False [0.020345s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_invalid_request_1_0_7 [0.050444s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_delete [0.018277s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_show_nofound [0.070108s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_detail_2_2_16 [0.023250s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_not_found [0.038838s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_detail_3_2_17 [0.024692s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_metadata_filter [0.018107s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_create_with_is_default_key_1___2_45___True_ [0.044199s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_summary_with_search_opts_2 [0.026205s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_manage_exception_4 [0.092190s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_index_with_is_default_key_3___2_46___True_ [0.042066s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_summary_with_search_opts_4 [0.039552s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_update_with_invalid_body [0.030167s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_05___2_6____os_share_type_access___True_ [0.019777s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_list_summary_with_search_opts_6 [0.037373s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot__unmanage [0.074011s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_16___2_41____share_type_access___False_ [0.020053s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAPITest.test_snapshot_updates_display_name_and_description_1_2_0 [0.020106s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_06___2_6____os_share_type_access___False_ [0.023794s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_07___2_7____share_type_access___True_ [0.020380s] ... ok DEBUG: {3} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_14___2_27____share_type_access___False_ [0.029644s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test__revert [0.024719s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test__revert_exception_1 [0.021568s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test__revert_exception_3 [0.028043s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test__revert_invalid_status_1 [0.034546s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_reset_status_with_different_roles_1 [0.709658s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test__revert_invalid_status_3 [0.022984s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test__revert_not_supported [0.020515s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test__revert_share_has_been_soft_deleted [0.020065s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_cancel [0.035008s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_get_progress_not_found [0.053613s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_invalid_writable_preserve_metadata_2_preserve_metadata [0.038328s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_missing_mandatory_1_nondisruptive [0.034372s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_new_share_type_not_found [0.046012s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_non_boolean_3_preserve_metadata [0.039127s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_reset_task_state_error_invalid [0.046706s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_reset_task_state_share_other_project_public_share [0.047358s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_force_delete_missing [0.632437s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_original_with_user_id_1_2_15 [0.126618s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_nonexistent_share_group [0.049738s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_force_delete_with_different_roles_1 [0.810794s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_share_net [0.095572s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_share_type_azs_1__v2_0_az_unsupported [0.328521s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_force_delete_with_different_roles_4 [0.664211s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_share_type_azs_4__v2_47_az_supported [0.114819s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_reset_status_with_different_roles_4 [1.130078s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_manage_invalid_body_4 [0.054071s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_delete_has_replicas [0.062812s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_dhss_true_with_share_server [0.055874s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_02_deleting [0.037925s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_detail_with_search_opts_1 [0.101351s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_08_migrating_to [0.048823s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_13_backup_restoring [0.047780s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_detail_with_search_opts_3 [0.090849s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_15_ensuring [0.060983s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_detail_with_search_opts_4 [0.161654s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_force_delete_with_different_roles_2 [0.981649s] ... ok DEBUG: Quota exceeded for fake_project_id, tried to create share (20 shares already consumed). DEBUG: {2} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_accept_share_over_quota_2 [0.197272s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_detail_with_search_opts_5 [0.127628s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_create_transfer [0.076920s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_detail_with_search_opts_8 [0.095659s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_create_transfer_share_with_invalid_snapshot [0.091203s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_summary_with_search_opts_01 [0.046976s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_create_transfer_with_invalid_body_1 [0.043468s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_summary_with_search_opts_04 [0.048976s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_reset_status_with_different_roles_2 [0.702943s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_summary_with_search_opts_05 [0.052731s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_create_transfer_with_invalid_share_status [0.135965s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_summary_with_search_opts_06 [0.055402s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_summary_with_search_opts_10 [0.041284s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_show_admin [0.070785s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_show_no_share [0.025243s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_show_with_user_id_2_2_16 [0.071384s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_share_soft_delete [0.037697s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_update_all_metadata [0.040658s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_validate_revert_parameters_invalid_1_None [0.044230s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_validate_revert_parameters_invalid_2 [0.030694s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAPITest.test_validate_revert_parameters_invalid_5 [0.019299s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_03 [0.020883s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_11 [0.030307s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_delete_transfer_awaiting_transfer [0.461871s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_access_rules_status_dont_care_5___2_91____syncing__ [0.080401s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_ceph_2 [0.020793s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_02 [0.042820s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_06 [0.026711s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_invalid_reset_status_body_4 [0.996998s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_19 [0.025651s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_manage_invalid_body_2 [0.038041s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_reset_status_with_different_roles_3 [0.808041s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_no_transitional_states_1___2_1____syncing__ [0.069928s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_manage_invalid_body_5 [0.063441s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareActionsTest.test_deny_access_not_found [0.028330s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_replicated_snapshot [0.047405s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareActionsTest.test_extend_1 [0.018677s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_share_server [0.040512s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareActionsTest.test_extend_exception_2 [0.020560s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_01_creating [0.037523s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareActionsTest.test_extend_invalid_body_1 [0.018576s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_03_manage_starting [0.037790s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareActionsTest.test_shrink_invalid_body_2 [0.020694s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_05_extending [0.042830s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_04_unmanage_starting [0.060387s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_07_migrating [0.043465s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_11_server_migrating [0.038585s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_snapshot_unmanage_with_transitional_state_12_server_migrating_to [0.036320s] ... ok DEBUG: Transfer 0b366e25-193c-40ed-b044-c9e30d27adc2: share id dc3b5f40-222a-4f00-926c-9552ecb73800 expected in awaiting_transfer state. DEBUG: {2} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_delete_transfer_not_awaiting_transfer [0.495575s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_unmanage_share_not_found [0.036654s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_unmanage_version_not_found_2_2_6 [0.041338s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_unmanage_snapshot_not_found [0.043503s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_create_transfer_with_invalid_body_3 [0.055529s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_unmanage_version_not_found_1_1_0 [0.034151s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_list_transfers_with_limit [0.117768s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_snapshots.ShareSnapshotAdminActionsAPITest.test_unmanage_version_not_found_3_2_11 [0.036967s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_create_transfer_with_project_id_prefix_mount_point_name [0.063255s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_transfer_accept_with_invalid_body_2 [0.060274s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_add_project_access_bad_request_1 [0.037746s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_transfer_accept_share_id_specified [0.109954s] ... ok DEBUG: Failed to update quota donating share transfer id 9a505bfc-d3be-4168-b8cb-2feaed7bbd6f DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/transfer/api.py", line 318, in _check_donor_project_quota DEBUG: donor_reservations = QUOTAS.reserve(context.elevated(), 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: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/transfer/api.py", line 305, in _check_transferred_project_quota DEBUG: reservations = QUOTAS.reserve(context, 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: manila.exception.OverQuota: Quota exceeded for resources: {'snapshot_gigabytes': 'fake'}. DEBUG: Quota exceeded for fake_project_id, tried to accept 0G snapshot (10G of 5G already consumed). DEBUG: {1} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_accept_share_over_quota_3 [0.142813s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_add_project_access_with_already_added_access [0.067011s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Transfer 69b67fa7-0cc3-4b5b-b403-ac0cec151bcf: share id 28578484-c241-41f1-8b47-deb8070cf235 expected in awaiting_transfer state. DEBUG: {2} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_transfer_accept_with_invalid_share_status [0.110126s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_add_project_access [0.051113s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_type_access_public [0.098001s] ... ok DEBUG: Failed to update quota donating share transfer id d15fd617-5275-427a-8daf-de8d5188193d DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/transfer/api.py", line 318, in _check_donor_project_quota DEBUG: donor_reservations = QUOTAS.reserve(context.elevated(), 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: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/transfer/api.py", line 305, in _check_transferred_project_quota DEBUG: reservations = QUOTAS.reserve(context, 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: manila.exception.OverQuota: Quota exceeded for resources: {'snapshots': 'fake'}. DEBUG: {1} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_accept_share_over_quota_4 [0.150702s] ... ok DEBUG: Quota exceeded for fake_project_id, tried to accept 1 snapshot (20 of 10 already consumed). DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_add_project_access_bad_request_2 [0.046046s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_add_project_access_to_public_share_type [0.036295s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_type_with_admin_default_proj1 [0.088236s] ... ok DEBUG: Share type 0 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Share type 1 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Share type 0 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Share type 1 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_type_with_admin_default_proj2 [0.049313s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Share type 2 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_type_with_admin_ispublic_false [0.051599s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Share type 2 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Share type 3 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_type_with_no_admin_ispublic_false [0.038730s] ... ok DEBUG: Share type 0 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Share type 1 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_list_transfers_detail [0.138455s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: {3} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_reset_status_other_project_public_share_1_2_6 [0.710449s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_1 [0.022513s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_with_no_context [0.058075s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_5 [0.029431s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_7 [0.023407s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_remove_project_access_bad_request_2 [0.058222s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_invalid_request_1_0_1_None [0.021344s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_list_transfers_with_all_tenants [0.116315s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_create_with_is_default_key_4___2_46___False_ [0.027325s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_remove_project_access_by_nonexistent_share_type [0.050027s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_default_not_found [0.021044s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_default_with_is_default_key_1___2_45___True_ [0.021725s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_remove_project_access_with_bad_access [0.049308s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_delete [0.022839s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_transfer_accept_with_invalid_body_3 [0.070796s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_invalid_request_1_0_3 [0.018728s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_delete_in_use [0.018950s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_invalid_request_1_0_4 [0.018350s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_delete_not_found [0.018922s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_invalid_request_2_23_1_driver_handles_share_servers [0.022130s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_update_failed [0.033114s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_default [0.022112s] ... ok DEBUG: Share type of share 76015f5b-b089-4659-aa33-a82fbb60b00a is not public, and current project can not access the share type DEBUG: {1} manila.tests.api.v2.test_share_transfer.ShareTransferAPITestCase.test_transfer_accept_with_not_public_share_type [0.086575s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_update_with_invalid_parameter_1___new_name____new_description____wrong_bool__ [0.021085s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_default_with_is_default_key_2___2_45___False_ [0.019660s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_with_volumes_destroy [0.022123s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_default_with_is_default_key_4___2_46___False_ [0.021260s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_type_access_private [0.040367s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_index_2_False [0.019049s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_06___2_6____os_share_type_access___False_ [0.026152s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_index_with_is_default_key_2___2_45___False_ [0.017045s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_11___2_24____share_type_access___True_ [0.018410s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Share type 0 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Share type 1 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_type_with_admin_ispublic_true [0.037772s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_03___2_0____os_share_type_access___True_ [0.022589s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_show [0.050046s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_09___2_23____share_type_access___True_ [0.028608s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_reset_status_other_project_public_share_2_2_7 [0.395051s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_type_with_no_admin_default [0.055898s] ... ok DEBUG: Share type 0 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Share type 1 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_12___2_24____share_type_access___False_ [0.021769s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_show_not_found [0.038913s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Share type 0 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Share type 1 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_type_with_no_admin_ispublic_none [0.037709s] ... ok DEBUG: {2} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_16___2_41____share_type_access___False_ [0.032816s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test__revert_exception_4 [0.022515s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_update [0.042006s] ... ok DEBUG: Share type 0 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_list_type_with_no_admin_ispublic_true [0.046061s] ... ok DEBUG: Share type 1 has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_cancel_not_found [0.033334s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_update_pre_v250 [0.038428s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_remove_project_access [0.055514s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_update_with_invalid_parameter_2________new_description____true__ [0.026065s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start [0.057718s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_01___1_0____os_share_type_access___True_ [0.023298s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_remove_project_access_from_public_share_type [0.036167s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_02___1_0____os_share_type_access___False_ [0.018908s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_invalid_force_host_assisted_migration [0.039257s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_07___2_7____share_type_access___True_ [0.017817s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypeAccessTest.test_remove_project_access_with_no_admin_user [0.036359s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_invalid_writable_preserve_metadata_1_writable [0.036392s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_08___2_7____share_type_access___False_ [0.032088s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_3 [0.028663s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_invalid_request_1_0_6 [0.035849s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_09___2_23____share_type_access___True_ [0.044916s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_missing_mandatory_5_host [0.053633s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_create_invalid_request_1_0_8 [0.035681s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_missing_mandatory_6_body [0.031927s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_13___2_27____share_type_access___True_ [0.038467s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_create_with_is_default_key_2___2_45___False_ [0.026473s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_new_share_network_not_found [0.040614s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_15___2_41____share_type_access___True_ [0.044362s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_create_with_is_default_key_3___2_46___True_ [0.038441s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_01___1_0____os_share_type_access___True_ [0.037444s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_default_with_is_default_key_3___2_46___True_ [0.039854s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_05___2_6____os_share_type_access___True_ [0.022070s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_non_boolean_1_nondisruptive [0.074145s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_08___2_7____share_type_access___False_ [0.019738s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_10___2_23____share_type_access___False_ [0.019470s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_index_1_True [0.063939s] ... ok DEBUG: {0} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_15___2_41____share_type_access___True_ [0.017596s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_non_boolean_5_force_host_assisted_migration [0.072143s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test__revert_exception_2 [0.034557s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_index_no_data [0.040179s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test__revert_snapshot_access_applying [0.020235s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test__revert_snapshot_latest_not_found [0.020231s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_remove_invalid_options_admin [0.057351s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_index_with_is_default_key_1___2_45___True_ [0.047734s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test__revert_snapshot_not_latest [0.022186s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_create_metadata [0.022091s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_index_with_is_default_key_4___2_46___False_ [0.044664s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_reset_task_state_1_migration_error [0.065495s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_update_not_found [0.027378s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_complete [0.041554s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_share_types_update_with_invalid_parameter_4__None__None__None_ [0.023072s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_reset_task_state_2_None [0.048396s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_03___2_0____os_share_type_access___True_ [0.022751s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_04___2_0____os_share_type_access___False_ [0.023126s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_complete_not_found [0.069959s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_reset_task_state_not_found [0.041545s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_10___2_23____share_type_access___False_ [0.023986s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_az_not_in_share_type_2_v2_91_share_not_from_snap [0.026801s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_missing_mandatory_3_preserve_metadata [0.033542s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_from_snapshot_invalid_share_net [0.021085s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_12___2_24____share_type_access___False_ [0.036610s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_force_delete_missing_1_2_6 [0.806819s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_list_14___2_27____share_type_access___False_ [0.022920s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_missing_mandatory_4_preserve_snapshots [0.054979s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_from_snapshot_without_share_net_no_parent [0.083813s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_02___1_0____os_share_type_access___False_ [0.062001s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_non_boolean_2_writable [0.064442s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_04___2_0____os_share_type_access___False_ [0.022005s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_reset_task_state_error_body [0.033141s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_11___2_24____share_type_access___True_ [0.020876s] ... ok DEBUG: {1} manila.tests.api.v2.test_share_types.ShareTypesAPITest.test_view_builder_show_13___2_27____share_type_access___True_ [0.022752s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_reset_task_state_share_has_been_soft_deleted [0.023494s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: A new share may not be created from snapshot '333', because the snapshot's parent share does not have that capability. DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_from_snapshot_not_supported [0.019368s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_original_with_user_id_2_2_16 [0.096763s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test__revert_id_mismatch [0.037168s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test__revert_invalid_status_2 [0.025730s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_delete_metadata [0.020322s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_original_2_2_1 [0.070170s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_get_progress [0.031296s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_encryption_3 [0.029778s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_encryption_1 [0.104102s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_invalid_default_share_type [0.028558s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_conflict [0.042626s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_encryption_4 [0.031147s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_sg_and_different_availability_zone [0.028897s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_replication [0.054962s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_missing_mandatory_2_writable [0.048898s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_force_delete_with_different_roles_4 [0.365343s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_no_share_id [0.030842s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_share_group [0.050757s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_sg_and_availability_zone [0.067268s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_migration_start_non_boolean_4_preserve_snapshots [0.038600s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_remove_invalid_options [0.023255s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_detail_with_replication_type [0.068575s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_share_type_azs_2__v2_0_az_supported [0.045864s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_az_not_in_share_type_1_v2_48_share_from_snap [0.025596s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_az_not_in_share_type_3_v2_91_share_from_snap [0.029471s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_snapshot_support_without_cg_1_2_2 [0.038887s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_detail_with_search_opts_7 [0.050610s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_az_not_in_share_type_4_v2_48_share_not_from_snap [0.020931s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_creation_fails_with_bad_size [0.027046s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_delete [0.020994s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_detail_without_export_locations [0.053398s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_delete_in_share_group_param_not_provided [0.028417s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_from_snapshot_with_share_net_equals_parent [0.061337s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_summary [0.027037s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_delete_no_share [0.031019s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_from_snapshot_without_share_net_parent_exists [0.052385s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_summary_with_search_opts_03 [0.055705s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_detail_with_search_opts_2 [0.041430s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_invalid_availability_zone [0.030477s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_no_body [0.022042s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_detail_with_search_opts_6 [0.056362s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_show [0.072821s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_original_1_2_0 [0.067495s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_show_access_rules_status_translated_1___2_10___True_ [0.055637s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_detail_with_share_group [0.063805s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_encryption_2 [0.034110s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_detail_with_task_state [0.054624s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_share_type_azs_3__v2_47_az_unsupported [0.043344s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_show_access_rules_status_translated_2___2_27___True_ [0.070968s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_summary_with_search_opt_count_0_2 [0.026036s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_summary_with_search_opts_09 [0.030930s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_snapshot_support_without_cg_2_2_3 [0.055544s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_show_access_rules_status_translated_3___2_28___False_ [0.057402s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_create_with_valid_default_share_type [0.038679s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_show_with_share_type_name [0.041372s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_show_with_share_group_earlier_version [0.049273s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_delete_in_share_group [0.025786s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_delete_in_share_group_wrong_id [0.019136s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_share_show_with_user_id_1_2_15 [0.070845s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_soft_delete_has_been_soft_deleted_already [0.057940s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_detail [0.050550s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAPITest.test_validate_revert_parameters_invalid_4 [0.025857s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_02 [0.019928s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_summary_with_search_opt_count_0_1 [0.024834s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_update [0.051259s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_summary_with_search_opts_02 [0.020480s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_06 [0.029304s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_share_update_with_share_group [0.041391s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_10 [0.028687s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_summary_with_search_opts_07 [0.036664s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_invalid_reset_status_body_1 [0.728957s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAPITest.test_validate_revert_parameters [0.022207s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_list_summary_with_search_opts_08 [0.032245s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_01 [0.019219s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_04 [0.026230s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_not_updates_size [0.037043s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_access_rules_status_dont_care_4___2_91____error__ [0.076619s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_14 [0.024678s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_restore [0.024105s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_access_rules_status_is_in_error_2_2_27 [0.032105s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_restore_with_deleting_status [0.018965s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_03 [0.029147s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_access_rules_status_dont_care_2___2_28____syncing__ [0.069611s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_04 [0.025859s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_show_with_replication_type [0.053421s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_08 [0.028581s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_10 [0.019652s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_show_with_share_group [0.047764s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_16 [0.019485s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_access_rules_status_dont_care_3___2_28____active__ [0.078271s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_share_soft_delete_has_replicas [0.021901s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_18 [0.024015s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAPITest.test_validate_revert_parameters_invalid_3 [0.027293s] ... ok DEBUG: Metadata property value is blank. DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_21 [0.021929s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_access_list [0.033846s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_deny_access [0.030497s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_05 [0.018859s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_shrink_1 [0.019591s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_07 [0.019348s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_access_rules_status_dont_care_6___2_91____active__ [0.115552s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_08 [0.019240s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_ceph_1 [0.021488s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_09 [0.020008s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_01 [0.021055s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_12 [0.026982s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_07 [0.025220s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_13 [0.023883s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_reset_status_for_missing_1_2_6 [0.441203s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_09 [0.024499s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_15 [0.035837s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_11 [0.020999s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareManageTest.test__manage [0.022819s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_16 [0.038043s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_13 [0.041080s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_2 [0.049951s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_17 [0.021979s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_15 [0.041184s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_5 [0.054360s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_access_rules_status_dont_care_1___2_28____error__ [0.071281s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_bad_request_1 [0.022299s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_17 [0.064583s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_access_rules_status_is_in_error_1_2_1 [0.042316s] ... ok DEBUG: Metadata property key is greater than 255 characters. DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_20 [0.033573s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_05 [0.021775s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_with_is_public_1 [0.079983s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareActionsTest.test_shrink_exception_2 [0.352936s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_no_transitional_states_3___2_27____syncing__ [0.087803s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_with_is_public_2 [0.098643s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareManageTest.test_unsupported_version [0.028668s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareManageTest.test_wrong_permissions [0.038094s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_no_transitional_states_4___2_27____active__ [0.117868s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareUnmanageTest.test__unmanage [0.021879s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_extend_exception_1 [0.042027s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_extend_exception_3 [0.039795s] ... ok DEBUG: {3} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_invalid_1 [0.071801s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_extend_invalid_body_2 [0.036690s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_invalid_2 [0.063684s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_shrink_exception_1 [0.057368s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_not_found [0.052762s] ... ok DEBUG: Change will make usage less than 0 for the following resources: ['shares', 'gigabytes'] DEBUG: {0} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_force_delete_with_different_roles_1 [0.403825s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareActionsTest.test_shrink_invalid_body_1 [0.059458s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_01_creating [0.050916s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_12 [0.463961s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_error_14 [0.022042s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_02_deleting [0.045825s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_allow_access_no_transitional_states_2___2_1____active__ [0.082141s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_08_migrating_to [0.078387s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_extend_2 [0.021403s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_extend_invalid_body_3 [0.019281s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_11_server_migrating [0.045238s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_shrink_2 [0.019185s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareActionsTest.test_shrink_invalid_body_3 [0.019049s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_13_backup_restoring [0.075569s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_14_backup_creating [0.142044s] ... ok DEBUG: {3} manila.tests.api.views.test_quota_class_sets.ViewBuilderTestCase.test_detail_list_with_share_type_05___fake_quota_class____2_53__ [0.053609s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_invalid_reset_status_body_2 [0.319225s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_bad_request_2 [0.021316s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_forbidden_manage [0.021581s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_invalid_body_1 [0.022632s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_invalid_body_2 [0.022050s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_share_type_not_found [0.028949s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_based_on_share_server [0.054898s] ... ok DEBUG: Change will make usage less than 0 for the following resources: ['shares', 'gigabytes'] DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_that_has_snapshots [0.081259s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_force_delete_with_different_roles_2 [0.800027s] ... ok DEBUG: {3} manila.tests.api.views.test_quota_class_sets.ViewBuilderTestCase.test_detail_list_with_share_type_10__None___2_80__ [0.346828s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_11__None__None___2_53__ [0.027054s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_03_manage_starting [0.085898s] ... ok DEBUG: {3} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_13___fake_project_id___None___2_62__ [0.051337s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_04_unmanage_starting [0.045877s] ... ok DEBUG: {3} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_15___fake_project_id___None___2_80__ [0.036033s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_06_shrinking [0.042910s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_16__None__None___2_80__ [0.035942s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_09_restoring [0.035701s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_force_delete_missing_2_2_7 [1.017662s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.views.test_scheduler_stats.ViewBuilderTestCase.test_pools_with_details [0.039270s] ... ok DEBUG: {1} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_wrong_permissions [0.040282s] ... ok DEBUG: {1} manila.tests.api.views.test_quota_class_sets.ViewBuilderTestCase.test__collection_name [0.019210s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_03 [0.038217s] ... ok DEBUG: {1} manila.tests.api.views.test_quota_class_sets.ViewBuilderTestCase.test_detail_list_with_share_type_03___fake_quota_class____2_39__ [0.026364s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.views.test_quota_class_sets.ViewBuilderTestCase.test_detail_list_with_share_type_06__None___2_53__ [0.020614s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_reset_status_for_missing_2_2_7 [0.318703s] ... ok DEBUG: {1} manila.tests.api.views.test_quota_class_sets.ViewBuilderTestCase.test_detail_list_with_share_type_07___fake_quota_class____2_62__ [0.018122s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_15 [0.043009s] ... ok DEBUG: {1} manila.tests.api.views.test_quota_class_sets.ViewBuilderTestCase.test_detail_list_with_share_type_08__None___2_62__ [0.019945s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_22 [0.035780s] ... ok DEBUG: {1} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_01___fake_project_id____fake_share_type_id____2_40__ [0.027450s] ... ok DEBUG: {1} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_02__None___fake_share_type_id____2_40__ [0.021806s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_subnet_create_check_2_False [0.040822s] ... ok DEBUG: {1} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_03___fake_project_id___None___2_40__ [0.022034s] ... ok DEBUG: {1} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_07___fake_project_id___None___2_39__ [0.017446s] ... ok DEBUG: {1} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_12__None___fake_share_type_id____2_62__ [0.024800s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_03_______2_18__ [0.060251s] ... ok DEBUG: {1} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_17___fake_project_id___None___2_90__ [0.040055s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_04_______2_0__ [0.042128s] ... ok DEBUG: {1} manila.tests.api.views.test_scheduler_stats.ViewBuilderTestCase.test_pools [0.042757s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_09 [0.036979s] ... ok DEBUG: {1} manila.tests.api.views.test_share_accesses.ViewBuilderTestCase.test_list_view_2_2_21 [0.035781s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_14 [0.032628s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_force_delete_with_different_roles_3 [0.396813s] ... ok DEBUG: {1} manila.tests.api.views.test_share_accesses.ViewBuilderTestCase.test_list_view_4_2_45 [0.047303s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_08_______2_25__ [0.052049s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_12 [0.029508s] ... ok DEBUG: {1} manila.tests.api.views.test_share_accesses.ViewBuilderTestCase.test_summary_view_3_2_33 [0.044663s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_13 [0.038301s] ... ok DEBUG: {1} manila.tests.api.views.test_share_network_subnets.ViewBuilderTestCase.test_build_share_network_subnet [0.055409s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_17 [0.048686s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_24 [0.038578s] ... ok DEBUG: {1} manila.tests.api.views.test_share_network_subnets.ViewBuilderTestCase.test_build_share_network_subnets_1_2_51 [0.082802s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_26 [0.042413s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_01 [0.042522s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_27 [0.039091s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_04 [0.053388s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_reset_status_with_different_roles_3 [0.615204s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_28 [0.049361s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_05 [0.038522s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_29 [0.042007s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_12 [0.041607s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_13 [0.034235s] ... ok DEBUG: {3} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_31 [0.047755s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_17 [0.069794s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.views.test_shares.ViewBuilderTestCase.test_detail_1_2_6 [0.089037s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_19 [0.032181s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_01_______2_20__ [0.043521s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.views.test_shares.ViewBuilderTestCase.test_detail_2_2_9 [0.082364s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_reset_status_with_different_roles_4 [0.295294s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_06_______2_26__ [0.059851s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareManageTest.test_revert_unsupported [0.020551s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_1 [0.040230s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_07_______2_49__ [0.068175s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_3 [0.043346s] ... ok DEBUG: {3} manila.tests.api.views.test_shares.ViewBuilderTestCase.test_detail_3_2_10 [0.134572s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_forbidden_validate_service_host [0.020852s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_10 [0.062080s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_invalid_body_3 [0.025658s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_reset_status_with_different_roles_1 [0.763376s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_11 [0.056258s] ... ok DEBUG: {0} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_with_user_id [0.039656s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.views.test_shares.ViewBuilderTestCase.test_detail_7_2_27 [0.112445s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share [0.043089s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_13 [0.044936s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_15 [0.043485s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_05_extending [0.051864s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.api.views.test_shares.ViewBuilderTestCase.test_detail_translate_creating_from_snapshot_status_2_2_51 [0.075016s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_04_______2_0__ [0.028964s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_07_migrating [0.042898s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_06_______2_26__ [0.047724s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_12_server_migrating_to [0.038180s] ... ok DEBUG: {3} manila.tests.api.views.test_shares.ViewBuilderTestCase.test_detail_translate_creating_from_snapshot_status_3_2_54 [0.077794s] ... ok DEBUG: {0} manila.tests.api.views.test_quota_class_sets.ViewBuilderTestCase.test_detail_list_with_share_type_02__None___2_40__ [0.030126s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_07_______2_49__ [0.049786s] ... ok DEBUG: {0} manila.tests.api.views.test_quota_class_sets.ViewBuilderTestCase.test_detail_list_with_share_type_11___fake_quota_class____2_90__ [0.019733s] ... ok DEBUG: {3} manila.tests.api.views.test_versions.ViewBuilderTestCase.test_build_versions [0.054645s] ... ok DEBUG: {0} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test__collection_name [0.024761s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_11 [0.044656s] ... ok DEBUG: {3} manila.tests.api.views.test_versions.ViewBuilderTestCase.test_generate_href_no_path_4____v2______fake_path_____http___localhost_v2_fake_path___ [0.038461s] ... ok DEBUG: {0} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_09__None___fake_share_type_id____2_53__ [0.022941s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_14 [0.031977s] ... ok DEBUG: {0} manila.tests.api.views.test_share_accesses.ViewBuilderTestCase.test_collection_name [0.018560s] ... ok DEBUG: {3} manila.tests.api.views.test_versions.ViewBuilderTestCase.test_get_base_url_without_version_2___http___localhost_____http___localhost___ [0.038963s] ... ok DEBUG: {0} manila.tests.api.views.test_share_accesses.ViewBuilderTestCase.test_list_view_3_2_33 [0.027500s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_15 [0.041937s] ... ok DEBUG: {0} manila.tests.api.views.test_share_accesses.ViewBuilderTestCase.test_summary_view_1_2_20 [0.020258s] ... ok DEBUG: {3} manila.tests.api.views.test_versions.ViewBuilderTestCase.test_get_base_url_without_version_3___http___1_1_1_1_v1_____http___1_1_1_1___ [0.037168s] ... ok DEBUG: {0} manila.tests.api.views.test_share_accesses.ViewBuilderTestCase.test_summary_view_4_2_45 [0.018522s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_16 [0.036875s] ... ok DEBUG: {0} manila.tests.api.views.test_share_accesses.ViewBuilderTestCase.test_view_1_2_20 [0.020087s] ... ok DEBUG: {3} manila.tests.api.views.test_versions.ViewBuilderTestCase.test_get_base_url_without_version_4___http___1_1_1_1_v1____http___1_1_1_1___ [0.043744s] ... ok DEBUG: {0} manila.tests.api.views.test_share_accesses.ViewBuilderTestCase.test_view_4_2_45 [0.019098s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_18 [0.053601s] ... ok DEBUG: {3} manila.tests.cmd.test_api.ManilaCmdApiTestCase.test_main [0.050658s] ... ok DEBUG: {0} manila.tests.api.views.test_share_network_subnets.ViewBuilderTestCase.test_build_share_network_subnets_2_2_78 [0.052867s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_19 [0.043196s] ... ok DEBUG: {3} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_downgrade [0.040311s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_21 [0.032139s] ... ok DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test__collection_name [0.038927s] ... ok DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_security_service_update_check_1___update_security_service___True_ [0.019242s] ... ok DEBUG: {3} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_get_log_commands_errors [0.053386s] ... ok DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_23 [0.050265s] ... ok DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_security_service_update_check_2___add_security_service___False_ [0.019678s] ... ok DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_02 [0.018212s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareAdminActionsAPITest.test_share_reset_status_with_different_roles_2 [0.607814s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_log/log.py:280: DeprecationWarning: Eventlet support is deprecated and will be removed DEBUG: debtcollector.deprecate( DEBUG: {1} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_30 [0.038070s] ... ok DEBUG: {'REQUEST_METHOD': 'GET', 'SCRIPT_NAME': '/share/v2', 'PATH_INFO': '/v2/share-access-rules/inexistent_id', 'QUERY_STRING': '', 'SERVER_NAME': 'localhost', 'SERVER_PORT': '80', 'HTTP_HOST': 'localhost:80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'wsgi.version': (1, 0), 'wsgi.url_scheme': 'http', 'wsgi.input': <_io.BytesIO object at 0x7f8762373d30>, 'wsgi.errors': <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>, 'wsgi.multithread': False, 'wsgi.multiprocess': False, 'wsgi.run_once': False, 'webob.adhoc_attrs': {'api_version_request': }, 'manila.context': } DEBUG: 2025-11-13 13:50:24.169 3331052 INFO manila.coordination [None req-51fdff1b-01af-4841-b71c-30a825678a6a fake_user fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_main [0.051595s] ... ok DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_11 [0.021057s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareManageTest.test_revert [0.020682s] ... ok DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_16 [0.017873s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_4 [0.033057s] ... ok DEBUG: Failed to read configuration file(s): sentinel._namespace DEBUG: 2025-11-13 13:50:24.213 3331052 INFO manila.coordination [None req-51fdff1b-01af-4841-b71c-30a825678a6a fake_user fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_main_sudo_failed [0.044351s] ... ok DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_23 [0.020589s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_duplicate_share [0.019256s] ... ok DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_02_______2_91__ [0.018121s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareManageTest.test_share_manage_service_not_found [0.038648s] ... ok DEBUG: 2025-11-13 13:50:24.268 3331052 INFO manila.coordination [None req-51fdff1b-01af-4841-b71c-30a825678a6a fake_user fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_revision [0.055712s] ... ok DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_05_______1_0__ [0.053292s] ... ok DEBUG: 2025-11-13 13:50:24.309 3331052 INFO manila.coordination [None req-51fdff1b-01af-4841-b71c-30a825678a6a fake_user fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_10_reverting [0.045504s] ... ok DEBUG: {3} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_run_ipython ... SKIPPED: No module named 'IPython' DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_12 [0.024741s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_01_______2_20__ [0.046962s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unmanage_share_with_transitional_state_15_ensuring [0.053597s] ... ok DEBUG: {2} manila.tests.api.v2.test_shares.ShareUnmanageTest.test_unsupported_version [0.017619s] ... ok DEBUG: --- Logging error --- DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_03_______2_18__ [0.034165s] ... ok DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: {2} manila.tests.api.views.test_quota_class_sets.ViewBuilderTestCase.test_detail_list_with_share_type_01___fake_quota_class____2_40__ [0.019776s] ... ok DEBUG: 2025-11-13 13:50:24.409 3331052 INFO manila.coordination [None req-27d0bf52-a3ef-4243-8d45-01dbd30954ff fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: {3} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_service_commands_cleanup_2_False [0.101881s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/usr/lib/python3.12/site-packages/ddt.py", line 220, in wrapper DEBUG: return func(self, *args, **kwargs) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/cmd/test_manage.py", line 348, in test_service_commands_cleanup DEBUG: ctxt = context.RequestContext('fake-user', 'fake-project') DEBUG: {2} manila.tests.api.views.test_quota_class_sets.ViewBuilderTestCase.test_detail_list_with_share_type_04__None___2_39__ [0.019012s] ... ok DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_10 [0.024515s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: {2} manila.tests.api.views.test_quota_class_sets.ViewBuilderTestCase.test_detail_list_with_share_type_09___fake_quota_class____2_80__ [0.020596s] ... ok DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_20 [0.024886s] ... ok DEBUG: {2} manila.tests.api.views.test_quota_class_sets.ViewBuilderTestCase.test_detail_list_with_share_type_12__None___2_90__ [0.020321s] ... ok DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_22 [0.017148s] ... ok DEBUG: {2} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_04__None__None___2_40__ [0.026317s] ... ok DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_25 [0.023723s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: {2} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_05___fake_project_id____fake_share_type_id____2_39__ [0.023760s] ... ok DEBUG: 2025-11-13 13:50:24.514 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_service_commands_list [0.099439s] ... ok DEBUG: {0} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_32 [0.023892s] ... ok DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1396, in patched DEBUG: return func(*newargs, **newkeywargs) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/cmd/test_manage.py", line 281, in test_service_commands_list DEBUG: ctxt = context.RequestContext('fake-user', 'fake-project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {2} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_06__None___fake_share_type_id____2_39__ [0.023382s] ... ok DEBUG: {0} manila.tests.api.views.test_shares.ViewBuilderTestCase.test__collection_name [0.021676s] ... ok DEBUG: controller-0@fancystore01#pool100 specifies a pool but controller-0@fancystore01 does not. DEBUG: 2025-11-13 13:50:24.550 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_share_update_host_fail_validation_1 [0.033669s] ... ok DEBUG: {2} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_08__None__None___2_39__ [0.024741s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.api.views.test_shares.ViewBuilderTestCase.test_detail_4_2_11 [0.036335s] ... ok DEBUG: {2} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_10___fake_project_id___None___2_53__ [0.018415s] ... ok DEBUG: {0} manila.tests.api.views.test_versions.ViewBuilderTestCase.test_get_base_url_without_version_5___http___1_1_1_1_v11____http___1_1_1_1___ [0.018533s] ... ok DEBUG: {2} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_14__None__None___2_62__ [0.016947s] ... ok DEBUG: controller-0@fancystore01 specifies a backend but controller-0 does not. DEBUG: 2025-11-13 13:50:24.607 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_share_update_host_fail_validation_2 [0.046117s] ... ok DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_get_arg_string_3___bar [0.018682s] ... ok DEBUG: {2} manila.tests.api.views.test_quota_sets.ViewBuilderTestCase.test_detail_list_with_share_type_18__None__None___2_90__ [0.016674s] ... ok DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_get_log_commands_syslog_no_log_file [0.018516s] ... ok DEBUG: {2} manila.tests.api.views.test_share_accesses.ViewBuilderTestCase.test_list_view_1_2_20 [0.032717s] ... ok DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_list_zone_is_none [0.019384s] ... ok DEBUG: 2025-11-13 13:50:24.653 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.cmd.test_scheduler.ManilaCmdSchedulerTestCase.test_main [0.057444s] ... ok DEBUG: {2} manila.tests.api.views.test_share_accesses.ViewBuilderTestCase.test_summary_view_2_2_21 [0.016963s] ... ok DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_main_argv_lt_2 [0.021458s] ... ok DEBUG: {2} manila.tests.api.views.test_share_accesses.ViewBuilderTestCase.test_view_2_2_21 [0.017910s] ... ok DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_run ... SKIPPED: No module named 'bpython' DEBUG: {2} manila.tests.api.views.test_share_accesses.ViewBuilderTestCase.test_view_3_2_33 [0.019305s] ... ok DEBUG: 2025-11-13 13:50:24.704 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.cmd.test_share.ManilaCmdShareTestCase.test_main_3___foo__ [0.041399s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_06 [0.019631s] ... ok DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_run_bpython_import_error ... SKIPPED: No module named 'bpython' DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_07 [0.016611s] ... ok DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_run_python_import_error [0.021307s] ... ok DEBUG: 2025-11-13 13:50:24.750 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.cmd.test_share.ManilaCmdShareTestCase.test_main_4___foo____bar__ [0.043592s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_08 [0.016217s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_09 [0.016726s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.api.views.test_shares.ViewBuilderTestCase.test_detail_5_2_16 [0.616119s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_10 [0.016527s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_service_commands_list_format_2_yaml [0.047666s] ... ok DEBUG: 2025-11-13 13:50:24.794 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_invalid_cases_1_None [0.044144s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_14 [0.016263s] ... ok DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_share_server_update_capability_not_supported [0.018659s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_18 [0.016572s] ... ok DEBUG: 2025-11-13 13:50:24.832 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_invalid_cases_3_fake [0.038816s] ... ok DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_share_update_host_1 [0.020470s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_20 [0.016495s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_share_update_host_2 [0.018920s] ... ok DEBUG: {1} manila.tests.api.views.test_shares.ViewBuilderTestCase.test_detail_6_2_24 [0.072627s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_21 [0.017286s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_24 [0.017059s] ... ok DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_shell_commands_bpython [0.024449s] ... ok DEBUG: 2025-11-13 13:50:24.884 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_valid_cases_02_cifs [0.050448s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_network_subnet_create_check_1_True [0.024139s] ... ok DEBUG: {1} manila.tests.api.views.test_shares.ViewBuilderTestCase.test_detail_9_2_69 [0.047079s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_08_______2_25__ [0.016759s] ... ok DEBUG: {1} manila.tests.api.views.test_versions.ViewBuilderTestCase.test_build_links [0.016854s] ... ok DEBUG: 2025-11-13 13:50:24.921 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_valid_cases_04_hdfs [0.036327s] ... ok DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_shell_commands_ipython [0.045449s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_with_details_16 [0.016398s] ... ok DEBUG: {1} manila.tests.api.views.test_versions.ViewBuilderTestCase.test_build_version [0.016852s] ... ok DEBUG: {1} manila.tests.api.views.test_versions.ViewBuilderTestCase.test_generate_href_defaults [0.018472s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_02_______2_91__ [0.028622s] ... ok DEBUG: 2025-11-13 13:50:24.961 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_valid_cases_06_maprfs [0.040692s] ... ok DEBUG: {0} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_version [0.034214s] ... ok DEBUG: {1} manila.tests.cmd.test_data.ManilaCmdDataTestCase.test_main [0.020091s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_05_______1_0__ [0.021111s] ... ok DEBUG: 2025-11-13 13:50:24.993 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_valid_cases_08_CIFS [0.031579s] ... ok DEBUG: {1} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_list_commands_json [0.020980s] ... ok DEBUG: {2} manila.tests.api.views.test_share_networks.ViewBuilderTestCase.test_build_share_networks_without_details_09 [0.028147s] ... ok DEBUG: {0} manila.tests.common.test_client_auth.ClientAuthTestCase.test_get_client_admin_true [0.044332s] ... ok DEBUG: {1} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_list_commands_yaml [0.023129s] ... ok DEBUG: {0} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_invalid_cases_2_ [0.020852s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.views.test_shares.ViewBuilderTestCase.test_detail_8_2_54 [0.033568s] ... ok DEBUG: 2025-11-13 13:50:25.046 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_valid_cases_10_HDFS [0.052551s] ... ok DEBUG: {0} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_invalid_cases_5___fake__ [0.017203s] ... ok DEBUG: {1} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_methods_of [0.038757s] ... ok DEBUG: {0} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_invalid_cases_6___nfsfake__ [0.018969s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.api.views.test_shares.ViewBuilderTestCase.test_detail_translate_creating_from_snapshot_status_1_1_0 [0.034234s] ... ok DEBUG: 2025-11-13 13:50:25.082 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.compute.test_nova.NovaApiTestCase.test_keypair_import [0.036040s] ... ok DEBUG: {0} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_valid_cases_05_cephfs [0.016973s] ... ok DEBUG: {2} manila.tests.api.views.test_versions.ViewBuilderTestCase.test_generate_href_no_path_1___v2___None___http___localhost_v2___ [0.020177s] ... ok DEBUG: {0} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_valid_cases_07_NFS [0.017287s] ... ok DEBUG: {1} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_run_bpython_2 ... SKIPPED: No module named 'bpython' DEBUG: {2} manila.tests.api.views.test_versions.ViewBuilderTestCase.test_generate_href_no_path_2____v2____None___http___localhost_v2___ [0.017125s] ... ok DEBUG: 2025-11-13 13:50:25.121 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.compute.test_nova.NovaApiTestCase.test_server_get [0.038786s] ... ok DEBUG: {0} manila.tests.compute.test_nova.NovaApiTestCase.test_instance_volumes_list [0.023260s] ... ok DEBUG: {2} manila.tests.api.views.test_versions.ViewBuilderTestCase.test_generate_href_no_path_3____v2_____fake_path____http___localhost_v2_fake_path__ [0.018219s] ... ok DEBUG: {1} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_run_ipython_import_error ... SKIPPED: No module named 'IPython' DEBUG: {0} manila.tests.compute.test_nova.NovaApiTestCase.test_keypair_delete [0.020917s] ... ok DEBUG: {2} manila.tests.api.views.test_versions.ViewBuilderTestCase.test_get_base_url_without_version_1___http___1_1_1_1_____http___1_1_1_1___ [0.018042s] ... ok DEBUG: {0} manila.tests.compute.test_nova.NovaApiTestCase.test_server_create [0.017014s] ... ok DEBUG: 2025-11-13 13:50:25.169 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.compute.test_nova.NovaApiTestCase.test_server_get_by_name_or_id_failed [0.047660s] ... ok DEBUG: {2} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_get_arg_string_1_bar [0.023719s] ... ok DEBUG: {0} manila.tests.compute.test_nova.NovaApiTestCase.test_server_get_failed_2 [0.017134s] ... ok DEBUG: {1} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_run_python [0.048299s] ... ok DEBUG: {2} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_get_arg_string_2__bar [0.022645s] ... ok DEBUG: {0} manila.tests.compute.test_nova.NovaApiTestCase.test_server_update [0.017046s] ... ok DEBUG: 2025-11-13 13:50:25.205 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.compute.test_nova.NovaclientTestCase.test_with_auth_obj [0.041052s] ... ok DEBUG: {2} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_get_log_commands_no_errors [0.029715s] ... ok DEBUG: {1} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_share_delete [0.041201s] ... ok DEBUG: {0} manila.tests.compute.test_nova.TranslateServerExceptionTestCase.test_translate_server_exception [0.020744s] ... ok DEBUG: {2} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_list [0.019677s] ... ok DEBUG: 2025-11-13 13:50:25.252 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.compute.test_nova.ToDictTestCase.test_dict_provided [0.041964s] ... ok DEBUG: {1} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_share_server_update_capability [0.045539s] ... ok DEBUG: {2} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_run_bpython_1 ... SKIPPED: No module named 'bpython' DEBUG: 2025-11-13 13:50:25.298 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.compute.test_nova.ToDictTestCase.test_obj_provided_without_to_dict_method [0.045624s] ... ok DEBUG: {0} manila.tests.data.test_helper.DataServiceHelperTestCase.test__get_access_entries_according_to_mapping_2 [0.073525s] ... ok DEBUG: {1} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_share_update_host_3 [0.034643s] ... ok DEBUG: 2025-11-13 13:50:25.328 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.compute.test_nova.TranslateServerExceptionTestCase.test_translate_server_exception_other_exception_4_Forbidden [0.043232s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_service_commands_cleanup_1_True [0.068310s] ... ok DEBUG: {1} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_share_update_host_4 [0.045142s] ... ok DEBUG: 2025-11-13 13:50:25.367 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.compute.test_nova.TranslateServerExceptionTestCase.test_translate_server_exception_other_exception_5_MethodNotAllowed [0.026230s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_service_commands_list_format_1_json [0.046609s] ... ok DEBUG: {1} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_version_commands_call [0.043961s] ... ok DEBUG: {2} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_shell_commands_python [0.021016s] ... ok DEBUG: {2} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_stamp [0.022420s] ... ok DEBUG: {1} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_version_commands_list [0.045652s] ... ok DEBUG: {0} manila.tests.data.test_helper.DataServiceHelperTestCase.test__get_access_entries_according_to_mapping_4 [0.136681s] ... ok DEBUG: {2} manila.tests.cmd.test_manage.ManilaCmdManageTestCase.test_sync [0.028622s] ... ok DEBUG: {2} manila.tests.cmd.test_share.ManilaCmdShareTestCase.test_main_2___ [0.028931s] ... ok DEBUG: {2} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_invalid_cases_4___ [0.021092s] ... ok DEBUG: {1} manila.tests.cmd.test_share.ManilaCmdShareTestCase.test_main_1_None [0.072754s] ... ok DEBUG: {2} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_valid_cases_01_nfs [0.023520s] ... ok DEBUG: {1} manila.tests.common.test_client_auth.ClientAuthTestCase.test_get_client_admin_false [0.039112s] ... ok DEBUG: {2} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_valid_cases_11_CEPHFS [0.019601s] ... ok DEBUG: {2} manila.tests.compute.test_nova.NovaApiTestCase.test_instance_volume_attach [0.019791s] ... ok DEBUG: {1} manila.tests.common.test_client_auth.ClientAuthTestCase.test_list_opts [0.039484s] ... ok DEBUG: {2} manila.tests.compute.test_nova.NovaApiTestCase.test_keypair_list [0.020013s] ... ok DEBUG: {2} manila.tests.compute.test_nova.NovaApiTestCase.test_server_reboot_hard [0.025618s] ... ok DEBUG: 2025-11-13 13:50:25.633 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_helper.DataServiceHelperTestCase.test__change_data_access_to_instance_1_True [0.265767s] ... ok DEBUG: {1} manila.tests.common.test_client_auth.ClientAuthTestCase.test_list_opts_not_found [0.041517s] ... ok DEBUG: {2} manila.tests.compute.test_nova.NovaclientTestCase.test_no_auth_obj [0.020256s] ... ok DEBUG: {2} manila.tests.compute.test_nova.ToDictTestCase.test_obj_provided_with_to_dict_method [0.023574s] ... ok DEBUG: {1} manila.tests.common.test_client_auth.ClientAuthTestCase.test_load_auth_plugin_caching [0.045218s] ... ok DEBUG: {2} manila.tests.compute.test_nova.TranslateServerExceptionTestCase.test_translate_server_exception_bad_request [0.024421s] ... ok DEBUG: {2} manila.tests.compute.test_nova.TranslateServerExceptionTestCase.test_translate_server_exception_not_found [0.017775s] ... ok DEBUG: {1} manila.tests.common.test_client_auth.ClientAuthTestCase.test_load_auth_plugin_no_auth [0.035501s] ... ok DEBUG: {2} manila.tests.compute.test_nova.TranslateServerExceptionTestCase.test_translate_server_exception_other_exception_1_HTTPNotImplemented [0.017808s] ... ok DEBUG: {1} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_valid_cases_03_glusterfs [0.025831s] ... ok DEBUG: 2025-11-13 13:50:25.749 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_helper.DataServiceHelperTestCase.test__get_access_entries_according_to_mapping_3 [0.115439s] ... ok DEBUG: {2} manila.tests.compute.test_nova.TranslateServerExceptionTestCase.test_translate_server_exception_other_exception_2_RetryAfterException [0.018502s] ... ok DEBUG: {1} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_valid_cases_09_GLUSTERFS [0.019964s] ... ok DEBUG: {2} manila.tests.compute.test_nova.TranslateServerExceptionTestCase.test_translate_server_exception_other_exception_6_OverLimit [0.017751s] ... ok DEBUG: {2} manila.tests.compute.test_nova.TranslateServerExceptionTestCase.test_translate_server_exception_other_exception_7_RateLimit [0.017352s] ... ok DEBUG: {1} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_valid_cases_12_MAPRFS [0.020715s] ... ok DEBUG: {1} manila.tests.common.test_config.VerifyConfigShareProtocolsTestCase.test_verify_share_protocols_valid_cases_13_nfs_cifs_glusterfs_hdfs_cephfs_maprfs_NFS_CIFS_GLUSTERFS_HDFS_CEPHFS_MAPRFS [0.024448s] ... ok DEBUG: 2025-11-13 13:50:25.844 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_helper.DataServiceHelperTestCase.test_allow_access_to_data_service_1_True [0.095505s] ... ok DEBUG: {1} manila.tests.compute.test_nova.NovaApiTestCase.test_instance_volume_detach [0.035159s] ... ok DEBUG: {2} manila.tests.data.test_helper.DataServiceHelperTestCase.test__get_access_entries_according_to_mapping_1 [0.080487s] ... ok DEBUG: {1} manila.tests.compute.test_nova.NovaApiTestCase.test_server_delete [0.023515s] ... ok DEBUG: {1} manila.tests.compute.test_nova.NovaApiTestCase.test_server_get_by_name_or_id [0.018810s] ... ok DEBUG: {1} manila.tests.compute.test_nova.NovaApiTestCase.test_server_get_failed_1 [0.018590s] ... ok DEBUG: {1} manila.tests.compute.test_nova.NovaApiTestCase.test_server_reboot_soft [0.022311s] ... ok DEBUG: {2} manila.tests.data.test_helper.DataServiceHelperTestCase.test__get_access_entries_according_to_mapping_5 [0.072841s] ... ok DEBUG: {1} manila.tests.compute.test_nova.TranslateServerExceptionTestCase.test_translate_server_exception_other_exception_3_Unauthorized [0.020757s] ... ok DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Could not unmount src /tmp/ins1_id after its data copy.: Exception: fake DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager helper_src.unmount_share_instance_or_backup(info_src, DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager Exception: fake DEBUG: 2025-11-13 13:50:25.897 3331052 ERROR manila.data.manager DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Could not unmount dest /tmp/ins2_id after its data copy.: Exception: fake DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 346, in _copy_share_data DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager helper_dest.unmount_share_instance_or_backup(info_dest, DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager helper_src.unmount_share_instance_or_backup(info_src, DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager Exception: fake DEBUG: 2025-11-13 13:50:25.904 3331052 ERROR manila.data.manager DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Could not deny access to src instance ins1_id after its data copy.: Exception: fake DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 354, in _copy_share_data DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager helper_src.deny_access_to_data_service(access_ref_src, DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager Exception: fake DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Could not deny access to dest instance ins2_id after its data copy.: Exception: fake DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 362, in _copy_share_data DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager helper_dest.deny_access_to_data_service(access_ref_dest, DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 354, in _copy_share_data DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager helper_src.deny_access_to_data_service(access_ref_src, DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager Exception: fake DEBUG: 2025-11-13 13:50:25.905 3331052 ERROR manila.data.manager DEBUG: 2025-11-13 13:50:25.906 3331052 WARNING manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Copy of data from source /tmp/ins1_id to destination /tmp/ins2_id was cancelled. DEBUG: 2025-11-13 13:50:25.908 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_manager.DataManagerTestCase.test__copy_share_data_3 [0.063986s] ... ok DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Could not unmount src /tmp/ins1_id after its data copy.: Exception: fake DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager helper_src.unmount_share_instance_or_backup(info_src, DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager Exception: fake DEBUG: 2025-11-13 13:50:25.984 3331052 ERROR manila.data.manager DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Could not unmount dest /tmp/backup_id after its data copy.: Exception: fake DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 346, in _copy_share_data DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager helper_dest.unmount_share_instance_or_backup(info_dest, DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager helper_src.unmount_share_instance_or_backup(info_src, DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager Exception: fake DEBUG: 2025-11-13 13:50:25.988 3331052 ERROR manila.data.manager DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Could not deny access to src instance ins1_id after its data copy.: Exception: fake DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 354, in _copy_share_data DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager helper_src.deny_access_to_data_service(access_ref_src, DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager Exception: fake DEBUG: 2025-11-13 13:50:25.989 3331052 ERROR manila.data.manager DEBUG: 2025-11-13 13:50:25.990 3331052 DEBUG manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Copy of data from source /tmp/ins1_id to destination /tmp/backup_id was successful. _copy_share_data /builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py:388 DEBUG: 2025-11-13 13:50:25.991 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_manager.DataManagerTestCase.test__copy_share_data_4 [0.077814s] ... ok DEBUG: {2} manila.tests.data.test_helper.DataServiceHelperTestCase.test__get_access_entries_according_to_mapping_ip_list [0.085823s] ... ok DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Could not unmount src /tmp/backup_id after its data copy.: Exception: fake DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager helper_src.unmount_share_instance_or_backup(info_src, DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager Exception: fake DEBUG: 2025-11-13 13:50:26.053 3331052 ERROR manila.data.manager DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Could not unmount dest /tmp/ins2_id after its data copy.: Exception: fake DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 346, in _copy_share_data DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager helper_dest.unmount_share_instance_or_backup(info_dest, DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager helper_src.unmount_share_instance_or_backup(info_src, DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager Exception: fake DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Could not deny access to dest instance ins2_id after its data copy.: Exception: fake DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 362, in _copy_share_data DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager helper_dest.deny_access_to_data_service(access_ref_dest, DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager Exception: fake DEBUG: 2025-11-13 13:50:26.054 3331052 ERROR manila.data.manager DEBUG: 2025-11-13 13:50:26.055 3331052 DEBUG manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Copy of data from source /tmp/backup_id to destination /tmp/ins2_id was successful. _copy_share_data /builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py:388 DEBUG: 2025-11-13 13:50:26.056 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_manager.DataManagerTestCase.test__copy_share_data_7 [0.064647s] ... ok DEBUG: {2} manila.tests.data.test_helper.DataServiceHelperTestCase.test_cleanup_data_access_1_None [0.073713s] ... ok DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Share data copy failed attempting to mount source at /tmp/ins1_id.: Exception: fake DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 301, in _copy_share_data DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager helper_src.mount_share_instance_or_backup(info_src, mount_path) DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager raise effect DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager Exception: fake DEBUG: 2025-11-13 13:50:26.113 3331052 ERROR manila.data.manager DEBUG: 2025-11-13 13:50:26.115 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_manager.DataManagerTestCase.test__copy_share_data_exception_mount_1 [0.058913s] ... ok DEBUG: Could not unmount src /tmp/ins1_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: helper_src.unmount_share_instance_or_backup(info_src, 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: fake DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test__copy_share_data_1 [0.055790s] ... ok DEBUG: Could not unmount dest /tmp/ins2_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 346, in _copy_share_data DEBUG: helper_dest.unmount_share_instance_or_backup(info_dest, 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: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: helper_src.unmount_share_instance_or_backup(info_src, 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: fake DEBUG: Could not deny access to src instance ins1_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 354, in _copy_share_data DEBUG: helper_src.deny_access_to_data_service(access_ref_src, 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: fake DEBUG: Could not deny access to dest instance ins2_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 362, in _copy_share_data DEBUG: helper_dest.deny_access_to_data_service(access_ref_dest, 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: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 354, in _copy_share_data DEBUG: helper_src.deny_access_to_data_service(access_ref_src, 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: fake DEBUG: {1} manila.tests.data.test_helper.DataServiceHelperTestCase.test__change_data_access_to_instance_2_False [0.225485s] ... ok DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Share data copy failed attempting to mount destination at /tmp/ins2_id.: Exception: fake DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 310, in _copy_share_data DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager helper_dest.mount_share_instance_or_backup(info_dest, mount_path) DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1202, in _execute_mock_call DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager raise result DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager Exception: fake DEBUG: 2025-11-13 13:50:26.180 3331052 ERROR manila.data.manager DEBUG: 2025-11-13 13:50:26.182 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_manager.DataManagerTestCase.test__copy_share_data_exception_mount_2 [0.066306s] ... ok DEBUG: Failed to copy data from source to destination /tmp/backup_id to /tmp/ins2_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 326, in _copy_share_data DEBUG: copy.run() 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: fake DEBUG: Could not unmount src /tmp/backup_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: helper_src.unmount_share_instance_or_backup(info_src, 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: fake DEBUG: Could not unmount dest /tmp/ins2_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 346, in _copy_share_data DEBUG: helper_dest.unmount_share_instance_or_backup(info_dest, 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: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: helper_src.unmount_share_instance_or_backup(info_src, 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: fake DEBUG: Could not deny access to dest instance ins2_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 362, in _copy_share_data DEBUG: helper_dest.deny_access_to_data_service(access_ref_dest, 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: fake DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test__copy_share_data_8 [0.051067s] ... ok DEBUG: 2025-11-13 13:50:26.231 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_manager.DataManagerTestCase.test__run_restore_2 [0.049841s] ... ok DEBUG: {1} manila.tests.data.test_helper.DataServiceHelperTestCase.test__get_access_entries_according_to_mapping_exception_not_set [0.067640s] ... ok DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test__run_backup_1_None [0.044307s] ... ok DEBUG: 2025-11-13 13:50:26.282 3331052 INFO manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Created share backup c8bce644-781b-40a9-af18-c61d18933c6a successfully. DEBUG: 2025-11-13 13:50:26.283 3331052 INFO manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Created share backup c8bce644-781b-40a9-af18-c61d18933c6a successfully. DEBUG: 2025-11-13 13:50:26.284 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_manager.DataManagerTestCase.test_create_share_backup_continue_4___100___True_ [0.052503s] ... ok DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test__run_backup_2 [0.042678s] ... ok DEBUG: 2025-11-13 13:50:26.324 3331052 INFO manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Delete backup started, backup: 02f3ebb0-d081-42d3-82ff-1b3ef574e77c. DEBUG: 2025-11-13 13:50:26.324 3331052 WARNING manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Failed to update backup quota for fake: An unknown exception occurred..: manila.exception.ManilaException: An unknown exception occurred. DEBUG: 2025-11-13 13:50:26.326 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_manager.DataManagerTestCase.test_delete_share_backup_exception [0.041354s] ... ok DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test__run_restore_1_None [0.048380s] ... ok DEBUG: {1} manila.tests.data.test_helper.DataServiceHelperTestCase.test_allow_access_to_data_service_2_False [0.107850s] ... ok DEBUG: 2025-11-13 13:50:26.355 3331052 DEBUG manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Received request to migrate share content from share instance ins1_id to instance ins2_id. migration_start /builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py:140 DEBUG: 2025-11-13 13:50:26.357 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_manager.DataManagerTestCase.test_migration_start_3 [0.030866s] ... ok DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test_create_share_backup [0.048699s] ... ok DEBUG: 2025-11-13 13:50:26.407 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_manager.DataManagerTestCase.test_restore_backup_continue_respects_use_data_manager [0.050645s] ... ok DEBUG: {1} manila.tests.data.test_helper.DataServiceHelperTestCase.test_cleanup_data_access_2 [0.076958s] ... ok DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test_create_share_backup_continue_3___100___False_ [0.039661s] ... ok DEBUG: 2025-11-13 13:50:26.451 3331052 INFO manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Share backup a1205e2e-0ecf-48bf-a00f-2e963939469d restored successfully. DEBUG: 2025-11-13 13:50:26.452 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_manager.DataManagerTestCase.test_restore_share_backup_continue_3___100___False_ [0.044860s] ... ok DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test_delete_share_backup [0.061854s] ... ok DEBUG: 2025-11-13 13:50:26.505 3331052 INFO manila.data.manager [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Share backup fbe37303-1240-44d4-8b37-f0e020f5148c restored successfully. DEBUG: 2025-11-13 13:50:26.507 3331052 INFO manila.coordination [None req-b14fb563-f677-4bec-905d-d56dfa44dcbe fake-user fake-project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_manager.DataManagerTestCase.test_restore_share_backup_continue_4___100___True_ [0.052168s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:26.563 3331052 INFO manila.coordination [None req-72251354-17d3-416a-a3ed-ee1fbe770a35 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: {3} manila.tests.data.test_rpcapi.DataRpcAPITestCase.test_create_backup [0.055967s] ... ok DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/data/test_rpcapi.py", line 109, in test_create_backup DEBUG: self._test_data_api('create_backup', DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/data/test_rpcapi.py", line 50, in _test_data_api DEBUG: ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test_init_host_2_data_copying_starting [0.073609s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:50:26.586 3331052 INFO manila.coordination [None req-72251354-17d3-416a-a3ed-ee1fbe770a35 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_utils.CopyClassTestCase.test_get_progress_completed_empty [0.023400s] ... ok DEBUG: 2025-11-13 13:50:26.609 3331052 INFO manila.coordination [None req-72251354-17d3-416a-a3ed-ee1fbe770a35 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.data.test_utils.CopyClassTestCase.test_get_total_size_cancelled_2 [0.021726s] ... ok DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test_init_host_3_data_copying_in_progress [0.037952s] ... ok DEBUG: 2025-11-13 13:50:26.618 3331052 INFO oslo_db.sqlalchemy.provision [None req-72251354-17d3-416a-a3ed-ee1fbe770a35 fake_user fake_project - - - -] The mysql+pymysql backend is unavailable: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on 'localhost' ([Errno 111] ECONNREFUSED)") DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Failed to copy contents from instance ins1_id to instance ins2_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 182, in migration_start DEBUG: self._copy_share_data(context, copy, info_src, info_dest) 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: fake DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test_migration_start_2 [0.027782s] ... ok DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test_restore_share_backup_continue_1___90___False_ [0.044578s] ... ok DEBUG: Failed to restore backup c32519a2-1722-409f-9409-b17363079653 to share 8146caff-2ccc-416b-8b59-c763d121cd20 by data driver. DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test_restore_share_backup_exception [0.044514s] ... ok DEBUG: Cannot restore backup 8560046e-33d0-4b20-9b37-cbb21713151a to target share 91c714a6-8316-4d77-b356-a18c52135b9c as backup driver does not provide support for targeted restores DEBUG: NoneType: None DEBUG: Failed to restore backup 8560046e-33d0-4b20-9b37-cbb21713151a to share 91c714a6-8316-4d77-b356-a18c52135b9c by data driver. DEBUG: {3} manila.tests.db.migrations.alembic.test_migration.TestManilaMigrationsMySQL.test_single_branch ... SKIPPED: Backend 'mysql+pymysql' is unavailable: Could not connect DEBUG: {2} manila.tests.data.test_manager.DataManagerTestCase.test_restore_share_backup_respects_restore_to_target [0.059066s] ... ok DEBUG: {3} manila.tests.db.migrations.alembic.test_migration.TestManilaMigrationsMySQL.test_walk_versions ... SKIPPED: Backend 'mysql+pymysql' is unavailable: Could not connect DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:26.837 3331052 INFO manila.coordination [None req-6b162be2-d241-4969-b415-97a70c1bf6f8 20e8330e-c84f-491d-a084-f48c7eddeb24 abfed37d-e5b7-46e1-a953-a583726494d4 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.AsyncOperationDatabaseAPITestCase.test_update_with_delete_existing [0.031743s] ... ok DEBUG: {2} manila.tests.data.test_rpcapi.DataRpcAPITestCase.test_data_copy_cancel [0.049856s] ... ok DEBUG: 2025-11-13 13:50:26.861 3331052 INFO manila.coordination [None req-dd9090a6-0f67-4226-ac88-f1d6be5be94b 8710adb0-7ca8-4ae2-b756-0c8955b4cbc6 31c7c0cc-4dca-465d-91f6-3adf7fe033d3 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.AsyncOperationDatabaseAPITestCase.test_update_with_more_values_3 [0.023446s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:26.890 3331052 INFO manila.coordination [None req-03b994ff-cd77-4da6-8390-32cf8963d2b3 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.data.test_rpcapi.DataRpcAPITestCase.test_data_copy_get_progress [0.051360s] ... ok DEBUG: {3} manila.tests.db.sqlalchemy.test_api.AvailabilityZonesDatabaseAPITestCase.test_az_get_all [0.028673s] ... ok DEBUG: 2025-11-13 13:50:26.908 3331052 INFO manila.coordination [None req-33078499-550c-4782-926a-583e1447af68 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.AvailabilityZonesDatabaseAPITestCase.test_ensure_availability_zone_exists_invalid_5 [0.017905s] ... ok DEBUG: {2} manila.tests.data.test_utils.CopyClassTestCase.test_cancel [0.020678s] ... ok DEBUG: {2} manila.tests.data.test_utils.CopyClassTestCase.test_copy_stats_cancelled_1 [0.020179s] ... ok DEBUG: 2025-11-13 13:50:26.932 3331052 INFO manila.coordination [None req-33078499-550c-4782-926a-583e1447af68 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.BackendInfoDatabaseAPITestCase.test_delete [0.024621s] ... ok DEBUG: {2} manila.tests.data.test_utils.CopyClassTestCase.test_get_progress [0.017640s] ... ok DEBUG: 2025-11-13 13:50:26.955 3331052 INFO manila.coordination [None req-33078499-550c-4782-926a-583e1447af68 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.DriverPrivateDataDatabaseAPITestCase.test_update_1 [0.022105s] ... ok DEBUG: {2} manila.tests.data.test_utils.CopyClassTestCase.test_get_progress_current_copy_none [0.016905s] ... ok DEBUG: 2025-11-13 13:50:26.976 3331052 INFO manila.coordination [None req-33078499-550c-4782-926a-583e1447af68 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.DriverPrivateDataDatabaseAPITestCase.test_update_with_duplicate_2_False [0.021082s] ... ok DEBUG: {2} manila.tests.data.test_utils.CopyClassTestCase.test_get_progress_not_initialized [0.017476s] ... ok DEBUG: 2025-11-13 13:50:27.000 3331052 INFO manila.coordination [None req-33078499-550c-4782-926a-583e1447af68 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.DriverPrivateDataDatabaseAPITestCase.test_update_with_more_values_3 [0.023732s] ... ok DEBUG: {2} manila.tests.db.migrations.alembic.test_migration.TestManilaMigrationsMySQL.test_mysql_innodb ... SKIPPED: Backend 'mysql+pymysql' is unavailable: Could not connect DEBUG: {2} manila.tests.db.migrations.alembic.test_migration.TestManilaMigrationsPostgreSQL.test_walk_versions ... SKIPPED: Backend 'postgresql+psycopg2' is unavailable: No DBAPI installed DEBUG: {2} manila.tests.db.migrations.test_utils.MigrationUtilsTestCase.test_load_table [0.034148s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.AsyncOperationDatabaseAPITestCase.test_get [0.024350s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.AsyncOperationDatabaseAPITestCase.test_update_with_duplicate_2_False [0.019838s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.AsyncOperationDatabaseAPITestCase.test_update_with_more_values_2 [0.022711s] ... ok DEBUG: 2025-11-13 13:50:27.280 3331052 INFO manila.coordination [None req-33078499-550c-4782-926a-583e1447af68 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.GenericDatabaseAPITestCase.test_custom_query [0.280110s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.AvailabilityZonesDatabaseAPITestCase.test_az_get [0.030418s] ... ok DEBUG: 2025-11-13 13:50:27.298 3331052 INFO manila.coordination [None req-33078499-550c-4782-926a-583e1447af68 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.GenericDatabaseAPITestCase.test_ensure_model_values_has_id_2 [0.017557s] ... ok DEBUG: 2025-11-13 13:50:27.324 3331052 INFO manila.coordination [None req-7bc468a4-e9b0-4325-8d02-747705c4a1a8 e50fd1b0-4e78-4e56-a9c5-0f5052a8afe1 f7d10e2e-ac1b-49c0-837b-24577a59ac26 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_message_get_all_sorted_asc [0.026136s] ... ok DEBUG: 2025-11-13 13:50:27.351 3331052 INFO manila.coordination [None req-6d355f00-5ce0-442d-881b-597e3c51a0b0 b44824d2-77af-48ed-8e87-7bd4597fb70c 135a08d1-9621-4c2b-a07a-a940f2eddeec - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_message_get_all_with_created_since_or_before_filter [0.026558s] ... ok DEBUG: 2025-11-13 13:50:27.375 3331052 INFO manila.coordination [None req-91110fcb-715f-4cef-a82c-788608397a6c a6df33ea-031c-488d-bc10-556c0b5c32dd d56577ed-6baa-421f-aaaf-2fd528a6917d - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_message_get_all_with_filter [0.024160s] ... ok DEBUG: 2025-11-13 13:50:27.415 3331052 INFO manila.coordination [None req-65e1558e-549c-43fa-ad51-85bfb0e5dea6 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.NetworkAllocationsDatabaseAPITestCase.test_get_all_network_allocations [0.039661s] ... ok DEBUG: 2025-11-13 13:50:27.452 3331052 INFO manila.coordination [None req-ad1d385e-6b2c-4807-8fa6-cc0cf6289792 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.NetworkAllocationsDatabaseAPITestCase.test_get_only_user_network_allocations [0.037710s] ... ok DEBUG: 2025-11-13 13:50:27.494 3331052 INFO manila.coordination [None req-de0db896-03af-4527-a11d-eafb78478761 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.NetworkAllocationsDatabaseAPITestCase.test_network_allocation_update_read_deleted_2_False [0.044817s] ... ok DEBUG: 2025-11-13 13:50:27.516 3331052 ERROR manila.db.sqlalchemy.api [None req-de0db896-03af-4527-a11d-eafb78478761 user_id project_id - - - -] Must supply a non-negative value for "age_in_days". DEBUG: 2025-11-13 13:50:27.517 3331052 INFO manila.coordination [None req-de0db896-03af-4527-a11d-eafb78478761 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.PurgeDeletedTest.test_purge_records_with_illegal_args [0.019754s] ... ok DEBUG: {1} manila.tests.data.test_helper.DataServiceHelperTestCase.test_cleanup_temp_folder_1_False [1.091888s] ... ok DEBUG: {0} manila.tests.data.test_helper.DataServiceHelperTestCase.test_cleanup_temp_folder_2_True [2.070079s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:27.568 3331052 INFO manila.coordination [None req-c711a40f-d5e5-434d-bb07-8e65a776d960 6393686743f2487c841f6304c60f9bfc 7c0fd43c43c24040bc48aea60e3e8bf1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ResourceLocksTestCase.test_resource_lock_delete [0.048642s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/db/sqlalchemy/test_api.py", line 5726, in setUp DEBUG: self.ctxt = context.RequestContext(user_id=self.user_id, DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:27.610 3331052 INFO manila.coordination [None req-500e21f4-c457-4f88-9c19-ca064b8fb12e dedadd4a0a0e44309d7ad5beb088d77e cac1aad2c18746af9b51de131eab18ba - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ResourceLocksTestCase.test_resource_lock_get [0.042274s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/db/sqlalchemy/test_api.py", line 5726, in setUp DEBUG: self.ctxt = context.RequestContext(user_id=self.user_id, DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: 2025-11-13 13:50:27.651 3331052 INFO manila.coordination [None req-07c164ee-2880-4893-926c-bc9b25eb977e ed5adba11a6240f3b705b612b04dc7e2 83f4d13ddb404b7f9fe128aab893aee4 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ResourceLocksTestCase.test_resource_lock_get_invalid [0.040186s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: {2} manila.tests.db.sqlalchemy.test_api.AvailabilityZonesDatabaseAPITestCase.test_ensure_availability_zone_exists_invalid_1 [0.394476s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: {1} manila.tests.data.test_helper.DataServiceHelperTestCase.test_cleanup_unmount_temp_folder_1_None [0.163947s] ... ok DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: {2} manila.tests.db.sqlalchemy.test_api.AvailabilityZonesDatabaseAPITestCase.test_ensure_availability_zone_exists_invalid_4 [0.018131s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/db/sqlalchemy/test_api.py", line 5726, in setUp DEBUG: self.ctxt = context.RequestContext(user_id=self.user_id, DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: 2025-11-13 13:50:27.703 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ResourceLocksTestCase.test_resource_lock_update [0.052606s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: {0} manila.tests.data.test_helper.DataServiceHelperTestCase.test_cleanup_unmount_temp_folder_2 [0.189097s] ... ok DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/db/sqlalchemy/test_api.py", line 5726, in setUp DEBUG: self.ctxt = context.RequestContext(user_id=self.user_id, DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: {2} manila.tests.db.sqlalchemy.test_api.BackendInfoDatabaseAPITestCase.test_double_update [0.031958s] ... ok DEBUG: 2025-11-13 13:50:27.735 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_create [0.031916s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:50:27.767 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_get_all_1_1 [0.031164s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.DriverPrivateDataDatabaseAPITestCase.test_delete_all [0.039517s] ... ok DEBUG: {1} manila.tests.data.test_helper.DataServiceHelperTestCase.test_deny_access_to_data_service [0.101072s] ... ok DEBUG: 2025-11-13 13:50:27.807 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_get_all_2_2 [0.052205s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.DriverPrivateDataDatabaseAPITestCase.test_delete_single [0.037087s] ... ok DEBUG: {0} manila.tests.data.test_helper.DataServiceHelperTestCase.test_mount_share_instance_or_backup_2_backup [0.112328s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.DriverPrivateDataDatabaseAPITestCase.test_get [0.059093s] ... ok DEBUG: {1} manila.tests.data.test_helper.DataServiceHelperTestCase.test_mount_share_instance_or_backup_1_migration [0.102607s] ... ok DEBUG: 2025-11-13 13:50:27.911 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_get_all_by_share_network [0.092082s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.DriverPrivateDataDatabaseAPITestCase.test_update_with_more_values_1 [0.043514s] ... ok DEBUG: 2025-11-13 13:50:27.950 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_get_all_no_records [0.038844s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.GenericDatabaseAPITestCase.test_ensure_model_values_has_id_3 [0.034912s] ... ok DEBUG: {1} manila.tests.data.test_helper.DataServiceHelperTestCase.test_mount_share_instance_or_backup_3_restore [0.084465s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_message_get_all_as_admin [0.024096s] ... ok DEBUG: 2025-11-13 13:50:28.020 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_check_for_existing_access_6 [0.072296s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_message_get_all_with_limit_and_offset [0.023612s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_message_get_different_project [0.029194s] ... ok DEBUG: {1} manila.tests.data.test_helper.DataServiceHelperTestCase.test_unmount_share_instance_or_backup_3 [0.092354s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_message_get_not_found [0.028896s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.NetworkAllocationsDatabaseAPITestCase.test_network_allocation_get [0.040557s] ... ok DEBUG: Failed to copy data from source to destination /tmp/ins1_id to /tmp/backup_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 326, in _copy_share_data DEBUG: copy.run() 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: fake DEBUG: Could not unmount src /tmp/ins1_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: helper_src.unmount_share_instance_or_backup(info_src, 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: fake DEBUG: Could not unmount dest /tmp/backup_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 346, in _copy_share_data DEBUG: helper_dest.unmount_share_instance_or_backup(info_dest, DEBUG: {1} manila.tests.data.test_manager.DataManagerTestCase.test__copy_share_data_5 [0.073964s] ... ok 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: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: helper_src.unmount_share_instance_or_backup(info_src, 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: fake DEBUG: Could not deny access to src instance ins1_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 354, in _copy_share_data DEBUG: helper_src.deny_access_to_data_service(access_ref_src, 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: fake DEBUG: {2} manila.tests.db.sqlalchemy.test_api.NetworkAllocationsDatabaseAPITestCase.test_network_allocation_get_no_result [0.037620s] ... ok DEBUG: 2025-11-13 13:50:28.166 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_get_all_for_instance_with_filters [0.148838s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.NetworkAllocationsDatabaseAPITestCase.test_network_allocation_update_read_deleted_1_True [0.046678s] ... ok DEBUG: Could not unmount src /tmp/backup_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: helper_src.unmount_share_instance_or_backup(info_src, 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: fake DEBUG: {1} manila.tests.data.test_manager.DataManagerTestCase.test__copy_share_data_9 [0.085173s] ... ok DEBUG: Could not unmount dest /tmp/ins2_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 346, in _copy_share_data DEBUG: helper_dest.unmount_share_instance_or_backup(info_dest, 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: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: helper_src.unmount_share_instance_or_backup(info_src, 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: fake DEBUG: Could not deny access to dest instance ins2_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 362, in _copy_share_data DEBUG: helper_dest.deny_access_to_data_service(access_ref_dest, 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: fake DEBUG: Copy of data from source /tmp/backup_id to destination /tmp/ins2_id was cancelled. DEBUG: 2025-11-13 13:50:28.259 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_instance_access_update [0.089057s] ... ok DEBUG: {1} manila.tests.data.test_manager.DataManagerTestCase.test__copy_share_data_exception_access [0.041532s] ... ok DEBUG: {1} manila.tests.data.test_manager.DataManagerTestCase.test_create_backup_respects_use_data_manager [0.068417s] ... ok DEBUG: 2025-11-13 13:50:28.337 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_create [0.080407s] ... ok DEBUG: {1} manila.tests.data.test_manager.DataManagerTestCase.test_create_share_backup_continue_1___90___False_ [0.047088s] ... ok DEBUG: 2025-11-13 13:50:28.416 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_filter_by_host_with_pools [0.074430s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 447, in create_backup_continue DEBUG: result = self.data_copy_get_progress(context, share_id) 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: manila.exception.ManilaException: An unknown exception occurred. DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 703, in format DEBUG: record.message = record.getMessage() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 392, in getMessage DEBUG: msg = msg % self.args DEBUG: ~~~~^~~~~~~~~~~ DEBUG: ValueError: incomplete format DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/data/test_manager.py", line 626, in test_create_share_backup_continue_exception DEBUG: self.manager.create_backup_continue(self.context) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 461, in create_backup_continue DEBUG: LOG.warning("Failed to get progress of share %(share)s " DEBUG: Message: 'Failed to get progress of share %(share)s backing up in share_backup %(backup).' DEBUG: Arguments: {'share': '57a80764-f899-4b99-b9e3-72a9727a1aa5', 'backup': '4d55128a-0ddc-4bc4-9391-92e9dd2e3238'} DEBUG: {1} manila.tests.data.test_manager.DataManagerTestCase.test_create_share_backup_continue_exception [0.067053s] ... ok DEBUG: 2025-11-13 13:50:28.488 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_by_export_location_2_path [0.071369s] ... ok DEBUG: Failed to create share backup f6a342b2-2443-4e0b-bc1b-fffae5225bac by data driver. DEBUG: {1} manila.tests.data.test_manager.DataManagerTestCase.test_create_share_backup_exception [0.042744s] ... ok DEBUG: Data copy for migration of share fake_id cannot be cancelled at this moment. DEBUG: {1} manila.tests.data.test_manager.DataManagerTestCase.test_data_copy_cancel_not_copying [0.032743s] ... ok DEBUG: 2025-11-13 13:50:28.561 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_by_project_with_count [0.074212s] ... ok DEBUG: {1} manila.tests.data.test_manager.DataManagerTestCase.test_data_copy_get_progress [0.059370s] ... ok DEBUG: {1} manila.tests.data.test_manager.DataManagerTestCase.test_init [0.029472s] ... ok DEBUG: 2025-11-13 13:50:28.633 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.data.test_utils.CopyClassTestCase.test__validate_item [0.017927s] ... ok DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_expired [0.070895s] ... ok DEBUG: {1} manila.tests.data.test_utils.CopyClassTestCase.test_copy_data [0.017530s] ... ok DEBUG: {1} manila.tests.data.test_utils.CopyClassTestCase.test_copy_data_cancelled_1 [0.017910s] ... ok DEBUG: {1} manila.tests.data.test_utils.CopyClassTestCase.test_copy_stats_cancelled_2 [0.023625s] ... ok DEBUG: 2025-11-13 13:50:28.711 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_sort_by_share_fields_1_id [0.077556s] ... ok DEBUG: {1} manila.tests.data.test_utils.CopyClassTestCase.test_get_progress_exception [0.021001s] ... ok DEBUG: {1} manila.tests.data.test_utils.CopyClassTestCase.test_get_total_size [0.025467s] ... ok DEBUG: 2025-11-13 13:50:28.774 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_with_filters_1 [0.061394s] ... ok DEBUG: 2025-11-13 13:50:28.839 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_with_filters_4 [0.063155s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.PurgeDeletedTest.test_purge_records_with_del_days_2 [0.653307s] ... ok DEBUG: {1} manila.tests.db.migrations.alembic.test_migration.TestManilaMigrationsPostgreSQL.test_single_branch ... SKIPPED: Backend 'postgresql+psycopg2' is unavailable: No DBAPI installed DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ReservationDatabaseAPITest.test_reservation_expire [0.045390s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.AsyncOperationDatabaseAPITestCase.test_update_1 [0.028537s] ... ok DEBUG: 2025-11-13 13:50:28.955 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_with_filters_6 [0.113587s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.AsyncOperationDatabaseAPITestCase.test_update_2 [0.022865s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.db.sqlalchemy.test_api.AsyncOperationDatabaseAPITestCase.test_update_with_more_values_1 [0.021864s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ResourceLocksTestCase.test_resource_locks_get_all_time_filters [0.076703s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.AvailabilityZonesDatabaseAPITestCase.test_ensure_availability_zone_exists_invalid_3 [0.018575s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_get_not_found [0.021983s] ... ok DEBUG: 2025-11-13 13:50:29.015 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_with_filters_7 [0.061802s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.BackendInfoDatabaseAPITestCase.test_create [0.027956s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ServiceDatabaseAPITestCase.test_create__az_exists [0.031201s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.BackendInfoDatabaseAPITestCase.test_get [0.029840s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.DriverPrivateDataDatabaseAPITestCase.test_update_with_more_values_4 [0.025763s] ... ok DEBUG: 2025-11-13 13:50:29.090 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_with_filters_8 [0.073713s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.GenericDatabaseAPITestCase.test_ensure_model_values_has_id_4 [0.018803s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_message_create [0.025953s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.NetworkAllocationsDatabaseAPITestCase.test_get_only_admin_network_allocations [0.051123s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_one_share_with_two_share_instance_access_delete [0.147941s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.NetworkAllocationsDatabaseAPITestCase.test_network_allocation_get_by_subnet_id [0.038245s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_check_for_existing_access_1 [0.051867s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.NetworkAllocationsDatabaseAPITestCase.test_network_allocation_get_read_deleted_1_True [0.042166s] ... ok DEBUG: {0} manila.tests.data.test_helper.DataServiceHelperTestCase.test_unmount_share_instance_or_backup_1__True__True_ [1.432948s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_check_for_existing_access_4 [0.082332s] ... ok DEBUG: 2025-11-13 13:50:29.321 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_with_limit_1__10__5_ [0.230540s] ... ok DEBUG: {0} manila.tests.data.test_helper.DataServiceHelperTestCase.test_unmount_share_instance_or_backup_2__True__False_ [0.092073s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_check_for_existing_access_7 [0.052790s] ... ok DEBUG: 2025-11-13 13:50:29.392 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_delete_with_share [0.071034s] ... ok DEBUG: Failed to copy data from source to destination /tmp/ins1_id to /tmp/ins2_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 326, in _copy_share_data DEBUG: copy.run() 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: fake DEBUG: {0} manila.tests.data.test_manager.DataManagerTestCase.test__copy_share_data_2 [0.075040s] ... ok DEBUG: Could not unmount src /tmp/ins1_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: helper_src.unmount_share_instance_or_backup(info_src, 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: fake DEBUG: Could not unmount dest /tmp/ins2_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 346, in _copy_share_data DEBUG: helper_dest.unmount_share_instance_or_backup(info_dest, 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: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: helper_src.unmount_share_instance_or_backup(info_src, 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: fake DEBUG: Could not deny access to src instance ins1_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 354, in _copy_share_data DEBUG: helper_src.deny_access_to_data_service(access_ref_src, 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: fake DEBUG: Could not deny access to dest instance ins2_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 362, in _copy_share_data DEBUG: helper_dest.deny_access_to_data_service(access_ref_dest, 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: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 354, in _copy_share_data DEBUG: helper_src.deny_access_to_data_service(access_ref_src, 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: fake DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_get_all_for_instance_with_share_access_data_2_False [0.082210s] ... ok DEBUG: Could not unmount src /tmp/ins1_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: helper_src.unmount_share_instance_or_backup(info_src, 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: fake DEBUG: 2025-11-13 13:50:29.507 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_get_all_by_export_location_1_id [0.115686s] ... ok DEBUG: Could not unmount dest /tmp/backup_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 346, in _copy_share_data DEBUG: helper_dest.unmount_share_instance_or_backup(info_dest, 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: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 339, in _copy_share_data DEBUG: helper_src.unmount_share_instance_or_backup(info_src, DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: return self._mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {0} manila.tests.data.test_manager.DataManagerTestCase.test__copy_share_data_6 [0.084929s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_get_all_for_share_1_0 [0.063502s] ... ok 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: fake DEBUG: Could not deny access to src instance ins1_id after its data copy. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 354, in _copy_share_data DEBUG: helper_src.deny_access_to_data_service(access_ref_src, 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: fake DEBUG: Copy of data from source /tmp/ins1_id to destination /tmp/backup_id was cancelled. DEBUG: {0} manila.tests.data.test_manager.DataManagerTestCase.test_create_backup_continue_respects_use_data_manager [0.069980s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_get_with_context [0.116481s] ... ok DEBUG: {0} manila.tests.data.test_manager.DataManagerTestCase.test_create_share_backup_continue_2___90___True_ [0.056058s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareBackupDatabaseAPITestCase.test_delete [0.026737s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareBackupDatabaseAPITestCase.test_update_not_found [0.029052s] ... ok DEBUG: {0} manila.tests.data.test_manager.DataManagerTestCase.test_data_copy_cancel [0.082368s] ... ok DEBUG: Migration of share fake_id data copy progress cannot be obtained at this moment. DEBUG: {0} manila.tests.data.test_manager.DataManagerTestCase.test_data_copy_get_progress_not_copying [0.034885s] ... ok DEBUG: {0} manila.tests.data.test_manager.DataManagerTestCase.test_delete_backup_respects_use_data_manager [0.059490s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.NetworkAllocationsDatabaseAPITestCase.test_network_allocation_update [0.604750s] ... ok DEBUG: {0} manila.tests.data.test_manager.DataManagerTestCase.test_init_host_1_data_copying_completing [0.070023s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_filter_all_by_host_with_pools_multiple_hosts [0.218168s] ... ok DEBUG: {0} manila.tests.data.test_manager.DataManagerTestCase.test_migration_start_1_None [0.037408s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_filter_all_by_share_server [0.087699s] ... ok DEBUG: {0} manila.tests.data.test_manager.DataManagerTestCase.test_restore_backup_respects_use_data_manager [0.065200s] ... ok DEBUG: {0} manila.tests.data.test_manager.DataManagerTestCase.test_restore_share_backup [0.055817s] ... ok DEBUG: 2025-11-13 13:50:30.070 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_get_all_by_export_location_2_path [0.568682s] ... ok DEBUG: {0} manila.tests.data.test_manager.DataManagerTestCase.test_restore_share_backup_continue_2___90___True_ [0.057542s] ... ok DEBUG: 2025-11-13 13:50:30.203 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_get_all_by_host_1 [0.126121s] ... ok DEBUG: --- Logging error --- DEBUG: {0} manila.tests.data.test_manager.DataManagerTestCase.test_restore_share_backup_continue_exception [0.102119s] ... ok DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 702, in restore_backup_continue DEBUG: result = self.data_copy_get_progress(context, share_id) 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: manila.exception.ManilaException: An unknown exception occurred. DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 703, in format DEBUG: record.message = record.getMessage() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 392, in getMessage DEBUG: msg = msg % self.args DEBUG: ~~~~^~~~~~~~~~~ DEBUG: ValueError: incomplete format DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/data/test_manager.py", line 839, in test_restore_share_backup_continue_exception DEBUG: self.manager.restore_backup_continue(self.context) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/data/manager.py", line 716, in restore_backup_continue DEBUG: LOG.exception("Failed to get progress of share_backup " DEBUG: Message: 'Failed to get progress of share_backup %(backup)s restoring in share %(share).' DEBUG: Arguments: {'share': '9aa98468-d78f-4b4d-bd5b-c1045e08e1aa', 'backup': '79b49474-866d-4452-860e-504fa790800a'} DEBUG: 2025-11-13 13:50:30.290 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_metadata_update [0.086317s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.data.test_rpcapi.DataRpcAPITestCase.test_delete_backup [0.080112s] ... ok DEBUG: 2025-11-13 13:50:30.376 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replicas_get_all_1 [0.086402s] ... ok DEBUG: {0} manila.tests.data.test_rpcapi.DataRpcAPITestCase.test_migration_start [0.079900s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.data.test_rpcapi.DataRpcAPITestCase.test_restore_backup [0.049645s] ... ok DEBUG: {0} manila.tests.data.test_utils.CopyClassTestCase.test_copy_data_cancelled_2 [0.020533s] ... ok DEBUG: {0} manila.tests.data.test_utils.CopyClassTestCase.test_copy_stats [0.019712s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_by_share_server_with_count [0.481163s] ... ok DEBUG: 2025-11-13 13:50:30.481 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replicas_get_all_2 [0.104943s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.PurgeDeletedTest.test_purge_records_with_del_days_3 [0.623808s] ... ok DEBUG: {0} manila.tests.data.test_utils.CopyClassTestCase.test_get_total_size_cancelled_1 [0.021899s] ... ok DEBUG: {0} manila.tests.data.test_utils.CopyClassTestCase.test_run [0.020459s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.db.sqlalchemy.test_api.AsyncOperationDatabaseAPITestCase.test_delete_all [0.027162s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.AsyncOperationDatabaseAPITestCase.test_delete_single [0.023974s] ... ok DEBUG: 2025-11-13 13:50:30.580 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replicas_get_all_by_share_3 [0.098139s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ResourceLocksTestCase.test_resource_lock_get_all_basic_filters [0.093404s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_like_filters_1___display_name_____display_name_____fake_name_1____fake_name_2____fake_name_3_____fake_name__ [0.105184s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.AsyncOperationDatabaseAPITestCase.test_update_with_duplicate_1_True [0.029047s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:30.626 3331052 INFO manila.coordination [None req-df0ee8b5-e644-4371-abaa-d506fbb6813d 0762565bca2941ac86c5bf46bbb400cb 7c552688dc5f43a5a01a7f95f55648d1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_restore [0.046624s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ResourceLocksTestCase.test_resource_lock_update_invalid [0.046378s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.AsyncOperationDatabaseAPITestCase.test_update_with_more_values_4 [0.025121s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_update [0.023158s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.AvailabilityZonesDatabaseAPITestCase.test_ensure_availability_zone_exists_invalid_2 [0.033009s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.DriverPrivateDataDatabaseAPITestCase.test_update_2 [0.026209s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_update_no_updates [0.039756s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_like_filters_2___display_description_____display_description_____fake_desc_1____fake_desc_2____fake_desc_3_____fake_desc__ [0.134700s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_update_not_found [0.029779s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.DriverPrivateDataDatabaseAPITestCase.test_update_with_delete_existing [0.039056s] ... ok DEBUG: 2025-11-13 13:50:30.744 3331052 INFO manila.coordination [None req-05a67972-3644-47c8-ac4f-363b69676795 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareExportLocationsDatabaseAPITestCase.test_get_admin_export_locations [0.117570s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.DriverPrivateDataDatabaseAPITestCase.test_update_with_duplicate_1_True [0.025684s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ServiceDatabaseAPITestCase.test_create [0.047597s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_sort_by_share_instance_fields_1_host [0.056847s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.DriverPrivateDataDatabaseAPITestCase.test_update_with_more_values_2 [0.035918s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ServiceDatabaseAPITestCase.test_create__az_missing [0.034693s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.GenericDatabaseAPITestCase.test_ensure_model_values_has_id_1 [0.024960s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_with_count_1 [0.077133s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ServiceDatabaseAPITestCase.test_update [0.050590s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_cleanup_expired_messages [0.033027s] ... ok DEBUG: 2025-11-13 13:50:30.877 3331052 INFO manila.coordination [None req-9e99e016-ace7-4238-89e7-1558632133b9 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareExportLocationsDatabaseAPITestCase.test_get_user_export_locations [0.133202s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_message_delete [0.027776s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_with_filters_3 [0.054736s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_message_get [0.022844s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_get_all_for_share_2_3 [0.074805s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_message_get_all [0.052075s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_get_all_for_share_no_instance_mappings [0.060431s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_with_filters_9 [0.085500s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_message_get_all_sorted [0.030516s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.MessagesDatabaseAPITestCase.test_message_get_all_with_invalid_sort_key [0.053257s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_metadata_update [0.067432s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_in_recycle_bin_filter_all_by_share_network [0.112911s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_instance_access_get_with_share_access_data_2_False [0.055346s] ... ok DEBUG: 2025-11-13 13:50:31.145 3331052 INFO manila.coordination [None req-9e99e016-ace7-4238-89e7-1558632133b9 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareExportLocationsDatabaseAPITestCase.test_update_export_locations_with_metadata [0.267296s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareBackupDatabaseAPITestCase.test_create_share_backup [0.034464s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.NetworkAllocationsDatabaseAPITestCase.test_network_allocation_get_read_deleted_2_False [0.094441s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareBackupDatabaseAPITestCase.test_delete_not_found [0.026491s] ... ok DEBUG: 2025-11-13 13:50:31.188 3331052 INFO manila.coordination [None req-9e99e016-ace7-4238-89e7-1558632133b9 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_by_host [0.050157s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_filter_all_by_share_group [0.069730s] ... ok DEBUG: 2025-11-13 13:50:31.259 3331052 INFO manila.coordination [None req-9e99e016-ace7-4238-89e7-1558632133b9 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_by_host_with_details [0.064158s] ... ok DEBUG: 2025-11-13 13:50:31.292 3331052 INFO manila.coordination [None req-9e99e016-ace7-4238-89e7-1558632133b9 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_by_project [0.032255s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_access_copy [0.204835s] ... ok DEBUG: 2025-11-13 13:50:31.324 3331052 INFO manila.coordination [None req-9e99e016-ace7-4238-89e7-1558632133b9 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_by_share_server [0.035651s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_by_export_location_1_id [0.118905s] ... ok DEBUG: 2025-11-13 13:50:31.364 3331052 INFO manila.coordination [None req-9e99e016-ace7-4238-89e7-1558632133b9 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_with_detail [0.036542s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_delete_with_share_need_to_update_usages [0.070942s] ... ok DEBUG: 2025-11-13 13:50:31.408 3331052 INFO manila.coordination [None req-9e99e016-ace7-4238-89e7-1558632133b9 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_snapshot_get_all_with_detail [0.043703s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_get_all_by_host_no_instance_2 [0.050009s] ... ok DEBUG: Deleting soft-deleted resource ShareTypes(id='d63f3dc2-1bb7-4265-9688-77c5240db4ab', deleted='False', name='fake_type', description=None, is_public=True, created_at=datetime.datetime(2025, 11, 13, 18, 50, 31, 196804), updated_at=None, deleted_at=datetime.datetime(2025, 11, 12, 18, 50, 31, 195898)) failed, skipping. DEBUG: 2025-11-13 13:50:31.475 3331052 INFO manila.coordination [None req-9e99e016-ace7-4238-89e7-1558632133b9 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_snapshot_members_get_all [0.067474s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_by_share_group_id_with_count [0.112295s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_get_all_by_ids [0.060744s] ... ok DEBUG: 2025-11-13 13:50:31.504 3331052 INFO manila.coordination [None req-9e99e016-ace7-4238-89e7-1558632133b9 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_update [0.028500s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_get_all_by_is_soft_deleted [0.070858s] ... ok DEBUG: 2025-11-13 13:50:31.571 3331052 INFO manila.coordination [None req-6aa7cf5a-0eae-40a0-a5f5-6b6ed878d429 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareGroupTypeAPITestCase.test_share_type_destroy_in_use_2_False [0.066898s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_like_filters_with_percent_sign_1___display_name_____display_name_____fake_name_1____fake_name_2____fake_name__________ [0.103310s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.PurgeDeletedTest.test_purge_records_with_constraint [0.467361s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_metadata_update_item [0.078487s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_sort_by_share_instance_fields_2_share_group_id [0.089298s] ... ok DEBUG: 2025-11-13 13:50:31.754 3331052 INFO manila.coordination [None req-6aa7cf5a-0eae-40a0-a5f5-6b6ed878d429 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareInstanceExportLocationsMetadataDatabaseAPITestCase.test_export_location_metadata_get_item [0.184597s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_with_filters_2 [0.115924s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_read_deleted_3_only [0.145978s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replica_get_with_share_data [0.071161s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replica_update [0.041087s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replicas_get_all_3 [0.104805s] ... ok DEBUG: 2025-11-13 13:50:32.039 3331052 INFO manila.coordination [None req-6aa7cf5a-0eae-40a0-a5f5-6b6ed878d429 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareInstanceExportLocationsMetadataDatabaseAPITestCase.test_export_location_metadata_update_get [0.283657s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replicas_get_all_by_share_1 [0.079024s] ... ok DEBUG: 2025-11-13 13:50:32.242 3331052 INFO manila.coordination [None req-6aa7cf5a-0eae-40a0-a5f5-6b6ed878d429 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareInstanceExportLocationsMetadataDatabaseAPITestCase.test_get_export_locations_by_share_id [0.202016s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replicas_get_available_active_replica [0.159183s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_with_limit_2__20__5_ [0.468145s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareExportLocationsDatabaseAPITestCase.test_update_string [0.084144s] ... ok DEBUG: 2025-11-13 13:50:32.386 3331052 INFO manila.coordination [None req-6aa7cf5a-0eae-40a0-a5f5-6b6ed878d429 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareInstanceExportLocationsMetadataDatabaseAPITestCase.test_get_export_locations_by_share_id_ignore_migration_dest [0.139863s] ... ok DEBUG: 2025-11-13 13:50:32.416 3331052 INFO manila.coordination [None req-6aa7cf5a-0eae-40a0-a5f5-6b6ed878d429 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_delete_not_found [0.028760s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareExportLocationsDatabaseAPITestCase.test_update_valid_order [0.113791s] ... ok DEBUG: 2025-11-13 13:50:32.497 3331052 INFO manila.coordination [None req-6aa7cf5a-0eae-40a0-a5f5-6b6ed878d429 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_delete_with_subnets_2 [0.081444s] ... ok DEBUG: 2025-11-13 13:50:32.602 3331052 INFO manila.coordination [None req-bab1d2c2-8b23-4652-88c6-007b6b2de2ed fake user 2 fake project 2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_all_by_project [0.102349s] ... ok DEBUG: 2025-11-13 13:50:32.653 3331052 INFO manila.coordination [None req-b463bcab-de3b-4bbc-9243-bcff95e3b144 fake user fake project 2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_other_tenant [0.054820s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_has_replicas_field_2_writable [0.408658s] ... ok DEBUG: 2025-11-13 13:50:32.699 3331052 INFO manila.coordination [None req-51c696cc-88fa-44fb-8014-8e4622d898fa fake user fake project 2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_other_tenant_as_admin [0.039945s] ... ok DEBUG: 2025-11-13 13:50:32.740 3331052 INFO manila.coordination [None req-51c696cc-88fa-44fb-8014-8e4622d898fa fake user fake project 2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_with_subnets_1 [0.040483s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_in_recycle_bin_filter_all_by_share_server [0.100547s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.PurgeDeletedTest.test_purge_records_with_del_days_1 [1.185328s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ResourceLocksTestCase.test_resource_lock_create [0.046538s] ... ok DEBUG: Failed to update usages deleting share 'bda6581a-5567-40ce-aa95-e92fe611f930'. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1906, in _update_share_instance_usages DEBUG: QUOTAS.commit( 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: manila.exception.QuotaError: fake DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_delete_quota_error_2 [0.102892s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ResourceLocksTestCase.test_resource_lock_delete_invalid [0.048373s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_count_share_group_snapshot_members_in_share [0.453236s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_create_with_duplicated_id [0.037838s] ... ok DEBUG: Failed to update usages deleting share replica '4134d0dd-3eb3-4b97-b26a-1fa721465cdf'. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1906, in _update_share_instance_usages DEBUG: QUOTAS.commit( 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: manila.exception.QuotaError: fake DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_delete_quota_error_3 [0.078169s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_count_shares_in_share_group [0.050774s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_delete [0.039215s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_create_with_share_type [0.025360s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_get_all_by_host_no_instance_1 [0.051122s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_get [0.022060s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_destroy [0.026261s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_get_all_by_project [0.033409s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_by_name_and_description_6 [0.041326s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.SecurityServiceDatabaseAPITestCase.test_get_all_two_records [0.042331s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_snapshot_get_all [0.055299s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_get_all_by_status [0.125656s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_check_for_existing_access_2 [0.123337s] ... ok DEBUG: 2025-11-13 13:50:33.211 3331052 INFO manila.coordination [None req-51c696cc-88fa-44fb-8014-8e4622d898fa fake user fake project 2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_security_services_relation [0.469681s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_snapshot_member_update [0.092072s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_read_deleted_1_yes [0.140913s] ... ok DEBUG: 2025-11-13 13:50:33.269 3331052 INFO manila.coordination [None req-51c696cc-88fa-44fb-8014-8e4622d898fa fake user fake project 2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_update [0.057322s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_snapshot_members_get [0.062551s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_snapshot_members_get_not_found [0.020216s] ... ok DEBUG: 2025-11-13 13:50:33.297 3331052 INFO manila.coordination [None req-51c696cc-88fa-44fb-8014-8e4622d898fa fake user fake project 2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_create [0.027846s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_check_for_existing_access_3 [0.118066s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_read_deleted_2_no [0.064820s] ... ok DEBUG: 2025-11-13 13:50:33.334 3331052 INFO manila.coordination [None req-51c696cc-88fa-44fb-8014-8e4622d898fa fake user fake project 2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_get_by_availability_zone_id [0.039007s] ... ok DEBUG: 2025-11-13 13:50:33.375 3331052 INFO manila.coordination [None req-51c696cc-88fa-44fb-8014-8e4622d898fa fake user fake project 2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_get_default_subnet [0.040400s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_check_for_existing_access_5 [0.066605s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replica_delete [0.078949s] ... ok DEBUG: 2025-11-13 13:50:33.426 3331052 INFO manila.coordination [None req-51c696cc-88fa-44fb-8014-8e4622d898fa fake user fake project 2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_get_with_share_servers_1 [0.049531s] ... ok DEBUG: 2025-11-13 13:50:33.462 3331052 INFO manila.coordination [None req-51c696cc-88fa-44fb-8014-8e4622d898fa fake user fake project 2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_share_network_subnet_metadata_get_item [0.035662s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareInstanceExportLocationsMetadataDatabaseAPITestCase.test_export_location_metadata_update_delete [0.171600s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_check_for_existing_access_8 [0.103099s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replica_get_with_share_server [0.088729s] ... ok DEBUG: 2025-11-13 13:50:33.531 3331052 INFO manila.coordination [None req-51c696cc-88fa-44fb-8014-8e4622d898fa fake user fake project 2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareResourcesAPITestCase.test_share_instance_status_update [0.068729s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replica_get_without_share_data [0.059538s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_get_all_for_instance_with_share_access_data_1_True [0.129170s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareInstanceExportLocationsMetadataDatabaseAPITestCase.test_set_metadata_with_different_length_3___k____vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv__ [0.156713s] ... ok DEBUG: 2025-11-13 13:50:33.642 3331052 INFO manila.coordination [None req-7252b16b-5671-4966-b94d-bf30962961cf user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_backend_details_set [0.110609s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replicas_get_all_4 [0.122040s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_add_security_service_not_found_01 [0.066433s] ... ok DEBUG: 2025-11-13 13:50:33.712 3331052 INFO manila.coordination [None req-b01d26d2-9929-4674-8652-7837c1890214 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_create [0.073578s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_add_security_service_not_found_02 [0.030368s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_get_all_for_share_with_metadata [0.103532s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_access_get_with_context_not_found [0.029583s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get [0.031440s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareExportLocationsDatabaseAPITestCase.test_get_user_export_locations_old_view [0.106542s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_all_by_filter_with_project_id [0.060458s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_instance_access_delete [0.093361s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_count_sg_snapshots_in_share_group [0.064667s] ... ok DEBUG: 2025-11-13 13:50:33.860 3331052 INFO manila.coordination [None req-cc8557db-436b-4114-9feb-dc87a35ce767 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_delete [0.144080s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_count_share_groups_in_share_network [0.036171s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_with_shares_1 [0.084427s] ... ok DEBUG: 2025-11-13 13:50:33.921 3331052 INFO manila.coordination [None req-ba7ec944-24e1-48f8-b644-be8fbc2f7a1c user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_delete_with_details [0.060608s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_by_name_and_description_4 [0.044562s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_instance_access_delete_with_locks [0.126272s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_remove_security_service [0.073277s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_by_name_and_description_5 [0.051632s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_remove_security_service_dissociation_error [0.036642s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_by_name_and_description_7 [0.042499s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareAccessDatabaseAPITestCase.test_share_instance_access_get_with_share_access_data_1_True [0.070814s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_delete [0.031896s] ... ok DEBUG: 2025-11-13 13:50:34.087 3331052 INFO manila.coordination [None req-5015e116-78e3-4cf6-9bfe-b37871d3890c user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_get_all_by_host_and_share_subnet_valid [0.166517s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareBackupDatabaseAPITestCase.test_get [0.057046s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_by_name_and_description_8 [0.079343s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_get_all_by_share_network_2 [0.075396s] ... ok DEBUG: 2025-11-13 13:50:34.139 3331052 INFO manila.coordination [None req-daaac916-09c8-44b6-be5b-f48fdf166b14 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_get_all_by_host_and_share_subnet_valid_not_found [0.045844s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareBackupDatabaseAPITestCase.test_update [0.037241s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_by_project_with_details [0.033655s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_get_az_subnets_not_found [0.030216s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_create__no_instance [0.024592s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_snapshot_get_all_by_project [0.025267s] ... ok DEBUG: 2025-11-13 13:50:34.186 3331052 INFO manila.coordination [None req-e4e67d3f-08ac-46e0-8780-c528d42c57d5 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_get_not_found [0.049838s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareResourcesAPITestCase.test_share_and_snapshot_instances_status_update [0.032490s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_snapshot_update [0.048830s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_by_export_location_not_exist_1_id [0.096094s] ... ok DEBUG: Share group type ce83ebc3-4e75-4f50-b35d-064f5f29b74a deletion failed, it in use. DEBUG: Share group type 260801a7-b907-4812-812a-23bbe475da40 deletion failed, it in use. DEBUG: 2025-11-13 13:50:34.286 3331052 INFO manila.coordination [None req-df8c5718-a690-477d-9364-6202a6ecbd4e user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_get_with_details [0.096854s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareGroupTypeAPITestCase.test_share_type_destroy_in_use_1_True [0.068499s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareResourcesAPITestCase.test_share_resources_host_update_partial_matches_1 [0.130128s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_by_export_location_not_exist_2_path [0.100645s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_get_all_by_host_and_share_subnet_not_found [0.045268s] ... ok DEBUG: 2025-11-13 13:50:34.412 3331052 INFO manila.coordination [None req-705419fe-f292-4c54-9438-f501754734cc user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_get_all_unused_deletable_3__True__False__False__1_ [0.126106s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareInstanceExportLocationsMetadataDatabaseAPITestCase.test_export_location_metadata_get_item_invalid [0.155455s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_search_by_identifier_1_foobar [0.104738s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_like_filters_with_percent_sign_2___display_description_____display_description_____fake_desc_1____fake_desc_2____fake_desc__________ [0.118505s] ... ok DEBUG: 2025-11-13 13:50:34.489 3331052 INFO manila.coordination [None req-f51dff99-757b-41b1-a27c-8321d244c35d user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_get_all_with_filters_3 [0.078707s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_update [0.052810s] ... ok DEBUG: 2025-11-13 13:50:34.583 3331052 INFO manila.coordination [None req-1bc0ab6b-4c9a-4256-a3b6-c0baa8740ab8 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_search_by_identifier_2_fake [0.092060s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_with_count_2 [0.112938s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareInstanceExportLocationsMetadataDatabaseAPITestCase.test_set_metadata_with_different_length_1___k____v__ [0.159614s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_add_security_service [0.042613s] ... ok DEBUG: 2025-11-13 13:50:34.659 3331052 INFO manila.coordination [None req-b50ccd24-98a7-4b8c-9715-87001c652b15 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_search_by_identifier_4_some_fake_ [0.075448s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_access_create [0.156230s] ... ok DEBUG: 2025-11-13 13:50:34.711 3331052 INFO manila.coordination [None req-15fef9d5-1d63-4f66-93d6-04207d7e8bd2 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_search_by_identifier_7__fake_identifier [0.051928s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_create_one_network [0.068293s] ... ok DEBUG: 2025-11-13 13:50:34.758 3331052 INFO manila.coordination [None req-631a169b-ffe6-4ebe-a855-4d82536a5ac1 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_search_by_identifier_9_some_fake_identifier [0.047857s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_create_with_duplicated_id [0.067249s] ... ok DEBUG: 2025-11-13 13:50:34.793 3331052 INFO manila.coordination [None req-75da7813-dde9-475a-8be6-4c3388091bbb user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_update_not_found [0.034148s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_all_with_filters_5 [0.202979s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_delete_with_subnets_1 [0.065813s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_access_get [0.191044s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_all_one_record_2_2 [0.064124s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_get_has_replicas_field_1_None [0.123022s] ... ok DEBUG: 2025-11-13 13:50:34.980 3331052 INFO manila.coordination [None req-75da7813-dde9-475a-8be6-4c3388091bbb user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_get_instance [0.186680s] ... ok DEBUG: Failed to update usages deleting share replica 'cf26110a-9040-46cd-aba6-71570d116134'. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1906, in _update_share_instance_usages DEBUG: QUOTAS.commit( 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: manila.exception.QuotaError: fake DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_delete_quota_error_1 [0.112763s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_check_for_existing_access_3 [0.168997s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_get [0.040502s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_get_all_by_host_2 [0.057530s] ... ok DEBUG: 2025-11-13 13:50:35.176 3331052 INFO manila.coordination [None req-75da7813-dde9-475a-8be6-4c3388091bbb user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_check_for_existing_access_2 [0.197571s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_get_all_by_host_not_found_exception [0.122122s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_check_for_existing_access_6 [0.225993s] ... ok DEBUG: 2025-11-13 13:50:35.337 3331052 INFO manila.coordination [None req-75da7813-dde9-475a-8be6-4c3388091bbb user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_get_all_with_filters_some [0.161007s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_instance_get_all_by_share_group [0.083100s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_check_for_existing_access_7 [0.171488s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_all_with_created_since_or_before_filter [0.542512s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_not_found [0.028220s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_with_security_services_2 [0.067531s] ... ok DEBUG: 2025-11-13 13:50:35.575 3331052 INFO manila.coordination [None req-75da7813-dde9-475a-8be6-4c3388091bbb user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_get_latest_for_share [0.237135s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_export_locations_get [0.186423s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_with_shares_2 [0.123621s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_remove_security_service_not_found_02 [0.058760s] ... ok DEBUG: 2025-11-13 13:50:35.792 3331052 INFO manila.coordination [None req-75da7813-dde9-475a-8be6-4c3388091bbb user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_access_get_all [0.216481s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_metadata_delete [0.436059s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_share_network_update_security_service [0.058514s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_shares_relation [0.040795s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_get [0.025853s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_metadata_get [0.076398s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_get_all_with_count_2 [0.259488s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_get_all_by_share_network_1 [0.039524s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_get_az_subnets [0.036919s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_metadata_get_item [0.086759s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_update [0.027488s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareResourcesAPITestCase.test_share_and_snapshot_instances_status_update_invalid_status_1 [0.033802s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replica_get_exception [0.057224s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replicas_get_all_by_share_2 [0.092564s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareResourcesAPITestCase.test_share_resources_host_update_no_matches_2_controller_0_otherstore03 [0.163066s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_replicas_get_all_by_share_4 [0.136322s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareDatabaseAPITestCase.test_share_soft_delete [0.085011s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareResourcesAPITestCase.test_share_resources_host_update_partial_matches_2 [0.203789s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get [0.051643s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all [0.022257s] ... ok DEBUG: 2025-11-13 13:50:36.437 3331052 INFO manila.coordination [None req-75da7813-dde9-475a-8be6-4c3388091bbb user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_export_locations_update [0.645614s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_by_name_and_description_1 [0.030789s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareResourcesAPITestCase.test_share_resources_host_update_partial_matches_3 [0.106763s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_by_name_and_description_2 [0.033475s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_get_all_by_name_and_description_3 [0.048288s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareResourcesAPITestCase.test_share_snapshot_instances_status_update [0.080573s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_access_delete [0.691741s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_backend_details_set_not_found [0.028041s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_snapshot_destroy [0.068944s] ... ok DEBUG: 2025-11-13 13:50:36.618 3331052 INFO manila.coordination [None req-75da7813-dde9-475a-8be6-4c3388091bbb user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_get_all_with_filters_wrong_filters [0.180807s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_snapshot_get [0.028036s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_delete_not_found [0.057468s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareGroupDatabaseAPITestCase.test_share_group_snapshot_get_all_by_project_with_details [0.031047s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_encryption_keys_get_count [0.090082s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareInstanceExportLocationsMetadataDatabaseAPITestCase.test_get_export_locations_by_share_instance_id [0.086848s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_export_location_create [0.257106s] ... ok DEBUG: 2025-11-13 13:50:36.858 3331052 INFO manila.coordination [None req-75da7813-dde9-475a-8be6-4c3388091bbb user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_metadata_get [0.239948s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_get_all [0.131050s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareInstanceExportLocationsMetadataDatabaseAPITestCase.test_set_metadata_with_different_length_2___kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk____v__ [0.119077s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_get_all_by_host_2_host1_backend1 [0.074744s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareInstanceExportLocationsMetadataDatabaseAPITestCase.test_set_metadata_with_different_length_4___kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk____vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv__ [0.128847s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_get_all_with_filters_1 [0.063516s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_add_security_service_association_error_already_associated [0.037859s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_get_all_with_filters_2 [0.114385s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_association_get [0.081899s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_export_locations_get [0.291482s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_create_two_networks_in_different_tenants [0.035106s] ... ok DEBUG: 2025-11-13 13:50:37.179 3331052 INFO manila.coordination [None req-75da7813-dde9-475a-8be6-4c3388091bbb user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_search_by_identifier_6__fake_identifier [0.063771s] ... ok DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_metadata_update [0.323123s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_create_two_networks_in_one_tenant [0.047804s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_search_by_identifier_8_some_fake_identifier [0.051573s] ... ok DEBUG: 2025-11-13 13:50:37.262 3331052 INFO manila.coordination [None req-07a3eed2-0f84-4bc7-80a5-e0c806fe0e84 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_delete [0.055729s] ... ok DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_replica_data_get_for_project_3__None___fake___3_ [0.079578s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_servers_update [0.064435s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_all_one_record_1_1 [0.053834s] ... ok DEBUG: 2025-11-13 13:50:37.321 3331052 INFO manila.coordination [None req-2c19640b-6458-4a4f-a5e6-a441c74b67d7 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_destroy_quotas_and_reservations_1 [0.058449s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_export_locations_update_wrong_type [0.230141s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_with_security_services_1 [0.050122s] ... ok DEBUG: 2025-11-13 13:50:37.401 3331052 INFO manila.coordination [None req-8dfd43a6-d23c-443f-ae10-94d1898912c5 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_destroy_quotas_and_reservations_2 [0.084767s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_get_with_subnets_2 [0.040934s] ... ok DEBUG: 2025-11-13 13:50:37.437 3331052 INFO manila.coordination [None req-1c87969f-15d5-40d4-97fc-4948cae64105 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_get_with_none_id [0.029961s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_remove_security_service_not_found_01 [0.037132s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_create [0.165655s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkDatabaseAPITestCase.test_update_not_found [0.044295s] ... ok DEBUG: 2025-11-13 13:50:37.511 3331052 INFO manila.coordination [None req-29231cb5-c730-4b9e-820c-716c6e3005b5 user_id project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_update_not_found [0.073228s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_create_duplicated_id [0.030708s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_delete_not_found [0.021994s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_get_all_with_filters_all_filters [0.192355s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/db/sqlalchemy/test_api.py", line 5510, in setUp DEBUG: self.ctxt = context.RequestContext(user_id=self.user_id, DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_get_by_share_server_id_not_found [0.030920s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_get_not_found [0.053447s] ... ok DEBUG: 2025-11-13 13:50:37.640 3331052 INFO manila.coordination [None req-43e3cb28-0716-4c7c-94f4-601843f3d2f8 new_user_id new_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_api.TransfersTestCase.test_transfer_accept_then_rollback [0.132156s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_access_get_all_for_share_snapshot [0.178967s] ... ok DEBUG: 2025-11-13 13:50:37.693 3331052 INFO manila.coordination [None req-43e3cb28-0716-4c7c-94f4-601843f3d2f8 new_user_id new_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_access_rules_status_3_error [0.048580s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_get_with_share_servers_2 [0.060860s] ... ok DEBUG: 2025-11-13 13:50:37.739 3331052 INFO manila.coordination [None req-43e3cb28-0716-4c7c-94f4-601843f3d2f8 new_user_id new_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_creating [0.045666s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_get_all_with_filters_some_1_None [0.213581s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_share_network_subnet_metadata_delete [0.080776s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_check_for_existing_access_1 [0.141429s] ... ok DEBUG: 2025-11-13 13:50:37.805 3331052 INFO manila.coordination [None req-43e3cb28-0716-4c7c-94f4-601843f3d2f8 new_user_id new_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_not_transitional_4___unmanage_error____unmanage_starting__ [0.067162s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_share_network_subnet_metadata_get [0.064152s] ... ok DEBUG: 2025-11-13 13:50:37.867 3331052 INFO manila.coordination [None req-43e3cb28-0716-4c7c-94f4-601843f3d2f8 new_user_id new_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_not_transitional_6___shrinking_error____shrinking__ [0.060598s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_share_network_subnet_metadata_update [0.065895s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareNetworkSubnetDatabaseAPITestCase.test_update_not_found [0.025753s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_check_for_existing_access_4 [0.156462s] ... ok DEBUG: 2025-11-13 13:50:37.948 3331052 INFO manila.coordination [None req-43e3cb28-0716-4c7c-94f4-601843f3d2f8 new_user_id new_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_prefer_active_instance [0.081515s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_metadata_get_item [0.188417s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareResourcesAPITestCase.test_share_and_snapshot_instances_status_update_invalid_status_2 [0.029079s] ... ok DEBUG: 2025-11-13 13:50:38.016 3331052 INFO manila.coordination [None req-43e3cb28-0716-4c7c-94f4-601843f3d2f8 new_user_id new_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Deletion of share type f31ee375-cb92-4b3c-bd8a-67d102767c08 failed; it in use by 0 shares and 1 share group types DEBUG: {3} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_reverting_3_error [0.067696s] ... ok DEBUG: Deletion of share type e21fa5d6-64de-4d89-924a-cc46ae4c717a failed; it in use by 0 shares and 1 share group types DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_destroy_in_use_2 [0.104949s] ... ok DEBUG: 2025-11-13 13:50:38.068 3331052 INFO manila.coordination [None req-43e3cb28-0716-4c7c-94f4-601843f3d2f8 new_user_id new_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.db.test_api.DBInterfaceTestCase.test_interface_methods [0.050867s] ... ok DEBUG: 2025-11-13 13:50:38.091 3331052 INFO manila.coordination [None req-43e3cb28-0716-4c7c-94f4-601843f3d2f8 new_user_id new_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.image.test_image.GlanceClientTestCase.test_with_auth_obj [0.022856s] ... ok DEBUG: 2025-11-13 13:50:38.119 3331052 ERROR manila.keymgr.barbican [None req-43e3cb28-0716-4c7c-94f4-601843f3d2f8 new_user_id new_project_id - - - -] Missing secret_ref provided in current user context. DEBUG: 2025-11-13 13:50:38.122 3331052 INFO manila.coordination [None req-43e3cb28-0716-4c7c-94f4-601843f3d2f8 new_user_id new_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.keymgr.test_barbican.BarbicanSecretACLTestCase.test_get_client_and_href_missing_secret_ref [0.029615s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareResourcesAPITestCase.test_share_resources_host_update_no_matches_1_controller_100 [0.156210s] ... ok DEBUG: Deletion of share type 5d329dc4-c8ba-402e-b27d-d1ed7d16f89b failed; it in use by 1 shares and 1 share group types DEBUG: 2025-11-13 13:50:38.144 3331052 INFO manila.coordination [None req-43e3cb28-0716-4c7c-94f4-601843f3d2f8 new_user_id new_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.keymgr.test_barbican.BarbicanSecretACLTestCase.test_get_client_and_href_with_valid_secret [0.022830s] ... ok DEBUG: Deletion of share type b208d7f9-a344-4dfb-94ea-575a663a5ef1 failed; it in use by 1 shares and 1 share group types DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_destroy_in_use_3 [0.110872s] ... ok DEBUG: 2025-11-13 13:50:38.177 3331052 INFO manila.coordination [None req-b63d96b8-550f-41c4-87f4-59aa3e85b1be fakeuser fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test__check_allow_lock_manipulation_allowed_4_admin_manipulating_service_lock [0.032326s] ... ok DEBUG: 2025-11-13 13:50:38.200 3331052 INFO manila.coordination [None req-58ef218c-5614-443a-b714-94d846781fdd fakeuser fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test__check_allow_lock_manipulation_not_allowed_1_user_manipulating_admin_lock [0.023271s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_get_by_name_or_id_found_by_id [0.037071s] ... ok DEBUG: 2025-11-13 13:50:38.224 3331052 INFO manila.coordination [None req-6221cf6d-e9df-476c-bde4-49944ce080c0 fakeuser fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test__get_lock_context_1_admin_context [0.023316s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareResourcesAPITestCase.test_share_resources_host_update_no_matches_3_controller_0_otherstore01_pool200 [0.104243s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:38.255 3331052 INFO manila.coordination [None req-cec0b142-618e-42a3-811e-77dcc5f33fb0 fakeuser fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test__get_lock_context_2_admin_also_service_context [0.031259s] ... ok DEBUG: 2025-11-13 13:50:38.277 3331052 INFO manila.coordination [None req-40f2ad02-a659-4a98-ae8b-22371ea9d5fc fakeuser fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test__get_lock_context_3_service_context [0.021604s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:38.325 3331052 INFO manila.coordination [None req-7b1fe668-ae20-4648-81bf-210633f07cf6 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test_access_is_restricted_not_authorized [0.048726s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_get_all_by_host_and_share_subnet [0.110749s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/lock/test_api.py", line 182, in test_access_is_restricted_not_authorized DEBUG: ctxt = context.RequestContext('fake', 'fake') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: {2} manila.tests.db.sqlalchemy.test_api.TransfersTestCase.test_transfer_destroy [0.130910s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: 2025-11-13 13:50:38.353 3331052 INFO manila.coordination [None req-f9a74f8b-e2d3-4026-a1df-85f0cacf544f fakeuser fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test_create_lock_invalid_resource_status_1_deleting [0.026238s] ... ok DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:50:38.378 3331052 INFO manila.coordination [None req-286d2511-4011-49f2-b8e8-d4a89b9a3dfd fakeuser fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test_create_lock_invalid_resource_status_5_unmanage_error [0.025652s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_get [0.053332s] ... ok DEBUG: 2025-11-13 13:50:38.404 3331052 INFO manila.coordination [None req-7c455839-a4f1-4e35-b028-bad3f6cb7f62 fakeuser fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test_create_lock_invalid_resource_status_7_deleted [0.024121s] ... ok DEBUG: 2025-11-13 13:50:38.431 3331052 INFO manila.coordination [None req-98ec537d-9144-4ceb-9862-5d8954b3e95c fakeuser fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test_delete_not_allowed_with_policy_failure_2_False [0.031396s] ... ok DEBUG: 2025-11-13 13:50:38.457 3331052 INFO manila.coordination [None req-5bd37039-045b-4161-8862-b9ab091c8c6c fakeuser fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test_ensure_context_can_delete_lock_policy_fails [0.021250s] ... ok DEBUG: 2025-11-13 13:50:38.478 3331052 DEBUG manila.lock.api [None req-eea0ebb7-94b7-4011-bc55-685d90e67912 fakeuser fakeproject - - - -] Searching for locks by: {'all_projects': True, 'project_id': '5dca5323e33b49fca4a5b261c72e612c', 'resource_type': 'snapshot'} get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/lock/api.py:112 DEBUG: 2025-11-13 13:50:38.481 3331052 INFO manila.coordination [None req-eea0ebb7-94b7-4011-bc55-685d90e67912 fakeuser fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test_get_all_with_filters [0.023785s] ... ok DEBUG: 2025-11-13 13:50:38.508 3331052 INFO manila.coordination [None req-02416bdc-50fd-4d98-ac72-e76a7fa5067a fakeuser fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test_update_invalid_resource_status_1_deleting [0.027253s] ... ok DEBUG: 2025-11-13 13:50:38.540 3331052 INFO manila.coordination [None req-2a0acaea-bcd0-4b73-84fd-3848e31c7c69 fakeuser fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.lock.test_api.ResourceLockApiTest.test_update_invalid_resource_status_4_manage_error_unmanage_starting [0.031008s] ... ok DEBUG: 2025-11-13 13:50:38.564 3331052 INFO manila.message.api [None fakerequestid admin fakeproject - - - -] Creating message record for request_id = fakerequestid DEBUG: 2025-11-13 13:50:38.567 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.message.test_api.MessageApiTest.test_create [0.026316s] ... ok DEBUG: 2025-11-13 13:50:38.590 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.message.test_message_field.MessageFieldTest.test_translate_detail_id_4 [0.022249s] ... ok DEBUG: 2025-11-13 13:50:38.611 3331052 WARNING manila.network.linux.interface [None fakerequestid admin fakeproject - - - -] Device foo does not exist anymore.: Exception: foo does not exist DEBUG: 2025-11-13 13:50:38.614 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_interface.TestABCDriver.test__get_set_of_device_cidrs_exception [0.023224s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_models.ShareAccessTestCase.test_share_access_mapping_state_4_applying [0.280388s] ... ok DEBUG: 2025-11-13 13:50:38.635 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_interface.TestNoopInterfaceDriver.test_init_l3 [0.021724s] ... ok DEBUG: 2025-11-13 13:50:38.657 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_interface.TestOVSInterfaceDriver.test_get_device_name [0.021816s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_access_rules_status_1_active [0.053221s] ... ok DEBUG: 2025-11-13 13:50:38.680 3331052 DEBUG oslo_concurrency.lockutils [None fakerequestid admin fakeproject - - - -] Acquiring lock "linux_interface_device_name_tap0" by "manila.network.linux.interface.device_name_synchronized..wrapped_func..source_func" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:38.682 3331052 DEBUG oslo_concurrency.lockutils [None fakerequestid admin fakeproject - - - -] Lock "linux_interface_device_name_tap0" acquired by "manila.network.linux.interface.device_name_synchronized..wrapped_func..source_func" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:38.684 3331052 INFO manila.network.linux.interface [None fakerequestid admin fakeproject - - - -] Device tap0 does not exist - creating .... DEBUG: 2025-11-13 13:50:38.686 3331052 DEBUG oslo_concurrency.lockutils [None fakerequestid admin fakeproject - - - -] Lock "linux_interface_device_name_tap0" "released" by "manila.network.linux.interface.device_name_synchronized..wrapped_func..source_func" :: held 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:38.689 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_interface.TestOVSInterfaceDriver.test_plug_no_ns [0.031503s] ... ok DEBUG: 2025-11-13 13:50:38.714 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_ip_lib.TestDeviceExists.test_device_exists [0.024924s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_access_rules_status_2_syncing [0.048021s] ... ok DEBUG: 2025-11-13 13:50:38.738 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_ip_lib.TestIPDevice.test_eq_diff_name [0.027448s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_check_for_existing_access_8 [0.818956s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_access_rules_status_no_instances [0.041167s] ... ok DEBUG: 2025-11-13 13:50:38.771 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_ip_lib.TestIpAddrCommand.test_add_address_scoped [0.028035s] ... ok DEBUG: 2025-11-13 13:50:38.799 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_set_netns [0.027272s] ... ok DEBUG: 2025-11-13 13:50:38.827 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_ip_lib.TestIpNetnsCommand.test_add_namespace [0.028153s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_available_3_extending [0.063941s] ... ok DEBUG: 2025-11-13 13:50:38.876 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_ip_lib.TestIpNetnsCommand.test_execute [0.049138s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_available_8_manage_error [0.065931s] ... ok DEBUG: 2025-11-13 13:50:38.907 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_ip_lib.TestIpRouteCommand.test_add_gateway [0.026148s] ... ok DEBUG: 2025-11-13 13:50:38.931 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_ip_lib.TestIpRouteCommand.test_del_gateway [0.026890s] ... ok DEBUG: 2025-11-13 13:50:38.957 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_get_all_by_host_1_fake_fake [0.560193s] ... ok DEBUG: {3} manila.tests.network.linux.test_ip_lib.TestIpRouteCommand.test_pullup_route_first [0.023265s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_not_transitional_2___error_deleting____deleting__ [0.080049s] ... ok DEBUG: 2025-11-13 13:50:39.000 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_add_veth_with_namespaces [0.044147s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_get_all_with_count_1 [0.254867s] ... ok DEBUG: 2025-11-13 13:50:39.031 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_ensure_namespace [0.029119s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_get_all_unused_deletable_1__True__True__True__3_ [0.094945s] ... ok DEBUG: 2025-11-13 13:50:39.054 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_ensure_namespace_existing [0.022716s] ... ok DEBUG: 2025-11-13 13:50:39.088 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_get_devices_malformed_line [0.034091s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_not_transitional_5___inactive____extending__ [0.123082s] ... ok DEBUG: 2025-11-13 13:50:39.125 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_create_network [0.033477s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_get_all_unused_deletable_2__True__True__False__2_ [0.077167s] ... ok DEBUG: 2025-11-13 13:50:39.172 3331052 WARNING manila.network.neutron.api [None fakerequestid admin fakeproject - - - -] Neutron port not found: test port id: neutronclient.common.exceptions.PortNotFoundClient: An unknown exception occurred. DEBUG: 2025-11-13 13:50:39.175 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_delete_port_PortNotFoundClient [0.051970s] ... ok DEBUG: 2025-11-13 13:50:39.210 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_list_extensions [0.033076s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_get_all_unused_deletable_4__False__False__False__0_ [0.087622s] ... ok DEBUG: 2025-11-13 13:50:39.232 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_router_add_interface_exception [0.023135s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_access_get [0.237844s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_replication_change_2_error [0.170019s] ... ok DEBUG: 2025-11-13 13:50:39.287 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_router_update_routes [0.055097s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_get_all_with_filters_4 [0.077269s] ... ok DEBUG: 2025-11-13 13:50:39.326 3331052 INFO manila.coordination [None fakerequestid admin fakeproject - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_update_port_fixed_ips_exception [0.035401s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_reverting_1_replication_change [0.122575s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_search_by_identifier_3__fake_ [0.116242s] ... ok DEBUG: 2025-11-13 13:50:39.353 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.353 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.354 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.354 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.354 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.354 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.354 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.354 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.354 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.355 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.355 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.355 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.355 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.355 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.355 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.362 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.362 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.363 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.363 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.363 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.363 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.363 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.363 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.363 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.364 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.364 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.364 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.364 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.364 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.364 3331052 DEBUG oslo_concurrency.lockutils [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.367 3331052 INFO manila.coordination [None req-d9a92bc4-f305-4315-84ea-c1115dd4d74e fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test__get_port_create_args_2 [0.042298s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_access_update_state [0.204688s] ... ok DEBUG: {2} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_reverting_4_creating [0.121400s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareServerDatabaseAPITestCase.test_share_server_search_by_identifier_5_some_fake_ [0.113495s] ... ok DEBUG: {2} manila.tests.db.test_migration.MigrationTestCase.test_revision [0.028315s] ... ok DEBUG: 2025-11-13 13:50:39.390 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.390 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.390 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.391 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.395 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.395 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.395 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.395 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.400 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.400 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.400 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.400 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.400 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.400 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.401 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.402 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.402 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.402 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.402 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.403 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.403 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.403 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.403 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.403 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.403 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.404 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.404 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.404 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.404 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.404 3331052 DEBUG oslo_concurrency.lockutils [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.405 3331052 INFO manila.coordination [None req-2cb052d4-1fbe-4731-9d3c-636aa08ade47 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test__get_port_create_args_5 [0.036678s] ... ok DEBUG: {2} manila.tests.db.test_migration.MigrationTestCase.test_stamp_none_version [0.054904s] ... ok DEBUG: {2} manila.tests.lock.test_api.ResourceLockApiTest.test__get_lock_context_4_user_context [0.053100s] ... ok DEBUG: 2025-11-13 13:50:39.431 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.431 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.432 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.432 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.432 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.432 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.433 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.433 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.433 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.433 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.433 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.433 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.433 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.433 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.434 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.435 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.435 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.435 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.436 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.436 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.436 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.436 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.436 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.436 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.437 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.437 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.437 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.437 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.437 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.437 3331052 DEBUG oslo_concurrency.lockutils [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.439 3331052 INFO manila.coordination [None req-3c142ac4-3ba4-4412-a330-4237b6949594 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test__get_port_create_args_7 [0.033177s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_get_all_with_filters_some_2_error [0.263078s] ... ok DEBUG: {2} manila.tests.lock.test_api.ResourceLockApiTest.test_create_lock_invalid_resource_soft_deleted [0.071123s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_access_get_all_for_snapshot_instance [0.224944s] ... ok DEBUG: {2} manila.tests.lock.test_api.ResourceLockApiTest.test_create_lock_invalid_resource_status_4_manage_error_unmanage_starting [0.033635s] ... ok DEBUG: {2} manila.tests.lock.test_api.ResourceLockApiTest.test_create_lock_invalid_resource_status_6_unmanaged [0.040276s] ... ok DEBUG: User fakeuser not allowed to query locks across all projects. DEBUG: {2} manila.tests.lock.test_api.ResourceLockApiTest.test_get_all_all_projects_ignored [0.035336s] ... ok DEBUG: {2} manila.tests.lock.test_api.ResourceLockApiTest.test_update_invalid_resource_status_3_unmanage_starting [0.039894s] ... ok DEBUG: {2} manila.tests.lock.test_api.ResourceLockApiTest.test_update_lock_resource_not_allowed_with_policy_failure_2_False [0.033154s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_metadata_delete [0.217886s] ... ok DEBUG: 2025-11-13 13:50:39.457 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.457 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.457 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.458 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.458 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.458 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.458 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.458 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.458 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.459 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.459 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.459 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.459 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.459 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.459 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.460 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.460 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.461 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.461 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.461 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.461 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.461 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.461 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.461 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.461 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.462 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.462 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.462 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.462 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.462 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.463 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.463 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.463 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.463 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.463 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.463 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.463 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.463 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.464 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.464 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.464 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.464 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.464 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.464 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.464 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.464 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.465 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.465 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.465 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.465 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.465 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.465 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.465 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.465 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.465 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.466 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.466 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.466 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.466 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.466 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.466 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.466 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.467 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.467 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.467 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.467 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.467 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.467 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.467 3331052 DEBUG oslo_concurrency.lockutils [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.468 3331052 INFO manila.coordination [None req-b012bbd2-5465-405c-97ed-a2538b43c637 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test_allocate_network_multi_segment [0.029440s] ... ok DEBUG: {2} manila.tests.message.test_api.MessageApiTest.test_cleanup_expired_messages [0.047020s] ... ok DEBUG: {2} manila.tests.message.test_api.MessageApiTest.test_create_swallows_exception [0.028181s] ... ok DEBUG: {2} manila.tests.message.test_api.MessageApiTest.test_get_all [0.028923s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_check_for_existing_access_5 [0.280857s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_replica_data_get_for_project_2___fake2___None__2_ [0.094802s] ... ok DEBUG: {2} manila.tests.message.test_message_field.MessageFieldTest.test_translate_action_1 [0.030513s] ... ok DEBUG: 2025-11-13 13:50:39.491 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.491 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.492 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.494 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.494 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.494 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.494 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.494 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.495 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.495 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.495 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.495 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.495 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.495 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.495 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.496 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.497 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.497 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.498 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.498 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.498 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.498 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.498 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.498 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.498 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.499 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.499 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.501 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.501 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.501 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.501 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.501 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.501 3331052 DEBUG oslo_concurrency.lockutils [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.502 3331052 INFO manila.coordination [None req-542dd2a0-e847-4613-80bb-82347242ee37 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test_allocate_network_one_allocation [0.034171s] ... ok DEBUG: Deletion of share type 2f6cc923-c704-4e92-ac9a-b5d1705a5902 failed; it in use by 1 shares and 0 share group types DEBUG: {2} manila.tests.message.test_message_field.MessageFieldTest.test_translate_action_2 [0.051005s] ... ok DEBUG: Deletion of share type 18cb6e34-0756-4f8a-9627-4735b81de809 failed; it in use by 1 shares and 0 share group types DEBUG: {2} manila.tests.message.test_message_field.MessageFieldTest.test_translate_detail_1 [0.033063s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_destroy_in_use_1 [0.099584s] ... ok DEBUG: {2} manila.tests.message.test_message_field.MessageFieldTest.test_translate_detail_id_2 [0.029107s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_get_by_name_or_id_when_does_not_exist [0.026771s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_update_3 [0.026666s] ... ok DEBUG: {2} manila.tests.message.test_message_field.MessageFieldTest.test_unique_ids_2_Detail [0.039418s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_update_4 [0.022833s] ... ok DEBUG: {2} manila.tests.network.linux.test_interface.TestABCDriver.test__remove_outdated_interfaces [0.038990s] ... ok DEBUG: 2025-11-13 13:50:39.524 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.525 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.525 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.525 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.525 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:39.525 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.526 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.526 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.526 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.526 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.526 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.526 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.526 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.526 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.527 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.528 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.528 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.528 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.528 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.529 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.529 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.529 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.529 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.529 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.529 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.529 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.529 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.530 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.533 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.533 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.533 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.533 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.533 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.533 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.534 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.575 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.041s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.575 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.575 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.575 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.576 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.576 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.576 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.576 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.576 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.576 3331052 DEBUG oslo_concurrency.lockutils [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.578 3331052 INFO manila.coordination [None req-95bcc6c4-beb6-4da5-8a3f-67be73825e11 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test_extend_network_allocations [0.111400s] ... ok DEBUG: {2} manila.tests.network.linux.test_interface.TestBridgeInterfaceDriver.test_plug_dev_exists [0.051211s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.TransfersTestCase.test_transfer_create [0.068244s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.network.linux.test_interface.TestBridgeInterfaceDriver.test_plug_no_ns [0.060393s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_create [0.357912s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_api.TransfersTestCase.test_transfer_get_all [0.133065s] ... ok DEBUG: 2025-11-13 13:50:39.659 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.660 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.660 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.660 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.661 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.661 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.661 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.661 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.661 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.661 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.661 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.661 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.662 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.662 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.662 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.662 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.662 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.662 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.662 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.663 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.663 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.674 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.681 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.007(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.681 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 1.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.681 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.682 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.007(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.682 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 2.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.682 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.682 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.008(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.682 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 4.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.682 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.682 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.008(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.719 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 8.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.720 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.720 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.046(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.720 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 16.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.720 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.720 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.046(s), this was the 6th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.720 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 32.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.721 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.721 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.046(s), this was the 7th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.721 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 64.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.783 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.783 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.109(s), this was the 8th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.784 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 128.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.784 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.784 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.110(s), this was the 9th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.784 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 256.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.784 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.784 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.110(s), this was the 10th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.784 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 512.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.785 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.825 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.151(s), this was the 11th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.826 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 1024.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.826 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.826 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.152(s), this was the 12th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.826 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 2048.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.826 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.826 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.152(s), this was the 13th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.827 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 4096.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.827 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.827 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.152(s), this was the 14th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.864 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 8192.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.865 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.865 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.190(s), this was the 15th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.865 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 16384.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.865 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.865 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.191(s), this was the 16th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.865 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 32768.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.866 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.866 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.191(s), this was the 17th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.866 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 65536.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.925 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.925 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.251(s), this was the 18th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.925 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 131072.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.925 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.925 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.251(s), this was the 19th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.926 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Retrying manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind in 262144.0 seconds as it raised NetworkBindException: Ports are not fully bound for share server 'fake nw info id' (inactive ports: ['test_port_id']). log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:39.926 3331052 DEBUG manila.network.neutron.neutron_network_plugin [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] The port test_port_id is in state DOWN. Wait for active state. _wait_for_ports_bind /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/neutron/neutron_network_plugin.py:621 DEBUG: 2025-11-13 13:50:39.926 3331052 DEBUG manila.utils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Finished call to 'manila.network.neutron.neutron_network_plugin.NeutronBindNetworkPlugin._wait_for_ports_bind' after 0.251(s), this was the 20th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:39.927 3331052 INFO manila.coordination [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test_wait_for_bind_two_ports_no_bind_3___ACTIVE____DOWN__ [0.312977s] ... ok DEBUG: {2} manila.tests.network.linux.test_interface.TestNoopInterfaceDriver.test_plug [0.094876s] ... ok DEBUG: 2025-11-13 13:50:39.955 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.961 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.006s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.962 3331052 DEBUG oslo_concurrency.lockutils [None req-99c7095b-d7b5-41f4-a674-d3f07c6668d7 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.963 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.963 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.963 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.963 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.964 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.964 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.964 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.964 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.964 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.992 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.992 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.992 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.992 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.993 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.993 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.993 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.993 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:39.993 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:39.994 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:39.994 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.046 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.052s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.047 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.047 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.047 3331052 DEBUG oslo_concurrency.lockutils [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.048 3331052 INFO manila.coordination [None req-e0b31cb4-2ddd-4a79-a1c0-555bebfe2ee5 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginWithNormalTypeTest.test_allocate_network_one_allocation [0.120920s] ... ok DEBUG: {2} manila.tests.network.linux.test_interface.TestNoopInterfaceDriver.test_unplug [0.048431s] ... ok DEBUG: {2} manila.tests.network.linux.test_interface.TestOVSInterfaceDriver.test_plug_with_ns [0.069847s] ... ok DEBUG: 2025-11-13 13:50:40.079 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.080 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.080 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.080 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.088 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.008s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.088 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.088 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.089 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.089 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.089 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.089 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.089 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.089 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.089 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.089 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.091 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.091 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.091 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.091 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.092 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.092 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.092 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.092 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.092 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.093 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.093 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.093 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.093 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.133 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.040s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.133 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.133 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.134 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.134 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.134 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.134 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.134 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.135 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.135 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.135 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.201 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.201 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.201 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.202 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.203 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.203 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.203 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.203 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.204 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.204 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.204 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.248 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.044s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.248 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.248 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.248 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.249 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.249 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.249 3331052 DEBUG oslo_concurrency.lockutils [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.250 3331052 INFO manila.coordination [None req-d8cf6885-f08b-49d9-9f98-855aab4d6ad1 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test___update_share_network_net_data_different_values_2 [0.202192s] ... ok DEBUG: {2} manila.tests.network.linux.test_interface.TestOVSInterfaceDriver.test_unplug [0.121371s] ... ok DEBUG: 2025-11-13 13:50:40.286 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.287 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.287 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.287 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.287 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.287 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.288 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.288 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.288 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.288 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.288 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.288 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.288 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.289 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.309 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.020s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.310 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.311 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.311 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.311 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.311 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.311 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.312 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.312 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.312 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.312 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.326 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.014s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.327 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.327 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.327 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.327 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.327 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.327 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.327 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.327 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.328 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.328 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.351 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.352 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.352 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.352 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.352 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.352 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.353 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.354 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.354 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.354 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.354 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.370 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.015s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.370 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.370 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.370 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.371 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.371 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.371 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.371 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.371 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.371 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.371 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.397 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.026s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.397 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.397 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.397 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.398 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.398 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.398 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.398 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.398 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.398 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.398 3331052 DEBUG oslo_concurrency.lockutils [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.418 3331052 INFO manila.coordination [None req-53f1e4f6-218c-4563-8fbd-adbb38cb3644 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test__get_port_create_args_1 [0.167261s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_delete_1_2 [0.301868s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_models.ShareAccessTestCase.test_share_access_mapping_state_3_error [0.303957s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestDeviceExists.test_device_does_not_exist [0.054706s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestIPCommandBase.test_as_root [0.062386s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_models.ShareSnapshotTestCase.test_instance_and_proxified_properties [0.123673s] ... ok DEBUG: 2025-11-13 13:50:40.444 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.444 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.444 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.445 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.455 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.010s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.455 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.455 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.456 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.456 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.456 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.456 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.456 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.456 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.456 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.456 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.458 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.458 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.458 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.458 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.458 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.459 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.459 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.459 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.459 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.459 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.459 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.459 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.459 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.459 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.460 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.460 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.465 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.006s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.469 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.469 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.469 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.469 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.469 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.470 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.470 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.470 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.470 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.470 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.471 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.485 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.013s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.485 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.485 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.486 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.486 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.486 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.486 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.486 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.486 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.486 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.487 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.505 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.505 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.505 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.505 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.505 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.505 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.506 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.506 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.506 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.506 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.506 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.524 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.018s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.524 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.525 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.525 3331052 DEBUG oslo_concurrency.lockutils [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.526 3331052 INFO manila.coordination [None req-84428c13-c9cb-4aed-90e6-ec0266d113c1 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test__get_port_create_args_2 [0.108110s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestIPDevice.test_eq_diff_namespace [0.075144s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_available_1_manage_error [0.060717s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestIPDevice.test_str [0.041583s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_delete_2_1 [0.243434s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_available_5_extending_error [0.067682s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestIpAddrCommand.test_add_address [0.078664s] ... ok DEBUG: 2025-11-13 13:50:40.554 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.555 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.555 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.555 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.555 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.555 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.556 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.556 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.556 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.556 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.556 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.556 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.556 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.557 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.557 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.558 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.566 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.008s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.566 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.567 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.567 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.567 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.567 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.567 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.567 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.567 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.568 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.568 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.568 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.578 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.010s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.578 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.578 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.578 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.578 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.579 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.579 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.579 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.579 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.579 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.579 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.598 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.598 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.598 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.599 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.600 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.600 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.600 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.601 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.601 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.601 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.601 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.617 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.016s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.617 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.617 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.618 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.618 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.618 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.618 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.618 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.618 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.618 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.619 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.640 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.022s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.641 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.641 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.641 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.641 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.641 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.641 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.641 3331052 DEBUG oslo_concurrency.lockutils [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.643 3331052 INFO manila.coordination [None req-18ddef6f-6220-4dd7-9f77-49a5d57aa3f6 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test__get_port_create_args_3 [0.117076s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_address_property [0.053451s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_replication_change_1_available [0.092592s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareSnapshotDatabaseAPITestCase.test_share_snapshot_instance_update [0.189332s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_set_address [0.073232s] ... ok DEBUG: 2025-11-13 13:50:40.706 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.716 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.011s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.717 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.717 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.717 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.717 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.717 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.717 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.718 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.718 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.718 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.718 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.718 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.718 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.718 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.719 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.720 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.726 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.006s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.726 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.726 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.726 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.726 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.726 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.727 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.727 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.727 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.727 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.727 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.727 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.727 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.727 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.727 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.728 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.728 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.728 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.728 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.728 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.728 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.728 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.728 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.729 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.729 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.730 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.739 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.009s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.739 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.739 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.742 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.742 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.743 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.743 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.743 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: 2025-11-13 13:50:40.743 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.743 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.743 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.744 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.744 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: 2025-11-13 13:50:40.744 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.785 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.785 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:40.785 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.786 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.786 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.786 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.786 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.786 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Extension Fox In Socks: Cannot extend resource servers: No such resource DEBUG: Extension Fox In Socks: Cannot extend resource flavors: No such resource DEBUG: Extension Fox In Socks: Cannot extend resource flavors: No such resource DEBUG: 2025-11-13 13:50:40.786 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.786 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.786 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.821 3331052 DEBUG oslo_concurrency.lockutils [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.035s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.823 3331052 INFO manila.coordination [None req-ef9eac93-092b-4ef9-88f5-fc1113a6a35e fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test__get_port_create_args_5 [0.179253s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_replica_data_get_for_project_1__None__None__5_ [0.069395s] ... ok DEBUG: {1} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_reverting_2_available [0.142290s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_set_name [0.100456s] ... ok DEBUG: {1} manila.tests.db.test_migration.MigrationTestCase.test_downgrade [0.040943s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_destroy_quotas_and_reservations_3 [0.055995s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_set_up [0.025671s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_get_by_name_or_id_found_by_name [0.026349s] ... ok DEBUG: {1} manila.tests.db.test_migration.MigrationTestCase.test_stamp [0.028066s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestIpNetnsCommand.test_delete_namespace [0.027434s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_update_1 [0.025321s] ... ok DEBUG: {1} manila.tests.image.test_image.GlanceApiTestCase.test_image_list_glanceclient_has_proxy [0.035850s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.ShareTypeAPITestCase.test_share_type_update_2 [0.030456s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestIpNetnsCommand.test_namespace_doest_not_exist [0.055910s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_add_veth [0.035682s] ... ok DEBUG: 2025-11-13 13:50:40.860 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.861 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.861 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.861 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.861 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.861 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.861 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.862 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.862 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.862 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.862 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.862 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.862 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.862 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.862 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.864 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.874 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.011s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.875 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.875 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.875 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.875 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.876 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.876 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.876 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.876 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.876 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Extension Fox In Socks: Cannot extend resource servers: No such resource DEBUG: Extension Fox In Socks: Cannot extend resource flavors: No such resource DEBUG: Extension Fox In Socks: Cannot extend resource flavors: No such resource DEBUG: 2025-11-13 13:50:40.876 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.876 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.876 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.877 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.877 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.881 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.881 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.881 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.882 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.882 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.882 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.882 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.882 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.882 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.882 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.882 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.909 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.909 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.909 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.910 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.910 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.910 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.910 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.910 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.910 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.910 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.910 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.935 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.025s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.936 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.936 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.936 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.936 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.936 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.937 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.937 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.937 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.937 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.937 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.958 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.021s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.958 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.958 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:40.958 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:40.958 3331052 DEBUG oslo_concurrency.lockutils [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:40.960 3331052 INFO manila.coordination [None req-c4c97315-5140-4eda-a83a-687457f0978f fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test__get_port_create_args_6 [0.137012s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_api.TransfersTestCase.test_transfer_get [0.073449s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_get_namespaces [0.034281s] ... ok DEBUG: {2} manila.tests.network.linux.test_ip_lib.TestSubProcessBase.test_run_namespace [0.074005s] ... ok DEBUG: 2025-11-13 13:50:41.000 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.000 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.002 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.002 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.002 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.002 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.002 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.002 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.004 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.004 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Extension Fox In Socks: Cannot extend resource servers: No such resource DEBUG: 2025-11-13 13:50:41.004 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.004 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.004 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Extension Fox In Socks: Cannot extend resource flavors: No such resource DEBUG: Extension Fox In Socks: Cannot extend resource flavors: No such resource DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py:370: DeprecationWarning: Using class 'Server' (either directly or via inheritance) is deprecated and will be removed in version '2026.2': The Server class utilises the eventlet service, and eventlet support is deprecated for removal. You should remove use of eventlet servers from your application and switch to deploying via WSGI. DEBUG: self.server = wsgi.Server( DEBUG: /usr/lib/python3.12/site-packages/futurist/_futures.py:611: DeprecationWarning: Using class 'GreenFuture' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green future. DEBUG: f = GreenFuture() DEBUG: 2025-11-13 13:50:41.005 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.005 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.008 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.008 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.008 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.009 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.009 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.009 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.009 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.009 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.009 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.009 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.010 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.010 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.016 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.016 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.018 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.018 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.018 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.019 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.019 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.019 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.019 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.019 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.019 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.027 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.007s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.027 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.027 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.027 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.028 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.028 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.029 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.029 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.029 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.029 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.029 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.047 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.018s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.047 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.048 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.048 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.048 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.048 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.048 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.048 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.048 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.049 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.049 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.073 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.074 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.074 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.074 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.074 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.074 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.074 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.074 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.074 3331052 DEBUG oslo_concurrency.lockutils [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.076 3331052 INFO manila.coordination [None req-d38c93c0-11cc-422d-bf13-1d5054bdb207 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test__get_port_create_args_7 [0.115727s] ... ok DEBUG: {2} manila.tests.network.linux.test_ovs_lib.OVS_Lib_Test.test_delete_port [0.041514s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_admin_project_id_exist [0.065985s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_admin_project_id_not_exist [0.058164s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_models.ShareAccessTestCase.test_share_access_mapping_state_1_queued_to_apply [0.264130s] ... ok DEBUG: 2025-11-13 13:50:41.120 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.121 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.121 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.121 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.122 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.122 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.122 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.122 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.122 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.122 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.122 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.122 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.138 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.138 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.138 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.139 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.140 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.140 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.140 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.140 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.140 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.140 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.141 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.158 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.017s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.158 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.158 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.158 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.159 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.159 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.159 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.159 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.159 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.159 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.159 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.181 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.022s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.181 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.182 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.182 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.182 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.182 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.182 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.182 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.183 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.183 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.184 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.201 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.201 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.202 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.202 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.202 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.202 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.202 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.202 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.202 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.202 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.203 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.228 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.025s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.228 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.228 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.228 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.228 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.229 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.229 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.229 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.229 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.230 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.230 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.288 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.059s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.288 3331052 DEBUG oslo_concurrency.lockutils [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.290 3331052 INFO manila.coordination [None req-0e9c2567-9dfc-4fbc-88ab-dde1ca6e3c08 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test__get_port_create_args_host_id [0.213989s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_admin_project_id_not_exist_with_failure [0.058431s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_create_api_object [0.062156s] ... ok DEBUG: 2025-11-13 13:50:41.320 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.320 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.329 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.009s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.329 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.329 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.330 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.330 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.330 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.330 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.330 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.330 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.330 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.331 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.336 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.005s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.336 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.337 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.338 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.340 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.340 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.361 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.020s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.361 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.361 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.361 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.361 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.361 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.361 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.362 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1047: DeprecationWarning: The behavior of AcceptValidHeader.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: 2025-11-13 13:50:41.362 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.362 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.362 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.402 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.402 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.402 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.403 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.403 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.403 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.403 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.403 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.403 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.403 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.403 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.432 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.029s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.433 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.434 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.434 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.434 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.434 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.434 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.435 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.435 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.435 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.435 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.456 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.021s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.456 3331052 DEBUG oslo_concurrency.lockutils [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.458 3331052 INFO manila.coordination [None req-a7f5ccfc-f3c7-42ed-9517-74d563af7ec5 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_init_invalid_2 [0.168396s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_create_port_exception [0.043617s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_create_port_with_host_id_no_binding_ext [0.050800s] ... ok DEBUG: 2025-11-13 13:50:41.491 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.491 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.491 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.492 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.492 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.492 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.492 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.492 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.492 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.493 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.493 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.493 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.493 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.493 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.493 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.494 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.494 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.503 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.009s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.504 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.505 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.505 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.505 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.507 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.507 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.507 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.507 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.507 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.507 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.508 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.508 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.508 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.508 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: 2025-11-13 13:50:41.508 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.508 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.508 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.508 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.509 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.509 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.509 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.509 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.509 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: 2025-11-13 13:50:41.525 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.016s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.527 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.527 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.527 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.527 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.528 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.528 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.528 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.528 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.528 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.529 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.556 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.027s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.556 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.557 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.557 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.557 3331052 DEBUG oslo_concurrency.lockutils [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.558 3331052 INFO manila.coordination [None req-08a56ba3-11f2-4b51-a865-fb8ec2edcba0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_init_subnet_does_not_belong_to_net_3 [0.099835s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_models.ShareAccessTestCase.test_share_access_mapping_state_2_active [0.233021s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_delete_port_NeutronClientException [0.080057s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_available_2_creating [0.058637s] ... ok DEBUG: 2025-11-13 13:50:41.592 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.593 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.593 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.593 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.593 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.594 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.594 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.594 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.594 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.594 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.594 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.594 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.594 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.595 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.595 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.596 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.596 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.596 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.596 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.597 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.597 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.602 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.602 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.602 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.602 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.603 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.603 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.619 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.619 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.620 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.620 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.620 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.620 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.620 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.620 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.620 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.621 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.621 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.647 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.026s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.647 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.647 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.648 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.648 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.648 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.648 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.648 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.648 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.648 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.649 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.679 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.030s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.679 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.680 3331052 INFO manila.coordination [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_wait_for_bind_error [0.121993s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_get_all_admin_project_networks [0.045177s] ... ok DEBUG: 2025-11-13 13:50:41.711 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.712 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.714 3331052 DEBUG oslo_concurrency.lockutils [None req-e132c71d-a6b3-4e1a-b8d3-65e246344121 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.715 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.715 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.716 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.717 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.717 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.718 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.718 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.718 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.718 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.718 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.719 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.719 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.719 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.719 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.719 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.719 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.719 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.719 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.719 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.720 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.720 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.725 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.725 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.725 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.725 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.726 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.726 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.743 3331052 ERROR manila.network.neutron.neutron_network_plugin [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] test_ip isn't a valid ip address, omitted. DEBUG: 2025-11-13 13:50:41.745 3331052 INFO manila.coordination [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginWithNormalTypeTest.test__get_matched_ip_address_2 [0.064281s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_available_4_deleting [0.091803s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_get_all_network [0.061095s] ... ok DEBUG: {1} manila.tests.integrated.test_extensions.ExtensionsTest.test_get_foxnsocks [0.760332s] ... ok DEBUG: 2025-11-13 13:50:41.784 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.784 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.784 3331052 DEBUG oslo_concurrency.lockutils [None req-c6057eb5-7186-4a79-9e2c-7779e22f5c14 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.789 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.789 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.790 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.790 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.790 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.790 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.790 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.790 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.790 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.791 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.791 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.791 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.791 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.791 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.791 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.791 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.791 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.794 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.794 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.795 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.795 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.798 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.798 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.798 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.798 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.798 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.798 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.799 3331052 INFO manila.coordination [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginWithNormalTypeTest.test__get_matched_ip_address_illegal_2 [0.057843s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_get_subnet [0.036948s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_available_6_error_deleting [0.076039s] ... ok DEBUG: 2025-11-13 13:50:41.844 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.844 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.845 3331052 DEBUG oslo_concurrency.lockutils [None req-7506f9a6-10a3-4c06-9ccc-0511e43acc42 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.849 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.849 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.852 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.852 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.853 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.853 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.853 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.853 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.853 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.853 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.853 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.853 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.854 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.854 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.854 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.854 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.854 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.854 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.854 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.861 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.007s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.861 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.861 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.861 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.861 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.862 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.862 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.862 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.863 3331052 INFO manila.coordination [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginWithNormalTypeTest.test__get_matched_ip_address_illegal_3 [0.059912s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_list_ports [0.052308s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_available_7_manage_starting [0.063281s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_router_add_interface [0.041235s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_api.NeutronclientTestCase.test_no_auth_obj [0.044625s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_not_transitional_1___manage_error____creating__ [0.071188s] ... ok DEBUG: 2025-11-13 13:50:41.921 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.921 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.922 3331052 DEBUG oslo_concurrency.lockutils [None req-fa23e8ba-a475-4d97-8cef-5bcd147cc0c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.923 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.923 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.923 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.923 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.923 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.931 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.007s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.931 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.931 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.932 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.932 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.932 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.932 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.932 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.932 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.932 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.932 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.933 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.933 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.933 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.933 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.933 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.933 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.933 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.933 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.934 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.934 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.934 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.943 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.943 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.943 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.945 3331052 INFO manila.coordination [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginWithNormalTypeTest.test_include_network_info [0.081865s] ... ok DEBUG: 2025-11-13 13:50:41.994 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.995 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.995 3331052 DEBUG oslo_concurrency.lockutils [None req-9a8c4c89-614e-4f3f-bde6-393b67221871 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.996 3331052 DEBUG oslo_concurrency.lockutils [None req-4bf60bb9-6ca7-4127-b838-a7be75dcee6e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:41.996 3331052 DEBUG oslo_concurrency.lockutils [None req-4bf60bb9-6ca7-4127-b838-a7be75dcee6e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:41.996 3331052 DEBUG oslo_concurrency.lockutils [None req-4bf60bb9-6ca7-4127-b838-a7be75dcee6e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:41.998 3331052 INFO manila.coordination [None req-4bf60bb9-6ca7-4127-b838-a7be75dcee6e fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_allocate_network_create_port_exception [0.061355s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test__get_port_create_args_1 [0.061452s] ... ok DEBUG: 2025-11-13 13:50:42.046 3331052 DEBUG oslo_concurrency.lockutils [None req-4bf60bb9-6ca7-4127-b838-a7be75dcee6e fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.047 3331052 DEBUG oslo_concurrency.lockutils [None req-4bf60bb9-6ca7-4127-b838-a7be75dcee6e fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.047 3331052 DEBUG oslo_concurrency.lockutils [None req-4bf60bb9-6ca7-4127-b838-a7be75dcee6e fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.048 3331052 DEBUG oslo_concurrency.lockutils [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.048 3331052 DEBUG oslo_concurrency.lockutils [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.048 3331052 DEBUG oslo_concurrency.lockutils [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.062 3331052 DEBUG oslo_concurrency.lockutils [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.062 3331052 DEBUG oslo_concurrency.lockutils [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.062 3331052 DEBUG oslo_concurrency.lockutils [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.062 3331052 INFO manila.network.neutron.neutron_network_plugin [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Port 'test_port_id' is disabled to prevent improper routing on an external network. DEBUG: 2025-11-13 13:50:42.062 3331052 DEBUG oslo_concurrency.lockutils [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.062 3331052 DEBUG oslo_concurrency.lockutils [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.063 3331052 DEBUG oslo_concurrency.lockutils [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.064 3331052 INFO manila.coordination [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_allocate_network_one_allocation [0.056873s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test_cutover_network_allocation [0.059611s] ... ok DEBUG: 2025-11-13 13:50:42.110 3331052 DEBUG oslo_concurrency.lockutils [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.110 3331052 DEBUG oslo_concurrency.lockutils [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.111 3331052 DEBUG oslo_concurrency.lockutils [None req-708c0c1b-d8ab-4bd0-9e3f-870976bfe476 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.111 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.111 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.112 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.121 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.122 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.122 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.122 3331052 INFO manila.network.neutron.neutron_network_plugin [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Port 'test_port_id' is disabled to prevent improper routing on an external network. DEBUG: 2025-11-13 13:50:42.123 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.123 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.123 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.124 3331052 INFO manila.network.neutron.neutron_network_plugin [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Port 'test_port_id' is disabled to prevent improper routing on an external network. DEBUG: 2025-11-13 13:50:42.124 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.124 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.125 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.132 3331052 INFO manila.coordination [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_allocate_network_two_allocation [0.056997s] ... ok DEBUG: 2025-11-13 13:50:42.174 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.174 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.177 3331052 DEBUG oslo_concurrency.lockutils [None req-e3d46d35-af3a-489a-a757-ff9d5692ebc3 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.177 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.177 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.177 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.177 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.177 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.178 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.178 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.179 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.179 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.179 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.179 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.179 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.179 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.179 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.179 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.187 3331052 INFO manila.coordination [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_save_neutron_network_data_multi_segment [0.055439s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_not_transitional_3___error____manage_starting__ [0.155626s] ... ok DEBUG: 2025-11-13 13:50:42.222 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.222 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.223 3331052 DEBUG oslo_concurrency.lockutils [None req-76122b2c-1ec1-4a98-bfff-3455bd93e497 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.223 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.223 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.223 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.224 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.224 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.224 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.225 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.225 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.225 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.225 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.225 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.225 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.233 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test_wait_for_bind_error [0.046630s] ... ok DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_save_neutron_network_data_multi_segment_without_ident [0.045872s] ... ok DEBUG: 2025-11-13 13:50:42.286 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.286 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.287 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.287 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.287 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.287 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.287 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.288 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.288 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.288 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.288 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.288 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.288 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.288 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.289 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.300 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test___update_share_network_net_data_different_values_2 [0.066429s] ... ok DEBUG: 2025-11-13 13:50:42.356 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.356 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.356 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.357 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.357 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.357 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.357 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.357 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.357 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.357 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.357 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.358 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.358 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test_init_invalid_2 [0.058309s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test_wait_for_bind_two_ports_no_bind_1___DOWN____ACTIVE__ [0.043011s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test___update_share_network_net_data_different_values_empty [0.042982s] ... ok DEBUG: {0} manila.tests.db.sqlalchemy.test_models.ShareTestCase.test_share_instance_replication_change_3_creating [0.100391s] ... ok DEBUG: 2025-11-13 13:50:42.419 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.419 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.420 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.420 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.420 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.420 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.420 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.421 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.421 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.421 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.421 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.421 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.421 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.421 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.422 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.422 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.422 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.422 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.423 3331052 WARNING neutronclient.v2_0.client [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] The python binding code in neutronclient is deprecated in favor of OpenstackSDK, please use that as this will be removed in a future release. DEBUG: 2025-11-13 13:50:42.424 3331052 WARNING neutronclient.v2_0.client [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] The python binding code in neutronclient is deprecated in favor of OpenstackSDK, please use that as this will be removed in a future release. DEBUG: 2025-11-13 13:50:42.424 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.424 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.425 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.425 3331052 WARNING neutronclient.v2_0.client [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] The python binding code in neutronclient is deprecated in favor of OpenstackSDK, please use that as this will be removed in a future release. DEBUG: 2025-11-13 13:50:42.425 3331052 WARNING neutronclient.v2_0.client [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] The python binding code in neutronclient is deprecated in favor of OpenstackSDK, please use that as this will be removed in a future release. DEBUG: 2025-11-13 13:50:42.426 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test_manage_network_allocations_admin [0.054978s] ... ok DEBUG: 2025-11-13 13:50:42.448 3331052 DEBUG manila.network.standalone_network_plugin [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] DEBUG: Standalone network plugin data for config group 'DEFAULT': DEBUG: IP version - 4 DEBUG: Used network - 10.0.0.1/24 DEBUG: Used gateway - 10.0.0.1 DEBUG: Used network type - None DEBUG: Used segmentation ID - None DEBUG: Allowed CIDRs - ['10.0.0.1/24'] DEBUG: Original allowed IP ranges - None DEBUG: Reserved IP addresses - ('10.0.0.0', '10.0.0.1', '10.0.0.255') DEBUG: __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/standalone_network_plugin.py:89 DEBUG: 2025-11-13 13:50:42.449 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "allocate_network_for_standalone_network_plugin" by "manila.network.standalone_network_plugin.StandaloneNetworkPlugin.allocate_network" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.449 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "allocate_network_for_standalone_network_plugin" acquired by "manila.network.standalone_network_plugin.StandaloneNetworkPlugin.allocate_network" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.449 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "allocate_network_for_standalone_network_plugin" "released" by "manila.network.standalone_network_plugin.StandaloneNetworkPlugin.allocate_network" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.450 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_allocate_network_two_ip_addresses_ipv4_two_usages_exist [0.023111s] ... ok DEBUG: 2025-11-13 13:50:42.471 3331052 DEBUG manila.network.standalone_network_plugin [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] DEBUG: Standalone network plugin data for config group 'DEFAULT': DEBUG: IP version - 4 DEBUG: Used network - 10.0.0.1/24 DEBUG: Used gateway - 10.0.0.1 DEBUG: Used network type - None DEBUG: Used segmentation ID - None DEBUG: Allowed CIDRs - ['10.0.0.1/24'] DEBUG: Original allowed IP ranges - None DEBUG: Reserved IP addresses - ('10.0.0.0', '10.0.0.1', '10.0.0.255') DEBUG: __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/standalone_network_plugin.py:89 DEBUG: 2025-11-13 13:50:42.471 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "allocate_network_for_standalone_network_plugin" by "manila.network.standalone_network_plugin.StandaloneNetworkPlugin.allocate_network" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.471 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "allocate_network_for_standalone_network_plugin" acquired by "manila.network.standalone_network_plugin.StandaloneNetworkPlugin.allocate_network" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.471 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "allocate_network_for_standalone_network_plugin" "released" by "manila.network.standalone_network_plugin.StandaloneNetworkPlugin.allocate_network" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.473 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_allocate_network_zero_addresses_ipv4 [0.023364s] ... ok DEBUG: 2025-11-13 13:50:42.513 3331052 WARNING manila.network.standalone_network_plugin [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Only IPv6 is enabled, although both 'network_plugin_ipv4_enabled' and 'network_plugin_ipv6_enabled' are configured True. DEBUG: 2025-11-13 13:50:42.513 3331052 DEBUG manila.network.standalone_network_plugin [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] DEBUG: Standalone network plugin data for config group 'DEFAULT': DEBUG: IP version - 6 DEBUG: Used network - 2001:db8::1/64 DEBUG: Used gateway - 2001:db8::0001 DEBUG: Used network type - None DEBUG: Used segmentation ID - None DEBUG: Allowed CIDRs - ['2001:db8::1/64'] DEBUG: Original allowed IP ranges - None DEBUG: Reserved IP addresses - ('2001:db8::', '2001:db8::0001', '2001:db8::ffff:ffff:ffff:ffff') DEBUG: __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/standalone_network_plugin.py:89 DEBUG: 2025-11-13 13:50:42.513 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Acquiring lock "allocate_network_for_standalone_network_plugin" by "manila.network.standalone_network_plugin.StandaloneNetworkPlugin.allocate_network" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:42.514 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "allocate_network_for_standalone_network_plugin" acquired by "manila.network.standalone_network_plugin.StandaloneNetworkPlugin.allocate_network" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:42.514 3331052 DEBUG oslo_concurrency.lockutils [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Lock "allocate_network_for_standalone_network_plugin" "released" by "manila.network.standalone_network_plugin.StandaloneNetworkPlugin.allocate_network" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:42.526 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_allocate_network_zero_addresses_ipv6 [0.052932s] ... ok DEBUG: 2025-11-13 13:50:42.575 3331052 DEBUG manila.network.standalone_network_plugin [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] DEBUG: Standalone network plugin data for config group 'DEFAULT': DEBUG: IP version - 4 DEBUG: Used network - 10.0.0.1/24 DEBUG: Used gateway - 10.0.0.1 DEBUG: Used network type - None DEBUG: Used segmentation ID - None DEBUG: Allowed CIDRs - ['10.0.0.1/24'] DEBUG: Original allowed IP ranges - None DEBUG: Reserved IP addresses - ('10.0.0.0', '10.0.0.1', '10.0.0.255') DEBUG: __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/standalone_network_plugin.py:89 DEBUG: 2025-11-13 13:50:42.579 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_only_with_required_data_v4_2_DEFAULT [0.056144s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_allocate_network_one_allocation [0.073288s] ... ok DEBUG: {0} manila.tests.db.test_migration.MigrationTestCase.test_downgrade_none_version [0.067088s] ... ok DEBUG: 2025-11-13 13:50:42.618 3331052 DEBUG manila.network.standalone_network_plugin [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] DEBUG: Standalone network plugin data for config group 'custom_config_group_name': DEBUG: IP version - 4 DEBUG: Used network - 10.0.0.1/16 DEBUG: Used gateway - 10.0.0.1 DEBUG: Used network type - vlan DEBUG: Used segmentation ID - 1001 DEBUG: Allowed CIDRs - ['10.0.0.3/32', '10.0.0.4/30', '10.0.0.69/32', '10.0.0.70/31', '10.0.0.72/29', '10.0.0.80/28', '10.0.0.96/27', '10.0.0.128/28', '10.0.0.144/29', '10.0.0.152/30', '10.0.0.156/31', '10.0.0.213/32'] DEBUG: Original allowed IP ranges - ['10.0.0.3-10.0.0.7', '10.0.0.69-10.0.0.157', '10.0.0.213'] DEBUG: Reserved IP addresses - ('10.0.0.0', '10.0.0.1', '10.0.255.255') DEBUG: __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/standalone_network_plugin.py:89 DEBUG: 2025-11-13 13:50:42.619 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_all_data_v4_1_custom_config_group_name [0.033594s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_init_subnet_does_not_belong_to_net_1 [0.032690s] ... ok DEBUG: {0} manila.tests.db.test_migration.MigrationTestCase.test_upgrade [0.042832s] ... ok DEBUG: 2025-11-13 13:50:42.660 3331052 WARNING manila.network.standalone_network_plugin [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Only IPv6 is enabled, although both 'network_plugin_ipv4_enabled' and 'network_plugin_ipv6_enabled' are configured True. DEBUG: 2025-11-13 13:50:42.660 3331052 DEBUG manila.network.standalone_network_plugin [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] DEBUG: Standalone network plugin data for config group 'DEFAULT': DEBUG: IP version - 6 DEBUG: Used network - 2001:db8::1/88 DEBUG: Used gateway - 2001:db8::0001 DEBUG: Used network type - vlan DEBUG: Used segmentation ID - 3999 DEBUG: Allowed CIDRs - ['2001:db8::/89'] DEBUG: Original allowed IP ranges - ['2001:db8::-2001:db8:0000:0000:0000:007f:ffff:ffff'] DEBUG: Reserved IP addresses - ('2001:db8::', '2001:db8::0001', '2001:db8::ff:ffff:ffff') DEBUG: __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/standalone_network_plugin.py:89 DEBUG: 2025-11-13 13:50:42.662 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_all_data_v6_2_DEFAULT [0.042499s] ... ok DEBUG: {0} manila.tests.db.test_migration.MigrationTestCase.test_upgrade_none_version [0.049147s] ... ok DEBUG: 2025-11-13 13:50:42.705 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_fake_network_types_v4_3_vlanfoo [0.045913s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_wait_for_bind [0.047571s] ... ok DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py:370: DeprecationWarning: Using class 'Server' (either directly or via inheritance) is deprecated and will be removed in version '2026.2': The Server class utilises the eventlet service, and eventlet support is deprecated for removal. You should remove use of eventlet servers from your application and switch to deploying via WSGI. DEBUG: self.server = wsgi.Server( DEBUG: /usr/lib/python3.12/site-packages/futurist/_futures.py:611: DeprecationWarning: Using class 'GreenFuture' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green future. DEBUG: f = GreenFuture() DEBUG: 2025-11-13 13:50:42.732 3331052 DEBUG manila.network.standalone_network_plugin [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] DEBUG: Standalone network plugin data for config group 'DEFAULT': DEBUG: IP version - 4 DEBUG: Used network - 10.0.0.1/16 DEBUG: Used gateway - 10.0.0.1 DEBUG: Used network type - vlan DEBUG: Used segmentation ID - 1001 DEBUG: Allowed CIDRs - ['10.0.0.1/16'] DEBUG: Original allowed IP ranges - None DEBUG: Reserved IP addresses - ('10.0.0.0', '10.0.0.1', '10.0.255.255') DEBUG: __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/standalone_network_plugin.py:89 DEBUG: 2025-11-13 13:50:42.732 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_valid_network_types_v4_2_vlan [0.024605s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_wait_for_bind_two_ports_no_bind_1___DOWN____ACTIVE__ [0.031038s] ... ok DEBUG: 2025-11-13 13:50:42.751 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_incorrect_allowed_ip_ranges_v4_5_10_0_0_0_10_0_0_5_fake [0.018639s] ... ok DEBUG: {0} manila.tests.db.test_migration.MigrationTestCase.test_version [0.056598s] ... ok DEBUG: 2025-11-13 13:50:42.771 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_incorrect_allowed_ip_ranges_v4_7_10_0_10_0_10_0_10_5_10_0_0_10_10_0_10_5 [0.019174s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_wait_for_bind_two_ports_no_bind_3___ACTIVE____DOWN__ [0.028225s] ... ok DEBUG: {0} manila.tests.image.test_image.GlanceApiTestCase.test_image_list_glanceclient_has_no_proxy [0.028330s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginWithNormalTypeTest.test_update_network_allocation [0.029556s] ... ok DEBUG: 2025-11-13 13:50:42.803 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_mismatch_of_versions_2 [0.032301s] ... ok DEBUG: 2025-11-13 13:50:42.827 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.image.test_image.GlanceClientTestCase.test_no_auth_obj [0.045527s] ... ok DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_required_data_improper_4 [0.024065s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_has_network_provider_extension_true [0.030429s] ... ok DEBUG: 2025-11-13 13:50:42.847 3331052 DEBUG manila.network.standalone_network_plugin [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] DEBUG: Standalone network plugin data for config group 'DEFAULT': DEBUG: IP version - 4 DEBUG: Used network - 192.168.0.1/24 DEBUG: Used gateway - 192.168.0.1 DEBUG: Used network type - None DEBUG: Used segmentation ID - None DEBUG: Allowed CIDRs - ['192.168.0.1/24'] DEBUG: Original allowed IP ranges - None DEBUG: Reserved IP addresses - ('192.168.0.0', '192.168.0.1', '192.168.0.255') DEBUG: __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/standalone_network_plugin.py:89 DEBUG: 2025-11-13 13:50:42.849 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_manage_network_allocations_2_None [0.021086s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_manage_network_allocations_create_update_1 [0.021380s] ... ok DEBUG: {0} manila.tests.keymgr.test_barbican.BarbicanUserAppCredsTestCase.test_delete_application_credentials [0.038619s] ... ok DEBUG: 2025-11-13 13:50:42.876 3331052 DEBUG manila.network.standalone_network_plugin [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] DEBUG: Standalone network plugin data for config group 'DEFAULT': DEBUG: IP version - 4 DEBUG: Used network - 192.168.0.1/24 DEBUG: Used gateway - 192.168.0.1 DEBUG: Used network type - None DEBUG: Used segmentation ID - None DEBUG: Allowed CIDRs - ['192.168.0.1/24'] DEBUG: Original allowed IP ranges - None DEBUG: Reserved IP addresses - ('192.168.0.0', '192.168.0.1', '192.168.0.255') DEBUG: __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/network/standalone_network_plugin.py:89 DEBUG: 2025-11-13 13:50:42.877 3331052 INFO manila.coordination [None req-7550b5e7-c70f-462f-8ff5-4658197585c0 fake user fake project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_unmanage_network_allocations [0.028365s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_manage_network_allocations_exception [0.021486s] ... ok DEBUG: Missing application credentials ID DEBUG: {0} manila.tests.keymgr.test_barbican.BarbicanUserAppCredsTestCase.test_delete_application_credentials_missing_id [0.028734s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_save_neutron_network_data [0.020682s] ... ok DEBUG: Missing application credentials ID DEBUG: {0} manila.tests.keymgr.test_barbican.BarbicanUserAppCredsTestCase.test_get_application_credentials_missing_id [0.018120s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:1047: DeprecationWarning: The behavior of AcceptValidHeader.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: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: 2025-11-13 13:50:42.950 3331052 INFO manila.coordination [None req-adaed741-8aa4-40db-9540-10af70dfacef fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: {0} manila.tests.keymgr.test_barbican.BarbicanUserAppCredsTestCase.test_get_application_credentials_success [0.034593s] ... ok DEBUG: {3} manila.tests.scheduler.drivers.test_base.SchedulerDriverBaseTestCase.test_unimplemented_schedule [0.080365s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test___update_share_network_net_data_different_values_1 [0.052228s] ... ok DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test_init_invalid_3 [0.030635s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:50:43.000 3331052 INFO manila.coordination [None req-26be0557-3f8d-49e3-a440-8ef5a16acc7b fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_base.SchedulerTestCase.test_update_service_capabilities [0.042323s] ... ok DEBUG: {0} manila.tests.lock.test_api.ResourceLockApiTest.test__check_allow_lock_manipulation_allowed_1_user_manipulating_user_lock [0.047091s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test_init_subnet_does_not_belong_to_net_1 [0.021322s] ... ok DEBUG: {0} manila.tests.lock.test_api.ResourceLockApiTest.test__check_allow_lock_manipulation_allowed_2_service_manipulating_service_lock [0.017944s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test_init_subnet_does_not_belong_to_net_2 [0.021068s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {0} manila.tests.lock.test_api.ResourceLockApiTest.test__check_allow_lock_manipulation_not_allowed_3_service_manipulating_admin_lock [0.029029s] ... ok DEBUG: 2025-11-13 13:50:43.051 3331052 INFO manila.coordination [None req-2338035c-5665-4e24-8d1f-ecac6814961b user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.integrated.test_login.LoginTest.test_login [0.981564s] ... ok DEBUG: {2} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test_init_subnet_does_not_belong_to_net_3 [0.033436s] ... ok DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__format_filter_properties_storage_protocol_extra_spec_present_1_True [0.069689s] ... ok DEBUG: {0} manila.tests.lock.test_api.ResourceLockApiTest.test_access_is_restricted_3_user_manipulating_locks_they_own [0.029379s] ... ok DEBUG: {2} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_allocate_network_one_ip_address_ipv4_no_usages_exist_1_admin [0.033606s] ... ok DEBUG: The 'backend' key_manager backend is not supported. Please use barbican as key_manager. DEBUG: {1} manila.tests.keymgr.test_barbican.BarbicanSecretACLTestCase.test_get_client_and_href_missing_backend [0.044841s] ... ok DEBUG: {2} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_include_network_info [0.021029s] ... ok DEBUG: --- Logging error --- DEBUG: {2} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_fake_network_types_v4_4_foovlanbar [0.019998s] ... ok DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test__check_allow_lock_manipulation_allowed_3_service_manipulating_user_lock [0.039459s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: {2} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_fake_network_types_v4_5_None [0.021054s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: {2} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_fake_network_types_v4_6_Vlan [0.024442s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test__check_allow_lock_manipulation_allowed_5_admin_manipulating_user_lock [0.041616s] ... ok DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {2} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_fake_network_types_v4_7_vlaN [0.041135s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test__check_allow_lock_manipulation_not_allowed_2_user_manipulating_service_lock [0.046573s] ... ok DEBUG: 2025-11-13 13:50:43.144 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.145 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.145 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.145 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.145 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.145 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: 2025-11-13 13:50:43.145 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.145 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.145 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: 2025-11-13 13:50:43.146 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.146 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.154 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.008s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.154 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.155 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.155 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: 2025-11-13 13:50:43.155 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.155 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.155 3331052 DEBUG oslo_concurrency.lockutils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: 2025-11-13 13:50:43.155 3331052 WARNING manila.scheduler.host_manager [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:43.155 3331052 DEBUG manila.scheduler.filters.base [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Starting with 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:43.157 3331052 DEBUG manila.scheduler.filters.base [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Filter OnlyHostFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.157 3331052 DEBUG manila.scheduler.filters.base [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Filter AvailabilityZoneFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:50:43.157 3331052 DEBUG manila.scheduler.filters.capacity [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Space information for share creation on host host1#_pool0 (requested / avail): 1/921 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.158 3331052 DEBUG manila.scheduler.filters.capacity [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Space information for share creation on host host2#_pool0 (requested / avail): 1/95 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.158 3331052 DEBUG manila.scheduler.filters.capacity [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Space information for share creation on host host3#_pool0 (requested / avail): 1/256 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.158 3331052 DEBUG manila.scheduler.filters.capacity [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Space information for share creation on host host4#_pool0 (requested / avail): 1/97 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.158 3331052 DEBUG manila.scheduler.filters.capacity [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Space information for share creation on host host5#_pool0 (requested / avail): 1/397 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.158 3331052 DEBUG manila.scheduler.filters.base [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Filter CapacityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.158 3331052 DEBUG manila.scheduler.utils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Share type extra spec requirement "replication_type=activesync" does not match reported capability "writable" capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:188 DEBUG: 2025-11-13 13:50:43.158 3331052 DEBUG manila.scheduler.filters.capabilities [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] host: 'host1#_pool0', free_capacity_gb: 1024, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.158 3331052 DEBUG manila.scheduler.utils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Share type extra spec requirement "replication_type=activesync" does not match reported capability "readable" capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:188 DEBUG: 2025-11-13 13:50:43.159 3331052 DEBUG manila.scheduler.filters.capabilities [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] host: 'host2#_pool0', free_capacity_gb: 300, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.159 3331052 DEBUG manila.scheduler.utils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Host doesn't provide capability 'replication_type' listed in the extra specs capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:174 DEBUG: 2025-11-13 13:50:43.159 3331052 DEBUG manila.scheduler.filters.capabilities [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] host: 'host3#_pool0', free_capacity_gb: 256, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.159 3331052 DEBUG manila.scheduler.utils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Share type extra spec requirement "replication_type=activesync" does not match reported capability "dr" capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:188 DEBUG: 2025-11-13 13:50:43.159 3331052 DEBUG manila.scheduler.filters.capabilities [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] host: 'host4#_pool0', free_capacity_gb: 200, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.159 3331052 DEBUG manila.scheduler.utils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Host doesn't provide capability 'replication_type' listed in the extra specs capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:174 DEBUG: 2025-11-13 13:50:43.159 3331052 DEBUG manila.scheduler.filters.capabilities [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] host: 'host5#_pool0', free_capacity_gb: 500, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.159 3331052 DEBUG manila.scheduler.utils [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Host doesn't provide capability 'replication_type' listed in the extra specs capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:174 DEBUG: 2025-11-13 13:50:43.159 3331052 DEBUG manila.scheduler.filters.capabilities [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] host: 'host6#_pool0', free_capacity_gb: unknown, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.160 3331052 INFO manila.scheduler.filters.base [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Filter CapabilitiesFilter returned 0 host(s) DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: 2025-11-13 13:50:43.161 3331052 INFO manila.coordination [None req-fc2fe628-e8b8-4372-8eb9-6351b9f20b95 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_incorrect_allowed_ip_ranges_v4_2_11_0_0_0_11_0_0_5_11_0_0_11 [0.030751s] ... ok DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_invalid_replication_type_spec_3 [0.097888s] ... ok DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test_access_is_restricted_1_service_manipulating_user_lock [0.040198s] ... ok DEBUG: {2} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_incorrect_allowed_ip_ranges_v4_4_10_0_10_0_10_0_10_5 [0.023000s] ... ok DEBUG: {2} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_required_data_improper_2 [0.030199s] ... ok DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test_access_is_restricted_2_admin_manipulating_user_lock [0.048690s] ... ok DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: {2} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_required_data_improper_3 [0.045825s] ... ok DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test_access_is_restricted_4_user_manipulating_other_users_lock [0.043539s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test_create_access_show_lock [0.041453s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test_create_lock [0.030593s] ... ok DEBUG: {2} manila.tests.scheduler.drivers.test_base.SchedulerTestCase.test_hosts_up [0.087831s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: 2025-11-13 13:50:43.256 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.256 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.257 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.257 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.257 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.257 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:43.257 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.257 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.257 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: 2025-11-13 13:50:43.258 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.258 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.258 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: 2025-11-13 13:50:43.258 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.258 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.258 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: 2025-11-13 13:50:43.258 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.258 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.259 3331052 DEBUG oslo_concurrency.lockutils [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.259 3331052 WARNING manila.scheduler.host_manager [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:43.259 3331052 DEBUG manila.scheduler.filters.base [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Starting with 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:43.260 3331052 DEBUG manila.scheduler.filters.base [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter OnlyHostFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.260 3331052 DEBUG manila.scheduler.filters.base [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter AvailabilityZoneFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.260 3331052 DEBUG manila.scheduler.filters.capacity [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Space information for share creation on host host1#_pool0 (requested / avail): 1/921 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.261 3331052 DEBUG manila.scheduler.filters.capacity [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Space information for share creation on host host2#_pool0 (requested / avail): 1/95 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.261 3331052 DEBUG manila.scheduler.filters.capacity [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Space information for share creation on host host3#_pool0 (requested / avail): 1/256 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:43.261 3331052 DEBUG manila.scheduler.filters.capacity [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Space information for share creation on host host4#_pool0 (requested / avail): 1/97 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.261 3331052 DEBUG manila.scheduler.filters.capacity [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Space information for share creation on host host5#_pool0 (requested / avail): 1/397 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.261 3331052 DEBUG manila.scheduler.filters.base [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter CapacityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:43.261 3331052 DEBUG manila.scheduler.filters.base [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter CapabilitiesFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.261 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Driver Filter: Checking host 'host1#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.261 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.261 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.261 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Done checking host 'host1#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.262 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Driver Filter: Checking host 'host2#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.262 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.269 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.269 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Done checking host 'host2#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.269 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Driver Filter: Checking host 'host3#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.270 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.270 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.270 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Done checking host 'host3#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.270 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Driver Filter: Checking host 'host4#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.270 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.270 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.270 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Done checking host 'host4#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.270 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Driver Filter: Checking host 'host5#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.270 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.271 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.271 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Done checking host 'host5#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.271 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Driver Filter: Checking host 'host6#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.271 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:43.271 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.271 3331052 DEBUG manila.scheduler.filters.driver [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Done checking host 'host6#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.271 3331052 DEBUG manila.scheduler.filters.base [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter DriverFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.271 3331052 DEBUG manila.scheduler.filters.base [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter ShareReplicationFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.271 3331052 DEBUG manila.scheduler.filters.base [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter CreateFromSnapshotFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.272 3331052 DEBUG manila.scheduler.filters.base [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter AffinityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.272 3331052 DEBUG manila.scheduler.filters.base [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filter AntiAffinityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: Share service is down. (host: host7). DEBUG: --- Logging error --- DEBUG: 2025-11-13 13:50:43.272 3331052 DEBUG manila.scheduler.drivers.filter [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Filtered share [host: 'host1#_pool0', free_capacity_gb: 1024, pools: None, host: 'host2#_pool0', free_capacity_gb: 300, pools: None, host: 'host3#_pool0', free_capacity_gb: 256, pools: None, host: 'host4#_pool0', free_capacity_gb: 200, pools: None, host: 'host5#_pool0', free_capacity_gb: 500, pools: None, host: 'host6#_pool0', free_capacity_gb: unknown, pools: None] _schedule_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/drivers/filter.py:278 DEBUG: 2025-11-13 13:50:43.272 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Checking host 'host1#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.272 3331052 WARNING manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.273 3331052 INFO manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness function result for host host1#_pool0: 0. DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:43.273 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.273 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Done checking host 'host1#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.273 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Checking host 'host2#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.273 3331052 WARNING manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: 2025-11-13 13:50:43.273 3331052 INFO manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness function result for host host2#_pool0: 0. DEBUG: 2025-11-13 13:50:43.278 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.278 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Done checking host 'host2#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.278 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Checking host 'host3#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.278 3331052 WARNING manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.279 3331052 INFO manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness function result for host host3#_pool0: 0. DEBUG: 2025-11-13 13:50:43.279 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.279 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Done checking host 'host3#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:50:43.279 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.279 3331052 WARNING manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.279 3331052 INFO manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness function result for host host4#_pool0: 0. DEBUG: 2025-11-13 13:50:43.279 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.279 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Done checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.279 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Checking host 'host5#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.280 3331052 WARNING manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.280 3331052 INFO manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness function result for host host5#_pool0: 0. DEBUG: 2025-11-13 13:50:43.280 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.280 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Done checking host 'host5#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.280 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.280 3331052 WARNING manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.280 3331052 INFO manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness function result for host host6#_pool0: 0. DEBUG: 2025-11-13 13:50:43.280 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.281 3331052 DEBUG manila.scheduler.weighers.goodness [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Done checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.281 3331052 DEBUG manila.scheduler.drivers.filter [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Choosing for share: WeighedHost [host: host2#_pool0, weight: 1.0] _schedule_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/drivers/filter.py:284 DEBUG: 2025-11-13 13:50:43.282 3331052 INFO manila.coordination [None req-01426cb2-6e37-4052-bb89-e9692c38dac4 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_snapshot_support_2 [0.120229s] ... ok DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test_create_lock_invalid_resource_status_2_error_deleting [0.051565s] ... ok DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test___format_filter_properties_active_replica_host_is_provided [0.050914s] ... ok DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test_create_lock_invalid_resource_status_3_unmanage_starting [0.050188s] ... ok DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__format_filter_properties_backend_specified_for_replica_2_False [0.050320s] ... ok DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test_create_lock_resource_not_owned_by_user [0.026182s] ... ok DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test_create_visibility_lock_lock_exists [0.025637s] ... ok DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_storage_protocol_not_supported_3 [0.064176s] ... ok DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test_delete [0.027371s] ... ok DEBUG: {0} manila.tests.lock.test_api.ResourceLockApiTest.test_delete_not_allowed_with_policy_failure_1_True [0.562912s] ... ok DEBUG: 2025-11-13 13:50:43.366 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.366 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.366 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.366 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.366 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: --- Logging error --- DEBUG: 2025-11-13 13:50:43.367 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.367 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.367 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:43.367 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.367 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.367 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: 2025-11-13 13:50:43.367 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.367 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.368 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.368 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.379 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.379 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.379 3331052 DEBUG oslo_concurrency.lockutils [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: 2025-11-13 13:50:43.380 3331052 WARNING manila.scheduler.host_manager [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:43.380 3331052 DEBUG manila.scheduler.filters.base [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Starting with 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:43.382 3331052 DEBUG manila.scheduler.filters.base [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter OnlyHostFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.382 3331052 DEBUG manila.scheduler.filters.base [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter AvailabilityZoneFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: 2025-11-13 13:50:43.382 3331052 DEBUG manila.scheduler.filters.capacity [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Space information for share creation on host host1#_pool0 (requested / avail): 1/921 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.382 3331052 DEBUG manila.scheduler.filters.capacity [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Space information for share creation on host host2#_pool0 (requested / avail): 1/95 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.382 3331052 DEBUG manila.scheduler.filters.capacity [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Space information for share creation on host host3#_pool0 (requested / avail): 1/256 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:50:43.382 3331052 DEBUG manila.scheduler.filters.capacity [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Space information for share creation on host host4#_pool0 (requested / avail): 1/97 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.382 3331052 DEBUG manila.scheduler.filters.capacity [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Space information for share creation on host host5#_pool0 (requested / avail): 1/397 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.382 3331052 DEBUG manila.scheduler.filters.base [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter CapacityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.383 3331052 DEBUG manila.scheduler.filters.base [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter CapabilitiesFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.383 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Driver Filter: Checking host 'host1#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.383 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.383 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.383 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Done checking host 'host1#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.383 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Driver Filter: Checking host 'host2#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.383 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.383 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.383 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Done checking host 'host2#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.383 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Driver Filter: Checking host 'host3#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.384 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.384 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.384 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Done checking host 'host3#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.384 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Driver Filter: Checking host 'host4#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.384 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.384 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.384 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Done checking host 'host4#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.384 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Driver Filter: Checking host 'host5#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.384 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.384 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.385 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Done checking host 'host5#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.385 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Driver Filter: Checking host 'host6#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.385 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.385 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.385 3331052 DEBUG manila.scheduler.filters.driver [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Done checking host 'host6#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.385 3331052 DEBUG manila.scheduler.filters.base [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter DriverFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.385 3331052 DEBUG manila.scheduler.filters.base [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter ShareReplicationFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.385 3331052 DEBUG manila.scheduler.filters.base [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter CreateFromSnapshotFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.386 3331052 DEBUG manila.scheduler.filters.base [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter AffinityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.391 3331052 DEBUG manila.scheduler.filters.base [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filter AntiAffinityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.391 3331052 DEBUG manila.scheduler.drivers.filter [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Filtered share [host: 'host1#_pool0', free_capacity_gb: 1024, pools: None, host: 'host2#_pool0', free_capacity_gb: 300, pools: None, host: 'host3#_pool0', free_capacity_gb: 256, pools: None, host: 'host4#_pool0', free_capacity_gb: 200, pools: None, host: 'host5#_pool0', free_capacity_gb: 500, pools: None, host: 'host6#_pool0', free_capacity_gb: unknown, pools: None] _schedule_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/drivers/filter.py:278 DEBUG: 2025-11-13 13:50:43.392 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Checking host 'host1#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.392 3331052 WARNING manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.392 3331052 INFO manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness function result for host host1#_pool0: 0. DEBUG: 2025-11-13 13:50:43.392 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.392 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Done checking host 'host1#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.392 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Checking host 'host2#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.392 3331052 WARNING manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.392 3331052 INFO manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness function result for host host2#_pool0: 0. DEBUG: 2025-11-13 13:50:43.393 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.393 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Done checking host 'host2#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.393 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Checking host 'host3#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.393 3331052 WARNING manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.393 3331052 INFO manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness function result for host host3#_pool0: 0. DEBUG: 2025-11-13 13:50:43.393 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.393 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Done checking host 'host3#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: --- Logging error --- DEBUG: 2025-11-13 13:50:43.393 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.393 3331052 WARNING manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.394 3331052 INFO manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness function result for host host4#_pool0: 0. DEBUG: 2025-11-13 13:50:43.394 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.394 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Done checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:43.394 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Checking host 'host5#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.394 3331052 WARNING manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.394 3331052 INFO manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness function result for host host5#_pool0: 0. DEBUG: 2025-11-13 13:50:43.394 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.394 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Done checking host 'host5#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.394 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.394 3331052 WARNING manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.395 3331052 INFO manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness function result for host host6#_pool0: 0. DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: 2025-11-13 13:50:43.395 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.395 3331052 DEBUG manila.scheduler.weighers.goodness [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Done checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.395 3331052 DEBUG manila.scheduler.drivers.filter [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Choosing for share: WeighedHost [host: host2#_pool0, weight: 1.0] _schedule_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/drivers/filter.py:284 DEBUG: 2025-11-13 13:50:43.399 3331052 INFO manila.coordination [None req-f668a672-be6c-4b63-b103-510fdbf3a5d1 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_snapshot_support_5 [0.112075s] ... ok DEBUG: {1} manila.tests.lock.test_api.ResourceLockApiTest.test_update_lock_resource_not_allowed_with_policy_failure_1_True [0.066717s] ... ok DEBUG: {0} manila.tests.lock.test_api.ResourceLockApiTest.test_ensure_context_can_delete_lock [0.063868s] ... ok DEBUG: {1} manila.tests.message.test_api.MessageApiTest.test_delete [0.038644s] ... ok DEBUG: {1} manila.tests.message.test_api.MessageApiTest.test_get [0.022506s] ... ok DEBUG: {0} manila.tests.lock.test_api.ResourceLockApiTest.test_update [0.071516s] ... ok DEBUG: {1} manila.tests.network.linux.test_interface.TestABCDriver.test__get_set_of_device_cidrs [0.023586s] ... ok DEBUG: {1} manila.tests.network.linux.test_interface.TestABCDriver.test_verify_abs_class_has_abs_methods [0.024631s] ... ok DEBUG: 2025-11-13 13:50:43.487 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: 2025-11-13 13:50:43.487 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.487 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.488 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: 2025-11-13 13:50:43.488 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.488 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.488 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:50:43.488 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.488 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.488 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Reset mac address to ff:ee:dd:cc:bb:aa DEBUG: 2025-11-13 13:50:43.489 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.489 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.495 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.495 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.496 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.496 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.496 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.496 3331052 DEBUG oslo_concurrency.lockutils [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.496 3331052 WARNING manila.scheduler.host_manager [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:43.496 3331052 DEBUG manila.scheduler.filters.base [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Starting with 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:43.498 3331052 DEBUG manila.scheduler.filters.base [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter OnlyHostFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.498 3331052 DEBUG manila.scheduler.filters.base [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter AvailabilityZoneFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.498 3331052 DEBUG manila.scheduler.filters.capacity [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Space information for share creation on host host1#_pool0 (requested / avail): 1/921 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.498 3331052 DEBUG manila.scheduler.filters.capacity [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Space information for share creation on host host2#_pool0 (requested / avail): 1/95 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.499 3331052 DEBUG manila.scheduler.filters.capacity [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Space information for share creation on host host3#_pool0 (requested / avail): 1/256 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.499 3331052 DEBUG manila.scheduler.filters.capacity [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Space information for share creation on host host4#_pool0 (requested / avail): 1/97 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.499 3331052 DEBUG manila.scheduler.filters.capacity [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Space information for share creation on host host5#_pool0 (requested / avail): 1/397 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.499 3331052 DEBUG manila.scheduler.filters.base [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter CapacityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.499 3331052 DEBUG manila.scheduler.filters.base [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter CapabilitiesFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.499 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Driver Filter: Checking host 'host1#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.499 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.499 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.500 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Done checking host 'host1#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.500 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Driver Filter: Checking host 'host2#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.500 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.501 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.506 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Done checking host 'host2#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.506 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Driver Filter: Checking host 'host3#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.506 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.506 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.506 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Done checking host 'host3#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:43.507 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Driver Filter: Checking host 'host4#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.507 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.507 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.507 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Done checking host 'host4#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: 2025-11-13 13:50:43.512 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Driver Filter: Checking host 'host5#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.512 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.512 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.512 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Done checking host 'host5#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: 2025-11-13 13:50:43.512 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Driver Filter: Checking host 'host6#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:43.513 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.513 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.513 3331052 DEBUG manila.scheduler.filters.driver [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Done checking host 'host6#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:50:43.513 3331052 DEBUG manila.scheduler.filters.base [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter DriverFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.513 3331052 DEBUG manila.scheduler.filters.base [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter ShareReplicationFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.513 3331052 DEBUG manila.scheduler.filters.base [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter CreateFromSnapshotFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.513 3331052 DEBUG manila.scheduler.filters.base [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter AffinityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.514 3331052 DEBUG manila.scheduler.filters.base [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filter AntiAffinityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.514 3331052 DEBUG manila.scheduler.drivers.filter [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Filtered share [host: 'host1#_pool0', free_capacity_gb: 1024, pools: None, host: 'host2#_pool0', free_capacity_gb: 300, pools: None, host: 'host3#_pool0', free_capacity_gb: 256, pools: None, host: 'host4#_pool0', free_capacity_gb: 200, pools: None, host: 'host5#_pool0', free_capacity_gb: 500, pools: None, host: 'host6#_pool0', free_capacity_gb: unknown, pools: None] _schedule_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/drivers/filter.py:278 DEBUG: 2025-11-13 13:50:43.514 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Checking host 'host1#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.514 3331052 WARNING manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.514 3331052 INFO manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness function result for host host1#_pool0: 0. DEBUG: 2025-11-13 13:50:43.514 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.515 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Done checking host 'host1#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.515 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Checking host 'host2#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.515 3331052 WARNING manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.515 3331052 INFO manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness function result for host host2#_pool0: 0. DEBUG: 2025-11-13 13:50:43.515 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.515 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Done checking host 'host2#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.515 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Checking host 'host3#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.515 3331052 WARNING manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.516 3331052 INFO manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness function result for host host3#_pool0: 0. DEBUG: 2025-11-13 13:50:43.516 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.516 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Done checking host 'host3#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.516 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.516 3331052 WARNING manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.516 3331052 INFO manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness function result for host host4#_pool0: 0. DEBUG: 2025-11-13 13:50:43.516 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.516 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Done checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.517 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Checking host 'host5#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.517 3331052 WARNING manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.517 3331052 INFO manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness function result for host host5#_pool0: 0. DEBUG: 2025-11-13 13:50:43.517 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.517 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Done checking host 'host5#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.517 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.517 3331052 WARNING manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.518 3331052 INFO manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness function result for host host6#_pool0: 0. DEBUG: 2025-11-13 13:50:43.524 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.524 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Done checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.524 3331052 DEBUG manila.scheduler.drivers.filter [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Choosing for share: WeighedHost [host: host2#_pool0, weight: 1.0] _schedule_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/drivers/filter.py:284 DEBUG: 2025-11-13 13:50:43.526 3331052 INFO manila.coordination [None req-d418e5bb-9ebc-4711-8154-e16dd4d8e7ca user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_snapshot_support_6 [0.130242s] ... ok DEBUG: {0} manila.tests.lock.test_api.ResourceLockApiTest.test_update_invalid_resource_status_2_error_deleting [0.052321s] ... ok DEBUG: {1} manila.tests.network.linux.test_interface.TestBridgeInterfaceDriver.test_plug_with_ns [0.027601s] ... ok DEBUG: {1} manila.tests.network.linux.test_interface.TestBridgeInterfaceDriver.test_unplug_no_device [0.023946s] ... ok DEBUG: {1} manila.tests.network.linux.test_interface.TestOVSInterfaceDriver.test_plug_alt_bridge [0.029110s] ... ok DEBUG: {0} manila.tests.lock.test_api.ResourceLockApiTest.test_update_invalid_resource_status_5_unmanage_error [0.054355s] ... ok DEBUG: {1} manila.tests.network.linux.test_interface.TestOVSInterfaceDriver.test_plug_reset_mac [0.021951s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIPCommandBase.test_as_root_with_options [0.020186s] ... ok DEBUG: {0} manila.tests.lock.test_api.ResourceLockApiTest.test_update_invalid_resource_status_6_unmanaged [0.044837s] ... ok DEBUG: 2025-11-13 13:50:43.622 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.624 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.624 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.624 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.624 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.624 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.624 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.625 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.625 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.625 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.625 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.625 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.625 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.625 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.625 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.626 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.626 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.626 3331052 DEBUG oslo_concurrency.lockutils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.626 3331052 WARNING manila.scheduler.host_manager [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:43.626 3331052 DEBUG manila.scheduler.filters.base [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Starting with 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:43.633 3331052 DEBUG manila.scheduler.filters.base [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Filter OnlyHostFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.633 3331052 DEBUG manila.scheduler.filters.base [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Filter AvailabilityZoneFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.633 3331052 DEBUG manila.scheduler.filters.capacity [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Space information for share creation on host host1#_pool0 (requested / avail): 1/921 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.633 3331052 DEBUG manila.scheduler.filters.capacity [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Space information for share creation on host host2#_pool0 (requested / avail): 1/95 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.633 3331052 DEBUG manila.scheduler.filters.capacity [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Space information for share creation on host host3#_pool0 (requested / avail): 1/256 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.633 3331052 DEBUG manila.scheduler.filters.capacity [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Space information for share creation on host host4#_pool0 (requested / avail): 1/97 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.633 3331052 DEBUG manila.scheduler.filters.capacity [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Space information for share creation on host host5#_pool0 (requested / avail): 1/397 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.634 3331052 DEBUG manila.scheduler.filters.base [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Filter CapacityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.634 3331052 DEBUG manila.scheduler.utils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Share type extra spec requirement "replication_type=dr" does not match reported capability "writable" capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:188 DEBUG: 2025-11-13 13:50:43.634 3331052 DEBUG manila.scheduler.filters.capabilities [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] host: 'host1#_pool0', free_capacity_gb: 1024, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.634 3331052 DEBUG manila.scheduler.utils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Share type extra spec requirement "replication_type=dr" does not match reported capability "readable" capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:188 DEBUG: 2025-11-13 13:50:43.634 3331052 DEBUG manila.scheduler.filters.capabilities [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] host: 'host2#_pool0', free_capacity_gb: 300, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.634 3331052 DEBUG manila.scheduler.utils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Host doesn't provide capability 'replication_type' listed in the extra specs capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:174 DEBUG: 2025-11-13 13:50:43.634 3331052 DEBUG manila.scheduler.filters.capabilities [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] host: 'host3#_pool0', free_capacity_gb: 256, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.634 3331052 DEBUG manila.scheduler.utils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Host doesn't provide capability 'replication_type' listed in the extra specs capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:174 DEBUG: 2025-11-13 13:50:43.635 3331052 DEBUG manila.scheduler.filters.capabilities [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] host: 'host5#_pool0', free_capacity_gb: 500, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: --- Logging error --- DEBUG: 2025-11-13 13:50:43.638 3331052 DEBUG manila.scheduler.utils [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Host doesn't provide capability 'replication_type' listed in the extra specs capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:174 DEBUG: 2025-11-13 13:50:43.638 3331052 DEBUG manila.scheduler.filters.capabilities [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] host: 'host6#_pool0', free_capacity_gb: unknown, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.638 3331052 DEBUG manila.scheduler.filters.base [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Filter CapabilitiesFilter returned 1 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.639 3331052 DEBUG manila.scheduler.filters.driver [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Driver Filter: Checking host 'host4#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: 2025-11-13 13:50:43.639 3331052 DEBUG manila.scheduler.filters.driver [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:43.639 3331052 DEBUG manila.scheduler.filters.driver [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:43.639 3331052 DEBUG manila.scheduler.filters.driver [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Done checking host 'host4#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:43.639 3331052 DEBUG manila.scheduler.filters.base [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Filter DriverFilter returned 1 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.640 3331052 DEBUG manila.scheduler.filters.base [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Filter ShareReplicationFilter returned 1 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.640 3331052 DEBUG manila.scheduler.filters.base [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Filter CreateFromSnapshotFilter returned 1 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.640 3331052 DEBUG manila.scheduler.filters.base [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Filter AffinityFilter returned 1 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: 2025-11-13 13:50:43.640 3331052 DEBUG manila.scheduler.filters.base [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Filter AntiAffinityFilter returned 1 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.640 3331052 DEBUG manila.scheduler.drivers.filter [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Filtered share [host: 'host4#_pool0', free_capacity_gb: 200, pools: None] _schedule_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/drivers/filter.py:278 DEBUG: 2025-11-13 13:50:43.640 3331052 DEBUG manila.scheduler.weighers.goodness [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:43.641 3331052 WARNING manila.scheduler.weighers.goodness [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:43.641 3331052 INFO manila.scheduler.weighers.goodness [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Goodness function result for host host4#_pool0: 0. DEBUG: 2025-11-13 13:50:43.641 3331052 DEBUG manila.scheduler.weighers.goodness [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:43.641 3331052 DEBUG manila.scheduler.weighers.goodness [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Done checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:43.641 3331052 DEBUG manila.scheduler.drivers.filter [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Choosing for share: WeighedHost [host: host4#_pool0, weight: 0.0] _schedule_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/drivers/filter.py:284 DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: 2025-11-13 13:50:43.643 3331052 INFO manila.coordination [None req-73ac7e08-12ed-4450-af7d-077be0d514de user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_valid_replication_spec_3 [0.123907s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIPCommandBase.test_run [0.027554s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIPCommandBase.test_run_with_options [0.017784s] ... ok DEBUG: {0} manila.tests.lock.test_api.ResourceLockApiTest.test_update_invalid_resource_status_7_deleted [0.035007s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIPDeviceCommandBase.test_name_property [0.020158s] ... ok DEBUG: {0} manila.tests.message.test_message_field.MessageFieldTest.test_translate_detail_2 [0.036481s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpAddrCommand.test_del_address [0.018939s] ... ok DEBUG: {0} manila.tests.message.test_message_field.MessageFieldTest.test_translate_detail_3 [0.024966s] ... ok DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpAddrCommand.test_flush [0.023412s] ... ok DEBUG: 2025-11-13 13:50:43.743 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.744 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.744 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.744 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.744 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.744 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.744 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.745 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.745 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.745 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.745 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.745 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.750 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.750 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.750 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.751 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.751 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.751 3331052 DEBUG oslo_concurrency.lockutils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.751 3331052 WARNING manila.scheduler.host_manager [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:43.752 3331052 DEBUG manila.scheduler.filters.base [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Starting with 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:43.758 3331052 DEBUG manila.scheduler.filters.base [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Filter OnlyHostFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.760 3331052 DEBUG manila.scheduler.filters.base [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Filter AvailabilityZoneFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.760 3331052 DEBUG manila.scheduler.filters.capacity [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Space information for share creation on host host1#_pool0 (requested / avail): 1/921 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.760 3331052 DEBUG manila.scheduler.filters.capacity [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Space information for share creation on host host2#_pool0 (requested / avail): 1/95 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.760 3331052 DEBUG manila.scheduler.filters.capacity [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Space information for share creation on host host3#_pool0 (requested / avail): 1/256 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.760 3331052 DEBUG manila.scheduler.filters.capacity [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Space information for share creation on host host4#_pool0 (requested / avail): 1/97 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.760 3331052 DEBUG manila.scheduler.filters.capacity [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Space information for share creation on host host5#_pool0 (requested / avail): 1/397 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:43.760 3331052 DEBUG manila.scheduler.filters.base [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Filter CapacityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:43.760 3331052 DEBUG manila.scheduler.utils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Share type extra spec requirement "snapshot_support= 0" does not match reported capability "True" capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:188 DEBUG: 2025-11-13 13:50:43.760 3331052 DEBUG manila.scheduler.filters.capabilities [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] host: 'host1#_pool0', free_capacity_gb: 1024, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.761 3331052 DEBUG manila.scheduler.utils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Share type extra spec requirement "snapshot_support= 0" does not match reported capability "True" capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:188 DEBUG: 2025-11-13 13:50:43.761 3331052 DEBUG manila.scheduler.filters.capabilities [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] host: 'host2#_pool0', free_capacity_gb: 300, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.761 3331052 DEBUG manila.scheduler.utils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Share type extra spec requirement "snapshot_support= 0" does not match reported capability "True" capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:188 DEBUG: 2025-11-13 13:50:43.761 3331052 DEBUG manila.scheduler.filters.capabilities [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] host: 'host3#_pool0', free_capacity_gb: 256, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.761 3331052 DEBUG manila.scheduler.utils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Share type extra spec requirement "snapshot_support= 0" does not match reported capability "True" capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:188 DEBUG: 2025-11-13 13:50:43.761 3331052 DEBUG manila.scheduler.filters.capabilities [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] host: 'host4#_pool0', free_capacity_gb: 200, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.761 3331052 DEBUG manila.scheduler.utils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Share type extra spec requirement "snapshot_support= 0" does not match reported capability "True" capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:188 DEBUG: 2025-11-13 13:50:43.761 3331052 DEBUG manila.scheduler.filters.capabilities [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] host: 'host5#_pool0', free_capacity_gb: 500, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.761 3331052 DEBUG manila.scheduler.utils [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Share type extra spec requirement "snapshot_support= 0" does not match reported capability "True" capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:188 DEBUG: 2025-11-13 13:50:43.762 3331052 DEBUG manila.scheduler.filters.capabilities [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] host: 'host6#_pool0', free_capacity_gb: unknown, pools: None fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:43.762 3331052 INFO manila.scheduler.filters.base [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Filter CapabilitiesFilter returned 0 host(s) DEBUG: --- Logging error --- DEBUG: 2025-11-13 13:50:43.763 3331052 INFO manila.coordination [None req-869fe005-6386-43a7-94ad-45b02a2ea75d user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_without_snapshot_support_4 [0.112872s] ... ok DEBUG: 2025-11-13 13:50:43.856 3331052 INFO manila.scheduler.drivers.filter [None req-072a832c-6ba7-4406-b251-5625c1211ed8 user project - - - -] Scheduling share group fake_id. DEBUG: 2025-11-13 13:50:43.865 3331052 INFO manila.coordination [None req-072a832c-6ba7-4406-b251-5625c1211ed8 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_create_group_no_hosts [0.096309s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_delete [0.026419s] ... ok DEBUG: {0} manila.tests.message.test_message_field.MessageFieldTest.test_translate_detail_id_1 [0.028102s] ... ok DEBUG: Traceback (most recent call last): DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_mtu_property [0.024018s] ... ok DEBUG: {0} manila.tests.message.test_message_field.MessageFieldTest.test_translate_detail_id_3 [0.024812s] ... ok DEBUG: {0} manila.tests.message.test_message_field.MessageFieldTest.test_unique_ids_1_Action [0.020361s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_qlen_property [0.028753s] ... ok DEBUG: {0} manila.tests.network.linux.test_interface.TestABCDriver.test_get_device_name [0.021022s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_set_alias [0.022839s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpNetnsCommand.test_namespace_exists [0.019028s] ... ok DEBUG: {0} manila.tests.network.linux.test_interface.TestABCDriver.test_l3_init [0.022711s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpRouteCommand.test_clear_outdated_routes [0.027216s] ... ok DEBUG: {0} manila.tests.network.linux.test_interface.TestBridgeInterfaceDriver.test_get_device_name [0.036210s] ... ok DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpRouteCommand.test_delete_net_route [0.021694s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_add_device_to_namespace [0.020157s] ... ok DEBUG: {0} manila.tests.network.linux.test_interface.TestBridgeInterfaceDriver.test_unplug [0.037091s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_add_device_to_namespace_is_none [0.020804s] ... ok DEBUG: 2025-11-13 13:50:43.997 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.998 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: 2025-11-13 13:50:43.998 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.998 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.998 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: 2025-11-13 13:50:43.998 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.998 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.998 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:50:43.999 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.999 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.999 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.999 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.999 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:43.999 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:43.999 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:43.999 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.000 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.000 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.000 3331052 WARNING manila.scheduler.host_manager [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:44.000 3331052 DEBUG manila.scheduler.filters.base [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Starting with 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:44.001 3331052 DEBUG manila.scheduler.filters.base [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter OnlyHostFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:44.013 3331052 DEBUG manila.scheduler.filters.base [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter AvailabilityZoneFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.013 3331052 DEBUG manila.scheduler.filters.capacity [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Space information for share creation on host host1#_pool0 (requested / avail): 0/921 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.013 3331052 DEBUG manila.scheduler.filters.capacity [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Space information for share creation on host host2#_pool0 (requested / avail): 0/95 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: Share service is down. (host: host7). DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.013 3331052 DEBUG manila.scheduler.filters.capacity [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Space information for share creation on host host3#_pool0 (requested / avail): 0/256 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.013 3331052 DEBUG manila.scheduler.filters.capacity [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Space information for share creation on host host4#_pool0 (requested / avail): 0/97 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.013 3331052 DEBUG manila.scheduler.filters.capacity [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Space information for share creation on host host5#_pool0 (requested / avail): 0/397 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.013 3331052 DEBUG manila.scheduler.filters.base [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter CapacityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.014 3331052 DEBUG manila.scheduler.filters.base [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter CapabilitiesFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.014 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Driver Filter: Checking host 'host1#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:44.014 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:44.014 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:44.014 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host1#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:44.014 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Driver Filter: Checking host 'host2#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:44.014 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:44.014 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:44.015 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host2#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:44.015 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Driver Filter: Checking host 'host3#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:44.015 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: 2025-11-13 13:50:44.015 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:44.015 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host3#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:44.015 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Driver Filter: Checking host 'host4#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:44.016 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:44.016 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:44.018 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host4#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:44.018 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Driver Filter: Checking host 'host5#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:44.018 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:44.018 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:44.018 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host5#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:44.018 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Driver Filter: Checking host 'host6#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:44.018 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:44.018 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:44.018 3331052 DEBUG manila.scheduler.filters.driver [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host6#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:44.019 3331052 DEBUG manila.scheduler.filters.base [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter DriverFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: 2025-11-13 13:50:44.019 3331052 DEBUG manila.scheduler.filters.base [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter ShareReplicationFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.019 3331052 DEBUG manila.scheduler.filters.base [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter CreateFromSnapshotFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.019 3331052 DEBUG manila.scheduler.filters.base [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter AffinityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.019 3331052 DEBUG manila.scheduler.filters.base [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter AntiAffinityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: 2025-11-13 13:50:44.019 3331052 DEBUG manila.scheduler.drivers.filter [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filtered [host: 'host1#_pool0', free_capacity_gb: 1024, pools: None, host: 'host2#_pool0', free_capacity_gb: 300, pools: None, host: 'host3#_pool0', free_capacity_gb: 256, pools: None, host: 'host4#_pool0', free_capacity_gb: 200, pools: None, host: 'host5#_pool0', free_capacity_gb: 500, pools: None, host: 'host6#_pool0', free_capacity_gb: unknown, pools: None] _get_weighted_hosts_for_share_type /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/drivers/filter.py:449 DEBUG: 2025-11-13 13:50:44.020 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Checking host 'host1#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: 2025-11-13 13:50:44.020 3331052 WARNING manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.020 3331052 INFO manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function result for host host1#_pool0: 0. DEBUG: 2025-11-13 13:50:44.020 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.025 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host1#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: 2025-11-13 13:50:44.025 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Checking host 'host2#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.025 3331052 WARNING manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.025 3331052 INFO manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function result for host host2#_pool0: 0. DEBUG: 2025-11-13 13:50:44.025 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.025 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host2#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:44.025 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Checking host 'host3#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.025 3331052 WARNING manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.025 3331052 INFO manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function result for host host3#_pool0: 0. DEBUG: 2025-11-13 13:50:44.026 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.026 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host3#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.026 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.026 3331052 WARNING manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.026 3331052 INFO manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function result for host host4#_pool0: 0. DEBUG: 2025-11-13 13:50:44.026 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.034 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.035 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Checking host 'host5#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.035 3331052 WARNING manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.035 3331052 INFO manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function result for host host5#_pool0: 0. DEBUG: 2025-11-13 13:50:44.035 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.035 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host5#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.035 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.035 3331052 WARNING manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.035 3331052 INFO manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function result for host host6#_pool0: 0. DEBUG: 2025-11-13 13:50:44.035 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.035 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.036 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.036 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.036 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.036 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.036 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.037 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.037 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.037 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.037 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.037 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.037 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.037 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.037 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.037 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.038 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.038 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.038 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.038 3331052 DEBUG oslo_concurrency.lockutils [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.038 3331052 WARNING manila.scheduler.host_manager [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:44.038 3331052 DEBUG manila.scheduler.filters.base [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Starting with 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:44.038 3331052 DEBUG manila.scheduler.filters.base [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter AvailabilityZoneFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.038 3331052 DEBUG manila.scheduler.filters.base [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filter ConsistentSnapshotFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.039 3331052 DEBUG manila.scheduler.drivers.filter [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Filtered [host: 'host1#_pool0', free_capacity_gb: 1024, pools: None, host: 'host2#_pool0', free_capacity_gb: 300, pools: None, host: 'host3#_pool0', free_capacity_gb: 256, pools: None, host: 'host4#_pool0', free_capacity_gb: 200, pools: None, host: 'host5#_pool0', free_capacity_gb: 500, pools: None, host: 'host6#_pool0', free_capacity_gb: unknown, pools: None] _get_weighted_hosts_for_share_group_type /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/drivers/filter.py:484 DEBUG: 2025-11-13 13:50:44.039 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Checking host 'host1#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.043 3331052 WARNING manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.043 3331052 INFO manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function result for host host1#_pool0: 0. DEBUG: 2025-11-13 13:50:44.043 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.044 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host1#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.045 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Checking host 'host2#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.045 3331052 WARNING manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.045 3331052 INFO manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function result for host host2#_pool0: 0. DEBUG: 2025-11-13 13:50:44.045 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.045 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host2#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.048 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Checking host 'host3#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.048 3331052 WARNING manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.048 3331052 INFO manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function result for host host3#_pool0: 0. DEBUG: 2025-11-13 13:50:44.048 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.048 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host3#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.049 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.049 3331052 WARNING manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.049 3331052 INFO manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function result for host host4#_pool0: 0. DEBUG: 2025-11-13 13:50:44.049 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.049 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.051 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Checking host 'host5#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.051 3331052 WARNING manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.051 3331052 INFO manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function result for host host5#_pool0: 0. DEBUG: 2025-11-13 13:50:44.051 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.051 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host5#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.051 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.053 3331052 WARNING manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.053 3331052 INFO manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness function result for host host6#_pool0: 0. DEBUG: 2025-11-13 13:50:44.053 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.053 3331052 DEBUG manila.scheduler.weighers.goodness [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Done checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.060 3331052 INFO manila.coordination [None req-cea80437-b057-4727-8906-375aab20e690 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_get_weighted_candidates_for_share_group [0.195373s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_add_tuntap [0.019277s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIPDevice.test_eq_other_is_none [0.031487s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_garbage_collect_namespace_existing_empty_ns [0.019331s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIPDevice.test_eq_same_name [0.019160s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_garbage_collect_namespace_existing_not_empty [0.026293s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIPDevice.test_eq_same_namespace [0.028043s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_get_device [0.048413s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpAddrCommand.test_list [0.045607s] ... ok DEBUG: 2025-11-13 13:50:44.206 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.207 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.207 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.207 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.207 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.213 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.006s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.213 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.213 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.214 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.214 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.214 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.214 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.215 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.215 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.215 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.215 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.215 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.215 3331052 DEBUG oslo_concurrency.lockutils [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.215 3331052 WARNING manila.scheduler.host_manager [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:44.216 3331052 DEBUG manila.scheduler.filters.base [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Starting with 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:44.217 3331052 DEBUG manila.scheduler.filters.base [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter OnlyHostFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.217 3331052 DEBUG manila.scheduler.filters.base [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter AvailabilityZoneFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.218 3331052 DEBUG manila.scheduler.filters.capacity [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Space information for share creation on host host1#_pool0 (requested / avail): 1/921 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.218 3331052 DEBUG manila.scheduler.filters.capacity [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Space information for share creation on host host2#_pool0 (requested / avail): 1/95 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.218 3331052 DEBUG manila.scheduler.filters.capacity [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Space information for share creation on host host3#_pool0 (requested / avail): 1/256 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.218 3331052 DEBUG manila.scheduler.filters.capacity [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Space information for share creation on host host4#_pool0 (requested / avail): 1/97 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.218 3331052 DEBUG manila.scheduler.filters.capacity [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Space information for share creation on host host5#_pool0 (requested / avail): 1/397 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.218 3331052 DEBUG manila.scheduler.filters.base [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter CapacityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.218 3331052 DEBUG manila.scheduler.filters.base [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter CapabilitiesFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.218 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Driver Filter: Checking host 'host1#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:44.218 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:44.218 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:44.219 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Done checking host 'host1#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:44.219 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Driver Filter: Checking host 'host2#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:44.231 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:44.232 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:44.232 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Done checking host 'host2#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:44.232 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Driver Filter: Checking host 'host3#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:44.232 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:44.232 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:44.232 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Done checking host 'host3#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:44.232 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Driver Filter: Checking host 'host4#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:44.232 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:44.232 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:44.233 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Done checking host 'host4#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:44.233 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Driver Filter: Checking host 'host5#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:44.233 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:44.233 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:44.233 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Done checking host 'host5#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:44.233 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Driver Filter: Checking host 'host6#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:44.233 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:44.233 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:44.233 3331052 DEBUG manila.scheduler.filters.driver [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Done checking host 'host6#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:44.233 3331052 DEBUG manila.scheduler.filters.base [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter DriverFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.234 3331052 DEBUG manila.scheduler.filters.base [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter ShareReplicationFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.234 3331052 DEBUG manila.scheduler.filters.base [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter CreateFromSnapshotFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.234 3331052 DEBUG manila.scheduler.filters.base [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter AffinityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.234 3331052 DEBUG manila.scheduler.filters.base [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Filter AntiAffinityFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.234 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Checking host 'host1#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.235 3331052 WARNING manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.235 3331052 INFO manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness function result for host host1#_pool0: 0. DEBUG: 2025-11-13 13:50:44.235 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.235 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Done checking host 'host1#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.235 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Checking host 'host2#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.235 3331052 WARNING manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.235 3331052 INFO manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness function result for host host2#_pool0: 0. DEBUG: 2025-11-13 13:50:44.235 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.235 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Done checking host 'host2#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.235 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Checking host 'host3#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.236 3331052 WARNING manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.236 3331052 INFO manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness function result for host host3#_pool0: 0. DEBUG: 2025-11-13 13:50:44.236 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.236 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Done checking host 'host3#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.236 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.236 3331052 WARNING manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.236 3331052 INFO manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness function result for host host4#_pool0: 0. DEBUG: 2025-11-13 13:50:44.236 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.236 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Done checking host 'host4#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.236 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Checking host 'host5#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.237 3331052 WARNING manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.237 3331052 INFO manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness function result for host host5#_pool0: 0. DEBUG: 2025-11-13 13:50:44.237 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.237 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Done checking host 'host5#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.237 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.237 3331052 WARNING manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.237 3331052 INFO manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness function result for host host6#_pool0: 0. DEBUG: 2025-11-13 13:50:44.237 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.237 3331052 DEBUG manila.scheduler.weighers.goodness [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Done checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.249 3331052 INFO manila.coordination [None req-25f19abd-6892-49ba-90d7-f1501aa545e0 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_host_passes_filters_happy_day [0.188875s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_get_devices [0.053897s] ... ok DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_valid_storage_protocol_1 [0.813763s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpAddrCommand.test_list_filtered [0.059154s] ... ok DEBUG: 2025-11-13 13:50:44.340 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.340 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.340 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.341 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.341 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.341 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.341 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.341 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.341 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.341 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.341 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.341 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.343 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.343 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.343 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.343 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:44.343 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:44.343 3331052 DEBUG oslo_concurrency.lockutils [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:44.344 3331052 WARNING manila.scheduler.host_manager [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:44.344 3331052 DEBUG manila.scheduler.filters.base [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Starting with 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:44.345 3331052 DEBUG manila.scheduler.filters.base [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Filter OnlyHostFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.345 3331052 DEBUG manila.scheduler.filters.base [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Filter AvailabilityZoneFilter returned 6 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.345 3331052 DEBUG manila.scheduler.filters.capacity [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Space information for share creation on host host1#_pool0 (requested / avail): 1024/921 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.345 3331052 WARNING manila.scheduler.filters.capacity [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Insufficient free space for share creation on host host1#_pool0 (requested / avail): 1024/921 DEBUG: 2025-11-13 13:50:44.345 3331052 DEBUG manila.scheduler.filters.capacity [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Space information for share creation on host host2#_pool0 (requested / avail): 1024/95 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.346 3331052 DEBUG manila.scheduler.filters.capacity [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Space information for share creation on host host3#_pool0 (requested / avail): 1024/256 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.346 3331052 WARNING manila.scheduler.filters.capacity [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Insufficient free space for share creation on host host3#_pool0 (requested / avail): 1024/256 DEBUG: 2025-11-13 13:50:44.350 3331052 DEBUG manila.scheduler.filters.capacity [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Space information for share creation on host host4#_pool0 (requested / avail): 1024/97 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.351 3331052 WARNING manila.scheduler.filters.capacity [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Insufficient free space for thin provisioning. The ratio of provisioned capacity over total capacity 1.40 would exceed the maximum over subscription ratio 1.00 on host host4#_pool0. DEBUG: 2025-11-13 13:50:44.351 3331052 DEBUG manila.scheduler.filters.capacity [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Space information for share creation on host host5#_pool0 (requested / avail): 1024/397 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:44.351 3331052 DEBUG manila.scheduler.filters.base [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Filter CapacityFilter returned 1 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.351 3331052 DEBUG manila.scheduler.filters.base [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Filter CapabilitiesFilter returned 1 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.351 3331052 DEBUG manila.scheduler.filters.driver [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Driver Filter: Checking host 'host6#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:44.351 3331052 DEBUG manila.scheduler.filters.driver [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Filter function not set :: passing host. _check_filter_function /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:53 DEBUG: 2025-11-13 13:50:44.351 3331052 DEBUG manila.scheduler.filters.driver [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Result: True host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:44.352 3331052 DEBUG manila.scheduler.filters.driver [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Done checking host 'host6#_pool0' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:44.352 3331052 DEBUG manila.scheduler.filters.base [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Filter DriverFilter returned 1 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.352 3331052 DEBUG manila.scheduler.filters.base [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Filter ShareReplicationFilter returned 1 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.352 3331052 DEBUG manila.scheduler.filters.base [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Filter CreateFromSnapshotFilter returned 1 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.352 3331052 DEBUG manila.scheduler.filters.base [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Filter AffinityFilter returned 1 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.353 3331052 DEBUG manila.scheduler.filters.base [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Filter AntiAffinityFilter returned 1 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:44.363 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:44.364 3331052 WARNING manila.scheduler.weighers.goodness [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:44.364 3331052 INFO manila.scheduler.weighers.goodness [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Goodness function result for host host6#_pool0: 0. DEBUG: 2025-11-13 13:50:44.364 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:44.364 3331052 DEBUG manila.scheduler.weighers.goodness [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Done checking host 'host6#_pool0' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:44.366 3331052 INFO manila.coordination [None req-d0693db7-a8ba-4c35-9b51-110ca0564e5d user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestSubProcessBase.test_as_root_namespace [0.058755s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_alias_property [0.052648s] ... ok DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_host_passes_filters_no_capacity [0.124863s] ... ok DEBUG: 2025-11-13 13:50:44.470 3331052 INFO manila.coordination [None req-cc242635-d574-4e9a-bec6-26cbb7b6996a fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_hosts_up [0.095353s] ... ok DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_valid_storage_protocol_2 [0.075415s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_qdisc_property [0.037995s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:50:44.539 3331052 DEBUG manila.scheduler.filters.base [None req-45af2776-4de3-4018-a577-680cbd4dfa46 fake_user fake_project - - - -] Starting with 0 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:44.540 3331052 INFO manila.scheduler.filters.base [None req-45af2776-4de3-4018-a577-680cbd4dfa46 fake_user fake_project - - - -] Filter OnlyHostFilter returned 0 host(s) DEBUG: 2025-11-13 13:50:44.541 3331052 INFO manila.coordination [None req-45af2776-4de3-4018-a577-680cbd4dfa46 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestSubProcessBase.test_execute_wrapper [0.064766s] ... ok DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_retry_attempt_one [0.072167s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_set_down [0.048302s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Share service is down. (host: host7). DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_valid_storage_protocol_3 [0.090013s] ... ok DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: 2025-11-13 13:50:44.594 3331052 DEBUG manila.scheduler.filters.base [None req-7fc30bf0-c8ca-47b9-96e0-37ac799f1fff fake_user fake_project - - - -] Starting with 0 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:44.594 3331052 INFO manila.scheduler.filters.base [None req-7fc30bf0-c8ca-47b9-96e0-37ac799f1fff fake_user fake_project - - - -] Filter OnlyHostFilter returned 0 host(s) DEBUG: 2025-11-13 13:50:44.595 3331052 INFO manila.coordination [None req-7fc30bf0-c8ca-47b9-96e0-37ac799f1fff fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_retry_attempt_two [0.053146s] ... ok DEBUG: {1} manila.tests.network.linux.test_ip_lib.TestSubProcessBase.test_execute_wrapper_int_options [0.057261s] ... ok DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_set_mtu [0.047940s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {1} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_create_port_with_required_args [0.044400s] ... ok DEBUG: 2025-11-13 13:50:44.648 3331052 DEBUG manila.scheduler.filters.base [None req-46102995-2805-4751-8d47-8862959e3fa2 fake_user fake_project - - - -] Starting with 0 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:44.650 3331052 INFO manila.scheduler.filters.base [None req-46102995-2805-4751-8d47-8862959e3fa2 fake_user fake_project - - - -] Filter OnlyHostFilter returned 0 host(s) DEBUG: 2025-11-13 13:50:44.651 3331052 INFO manila.coordination [None req-46102995-2805-4751-8d47-8862959e3fa2 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_retry_disabled [0.055859s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_create_router_exception [0.028800s] ... ok DEBUG: Share service is down. (host: host7). DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_settings_property [0.060004s] ... ok DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_default_dedupe_value [0.099780s] ... ok DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: {1} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_create_subnet [0.024474s] ... ok DEBUG: {1} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_create_subnet_exception [0.024437s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpLinkCommand.test_state_property [0.066632s] ... ok DEBUG: {1} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_delete_port_binding [0.019424s] ... ok DEBUG: {1} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_show_port [0.024362s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpNetnsCommand.test_execute_env_var_prepend [0.041465s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test__get_port_create_args_3 [0.021641s] ... ok DEBUG: Share service is down. (host: host7). DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test__get_port_create_args_4 [0.019127s] ... ok DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_invalid_replication_type_spec_2 [0.129289s] ... ok DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test__get_port_create_args_6 [0.022310s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpRouteCommand.test_get_gateway [0.055432s] ... ok DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test__get_port_create_args_host_id [0.018836s] ... ok DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginWithNormalTypeTest.test_update_network_allocation [0.017717s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpRouteCommand.test_list [0.037657s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test___update_share_network_net_data_different_values_1 [0.021824s] ... ok DEBUG: Share service is down. (host: host7). DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_snapshot_support_1 [0.085921s] ... ok DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test___update_share_network_net_data_same_values [0.019322s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpRouteCommand.test_pullup_route [0.044089s] ... ok DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_allocate_network [0.020148s] ... ok DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_init_valid [0.023058s] ... ok DEBUG: 192.0.0.2/12 isn't a valid ip address, omitted. DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginWithNormalTypeTest.test__get_matched_ip_address_illegal_4 [0.023241s] ... ok DEBUG: 192.0.0.330 isn't a valid ip address, omitted. DEBUG: ad80::001::ad80 isn't a valid ip address, omitted. DEBUG: ad80::abaa:0:c2:2/64 isn't a valid ip address, omitted. DEBUG: 192.0.0.2/12 isn't a valid ip address, omitted. DEBUG: 192.0.0.330 isn't a valid ip address, omitted. DEBUG: ad80::001::ad80 isn't a valid ip address, omitted. DEBUG: ad80::abaa:0:c2:2/64 isn't a valid ip address, omitted. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_garbage_collect_namespace_does_not_exist [0.058309s] ... ok DEBUG: Share service is down. (host: host7). DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_without_snapshot_support_3 [0.094001s] ... ok DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginWithNormalTypeTest.test_allocate_network_one_allocation [0.023230s] ... ok DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test__get_ports_respective_to_ips_multiple_fixed_ips [0.020847s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_namespace_is_empty [0.043594s] ... ok DEBUG: --- Logging error --- DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_allocate_network_external_neutron_network [0.027972s] ... ok DEBUG: 2025-11-13 13:50:45.056 3331052 INFO manila.coordination [None req-04125c8d-611a-4312-9b15-8e89ff2818a1 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_retry_exceeded_max_attempts [0.405248s] ... ok DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestIpWrapper.test_namespace_is_empty_no_devices [0.047217s] ... ok DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_deallocate_network_nominal [0.027985s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: --- Logging error --- DEBUG: Share service is down. (host: host7). DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_get_weighted_candidates_for_share_group_many_hosts [0.101929s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_manage_network_allocations_create_update_2_NotFound [0.025894s] ... ok DEBUG: 2025-11-13 13:50:45.115 3331052 INFO manila.coordination [None req-5237d52c-210e-4798-b200-65fc44b70b7e fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: {3} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_schedule_create_replica [0.058313s] ... ok DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestSubProcessBase.test_execute_wrapper_no_options [0.054812s] ... ok DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test___update_share_network_net_data_same_values [0.021971s] ... ok DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_base.py", line 43, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Share service is down. (host: host7). DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test_init_valid [0.021375s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: {0} manila.tests.network.linux.test_ip_lib.TestSubProcessBase.test_run_no_namespace [0.043716s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: {1} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test_manage_network_allocations [0.023192s] ... ok DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_simple.py", line 45, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: 2025-11-13 13:50:45.184 3331052 INFO manila.coordination [None req-ba547585-57aa-48d3-9c44-599e9febed74 fake_admin_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.scheduler.drivers.test_simple.SimpleSchedulerSharesTestCase.test_create_share_availability_zone [0.068821s] ... ok DEBUG: Share service is down. (host: host7). DEBUG: {1} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_allocate_network_one_ip_address_ipv4_no_usages_exist_2_user [0.020290s] ... ok DEBUG: Share service is down. (host: host7). DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_get_weighted_candidates_for_share_group_no_hosts [0.102490s] ... ok DEBUG: {1} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_deallocate_network [0.018166s] ... ok DEBUG: {0} manila.tests.network.linux.test_ovs_lib.OVS_Lib_Test.test_port_id_regex [0.046141s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: {1} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_only_with_required_data_v6_1_custom_config_group_name [0.022302s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/drivers/test_simple.py", line 45, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: 2025-11-13 13:50:45.237 3331052 INFO manila.coordination [None req-fb077dbe-fc75-449c-aa6b-9a281381460c fake_admin_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.drivers.test_simple.SimpleSchedulerSharesTestCase.test_create_share_if_two_services_up [0.052584s] ... ok DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Only IPv6 is enabled, although both 'network_plugin_ipv4_enabled' and 'network_plugin_ipv6_enabled' are configured True. DEBUG: Only IPv6 is enabled, although both 'network_plugin_ipv4_enabled' and 'network_plugin_ipv6_enabled' are configured True. DEBUG: {1} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_only_with_required_data_v6_2_DEFAULT [0.022807s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.network.linux.test_ovs_lib.OVS_Lib_Test.test_reset_bridge [0.042124s] ... ok DEBUG: 2025-11-13 13:50:45.271 3331052 INFO manila.coordination [None req-fb077dbe-fc75-449c-aa6b-9a281381460c fake_admin_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_int_float_mix [0.034661s] ... ok DEBUG: {1} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_all_data_v4_2_DEFAULT [0.030747s] ... ok DEBUG: Share service is down. (host: host7). DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_schedule_share_with_instance_properties [0.084327s] ... ok DEBUG: Only IPv6 is enabled, although both 'network_plugin_ipv4_enabled' and 'network_plugin_ipv6_enabled' are configured True. DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_activate_port_binding [0.047733s] ... ok DEBUG: {1} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_all_data_v6_1_custom_config_group_name [0.020621s] ... ok DEBUG: 2025-11-13 13:50:45.310 3331052 INFO manila.coordination [None req-fb077dbe-fc75-449c-aa6b-9a281381460c fake_admin_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_ternary_conditional [0.038166s] ... ok DEBUG: {1} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_valid_network_types_v4_3_vxlan [0.017695s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:45.329 3331052 INFO manila.coordination [None req-fb077dbe-fc75-449c-aa6b-9a281381460c fake_admin_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_affinity.AffinityFilterTestCase.test_affinity_share_not_found_1_b5c207da_ac0b_43b0_8691_c6c9e860199d [0.018399s] ... ok DEBUG: {2} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_update_service_capabilities [0.052983s] ... ok DEBUG: 2025-11-13 13:50:45.347 3331052 INFO manila.coordination [None req-fb077dbe-fc75-449c-aa6b-9a281381460c fake_admin_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_affinity.AffinityFilterTestCase.test_anti_affinity_filter [0.018706s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_bind_port_to_host [0.047520s] ... ok DEBUG: {1} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_incorrect_allowed_ip_ranges_v4_1_fake [0.030012s] ... ok DEBUG: 2025-11-13 13:50:45.366 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_availability_zone.HostFiltersTestCase.test_availability_zone_filter_different [0.018871s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:45.388 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_base.TestBaseFilterHandler.test_get_all_classes [0.022442s] ... ok DEBUG: {2} manila.tests.scheduler.drivers.test_simple.SimpleSchedulerSharesTestCase.test_create_share_if_max_gigabytes_exceeded [0.047337s] ... ok DEBUG: {1} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_incorrect_allowed_ip_ranges_v4_8_10_0_0_0_10_0_0_5_10_0_10_0_10_0_10_5 [0.037209s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_create_network_exception [0.045655s] ... ok DEBUG: 2025-11-13 13:50:45.407 3331052 DEBUG manila.scheduler.filters.base [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Starting with 4 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:80 DEBUG: 2025-11-13 13:50:45.408 3331052 DEBUG manila.scheduler.filters.base [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Filter FakeFilter1 returned 4 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:45.408 3331052 DEBUG manila.scheduler.filters.base [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Filter FakeFilter2 returned 4 host(s) get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:97 DEBUG: 2025-11-13 13:50:45.408 3331052 DEBUG manila.scheduler.filters.base [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Filter FakeFilter3 says to stop filtering get_filtered_objects /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/base.py:88 DEBUG: 2025-11-13 13:50:45.409 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_base.TestBaseFilterHandler.test_get_filtered_objects_return_none [0.019562s] ... ok DEBUG: {1} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_required_data_improper_1 [0.029900s] ... ok DEBUG: {2} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_div_zero [0.036154s] ... ok DEBUG: 2025-11-13 13:50:45.433 3331052 DEBUG manila.scheduler.utils [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Host doesn't provide capability 'scope_lv1' listed in the extra specs capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:174 DEBUG: 2025-11-13 13:50:45.434 3331052 DEBUG manila.scheduler.filters.capabilities [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] host: 'host1', free_capacity_gb: 1024, pools: {} fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:45.434 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_fails_wrong_scope_extra_specs [0.025589s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_create_port_exception_status_409 [0.038895s] ... ok DEBUG: 2025-11-13 13:50:45.452 3331052 DEBUG manila.scheduler.utils [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Host doesn't provide capability 'scope_lv1' listed in the extra specs capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:174 DEBUG: 2025-11-13 13:50:45.453 3331052 DEBUG manila.scheduler.filters.capabilities [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] host: 'host1', free_capacity_gb: 1024, pools: {} fails resource_type extra_specs requirements host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capabilities.py:45 DEBUG: 2025-11-13 13:50:45.453 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_fails_wrong_scope_extra_specs_list [0.018587s] ... ok DEBUG: {1} manila.tests.scheduler.drivers.test_base.SchedulerDriverBaseTestCase.test_hosts_up [0.035267s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_create_port_with_additional_kwargs [0.027660s] ... ok DEBUG: 2025-11-13 13:50:45.471 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_passes_extra_specs_complex [0.017909s] ... ok DEBUG: {2} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_function [0.050949s] ... ok DEBUG: 2025-11-13 13:50:45.496 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_passes_extra_specs_list_complex_2__is__False [0.024575s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_create_port_with_all_args [0.034096s] ... ok DEBUG: {1} manila.tests.scheduler.drivers.test_base.SchedulerDriverModuleTestCase.test_share_host_update_db [0.047003s] ... ok DEBUG: {2} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_missing_var [0.031719s] ... ok DEBUG: 2025-11-13 13:50:45.513 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_passes_extra_specs_simple [0.017444s] ... ok DEBUG: 2025-11-13 13:50:45.531 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_passes_fakescope_extra_specs [0.017629s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_create_router [0.039026s] ... ok DEBUG: {2} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_simple_float [0.036528s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__format_filter_properties_backend_specified_for_replica_1_True [0.050531s] ... ok DEBUG: 2025-11-13 13:50:45.557 3331052 DEBUG manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Space information for share creation on host host1 (requested / avail): 100/90 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:45.557 3331052 WARNING manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Insufficient free space for share creation on host host1 (requested / avail): 100/90 DEBUG: 2025-11-13 13:50:45.558 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_fails_share_extend_reserved_1 [0.026704s] ... ok DEBUG: {2} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_variables_dict [0.027979s] ... ok DEBUG: 2025-11-13 13:50:45.575 3331052 DEBUG manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Space information for share creation on host host1 (requested / avail): 100/90 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:45.575 3331052 WARNING manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Insufficient free space for share creation on host host1 (requested / avail): 100/90 DEBUG: 2025-11-13 13:50:45.576 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_fails_snapshot_reserved_1 [0.017778s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_delete_port [0.042531s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:45.593 3331052 DEBUG manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Space information for share creation on host host1 (requested / avail): 100/75 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:45.593 3331052 WARNING manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Insufficient free space for share creation on host host1 (requested / avail): 100/75 DEBUG: 2025-11-13 13:50:45.594 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_05 [0.017529s] ... ok DEBUG: {1} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__format_filter_properties_storage_protocol_extra_spec_present_2_False [0.038543s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_availability_zone.HostFiltersTestCase.test_availability_zone_filter_only_share_type_AZs_3____zone1zone2zone3_____nova___False_ [0.027253s] ... ok DEBUG: 2025-11-13 13:50:45.618 3331052 DEBUG manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Space information for share creation on host host1 (requested / avail): 100/74 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:45.618 3331052 WARNING manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Insufficient free space for thin provisioning. The ratio of provisioned capacity over total capacity 2.20 would exceed the maximum over subscription ratio 2.00 on host host1. DEBUG: 2025-11-13 13:50:45.619 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_07 [0.025136s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Share service is down. (host: host7). DEBUG: {1} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_storage_protocol_not_supported_2 [0.039134s] ... ok DEBUG: 2025-11-13 13:50:45.636 3331052 DEBUG manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Space information for share creation on host host1 (requested / avail): 400/175 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:45.637 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_08 [0.018176s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_get_network [0.057620s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_base.TestBaseFilterHandler.test_get_filtered_objects_with_filter_run_once [0.048442s] ... ok DEBUG: 2025-11-13 13:50:45.656 3331052 DEBUG manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Space information for share creation on host host1 (requested / avail): 100/75 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:45.656 3331052 WARNING manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Insufficient free space for share creation on host host1 (requested / avail): 100/75 DEBUG: 2025-11-13 13:50:45.657 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_12 [0.019407s] ... ok DEBUG: 2025-11-13 13:50:45.681 3331052 DEBUG manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Space information for share creation on host host1 (requested / avail): 100/74 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:45.681 3331052 WARNING manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Insufficient free space for thin provisioning. The ratio of provisioned capacity over total capacity 2.20 would exceed the maximum over subscription ratio 2.00 on host host1. DEBUG: 2025-11-13 13:50:45.682 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_14 [0.025928s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_default_dedupe_value_fail_2__is__True [0.060625s] ... ok DEBUG: Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:45.708 3331052 DEBUG manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Space information for share creation on host host1 (requested / avail): 100/175 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:45.709 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_03 [0.026571s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_list_routers [0.078785s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_base_host.HostFiltersTestCase.test_all_filters [0.069554s] ... ok DEBUG: 2025-11-13 13:50:45.727 3331052 DEBUG manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Space information for share creation on host host1 (requested / avail): 100/175 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:45.728 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_04 [0.018919s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Share service is down. (host: host7). DEBUG: {1} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_snapshot_support_4 [0.041590s] ... ok DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:45.746 3331052 DEBUG manila.scheduler.filters.capacity [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Space information for share creation on host host1 (requested / avail): 100/175 host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/capacity.py:83 DEBUG: 2025-11-13 13:50:45.746 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_10 [0.017819s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:45.764 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_create_from_snapshot.CreateFromSnapshotFilterTestCase.test_same_availability_zone [0.017259s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_router_update_routes_exception [0.044744s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_fails_extra_specs_list_simple [0.055588s] ... ok DEBUG: {1} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_valid_replication_spec_2 [0.041027s] ... ok DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:45.788 3331052 DEBUG manila.scheduler.filters.driver [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Driver Filter: Checking host 'host1' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:37 DEBUG: 2025-11-13 13:50:45.791 3331052 INFO manila.scheduler.filters.driver [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Filter function result for host host1: False. DEBUG: 2025-11-13 13:50:45.792 3331052 DEBUG manila.scheduler.filters.driver [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Result: False host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:40 DEBUG: 2025-11-13 13:50:45.792 3331052 DEBUG manila.scheduler.filters.driver [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Done checking host 'host1' host_passes /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/filters/driver.py:41 DEBUG: 2025-11-13 13:50:45.792 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.scheduler.filters.test_driver.HostFiltersTestCase.test_failing_function [0.051624s] ... ok DEBUG: {1} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_create_share_no_hosts [0.041889s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_show_router [0.067655s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_fails_extra_specs_simple [0.062107s] ... ok DEBUG: 2025-11-13 13:50:45.845 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_04___222____2___False_ [0.029787s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:45.867 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_05___4______2___False_ [0.024513s] ... ok DEBUG: {1} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_invalid_max_attempts [0.050396s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronApiTest.test_update_port_fixed_ips [0.039320s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_passes_extra_specs_ignore_azs_spec [0.037924s] ... ok DEBUG: 2025-11-13 13:50:45.888 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_08___34_____234___False_ [0.018428s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_passes_extra_specs_list_complex_1__is__True [0.025168s] ... ok DEBUG: 2025-11-13 13:50:45.912 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_10___123____s___123___True_ [0.023608s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_api.NeutronclientTestCase.test_with_auth_obj [0.042727s] ... ok DEBUG: {1} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_post_select_populate [0.046792s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_passes_scope_extra_specs [0.025188s] ... ok DEBUG: 2025-11-13 13:50:45.932 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_13___123____s___123___False_ [0.020041s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test_delete_extended_allocations [0.023888s] ... ok DEBUG: Insufficient free space for share creation on host host1 (requested / avail): 100/80 DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_fails_1 [0.020605s] ... ok DEBUG: 2025-11-13 13:50:45.952 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_14___1000____s___234___False_ [0.021404s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test_wait_for_bind [0.027655s] ... ok DEBUG: {1} manila.tests.scheduler.drivers.test_simple.SimpleSchedulerSharesTestCase.test_create_share_availability_zone_on_host [0.051955s] ... ok DEBUG: 2025-11-13 13:50:45.982 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_15___1234____s___1000___False_ [0.028464s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronBindNetworkPluginTest.test_wait_for_bind_two_ports_no_bind_2___DOWN____DOWN__ [0.027839s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_fails_total_2 [0.054116s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.scheduler.drivers.test_simple.SimpleSchedulerSharesTestCase.test_create_share_if_services_not_available [0.043725s] ... ok DEBUG: 2025-11-13 13:50:46.017 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_19___12311321_____in__12311321___True_ [0.037103s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test__get_port_create_args_4 [0.028056s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_passes_2 [0.039333s] ... ok DEBUG: {1} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_bad_expression [0.027433s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_init_invalid_1 [0.023888s] ... ok DEBUG: 2025-11-13 13:50:46.058 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_23___abc_____in__ABC___True_ [0.040199s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_passes_snapshot_reserved_1 [0.040148s] ... ok DEBUG: {1} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_comparisons [0.048330s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_init_invalid_3 [0.046815s] ... ok DEBUG: 2025-11-13 13:50:46.101 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_26__True____is__False___False_ [0.041528s] ... ok DEBUG: {1} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_exponent [0.032561s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_passes_total_2 [0.041576s] ... ok DEBUG: 2025-11-13 13:50:46.140 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_29__False____is__True___False_ [0.040778s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_init_subnet_does_not_belong_to_net_2 [0.060233s] ... ok DEBUG: {1} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_negative_numbers [0.031502s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_passes_unknown [0.047820s] ... ok DEBUG: 2025-11-13 13:50:46.191 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_nonnumber_comparison [0.036197s] ... ok DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_35___13_____or__11__or__12___False_ [0.051258s] ... ok DEBUG: Insufficient free space for thin provisioning. The ratio of provisioned capacity over total capacity 1.60 would exceed the maximum over subscription ratio 1.50 on host host1. DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginTest.test_wait_for_bind_two_ports_no_bind_2___DOWN____DOWN__ [0.055362s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_02 [0.048450s] ... ok DEBUG: 2025-11-13 13:50:46.235 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_38___2_______10___True_ [0.040895s] ... ok DEBUG: Insufficient free space for thin provisioning. The ratio of provisioned capacity over total capacity 22.00 would exceed the maximum over subscription ratio 20.00 on host host1. DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_03 [0.037744s] ... ok DEBUG: test_ip isn't a valid ip address, omitted. DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginWithNormalTypeTest.test__get_matched_ip_address_1 [0.063793s] ... ok DEBUG: 2025-11-13 13:50:46.278 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_42___nfs____NFS___True_ [0.044987s] ... ok DEBUG: Insufficient free space for thin provisioning. The ratio of provisioned capacity over total capacity 2.20 would exceed the maximum over subscription ratio 2.00 on host host1. DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_04 [0.047283s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginWithNormalTypeTest.test__get_matched_ip_address_3 [0.032681s] ... ok DEBUG: Insufficient free space for thin provisioning. The ratio of provisioned capacity over total capacity 22.00 would exceed the maximum over subscription ratio 20.00 on host host1. DEBUG: test_ip_1 isn't a valid ip address, omitted. DEBUG: test_ip_2 isn't a valid ip address, omitted. DEBUG: test_ip_1 isn't a valid ip address, omitted. DEBUG: test_ip_2 isn't a valid ip address, omitted. DEBUG: 2025-11-13 13:50:46.327 3331052 INFO manila.coordination [None req-931b0428-2f92-4583-996b-900d9d755bac fake - - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_43___NFS____nfs___True_ [0.047585s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronBindSingleNetworkPluginWithNormalTypeTest.test__get_matched_ip_address_illegal_1 [0.022599s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_10 [0.034203s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_deallocate_network_neutron_api_exception [0.019186s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_has_network_provider_extension_false [0.023706s] ... ok DEBUG: Insufficient free space for share creation on host host1 (requested / avail): 100/75 DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_11 [0.042618s] ... ok DEBUG: --- Logging error --- DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_save_neutron_network_data_multi_segment_without_cfg [0.020056s] ... ok DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: 2025-11-13 13:50:46.409 3331052 INFO manila.coordination [None req-70ad3095-7c8c-4b06-a1b9-ab05071f71f3 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: {3} manila.tests.scheduler.filters.test_host.OnlyHostFilterTestCase.test_only_host_filter_admin_context_4 [0.082348s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_save_neutron_subnet_data [0.024123s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/filters/test_host.py", line 35, in setUp DEBUG: self.user_context = context.RequestContext('user', 'project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Insufficient free space for thin provisioning. The ratio of provisioned capacity over total capacity 22.00 would exceed the maximum over subscription ratio 20.00 on host host1. DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_16 [0.046275s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronNetworkPluginTest.test_unmanage_network_allocations [0.019292s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test___update_share_network_net_data_different_values_empty [0.019131s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test_allocate_network [0.027333s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_01 [0.055755s] ... ok DEBUG: {0} manila.tests.network.neutron.test_neutron_plugin.NeutronSingleNetworkPluginTest.test_init_invalid_1 [0.019127s] ... ok DEBUG: --- Logging error --- DEBUG: {0} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_allocate_network_no_available_ipv4_addresses [0.021122s] ... ok DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:46.530 3331052 INFO manila.coordination [None req-c7b406cb-6803-4376-bddb-d3244b76c2a3 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/filters/test_host.py", line 35, in setUp DEBUG: self.user_context = context.RequestContext('user', 'project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {3} manila.tests.scheduler.filters.test_host.OnlyHostFilterTestCase.test_only_host_filter_user_context_1 [0.131868s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_12 [0.075630s] ... ok DEBUG: {0} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_only_with_required_data_v4_1_custom_config_group_name [0.054596s] ... ok DEBUG: 2025-11-13 13:50:46.596 3331052 INFO manila.coordination [None req-c7b406cb-6803-4376-bddb-d3244b76c2a3 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_json.HostFiltersTestCase.test_json_filter_fails_on_caps_disabled [0.053357s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_create_from_snapshot.CreateFromSnapshotFilterTestCase.test_same_backend_2___host1_AAA_pool1____host1_AAA_pool2__ [0.049948s] ... ok DEBUG: {0} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_fake_network_types_v4_1_foo [0.025583s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_create_from_snapshot.CreateFromSnapshotFilterTestCase.test_without_snapshot_id [0.029027s] ... ok DEBUG: {0} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_fake_network_types_v4_2_foovlan [0.029815s] ... ok DEBUG: 2025-11-13 13:50:46.647 3331052 INFO manila.coordination [None req-c7b406cb-6803-4376-bddb-d3244b76c2a3 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_json.HostFiltersTestCase.test_json_filter_fails_on_service_disabled [0.051697s] ... ok DEBUG: Error in filtering function '1 / 0 == 0' : 'Error during evaluator parsing: ZeroDivisionError: float division by zero' :: failing host. DEBUG: {0} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_valid_network_types_v4_1_flat [0.021795s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_driver.HostFiltersTestCase.test_function_exception_caught [0.026172s] ... ok DEBUG: {0} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_init_with_valid_network_types_v4_4_gre [0.021741s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_driver.HostFiltersTestCase.test_not_implemented [0.022774s] ... ok DEBUG: 2025-11-13 13:50:46.710 3331052 INFO manila.coordination [None req-c7b406cb-6803-4376-bddb-d3244b76c2a3 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.filters.test_json.HostFiltersTestCase.test_json_filter_unknown_operator_raises [0.062357s] ... ok DEBUG: Error in filtering function 'capabilities.foo == 10' : 'Error during evaluator parsing: KeyError: 'foo'' :: failing host. DEBUG: {0} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_incorrect_allowed_ip_ranges_v4_3_11_0_0_0_11_0_0_5 [0.031127s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_driver.HostFiltersTestCase.test_wrong_capabilities [0.039208s] ... ok DEBUG: {1} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_parentheses [0.562213s] ... ok DEBUG: {0} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_incorrect_allowed_ip_ranges_v4_6_10_0_10_0_10_0_10_5_10_0_0_0_10_0_0_5 [0.035194s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_02_______1___False_ [0.041915s] ... ok DEBUG: {0} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_mismatch_of_versions_1 [0.023379s] ... ok DEBUG: --- Logging error --- DEBUG: {2} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_03___3____1___False_ [0.023018s] ... ok DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: {0} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_required_data_improper_5 [0.019706s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: {0} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_without_any_config_definitions_1_custom_config_group_name [0.018831s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/test_host_manager.py", line 304, in test_get_pools DEBUG: fake_context = context.RequestContext('user', 'project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: {2} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_17___12____s__2___False_ [0.037196s] ... ok DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {0} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_invalid_init_without_any_config_definitions_2_DEFAULT [0.020013s] ... ok DEBUG: {1} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_simple_integer [0.076730s] ... ok DEBUG: 2025-11-13 13:50:46.797 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:46.797 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:46.797 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:46.797 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:46.798 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:46.798 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:46.798 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:46.798 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:46.798 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:46.798 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:46.798 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:46.798 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:46.799 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:46.799 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:46.799 3331052 DEBUG oslo_concurrency.lockutils [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:46.800 3331052 INFO manila.coordination [None req-cf5e9341-bd84-4590-96c8-ca71972a8f80 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_get_pools [0.094245s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_18___12311321_____in__11___True_ [0.026375s] ... ok DEBUG: {0} manila.tests.network.test_standalone_network_plugin.StandaloneNetworkPluginTest.test_manage_network_allocations_1_admin [0.027934s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.scheduler.filters.test_affinity.AffinityFilterTestCase.test_affinity_filter [0.045294s] ... ok DEBUG: 2025-11-13 13:50:46.882 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:46.883 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {2} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_22___12310321_____in__11__in____False_ [0.032697s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: 2025-11-13 13:50:46.886 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:46.887 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:46.887 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:46.887 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:46.887 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:46.887 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:46.887 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:46.888 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:46.888 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:46.888 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:46.888 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:46.888 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:46.888 3331052 DEBUG oslo_concurrency.lockutils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:46.888 3331052 INFO manila.scheduler.host_manager [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Removing non-active host: host2@back2 from scheduler cache. DEBUG: 2025-11-13 13:50:46.890 3331052 INFO manila.coordination [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_get_pools_host_down [0.082445s] ... ok DEBUG: {0} manila.tests.scheduler.drivers.test_base.SchedulerDriverBaseTestCase.test_update_service_capabilities [0.050628s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/test_host_manager.py", line 511, in test_get_pools_host_down DEBUG: fake_context = context.RequestContext('user', 'project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_24__True___True___True_ [0.032133s] ... ok DEBUG: 2025-11-13 13:50:46.937 3331052 DEBUG manila.scheduler.utils [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Share type extra spec requirement "dedupe=True" does not match reported capability "False" capabilities_satisfied /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/utils.py:188 DEBUG: 2025-11-13 13:50:46.937 3331052 INFO manila.coordination [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_passes_filters_false_3 [0.038904s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_affinity.AffinityFilterTestCase.test_affinity_scheduler_hint_not_set_1 [0.055964s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: You must create a share type in advance, and specify in request body or set default_share_type in manila.conf. DEBUG: {2} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_28__False____is__False___True_ [0.028770s] ... ok DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test___format_filter_properties_no_default_share_type_provided [0.038924s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_affinity.AffinityFilterTestCase.test_affinity_scheduler_hint_not_set_2 [0.023762s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_30__False___Nonsense___False_ [0.021778s] ... ok DEBUG: 2025-11-13 13:50:46.982 3331052 INFO manila.coordination [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_passes_filters_true_1_None [0.045250s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_storage_protocol_not_supported_1 [0.039509s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_33__False___True___False_ [0.022300s] ... ok DEBUG: Share service is down. (host: host7). DEBUG: {2} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_34___12_____or__11__or__12___True_ [0.019414s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_affinity.AffinityFilterTestCase.test_affinity_scheduler_hint_not_set_3 [0.053462s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:47.016 3331052 INFO manila.coordination [None req-4d116007-7cc7-4e5e-a65d-5cc8c2c3bce4 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_passes_filters_true_4 [0.050350s] ... ok DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_default_dedupe_value_fail_1_True [0.050057s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_41___2_______3___False_ [0.029278s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_availability_zone.HostFiltersTestCase.test_availability_zone_filter_empty [0.046073s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_44___cifs____nfs___False_ [0.028222s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:47.073 3331052 DEBUG oslo_concurrency.lockutils [None req-b21c4c50-1474-4f8f-8a19-6d08992062a5 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.073 3331052 DEBUG oslo_concurrency.lockutils [None req-b21c4c50-1474-4f8f-8a19-6d08992062a5 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.073 3331052 DEBUG oslo_concurrency.lockutils [None req-b21c4c50-1474-4f8f-8a19-6d08992062a5 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.073 3331052 DEBUG oslo_concurrency.lockutils [None req-b21c4c50-1474-4f8f-8a19-6d08992062a5 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.073 3331052 DEBUG oslo_concurrency.lockutils [None req-b21c4c50-1474-4f8f-8a19-6d08992062a5 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.074 3331052 DEBUG oslo_concurrency.lockutils [None req-b21c4c50-1474-4f8f-8a19-6d08992062a5 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: 2025-11-13 13:50:47.074 3331052 DEBUG oslo_concurrency.lockutils [None req-b21c4c50-1474-4f8f-8a19-6d08992062a5 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.074 3331052 DEBUG oslo_concurrency.lockutils [None req-b21c4c50-1474-4f8f-8a19-6d08992062a5 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.074 3331052 DEBUG oslo_concurrency.lockutils [None req-b21c4c50-1474-4f8f-8a19-6d08992062a5 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.074 3331052 DEBUG manila.scheduler.host_manager [None req-b21c4c50-1474-4f8f-8a19-6d08992062a5 user project - - - -] Removing non-active pool _pool0 @ host1 from scheduler cache. update_pools /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/host_manager.py:299 DEBUG: 2025-11-13 13:50:47.075 3331052 INFO manila.coordination [None req-b21c4c50-1474-4f8f-8a19-6d08992062a5 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_host_manager.HostStateTestCase.test_update_from_share_capability_nopool [0.041937s] ... ok DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_disabled_host [0.047573s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_availability_zone.HostFiltersTestCase.test_availability_zone_filter_only_share_type_AZs_1____zone1____zone2____zone_4____zone3_____zone2___True_ [0.033725s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:47.108 3331052 DEBUG oslo_concurrency.lockutils [None req-6ccb6de6-c754-43d6-9eec-7ba6bb003cc0 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.109 3331052 DEBUG oslo_concurrency.lockutils [None req-6ccb6de6-c754-43d6-9eec-7ba6bb003cc0 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {2} manila.tests.scheduler.filters.test_host.OnlyHostFilterTestCase.test_only_host_filter_admin_context_3 [0.037592s] ... ok DEBUG: 2025-11-13 13:50:47.120 3331052 DEBUG oslo_concurrency.lockutils [None req-6ccb6de6-c754-43d6-9eec-7ba6bb003cc0 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.012s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.121 3331052 INFO manila.coordination [None req-6ccb6de6-c754-43d6-9eec-7ba6bb003cc0 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_05 [0.046163s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_availability_zone.HostFiltersTestCase.test_availability_zone_filter_only_share_type_AZs_2____zone1zone2zone3_____zone2___False_ [0.034414s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.scheduler.filters.test_host.OnlyHostFilterTestCase.test_only_host_filter_user_context_3 [0.040354s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:47.154 3331052 DEBUG oslo_concurrency.lockutils [None req-5422ebfc-691e-4bc4-9464-c379379ed0d7 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.155 3331052 DEBUG oslo_concurrency.lockutils [None req-5422ebfc-691e-4bc4-9464-c379379ed0d7 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.155 3331052 DEBUG oslo_concurrency.lockutils [None req-5422ebfc-691e-4bc4-9464-c379379ed0d7 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.156 3331052 INFO manila.coordination [None req-5422ebfc-691e-4bc4-9464-c379379ed0d7 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_invalid_replication_type_spec_1 [0.069284s] ... ok DEBUG: {3} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_11 [0.034274s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_availability_zone.HostFiltersTestCase.test_availability_zone_filter_only_share_type_AZs_4____zone1____zone2____zone_4____zone3_____zone_4___True_ [0.049382s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_ignore_attempted_hosts.HostFiltersTestCase.test_ignore_attempted_hosts_filter_disabled [0.031064s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:47.196 3331052 DEBUG oslo_concurrency.lockutils [None req-262034c5-d106-4d61-82f2-3b185e6761c6 user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.196 3331052 DEBUG oslo_concurrency.lockutils [None req-262034c5-d106-4d61-82f2-3b185e6761c6 user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.197 3331052 DEBUG oslo_concurrency.lockutils [None req-262034c5-d106-4d61-82f2-3b185e6761c6 user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.201 3331052 INFO manila.coordination [None req-262034c5-d106-4d61-82f2-3b185e6761c6 user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_12 [0.045201s] ... ok DEBUG: Share service is down. (host: host7). DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_snapshot_support_3 [0.046496s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_availability_zone.HostFiltersTestCase.test_availability_zone_filter_same [0.031192s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_ignore_attempted_hosts.HostFiltersTestCase.test_ignore_attempted_hosts_filter_pass [0.041256s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:47.236 3331052 DEBUG oslo_concurrency.lockutils [None req-4f4d2824-65e0-4ca3-8345-7f40147fce2d user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.236 3331052 DEBUG oslo_concurrency.lockutils [None req-4f4d2824-65e0-4ca3-8345-7f40147fce2d user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.237 3331052 DEBUG oslo_concurrency.lockutils [None req-4f4d2824-65e0-4ca3-8345-7f40147fce2d user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.237 3331052 INFO manila.coordination [None req-4f4d2824-65e0-4ca3-8345-7f40147fce2d user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_13 [0.036012s] ... ok DEBUG: Share service is down. (host: host7). DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_with_valid_replication_spec_1 [0.040115s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_fails_extra_specs_list_complex [0.050078s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_json.HostFiltersTestCase.test_json_filter_empty_filters_pass [0.040884s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:47.281 3331052 DEBUG oslo_concurrency.lockutils [None req-42b52012-06b9-4f41-b43e-66c3c21858da user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.281 3331052 DEBUG oslo_concurrency.lockutils [None req-42b52012-06b9-4f41-b43e-66c3c21858da user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.281 3331052 DEBUG oslo_concurrency.lockutils [None req-42b52012-06b9-4f41-b43e-66c3c21858da user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Share service is down. (host: host7). DEBUG: 2025-11-13 13:50:47.282 3331052 INFO manila.coordination [None req-42b52012-06b9-4f41-b43e-66c3c21858da user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_14 [0.044853s] ... ok DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_without_snapshot_support_1 [0.041475s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_fails_multi_level_scope_extra_specs_list [0.026662s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_json.HostFiltersTestCase.test_json_filter_fails_on_disk [0.049198s] ... ok DEBUG: 2025-11-13 13:50:47.315 3331052 DEBUG oslo_concurrency.lockutils [None req-2a9eb8a5-4358-414c-abdf-40bfac9f922b user project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.316 3331052 DEBUG oslo_concurrency.lockutils [None req-2a9eb8a5-4358-414c-abdf-40bfac9f922b user project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.316 3331052 DEBUG oslo_concurrency.lockutils [None req-2a9eb8a5-4358-414c-abdf-40bfac9f922b user project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.317 3331052 INFO manila.coordination [None req-2a9eb8a5-4358-414c-abdf-40bfac9f922b user project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_16 [0.034283s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_passes_multi_level_scope_extra_specs [0.037119s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Share service is down. (host: host7). DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test__schedule_share_without_snapshot_support_2 [0.051836s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_json.HostFiltersTestCase.test_json_filter_fails_on_memory [0.032681s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_mount_point_name_support_pass [0.037512s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_json.HostFiltersTestCase.test_json_filter_passes_with_no_query [0.032172s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_add_retry_host [0.046323s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:47.396 3331052 INFO manila.coordination [None req-b9527ab5-0251-4035-8eea-5132a9eb59e0 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/test_manager.py", line 69, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {3} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_create_share_replica [0.078777s] ... ok DEBUG: Free capacity not set: share node info collection broken. DEBUG: {2} manila.tests.scheduler.filters.test_json.HostFiltersTestCase.test_json_filter_type_errror_passes [0.024641s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_fails_2 [0.040573s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_share_replication.ShareReplicationFilterTestCase.test_share_replication_filter_empty [0.018590s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_max_attempts [0.053189s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_fails_total_1 [0.033163s] ... ok DEBUG: {2} manila.tests.scheduler.filters.test_share_replication.ShareReplicationFilterTestCase.test_share_replication_filter_fails_host_has_replicas [0.019155s] ... ok DEBUG: --- Logging error --- DEBUG: {2} manila.tests.scheduler.filters.test_share_replication.ShareReplicationFilterTestCase.test_share_replication_filter_fails_incompatible_domain_1_tatooine [0.018110s] ... ok DEBUG: 2025-11-13 13:50:47.461 3331052 WARNING manila.scheduler.manager [None req-9273163b-2fcd-4ad2-83be-32d8450a6cac fake_user fake_project - - - -] Failed to schedule_create_share_replica: Resource could not be found.: manila.exception.NotFound: Resource could not be found. DEBUG: 2025-11-13 13:50:47.462 3331052 INFO manila.coordination [None req-9273163b-2fcd-4ad2-83be-32d8450a6cac fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_create_share_replica_exception_path [0.066445s] ... ok DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_fails_total_3 [0.024625s] ... ok DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/test_manager.py", line 69, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: {2} manila.tests.scheduler.filters.test_share_replication.ShareReplicationFilterTestCase.test_share_replication_filter_passes_no_replication_type [0.024048s] ... ok DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_schedule_create_replica_no_host [0.044621s] ... ok DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Insufficient free space for share creation. Total capacity is 0.00 on host host1. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: 2025-11-13 13:50:47.512 3331052 WARNING manila.scheduler.manager [None req-a7f46914-566d-47f0-80b2-3b418fbaa5b4 fake_user fake_project - - - -] Failed to schedule_create_share_replica: No valid host was found. .: manila.exception.NoValidHost: No valid host was found. . DEBUG: 2025-11-13 13:50:47.514 3331052 INFO manila.message.api [None req-a7f46914-566d-47f0-80b2-3b418fbaa5b4 fake_user fake_project - - - -] Creating message record for request_id = req-a7f46914-566d-47f0-80b2-3b418fbaa5b4 DEBUG: 2025-11-13 13:50:47.518 3331052 INFO manila.coordination [None req-a7f46914-566d-47f0-80b2-3b418fbaa5b4 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_create_share_replica_no_valid_host [0.057811s] ... ok DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_passes_1 [0.057624s] ... ok DEBUG: {2} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_choose_host_filters_not_found [0.043426s] ... ok DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/test_manager.py", line 69, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_schedule_create_share_group [0.069719s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: 2025-11-13 13:50:47.565 3331052 INFO manila.coordination [None req-59bd42bd-26fe-4eec-a949-df6e04175540 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_get_service_capabilities [0.044408s] ... ok DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: {2} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_get_all_host_states_share [0.044356s] ... ok DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/test_manager.py", line 69, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: {0} manila.tests.scheduler.drivers.test_filter.FilterSchedulerTestCase.test_schedule_share_type_is_none [0.041300s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_passes_total_1 [0.081375s] ... ok DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: You must create a share type in advance, and specify in request body or set default_share_type in manila.conf. DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: 2025-11-13 13:50:47.618 3331052 INFO manila.coordination [None req-00056860-3f39-4687-8886-c4e2e68b022a fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: {3} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_manage_share [0.054518s] ... ok DEBUG: {2} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_get_pools_with_filters [0.050877s] ... ok DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/test_manager.py", line 69, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Invalid max_over_subscription_ratio: 0.8. Valid value should be >= 1. DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_01 [0.042976s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:47.684 3331052 INFO manila.coordination [None req-e43f1f88-3c49-4f9a-9b0f-d9371194fee7 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: {2} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_passes_filters_false_4 [0.059963s] ... ok DEBUG: {3} manila.tests.scheduler.test_rpcapi.SchedulerRpcAPITestCase.test_create_share_group [0.065713s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_06 [0.042524s] ... ok DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/test_rpcapi.py", line 95, in test_create_share_group DEBUG: self._test_scheduler_api('create_share_group', DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/test_rpcapi.py", line 37, in _test_scheduler_api DEBUG: ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_09 [0.022461s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Invalid max_over_subscription_ratio: 0.8. Valid value should be >= 1. DEBUG: {2} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_passes_filters_true_2 [0.039004s] ... ok DEBUG: --- Logging error --- DEBUG: 2025-11-13 13:50:47.738 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: {3} manila.tests.scheduler.test_rpcapi.SchedulerRpcAPITestCase.test_create_share_replica [0.053340s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/test_rpcapi.py", line 119, in test_create_share_replica DEBUG: self._test_scheduler_api('create_share_replica', DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/scheduler/test_rpcapi.py", line 37, in _test_scheduler_api DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_13 [0.029415s] ... ok DEBUG: {2} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_passes_filters_true_3 [0.024079s] ... ok DEBUG: 2025-11-13 13:50:47.761 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: {3} manila.tests.scheduler.test_scheduler_options.SchedulerOptionsTestCase.test_get_configuration_second_time_no_change [0.021001s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_02 [0.030288s] ... ok DEBUG: 2025-11-13 13:50:47.782 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_utils.UtilsTestCase.test_thin_provisioning_4___True__False___True_ [0.021147s] ... ok DEBUG: {2} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_update_service_capabilities_for_shares [0.033823s] ... ok DEBUG: 2025-11-13 13:50:47.801 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_utils.UtilsTestCase.test_thin_provisioning_5___True___True_ [0.018921s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_05 [0.034229s] ... ok DEBUG: {2} manila.tests.scheduler.test_host_manager.HostStateTestCase.test_consume_from_share_unknown_capability [0.030716s] ... ok DEBUG: 2025-11-13 13:50:47.820 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_utils.UtilsTestCase.test_thin_provisioning_6___False___False_ [0.019421s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_06 [0.023688s] ... ok DEBUG: 2025-11-13 13:50:47.839 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_utils.UtilsTestCase.test_use_thin_logic_7 [0.018841s] ... ok DEBUG: {2} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_03 [0.025899s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_07 [0.023378s] ... ok DEBUG: 2025-11-13 13:50:47.859 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.test_utils.UtilsTestCase.test_use_thin_logic_8 [0.020253s] ... ok DEBUG: {2} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_10 [0.032600s] ... ok DEBUG: 2025-11-13 13:50:47.879 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_base.TestWeightHandler.test_no_weight_object [0.019606s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_09 [0.038065s] ... ok DEBUG: 2025-11-13 13:50:47.900 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.900 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:47.900 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.902 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.902 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.902 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.902 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.902 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.902 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.902 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.904 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_2_1 [0.023828s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_11 [0.070463s] ... ok DEBUG: {2} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_1_correct_init [0.101408s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_13 [0.040302s] ... ok DEBUG: 2025-11-13 13:50:47.926 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.927 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.927 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.927 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.927 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.927 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.927 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.927 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.928 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.928 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.928 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.928 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.928 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.928 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.928 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.928 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.929 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.929 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.930 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_negative_1_4 [0.026191s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_14 [0.034278s] ... ok DEBUG: {0} manila.tests.scheduler.evaluator.test_evaluator.EvaluatorTestCase.test_logic_ops [0.444397s] ... ok DEBUG: 2025-11-13 13:50:47.953 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.956 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:47.956 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.956 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.956 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.957 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.957 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.957 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.957 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.957 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.957 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.957 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.958 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.958 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.958 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.959 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.959 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.959 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.960 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_negative_1_7 [0.033363s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_availability_zone.HostFiltersTestCase.test_availability_zone_filter_both_request_AZ_and_type_AZs_match [0.043666s] ... ok DEBUG: {2} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test__clean_expired_messages [0.109440s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_create_from_snapshot.CreateFromSnapshotFilterTestCase.test_different_backend_and_availability_zone [0.048358s] ... ok DEBUG: 2025-11-13 13:50:47.992 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.992 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.992 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.992 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.992 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.993 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.993 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.993 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.993 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.993 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.993 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.993 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.994 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.994 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.994 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.994 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:47.994 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:47.995 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:47.996 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_default_of_spreading_first_1 [0.032379s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_create_from_snapshot.CreateFromSnapshotFilterTestCase.test_same_backend_1___host1_AAA_pool1____host1_AAA_pool1__ [0.034544s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_base.TestBaseFilter.test_filter_one_is_called [0.062094s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.scheduler.filters.test_create_from_snapshot.CreateFromSnapshotFilterTestCase.test_without_snapshot_host [0.041690s] ... ok DEBUG: 2025-11-13 13:50:48.015 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.016 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.016 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.016 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.016 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.016 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.017 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.017 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.017 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.017 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.018 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.018 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.018 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.018 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.018 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.018 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.018 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.018 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.020 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_default_of_spreading_first_2 [0.024282s] ... ok DEBUG: {2} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_create_share_exception_puts_share_in_error_state [0.089034s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_base.TestBaseFilterHandler.test_get_filtered_objects [0.045836s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_driver.HostFiltersTestCase.test_function_share_replacement [0.043661s] ... ok DEBUG: 2025-11-13 13:50:48.040 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.040 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.040 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.040 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.040 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.040 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.041 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.041 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.041 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.041 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.041 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.041 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.041 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.041 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.041 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.042 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.042 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.043 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.044 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_default_of_spreading_first_5 [0.026747s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_fails_extra_specs_complex [0.039902s] ... ok DEBUG: 2025-11-13 13:50:48.098 3331052 DEBUG manila.scheduler.weighers.goodness [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking host 'host.example.com' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:46 DEBUG: 2025-11-13 13:50:48.102 3331052 WARNING manila.scheduler.weighers.goodness [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Error in goodness_function function '50 / 0' : 'Error during evaluator parsing: ZeroDivisionError: float division by zero' :: Defaulting to a goodness of 0.: manila.exception.EvaluatorParseException: Error during evaluator parsing: ZeroDivisionError: float division by zero DEBUG: 2025-11-13 13:50:48.102 3331052 DEBUG manila.scheduler.weighers.goodness [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Goodness: 0 _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:48 DEBUG: 2025-11-13 13:50:48.102 3331052 DEBUG manila.scheduler.weighers.goodness [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Done checking host 'host.example.com' _weigh_object /builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/weighers/goodness.py:49 DEBUG: 2025-11-13 13:50:48.103 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_goodness.GoodnessWeigherTestCase.test_goodness_weigher_invalid_goodness_function [0.055535s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_01___1____1___True_ [0.037530s] ... ok DEBUG: 2025-11-13 13:50:48.175 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_host_affinity.HostAffinityWeigherTestCase.test_same_backend_different_pool [0.072281s] ... ok DEBUG: 2025-11-13 13:50:48.196 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_host_affinity.HostAffinityWeigherTestCase.test_without_snapshot_id [0.020239s] ... ok DEBUG: 2025-11-13 13:50:48.225 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__balance_aggregates_2____key____fake_key_1____scores_____total_weighted_score___10_0______key____fake_key_2____scores_____total_weighted_score___20_0___ [0.029538s] ... ok DEBUG: 2025-11-13 13:50:48.247 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__call_active_iq [0.020935s] ... ok DEBUG: 2025-11-13 13:50:48.267 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__get_resource_keys_1 [0.020716s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_06___123______123___True_ [0.025785s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_create_share_other_exception_puts_share_in_error_state [0.098801s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_fails_scope_extra_specs [0.052401s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_09___34________False_ [0.033217s] ... ok DEBUG: 2025-11-13 13:50:48.287 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.287 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.287 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.288 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.288 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.288 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.288 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.288 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.288 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.288 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.289 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.289 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.289 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.289 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.289 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.290 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_pool.PoolWeigherTestCase.test_no_server_pool_mapping [0.022473s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_11___1234____s___123___False_ [0.032254s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_passes_extra_specs_list_simple [0.041943s] ... ok DEBUG: 2025-11-13 13:50:48.308 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.309 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.309 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.309 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.309 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.309 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.309 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.309 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:48.310 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.310 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.310 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.310 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.310 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "update_from_share_capability" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:48.310 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" acquired by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:48.310 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "update_from_share_capability" "released" by "manila.scheduler.host_manager.PoolState.update_from_share_capability" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:48.312 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.scheduler.weighers.test_pool.PoolWeigherTestCase.test_pool_weigher_all_pools_with_share_servers [0.021676s] ... ok DEBUG: 2025-11-13 13:50:48.333 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.services.test_api.ServicesApiTest.test_ensure_shares [0.021374s] ... ok DEBUG: 2025-11-13 13:50:48.361 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client found, connecting... DEBUG: 2025-11-13 13:50:48.361 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client connection complete. DEBUG: 2025-11-13 13:50:48.363 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_12___1234____s___123___True_ [0.032290s] ... ok DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverAltConfigTestCase.test_do_setup_alt_volume_mode_2_nfs [0.029411s] ... ok DEBUG: 2025-11-13 13:50:48.364 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnecting... DEBUG: 2025-11-13 13:50:48.365 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnected DEBUG: {0} manila.tests.scheduler.filters.test_capabilities.HostFiltersTestCase.test_capability_filter_passes_multi_level_scope_extra_specs_list [0.050392s] ... ok DEBUG: {2} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_get_pools [0.103042s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_16___2____s__12___False_ [0.021751s] ... ok DEBUG: 2025-11-13 13:50:48.399 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverAltConfigTestCase.test_volume_mode_exception_1_0o759 [0.035983s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_20___12311321_____in__12311321__in____True_ [0.017442s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_21___12310321_____in__11___False_ [0.021520s] ... ok DEBUG: 2025-11-13 13:50:48.435 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverAltConfigTestCase.test_volume_mode_exception_2_0x755 [0.036932s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_capacity_filter_passes_share_extend_reserved_1 [0.067119s] ... ok DEBUG: 2025-11-13 13:50:48.468 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client found, connecting... DEBUG: 2025-11-13 13:50:48.468 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client connection complete. DEBUG: 2025-11-13 13:50:48.469 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test__get_cephfs_filesystem_allocation_3___infinite____infinite____infinite__ [0.034491s] ... ok DEBUG: 2025-11-13 13:50:48.474 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnecting... DEBUG: 2025-11-13 13:50:48.475 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnected DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_27__False___False___True_ [0.072024s] ... ok DEBUG: Insufficient free space for share creation on host host1 (requested / avail): 100/75 DEBUG: 2025-11-13 13:50:48.506 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test__get_sub_name_has_other_name [0.032974s] ... ok DEBUG: {2} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_init_host_with_rpc [0.128846s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_fails_15 [0.069134s] ... ok DEBUG: 2025-11-13 13:50:48.528 3331052 DEBUG manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS]: create_share: id=fakeid, size=1, group=None. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/cephfs/driver.py:576 DEBUG: 2025-11-13 13:50:48.528 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client found, connecting... DEBUG: 2025-11-13 13:50:48.529 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client connection complete. DEBUG: 2025-11-13 13:50:48.530 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_create_share [0.022605s] ... ok DEBUG: 2025-11-13 13:50:48.531 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnecting... DEBUG: 2025-11-13 13:50:48.531 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnected DEBUG: {0} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_08 [0.027402s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_31__False____is__Nonsense___True_ [0.046882s] ... ok DEBUG: 2025-11-13 13:50:48.568 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_create_share_error [0.037410s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_capacity.HostFiltersTestCase.test_filter_thin_passes_15 [0.036769s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.scheduler.filters.test_host.OnlyHostFilterTestCase.test_only_host_filter_admin_context_1 [0.045840s] ... ok DEBUG: 2025-11-13 13:50:48.605 3331052 DEBUG manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS]: delete_share: id=fakeid, group=None. delete_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/cephfs/driver.py:785 DEBUG: 2025-11-13 13:50:48.605 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client found, connecting... DEBUG: 2025-11-13 13:50:48.606 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client connection complete. DEBUG: 2025-11-13 13:50:48.607 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_delete_share [0.039474s] ... ok DEBUG: 2025-11-13 13:50:48.609 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnecting... DEBUG: 2025-11-13 13:50:48.609 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnected DEBUG: Failed to schedule migrate_share_to_host: No valid host was found. fake. DEBUG: 2025-11-13 13:50:48.629 3331052 DEBUG manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS]: delete_share: id=fakeid, group=None. delete_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/cephfs/driver.py:785 DEBUG: 2025-11-13 13:50:48.629 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client found, connecting... DEBUG: 2025-11-13 13:50:48.629 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client connection complete. DEBUG: 2025-11-13 13:50:48.630 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_delete_share_from_snapshot [0.022351s] ... ok DEBUG: 2025-11-13 13:50:48.632 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnecting... DEBUG: 2025-11-13 13:50:48.632 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnected DEBUG: {0} manila.tests.scheduler.filters.test_driver.HostFiltersTestCase.test_capabilities [0.058003s] ... ok DEBUG: {2} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_migrate_share_to_host_exception_1 [0.123512s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.scheduler.filters.test_host.OnlyHostFilterTestCase.test_only_host_filter_user_context_2 [0.048658s] ... ok DEBUG: 2025-11-13 13:50:48.651 3331052 DEBUG manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS]: delete_share_group: share_group=grp1. delete_share_group /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/cephfs/driver.py:951 DEBUG: 2025-11-13 13:50:48.651 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client found, connecting... DEBUG: 2025-11-13 13:50:48.652 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client connection complete. DEBUG: 2025-11-13 13:50:48.653 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_delete_share_group [0.022150s] ... ok DEBUG: 2025-11-13 13:50:48.654 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnecting... DEBUG: 2025-11-13 13:50:48.659 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnected DEBUG: {1} manila.tests.scheduler.filters.test_json.HostFiltersTestCase.test_json_filter_basic_operators [0.032334s] ... ok DEBUG: 2025-11-13 13:50:48.688 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_get_configured_ip_versions_2_nfs [0.033465s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_driver.HostFiltersTestCase.test_function_extra_spec_replacement [0.061836s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_json.HostFiltersTestCase.test_json_filter_unknown_variable_ignored [0.037621s] ... ok DEBUG: 2025-11-13 13:50:48.715 3331052 DEBUG manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS]: manage_existing_snapshot: id=fake_project_uuid_1. manage_existing_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/cephfs/driver.py:694 DEBUG: 2025-11-13 13:50:48.715 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client found, connecting... DEBUG: 2025-11-13 13:50:48.716 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client connection complete. DEBUG: 2025-11-13 13:50:48.717 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_manage_existing_snapshot [0.025642s] ... ok DEBUG: 2025-11-13 13:50:48.719 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnecting... DEBUG: 2025-11-13 13:50:48.719 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnected DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Scheduler driver path manila.scheduler.filter_scheduler.FilterScheduler is deprecated, update your configuration to the new path manila.scheduler.drivers.filter.FilterScheduler DEBUG: {2} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_scheduler_driver_mapper_1_manila_scheduler_filter_scheduler_FilterScheduler [0.094753s] ... ok DEBUG: 2025-11-13 13:50:48.742 3331052 DEBUG manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS]: manage_existing_snapshot: id=fake_project_uuid_1. manage_existing_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/cephfs/driver.py:694 DEBUG: 2025-11-13 13:50:48.743 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.scheduler.filters.test_driver.HostFiltersTestCase.test_function_stats_replacement [0.047378s] ... ok DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_manage_existing_snapshot_no_snapshot_name [0.031159s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_retry.HostFiltersTestCase.test_retry_filter_disabled [0.052100s] ... ok DEBUG: 2025-11-13 13:50:48.771 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_transfer_accept_3_______fake_project_uuid_1__ [0.021380s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_driver.HostFiltersTestCase.test_no_filter_function [0.035592s] ... ok DEBUG: 2025-11-13 13:50:48.790 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_transfer_accept_4_______fake_project_uuid_2__ [0.019740s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.scheduler.filters.test_retry.HostFiltersTestCase.test_retry_filter_fail [0.027971s] ... ok DEBUG: {2} manila.tests.scheduler.test_rpcapi.SchedulerRpcAPITestCase.test_extend_share [0.075393s] ... ok DEBUG: 2025-11-13 13:50:48.812 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client found, connecting... DEBUG: 2025-11-13 13:50:48.813 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client connection complete. DEBUG: 2025-11-13 13:50:48.813 3331052 DEBUG manila.share.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updating share stats. _update_share_stats /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py:1335 DEBUG: 2025-11-13 13:50:48.815 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_update_share_stats_1_True [0.023841s] ... ok DEBUG: 2025-11-13 13:50:48.816 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnecting... DEBUG: 2025-11-13 13:50:48.816 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnected DEBUG: {0} manila.tests.scheduler.filters.test_driver.HostFiltersTestCase.test_no_share_extra_specs [0.046416s] ... ok DEBUG: {1} manila.tests.scheduler.filters.test_share_replication.ShareReplicationFilterTestCase.test_share_replication_filter_fails_incompatible_domain_2_ [0.037910s] ... ok DEBUG: 2025-11-13 13:50:48.848 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client found, connecting... DEBUG: 2025-11-13 13:50:48.848 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client connection complete. DEBUG: 2025-11-13 13:50:48.850 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_version_check_1_____version____ceph_version_16_2_4______pacific__ [0.034785s] ... ok DEBUG: 2025-11-13 13:50:48.851 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnecting... DEBUG: 2025-11-13 13:50:48.852 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client disconnected DEBUG: {1} manila.tests.scheduler.filters.test_share_replication.ShareReplicationFilterTestCase.test_share_replication_filter_passes_no_active_replica_host [0.022430s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_driver.HostFiltersTestCase.test_passing_function [0.041284s] ... ok DEBUG: {1} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_choose_host_filters [0.021243s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:48.882 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client found, connecting... DEBUG: 2025-11-13 13:50:48.883 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [CephFS] Ceph client connection complete. DEBUG: 2025-11-13 13:50:48.884 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_version_check_not_supported [0.033411s] ... ok DEBUG: {2} manila.tests.scheduler.test_rpcapi.SchedulerRpcAPITestCase.test_get_pools [0.080244s] ... ok DEBUG: 2025-11-13 13:50:48.894 3331052 INFO manila.share.drivers.cephfs.driver [-] [CephFS] Ceph client disconnecting... DEBUG: 2025-11-13 13:50:48.894 3331052 INFO manila.share.drivers.cephfs.driver [-] [CephFS] Ceph client disconnected DEBUG: {1} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_get_filtered_hosts [0.021851s] ... ok DEBUG: 2025-11-13 13:50:48.908 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NFSClusterProtocolHelperTestCase.test_allow_access_rw_ro_when_export_does_not_exist_2_ro [0.024480s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_07___124______123___True_ [0.039753s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_get_pools_no_pools [0.037841s] ... ok DEBUG: 2025-11-13 13:50:48.941 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Calculated export path for share fakeid: 10.0.0.10:/foo/bar DEBUG: 2025-11-13 13:50:48.941 3331052 INFO manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Calculated export path for share fakeid: 10.0.0.11:/foo/bar DEBUG: 2025-11-13 13:50:48.942 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NFSClusterProtocolHelperTestCase.test_get_export_locations [0.034931s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_25__True____is__True___True_ [0.043665s] ... ok DEBUG: {1} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_passes_filters_false_5 [0.029317s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:48.976 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:48.977 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:48.978 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.scheduler.test_rpcapi.SchedulerRpcAPITestCase.test_migrate_share_to_host [0.086929s] ... ok DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_check_for_setup_error_03____fakehost____some_host_name____some_host_name____1_1_1_256____True_ [0.034846s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_32__True___False___False_ [0.036509s] ... ok DEBUG: 2025-11-13 13:50:48.998 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:48.998 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:48.999 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Could not decode scheduler options. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/scheduler/scheduler_options.py", line 74, in _load_file DEBUG: return jsonutils.load(handle) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_serialization/jsonutils.py", line 262, in load DEBUG: return json.load(codecs.getreader(encoding)(fp), **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/json/__init__.py", line 293, in load DEBUG: return loads(fp.read(), 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 356, in raw_decode DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_check_for_setup_error_05____fakehost____some_host_name______some_host_name____1_1_1_0____True_ [0.020335s] ... ok DEBUG: {2} manila.tests.scheduler.test_scheduler_options.SchedulerOptionsTestCase.test_get_configuration_first_time_empty_file [0.036985s] ... ok DEBUG: 2025-11-13 13:50:49.019 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.019 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.020 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: raise JSONDecodeError("Expecting value", s, err.value) from None DEBUG: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_check_for_setup_error_07____fakehost____some_host_name____1_1_1_0_24____True_ [0.021205s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_36___13_____or__11__or__12__or____False_ [0.039163s] ... ok DEBUG: 2025-11-13 13:50:49.039 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.039 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.040 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_check_for_setup_error_08____fakehost____some_host_name____1_1_1_0____1001__1001____False_ [0.019507s] ... ok DEBUG: {1} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_passes_filters_true_6 [0.076078s] ... ok DEBUG: {2} manila.tests.scheduler.test_scheduler_options.SchedulerOptionsTestCase.test_get_configuration_first_time_happy_day [0.042071s] ... ok DEBUG: 2025-11-13 13:50:49.059 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.059 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.060 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_check_for_setup_error_09____fakehost____some_host_name____1_1_1_0____1001_1001____True_ [0.020288s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_37___abc_____or__ABC__or__def___True_ [0.040590s] ... ok DEBUG: 2025-11-13 13:50:49.086 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.088 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_fsal_hook [0.029822s] ... ok DEBUG: {2} manila.tests.scheduler.test_scheduler_options.SchedulerOptionsTestCase.test_get_configuration_first_time_no_flag [0.037154s] ... ok DEBUG: {1} manila.tests.scheduler.test_host_manager.HostStateTestCase.test_consume_from_share_capability [0.060168s] ... ok DEBUG: 2025-11-13 13:50:49.112 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.113 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.113 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting configured IP versions to [4, 6] since a hostname (rather than IP address) was supplied in 'cephfs_ganesha_server_ip' or in 'cephfs_ganesha_export_ips'. DEBUG: 2025-11-13 13:50:49.114 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_get_configured_ip_versions_2___host____None___4__6__ [0.023747s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_39___3_______2___False_ [0.041277s] ... ok DEBUG: 2025-11-13 13:50:49.135 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.135 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.136 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_07 [0.032149s] ... ok DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_get_configured_ip_versions_4___1_1_1_0___None___4__ [0.021689s] ... ok DEBUG: {2} manila.tests.scheduler.test_utils.UtilsTestCase.test_thin_provisioning_1__True__True_ [0.045218s] ... ok DEBUG: {1} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_08 [0.019216s] ... ok DEBUG: 2025-11-13 13:50:49.157 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.158 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_get_export_pseudo_path [0.022238s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_extra_specs_ops.ExtraSpecsOpsTestCase.test_extra_specs_matches_simple_40___3_______1___True_ [0.044493s] ... ok DEBUG: {1} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_15 [0.018124s] ... ok DEBUG: 2025-11-13 13:50:49.177 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.178 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.179 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_init_identify_local_host_1_fakeip [0.020369s] ... ok DEBUG: {2} manila.tests.scheduler.test_utils.UtilsTestCase.test_thin_provisioning_3__None__False_ [0.046665s] ... ok DEBUG: 2025-11-13 13:50:49.205 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.205 3331052 WARNING manila.share.drivers.cephfs.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:49.206 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_init_identify_local_host_2_None [0.030084s] ... ok DEBUG: {1} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test__mark_services_as_down [0.040279s] ... ok DEBUG: 2025-11-13 13:50:49.230 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.cephfs.test_driver.NativeProtocolHelperTestCase.test_allow_access_wrong_type [0.020598s] ... ok DEBUG: {2} manila.tests.scheduler.test_utils.UtilsTestCase.test_use_thin_logic_1 [0.048281s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.scheduler.filters.test_host.OnlyHostFilterTestCase.test_only_host_filter_admin_context_2 [0.091134s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:49.257 3331052 DEBUG manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Executing command: f a k e _ c o m m a n d. _inner_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/container_helper.py:109 DEBUG: 2025-11-13 13:50:49.257 3331052 WARNING manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to run command fake_command due to .: OSError DEBUG: 2025-11-13 13:50:49.258 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test__inner_execute_not_ok_ignore_errors [0.031076s] ... ok DEBUG: Failed to schedule_create_share_group: Resource could not be found. DEBUG: {1} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_create_group_exception_puts_group_in_error_state [0.056426s] ... ok DEBUG: 2025-11-13 13:50:49.286 3331052 DEBUG manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Executing command: f a k e _ c o m m a n d. _inner_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/container_helper.py:109 DEBUG: 2025-11-13 13:50:49.287 3331052 DEBUG manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Execution result: fake. _inner_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/container_helper.py:118 DEBUG: 2025-11-13 13:50:49.288 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test__inner_execute_ok [0.026481s] ... ok DEBUG: {2} manila.tests.scheduler.test_utils.UtilsTestCase.test_use_thin_logic_2 [0.058835s] ... ok DEBUG: 2025-11-13 13:50:49.306 3331052 INFO manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Docker network fake_network_name has been successfully connected to container fake_server_id! DEBUG: 2025-11-13 13:50:49.306 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.scheduler.filters.test_ignore_attempted_hosts.HostFiltersTestCase.test_ignore_attempted_hosts_filter_fail [0.054288s] ... ok DEBUG: {3} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_connect_network [0.023254s] ... ok DEBUG: {1} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_get_host_list [0.041889s] ... ok DEBUG: 2025-11-13 13:50:49.342 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_container_exists_2____wrong_name_nfake_container_nfake_____False_ [0.031345s] ... ok DEBUG: {2} manila.tests.scheduler.test_utils.UtilsTestCase.test_use_thin_logic_3 [0.048459s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_json.HostFiltersTestCase.test_json_filter_happy_day [0.044139s] ... ok DEBUG: Failed to schedule migrate_share_to_host: DEBUG: 2025-11-13 13:50:49.362 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_container_exists_3____n___False_ [0.019575s] ... ok DEBUG: {1} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_migrate_share_to_host_exception_2_TypeError [0.050883s] ... ok DEBUG: {2} manila.tests.scheduler.test_utils.UtilsTestCase.test_use_thin_logic_5 [0.028670s] ... ok DEBUG: 2025-11-13 13:50:49.393 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_fetch_container_addresses [0.031016s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.scheduler.test_utils.UtilsTestCase.test_use_thin_logic_9 [0.025411s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_json.HostFiltersTestCase.test_json_filter_invalid_num_arguments_fails [0.046641s] ... ok DEBUG: {1} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_periodic_tasks [0.041140s] ... ok DEBUG: {2} manila.tests.scheduler.weighers.test_base.TestWeightHandler.test_no_multiplier [0.018012s] ... ok DEBUG: 2025-11-13 13:50:49.420 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_fetch_container_interfaces [0.025896s] ... ok DEBUG: 2025-11-13 13:50:49.444 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_get_container_networks [0.024002s] ... ok DEBUG: {2} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_2_7 [0.030661s] ... ok DEBUG: {1} manila.tests.scheduler.test_rpcapi.SchedulerRpcAPITestCase.test_update_service_capabilities [0.049885s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_json.HostFiltersTestCase.test_json_filter_passes [0.059466s] ... ok DEBUG: 2025-11-13 13:50:49.467 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_get_container_veths [0.023255s] ... ok DEBUG: {2} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_default_of_spreading_first_3 [0.022640s] ... ok DEBUG: {1} manila.tests.scheduler.test_scheduler_options.SchedulerOptionsTestCase.test_get_configuration_second_time_change [0.022237s] ... ok DEBUG: 2025-11-13 13:50:49.487 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_get_network_bridge_failure [0.019561s] ... ok DEBUG: {1} manila.tests.scheduler.test_scheduler_options.SchedulerOptionsTestCase.test_get_configuration_second_time_too_fast [0.019778s] ... ok DEBUG: {2} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_default_of_spreading_first_7 [0.029685s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_retry.HostFiltersTestCase.test_retry_filter_pass [0.035111s] ... ok DEBUG: {2} manila.tests.scheduler.weighers.test_goodness.GoodnessWeigherTestCase.test_goodness_weigher_extra_specs_substitution [0.022471s] ... ok DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not rename back container old_name.: OSError DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper Traceback (most recent call last): DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/container_helper.py", line 166, in rename_container DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper self._inner_execute(cmd) DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper File "/usr/lib64/python3.12/unittest/mock.py", line 1202, in _execute_mock_call DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper raise result DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper OSError DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper During handling of the above exception, another exception occurred: DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper Traceback (most recent call last): DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/container_helper.py", line 169, in rename_container DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper self._inner_execute(["docker", "rename", new_name, name]) DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper File "/usr/lib64/python3.12/unittest/mock.py", line 1202, in _execute_mock_call DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper raise result DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper OSError DEBUG: 2025-11-13 13:50:49.510 3331052 ERROR manila.share.drivers.container.container_helper DEBUG: Invalid goodness result. Result must be between 0 and 100. Result generated: '-10' :: Defaulting to a goodness of 0. DEBUG: 2025-11-13 13:50:49.512 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.scheduler.test_utils.UtilsTestCase.test_use_thin_logic_4 [0.032073s] ... ok DEBUG: {3} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_rename_container_exception_cmds_2 [0.024153s] ... ok DEBUG: 2025-11-13 13:50:49.535 3331052 INFO manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Container fake_container successfully started! DEBUG: 2025-11-13 13:50:49.543 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_start_container [0.031378s] ... ok DEBUG: Invalid goodness result. Result must be between 0 and 100. Result generated: '200' :: Defaulting to a goodness of 0. DEBUG: {0} manila.tests.scheduler.filters.test_share_replication.ShareReplicationFilterTestCase.test_share_replication_filter_fails_no_replication_domain [0.043889s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_base.TestWeightHandler.test_normalization [0.025198s] ... ok DEBUG: {2} manila.tests.scheduler.weighers.test_goodness.GoodnessWeigherTestCase.test_goodness_weigher_host_rating_out_of_bounds [0.040586s] ... ok DEBUG: 2025-11-13 13:50:49.568 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:49.568 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:49.568 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.570 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__create_export_and_mount_storage [0.031632s] ... ok DEBUG: {0} manila.tests.scheduler.filters.test_share_replication.ShareReplicationFilterTestCase.test_share_replication_filter_passes_happy_day [0.031305s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_2_4 [0.022757s] ... ok DEBUG: {2} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__balance_aggregates_1___ [0.022465s] ... ok DEBUG: 2025-11-13 13:50:49.596 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:49.596 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:49.596 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.598 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__get_correct_container_old_name_1_True [0.022944s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_2_5 [0.022855s] ... ok DEBUG: {0} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_passes_filters_false_1 [0.025728s] ... ok DEBUG: {2} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__balance_aggregates_error_2 [0.035626s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_2_6 [0.023548s] ... ok DEBUG: 2025-11-13 13:50:49.624 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:49.625 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:49.625 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.629 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__get_different_security_service_keys [0.031073s] ... ok DEBUG: {0} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_passes_filters_false_2 [0.027462s] ... ok DEBUG: 2025-11-13 13:50:49.648 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:49.649 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:49.649 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.650 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__get_helper_ok [0.021036s] ... ok DEBUG: {0} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_passes_filters_true_5 [0.027645s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_negative_1_1 [0.036526s] ... ok DEBUG: {2} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__get_request_method_2_post [0.047157s] ... ok DEBUG: 2025-11-13 13:50:49.682 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:49.684 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:49.686 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.688 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.scheduler.test_host_manager.HostManagerTestCase.test_passes_filters_true_7 [0.026707s] ... ok DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__get_share_name_1_True [0.039473s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_negative_1_2 [0.035670s] ... ok DEBUG: 2025-11-13 13:50:49.710 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {0} manila.tests.scheduler.test_host_manager.HostStateTestCase.test_consume_from_share_invalid_capacity [0.020589s] ... ok DEBUG: 2025-11-13 13:50:49.712 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:49.714 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.718 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__setup_server_network_existing_interfaces [0.028699s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_negative_1_6 [0.020539s] ... ok DEBUG: {2} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__get_resource_keys_2___records______name____fake_aggregate_1____key____fake_key_1____cluster_____name____fake_cluster_name1_______name____fake_aggregate_2____key____fake_key_2____cluster_____name____fake_cluster_name2_______name____fake_aggregate_3____key____fake_key_3____cluster_____name____fake_cluster_name3_____ [0.056661s] ... ok DEBUG: 2025-11-13 13:50:49.739 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:49.741 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {0} manila.tests.scheduler.test_host_manager.HostStateTestCase.test_repr [0.029740s] ... ok DEBUG: 2025-11-13 13:50:49.743 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.745 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "container_driver_teardown_lock" by "manila.share.drivers.container.driver.ContainerShareDriver._teardown_server" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {1} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_default_of_spreading_first_6 [0.027572s] ... ok DEBUG: 2025-11-13 13:50:49.747 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "container_driver_teardown_lock" acquired by "manila.share.drivers.container.driver.ContainerShareDriver._teardown_server" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:49.748 3331052 DEBUG manila.share.drivers.container.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting veth fake_veth. _teardown_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/driver.py:276 DEBUG: {1} manila.tests.scheduler.weighers.test_goodness.GoodnessWeigherTestCase.test_goodness_weigher_capabilities_substitution [0.023146s] ... ok DEBUG: {2} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__get_resource_keys_error_1 [0.041149s] ... ok DEBUG: {0} manila.tests.scheduler.test_host_manager.HostStateTestCase.test_update_from_share_capability_with_pools [0.030431s] ... ok DEBUG: 2025-11-13 13:50:49.752 3331052 DEBUG manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Executing command: docker network disconnect fake_docker_network_0 manila_b5afb5c1_6011_43c4_8a37_29820e6951a7. _inner_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/container_helper.py:109 DEBUG: 2025-11-13 13:50:49.753 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Faking execution of cmd (subprocess): docker network disconnect fake_docker_network_0 manila_b5afb5c1_6011_43c4_8a37_29820e6951a7 fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:71 DEBUG: 2025-11-13 13:50:49.753 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reply to faked command is stdout='' stderr=''. fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:100 DEBUG: 2025-11-13 13:50:49.753 3331052 DEBUG manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Execution result: ('', ''). _inner_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/container_helper.py:118 DEBUG: 2025-11-13 13:50:49.753 3331052 DEBUG manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Docker network fake_docker_network_0 has been successfully disconnected from container manila_b5afb5c1_6011_43c4_8a37_29820e6951a7! disconnect_network /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/container_helper.py:237 DEBUG: 2025-11-13 13:50:49.753 3331052 DEBUG manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Removing the fake_docker_network_0 Docker network. remove_network /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/container_helper.py:202 DEBUG: 2025-11-13 13:50:49.753 3331052 DEBUG manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Executing command: docker network remove fake_docker_network_0. _inner_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/container_helper.py:109 DEBUG: 2025-11-13 13:50:49.754 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Faking execution of cmd (subprocess): docker network remove fake_docker_network_0 fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:71 DEBUG: 2025-11-13 13:50:49.754 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reply to faked command is stdout='' stderr=''. fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:100 DEBUG: 2025-11-13 13:50:49.754 3331052 DEBUG manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Execution result: ('', ''). _inner_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/container_helper.py:118 DEBUG: 2025-11-13 13:50:49.754 3331052 INFO manila.share.drivers.container.container_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The Docker network has been successfully removed! DEBUG: 2025-11-13 13:50:49.754 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "container_driver_teardown_lock" "released" by "manila.share.drivers.container.driver.ContainerShareDriver._teardown_server" :: held 0.007s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.755 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__teardown_server_1 [0.036255s] ... ok DEBUG: 2025-11-13 13:50:49.795 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:49.802 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.008s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {1} manila.tests.scheduler.weighers.test_goodness.GoodnessWeigherTestCase.test_goodness_weigher_passing_host [0.033605s] ... ok DEBUG: 2025-11-13 13:50:49.804 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.808 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_check_for_setup_error_host_not_ok_class_some_other [0.053617s] ... ok DEBUG: {0} manila.tests.scheduler.test_host_manager.HostStateTestCase.test_update_from_share_unknown_capability [0.044362s] ... ok DEBUG: {2} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__get_resource_keys_error_2 [0.053416s] ... ok DEBUG: 2025-11-13 13:50:49.829 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:49.831 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:49.833 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {1} manila.tests.scheduler.weighers.test_goodness.GoodnessWeigherTestCase.test_goodness_weigher_stats_substitution [0.031305s] ... ok DEBUG: 2025-11-13 13:50:49.836 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_check_update_share_server_network_allocations [0.028122s] ... ok DEBUG: {0} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_01 [0.020973s] ... ok DEBUG: Goodness function not set :: defaulting to minimal goodness rating of 0. DEBUG: {2} manila.tests.scheduler.weighers.test_pool.PoolWeigherTestCase.test_choose_pool_with_existing_share_server [0.031670s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_goodness.GoodnessWeigherTestCase.test_goodness_weigher_with_no_goodness_function [0.021995s] ... ok DEBUG: 2025-11-13 13:50:49.857 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:49.858 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {0} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_02 [0.020566s] ... ok DEBUG: 2025-11-13 13:50:49.858 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.863 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "container_driver_delete_share_lock" by "manila.share.drivers.container.driver.ContainerShareDriver.delete_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:49.865 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "container_driver_delete_share_lock" acquired by "manila.share.drivers.container.driver.ContainerShareDriver.delete_share" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {2} manila.tests.scheduler.weighers.test_pool.PoolWeigherTestCase.test_pool_weight_multiplier_negative [0.019745s] ... ok DEBUG: 2025-11-13 13:50:49.867 3331052 DEBUG manila.share.drivers.container.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting share fake_share_name on server 'fake'. delete_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/driver.py:155 DEBUG: 2025-11-13 13:50:49.868 3331052 DEBUG manila.share.drivers.container.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleted share fake_share_name successfully. delete_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/driver.py:165 DEBUG: 2025-11-13 13:50:49.868 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "container_driver_delete_share_lock" "released" by "manila.share.drivers.container.driver.ContainerShareDriver.delete_share" :: held 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.872 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_delete_share [0.034169s] ... ok DEBUG: {0} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_04 [0.020230s] ... ok DEBUG: {2} manila.tests.services.test_api.ServicesApiTest.test_ensure_shares_host_down [0.017621s] ... ok DEBUG: 2025-11-13 13:50:49.895 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:49.896 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:49.899 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.902 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_do_setup [0.030464s] ... ok DEBUG: {0} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_06 [0.028699s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverAltConfigTestCase.test_do_setup_alt_volume_mode_1_cephfs [0.020228s] ... ok DEBUG: 2025-11-13 13:50:49.923 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:49.926 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:49.928 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.930 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_extend_share [0.027645s] ... ok DEBUG: {0} manila.tests.scheduler.test_host_manager.PoolStateTestCase.test_update_from_share_capability_09 [0.025084s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_host_affinity.HostAffinityWeigherTestCase.test_different_backend_and_availability_zone [0.079387s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverAltConfigTestCase.test_volume_mode_exception_3_12a3 [0.042107s] ... ok DEBUG: 2025-11-13 13:50:49.973 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:49.978 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.006s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:49.980 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:49.984 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_get_network_allocation_numer [0.052749s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test__get_cephfs_filesystem_allocation_2__21474836480___infinite___97848372_ [0.028484s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test__expire_reservations [0.062247s] ... ok DEBUG: 2025-11-13 13:50:50.005 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test__get_sub_name [0.021036s] ... ok DEBUG: 2025-11-13 13:50:50.008 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:50.008 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:50.013 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_get_share_server_network_info [0.029002s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_host_affinity.HostAffinityWeigherTestCase.test_different_backend_same_availability_zone [0.081835s] ... ok DEBUG: 2025-11-13 13:50:50.037 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:50.039 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:50.041 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:50.044 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_manage_existing_no_share_server [0.031191s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test__get_sub_snapshot_name_has_other_name [0.041257s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__balance_aggregates_error_1 [0.039751s] ... ok DEBUG: 2025-11-13 13:50:50.082 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__get_request_method_1_get [0.024430s] ... ok DEBUG: 2025-11-13 13:50:50.089 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.008s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:50.091 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_check_for_setup_error_1_cephfs [0.043662s] ... ok DEBUG: Failed to schedule_create_share_group: No valid host was found. . DEBUG: {0} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_create_group_no_valid_host_puts_group_in_error_state [0.105511s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__get_request_method_3_delete [0.025300s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_create_snapshot [0.021614s] ... ok DEBUG: 2025-11-13 13:50:50.120 3331052 INFO manila.share.drivers.container.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The security service was successfully added to the share server 5c297744-c86b-45cb-998f-d8b5b9837408. DEBUG: 2025-11-13 13:50:50.122 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_update_share_server_security_service_2_False [0.077755s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__get_request_method_4_patch [0.019519s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_delete_snapshot [0.019781s] ... ok DEBUG: 2025-11-13 13:50:50.144 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:50.146 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Share instance fakeid belonging to share 123 cannot be found on the backend. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/cephfs/driver.py", line 840, in ensure_shares DEBUG: 'export_locations': self._get_export_locations(share), 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: manila.exception.ShareBackendException: Error ENOENT: subvolume fakeid does not exist DEBUG: 2025-11-13 13:50:50.148 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {1} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__get_request_method_5_put [0.018670s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_ensure_shares [0.021016s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:50:50.169 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_update_share_server_security_service_not_supported [0.049295s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_manage_existing_1_True [0.032941s] ... ok DEBUG: Failed to schedule manage_share: fake DEBUG: {1} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__weigh_active_iq_1 [0.044987s] ... ok DEBUG: {0} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_manage_share_exception [0.090641s] ... ok DEBUG: 2025-11-13 13:50:50.204 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test__set_users [0.032077s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_manage_existing_snapshot_subvolume_not_found [0.022668s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__weigh_active_iq_3 [0.024129s] ... ok DEBUG: 2025-11-13 13:50:50.231 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_manage_existing_subvolume_infinite_no_provided_size [0.019855s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test_update_access_access_rules_wrong_type [0.027179s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_shrink_share_full [0.020461s] ... ok DEBUG: 2025-11-13 13:50:50.257 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__weigh_object [0.039304s] ... ok DEBUG: {3} manila.tests.share.drivers.container.test_security_service_helper.SecurityServiceHelperTestCase.test_ldap_get_info_exception_1 [0.024414s] ... ok DEBUG: Failed to schedule migrate_share_to_host: DEBUG: {0} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_migrate_share_to_host [0.071719s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_update_access [0.020707s] ... ok DEBUG: 2025-11-13 13:50:50.282 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_security_service_helper.SecurityServiceHelperTestCase.test_ldap_get_info_exception_2 [0.029353s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_version_check_2_____version____ceph_version_15_1_2______octopus__ [0.020217s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test_weigh_objects_netapp_only [0.043895s] ... ok DEBUG: {0} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_scheduler_driver_mapper_2_manila_scheduler_drivers_filter_FilterScheduler [0.041488s] ... ok DEBUG: 2025-11-13 13:50:50.316 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.MiscTests.test_rados_module_missing_1 [0.027461s] ... ok DEBUG: {3} manila.tests.share.drivers.container.test_security_service_helper.SecurityServiceHelperTestCase.test_ldap_retry_operation [0.035095s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.NFSClusterProtocolHelperTestCase.test_get_export_locations_ganesha_still_configured_1_cephfs_ganesha_server_ip [0.018142s] ... ok DEBUG: {1} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test_weigh_objects_non_netapp_backends [0.050283s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.NFSClusterProtocolHelperTestCase.test_get_export_locations_ganesha_still_configured_2_cephfs_ganesha_export_ips [0.018880s] ... ok DEBUG: 2025-11-13 13:50:50.365 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test__get_lv_device [0.042559s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_check_for_setup_error_06____fakehost____some_host_name____some_host_name_____1_1__1_0____True_ [0.021552s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {1} manila.tests.scheduler.weighers.test_pool.PoolWeigherTestCase.test_pool_weight_multiplier_positive [0.037292s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:50.394 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test__try_to_unmount_device_2_ProcessExecutionError [0.028704s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_check_for_setup_error_10____fakehost____some_host_name____1_1_1_0____1001__1001_____True_ [0.019826s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test__get_cephfs_filesystem_allocation_1__21474836480__293878__97848372_ [0.028549s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:50.425 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.scheduler.test_manager.SchedulerManagerTestCase.test_update_service_capabilities [0.099272s] ... ok DEBUG: {3} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_migration_check_compatibility_2 [0.030391s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_get_configured_ip_versions_3___1001__1001___None___6__ [0.036293s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test__need_to_cancel_clone_returns_false_for_regular_subvolume [0.023053s] ... ok DEBUG: 2025-11-13 13:50:50.454 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_remove_storage_lvremove_failed [0.029040s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_create_share_group_snapshot [0.023059s] ... ok DEBUG: {0} manila.tests.scheduler.test_rpcapi.SchedulerRpcAPITestCase.test_create_share_instance [0.046278s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_get_configured_ip_versions_5__None____1001__1001____1_1_1_0_____6__4__ [0.040311s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_delete_driver_no_client [0.023523s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_get_configured_ip_versions_7__None____1_1_1_0_____4__ [0.024324s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {0} manila.tests.scheduler.test_rpcapi.SchedulerRpcAPITestCase.test_manage_share [0.038042s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_do_setup_1___cephfs___None_ [0.020711s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_get_export_path [0.022181s] ... ok DEBUG: {0} manila.tests.scheduler.test_utils.UtilsTestCase.test_thin_provisioning_2__False__False_ [0.023974s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_manage_existing_2_False [0.024946s] ... ok DEBUG: 2025-11-13 13:50:50.542 3331052 DEBUG manila.share.drivers.dell_emc.common.enas.connector [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] DEBUG: REQ: curl -i -X fake_method -H "key: value" -d '' value. DEBUG: _http_log_req /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/common/enas/connector.py:80 DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_init_executor_type_1_False [0.024200s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: Could not resize the subvolume using the provided size, as data could be lost. Please update it and try again. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/cephfs/driver.py", line 652, in manage_existing DEBUG: self._resize_share(share, new_size, no_shrink=True) 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: manila.exception.ShareShrinkingPossibleDataLoss: fake DEBUG: 2025-11-13 13:50:50.555 3331052 DEBUG manila.share.drivers.dell_emc.common.enas.connector [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] RESP: [] DEBUG: RESP BODY: . DEBUG: _http_log_resp /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/common/enas/connector.py:88 DEBUG: 2025-11-13 13:50:50.559 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.common.enas.test_connector.XMLAPIConnectorTest.test_request_with_debug [0.103913s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_manage_existing_subvolume_infinite_size_1_ShareShrinkingPossibleDataLoss [0.028735s] ... ok DEBUG: {0} manila.tests.scheduler.test_utils.UtilsTestCase.test_thin_provisioning_7___wrong___False_ [0.034934s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.NativeProtocolHelperTestCase.test_allow_access_rw_ro_1_rw [0.023263s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.NativeProtocolHelperTestCase.test_check_for_setup_error [0.018765s] ... ok DEBUG: {0} manila.tests.scheduler.test_utils.UtilsTestCase.test_use_thin_logic_6 [0.023888s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_manage_existing_subvolume_not_found [0.031997s] ... ok DEBUG: {2} manila.tests.share.drivers.cephfs.test_driver.NativeProtocolHelperTestCase.test_deny_access [0.019043s] ... ok DEBUG: 2025-11-13 13:50:50.613 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ConvertIPv6FormatTestCase.test_ipv6_addr_3 [0.053532s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_transfer_accept_1 [0.019702s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_create_container [0.019723s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_transfer_accept_2 [0.026591s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_create_container_failure [0.020293s] ... ok DEBUG: 2025-11-13 13:50:50.657 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ENASUtilsTestCase.test_do_match_any_1 [0.042154s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.MiscTests.test_setup_json_class_missing_1 [0.019364s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_create_network_failure [0.022864s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.MiscTests.test_setup_json_class_missing_2 [0.023913s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_get_veth_from_bridge [0.019253s] ... ok DEBUG: 2025-11-13 13:50:50.698 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ENASUtilsTestCase.test_do_match_any_2 [0.037791s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_remove_network [0.025086s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NFSClusterProtocolHelperTestCase.test_allow_access_rw_ro_when_export_does_not_exist_1_rw [0.030246s] ... ok DEBUG: 2025-11-13 13:50:50.731 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ENASUtilsTestCase.test_do_match_any_3 [0.032670s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_remove_network_failure [0.020560s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NFSClusterProtocolHelperTestCase.test_deny_access [0.020116s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_rename_container [0.025406s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NFSClusterProtocolHelperTestCase.test_get_export_ips_no_backends [0.026461s] ... ok DEBUG: 2025-11-13 13:50:50.768 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ExportUncPathTestCase.test_invalid_ipv6_addr_2 [0.043094s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_rename_container_exception_cmds_1 [0.018225s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_check_for_setup_error_01____fakehost____some_host_name____some_host_name_____1_1_1_0____False_ [0.024207s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {2} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__connect_to_network [0.026755s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:50.811 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_check_for_setup_error_02____fakehost____some_host_name____some_host_name_____1_1__1_0____True_ [0.023794s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {3} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ExportUncPathTestCase.test_invalid_ipv6_addr_4 [0.040794s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__form_share_server_update_return [0.028088s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_check_for_setup_error_12____fakehost____some_host_name____1_1_1_0____1001__1001_129_____True_ [0.024117s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__setup_server_container_fails [0.021284s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_cleanup_fsal_hook [0.029771s] ... ok DEBUG: 2025-11-13 13:50:50.874 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ParseIpaddrTestCase.test_parse_ipv4_addr_1 [0.063673s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {2} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__setup_server_network [0.025172s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_default_config_hook [0.020747s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_get_configured_ip_versions_1___some_host_name___None___4__6__ [0.019655s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: Setting configured IP versions to [4, 6] since a hostname (rather than IP address) was supplied in 'cephfs_ganesha_server_ip' or in 'cephfs_ganesha_export_ips'. DEBUG: {2} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__teardown_server_3 [0.031344s] ... ok DEBUG: 2025-11-13 13:50:50.919 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {3} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ParseIpaddrTestCase.test_parse_ipv4_addr_2 [0.039944s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_get_configured_ip_versions_6__None____1001__1001_____6__ [0.023344s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:50.957 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ParseIpaddrTestCase.test_parse_ipv4_addr_3 [0.039380s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NativeProtocolHelperTestCase.test_allow_access_rw_ro_2_ro [0.032470s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_manage_existing [0.057484s] ... ok DEBUG: 2025-11-13 13:50:50.981 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.common.enas.test_utils.SslContextTestCase.test_create_ssl_context [0.021614s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_share_server_migration_complete [0.022827s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NativeProtocolHelperTestCase.test_get_configured_ip_versions [0.029301s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NativeProtocolHelperTestCase.test_get_export_locations [0.021639s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_unmanage [0.023583s] ... ok DEBUG: 2025-11-13 13:50:51.034 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:67 DEBUG: 2025-11-13 13:50:51.036 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:72 DEBUG: 2025-11-13 13:50:51.038 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerFlex SDNAS Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:98 DEBUG: 2025-11-13 13:50:51.040 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerFlex SDNAS Layer. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:125 DEBUG: 2025-11-13 13:50:51.041 3331052 INFO manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, port: 443, username: admin. Verify server's certificate: None. DEBUG: Failed to provide ro access to manila (Rule ID: accessid3). Setting rule to 'error' state. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/cephfs/driver.py", line 1268, in update_access DEBUG: access_key = self._allow_access( 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: manila.exception.InvalidShareAccess: Invalid access rule: not DEBUG: Failed to provide rw access to admin (Rule ID: accessid4). Setting rule to 'error' state. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/cephfs/driver.py", line 1268, in update_access DEBUG: access_key = self._allow_access( 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: manila.exception.InvalidShareAccess: Invalid access rule: allowed DEBUG: Failed to provide rwx access to dabo (Rule ID: accessid5). Setting rule to 'error' state. DEBUG: Traceback (most recent call last): DEBUG: {2} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_update_access_access_rules_ok [0.027104s] ... ok DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NativeProtocolHelperTestCase.test_update_access_add_rm [0.031281s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/cephfs/driver.py", line 1268, in update_access DEBUG: access_key = self._allow_access( 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: manila.exception.InvalidShareAccessLevel: Invalid or unsupported share access level: rwx. DEBUG: {1} manila.tests.share.drivers.cephfs.test_driver.NativeProtocolHelperTestCase.test_update_access_all [0.023490s] ... ok DEBUG: 2025-11-13 13:50:51.079 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:67 DEBUG: 2025-11-13 13:50:51.081 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:72 DEBUG: 2025-11-13 13:50:51.083 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerFlex SDNAS Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:98 DEBUG: 2025-11-13 13:50:51.086 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerFlex SDNAS Layer. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:125 DEBUG: 2025-11-13 13:50:51.088 3331052 INFO manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, port: 443, username: admin. Verify server's certificate: None. DEBUG: {2} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_update_share_stats [0.041500s] ... ok DEBUG: 2025-11-13 13:50:51.093 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_connect [0.111438s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_container_exists_1____wrong_name_nfake_nfake_container_nfake_name_____True_ [0.022925s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_base.TestWeightHandler.test_get_all_classes [0.513529s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test__allow_access_not_ok [0.033358s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_create_network [0.032874s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_2_2 [0.026713s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test_create_share_guest_ok [0.022571s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test_update_access_access_rules_ok [0.026526s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_execute_name_not_there [0.048469s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_2_3 [0.032831s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test_update_access_delete_rules [0.018046s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_negative_1_3 [0.020262s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_security_service_helper.SecurityServiceHelperTestCase.test_ldap_get_info [0.019041s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_get_network_bridge [0.034201s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_capacity_weight_multiplier_negative_1_5 [0.028506s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_security_service_helper.SecurityServiceHelperTestCase.test_update_security_service [0.033974s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_default_of_spreading_first_4 [0.018334s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_stop_container [0.038830s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_extend_share [0.019441s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_capacity.CapacityWeigherTestCase.test_unknown_is_last [0.017851s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_get_size [0.024977s] ... ok DEBUG: Error in goodness_function function '10 + stats.my_val' : 'Error during evaluator parsing: KeyError: 'my_val'' :: Defaulting to a goodness of 0. DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__check_if_all_fields_are_updatable_2____user____password____True_ [0.046531s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_goodness.GoodnessWeigherTestCase.test_goodness_weigher_invalid_substitution [0.034049s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_migration_continue [0.026627s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_goodness.GoodnessWeigherTestCase.test_goodness_weigher_share_substitution [0.026170s] ... ok DEBUG: Failed to rename logical volume /dev/old_device due to Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/storage_helper.py", line 122, in rename_storage DEBUG: self._execute("lvrename", "--autobackup", "n", 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: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__get_container_name [0.033877s] ... ok DEBUG: {2} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_rename_storage_2_ProcessExecutionError [0.021768s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__get_correct_container_old_name_2_False [0.025063s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.common.enas.test_connector.XMLAPIConnectorTest.test_request_with_general_exception [0.034370s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__get_helper_existing_ok [0.018988s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_host_affinity.HostAffinityWeigherTestCase.test_same_backend_and_pool [0.057065s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ConvertIPv6FormatTestCase.test_invalid_ipv6_addr_1 [0.020006s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ExportUncPathTestCase.test_invalid_ipv6_addr_1 [0.020693s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__get_helper_not_ok [0.042693s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_host_affinity.HostAffinityWeigherTestCase.test_without_snapshot_host [0.029703s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.common.enas.test_utils.SizeToGbTestCase.test_bytes_to_gb_1 [0.026674s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__get_session_method [0.021905s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.common.enas.test_utils.SizeToGbTestCase.test_bytes_to_gb_2 [0.018325s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__get_url_1_True [0.020002s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.common.enas.test_utils.SizeToGbTestCase.test_mb_to_gb_1 [0.017398s] ... ok DEBUG: Creating ssl context is not supported on this version of Python, ssl verification is disabled. DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__get_share_name_2_False [0.060628s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.common.enas.test_utils.SslContextTestCase.test_no_create_default_context [0.018254s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__setup_server_ok [0.042507s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__get_url_2_False [0.063581s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_create_share_nfs [0.048137s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__setup_server_security_services [0.041887s] ... ok DEBUG: {0} manila.tests.scheduler.weighers.test_netapp_aiq.NetAppAIQWeigherTestCase.test__weigh_active_iq_2 [0.049828s] ... ok DEBUG: Failed to delete port fake_veth: port vanished. DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__teardown_server_2 [0.037338s] ... ok DEBUG: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'fake' DEBUG: Stderr: None DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_delete_share_nfs [0.063496s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.AllocationCapacityCacheTestCase.test_set_get_data [0.037418s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_check_for_setup_error_host_not_ok_class_ok [0.019646s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_create_share [0.019243s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test__get_sub_snapshot_name [0.028534s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_ensure_share [0.017977s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_check_for_setup_error_2_nfs [0.019138s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_migration_complete [0.018556s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_create_share_from_snapshot [0.018951s] ... ok DEBUG: 2025-11-13 13:50:51.694 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:67 DEBUG: 2025-11-13 13:50:51.700 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:72 DEBUG: 2025-11-13 13:50:51.703 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerFlex SDNAS Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:98 DEBUG: 2025-11-13 13:50:51.705 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerFlex SDNAS Layer. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:125 DEBUG: 2025-11-13 13:50:51.708 3331052 INFO manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, port: 443, username: admin. Verify server's certificate: None. DEBUG: 2025-11-13 13:50:51.710 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_create_share_from_snapshot [0.616284s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_update_share_server_security_service_1_True [0.037585s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_create_share_group [0.031236s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test__allow_access_ok [0.024325s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_delete_driver [0.025551s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_delete_share_group_snapshot [0.018571s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test__get_access_group_other [0.025808s] ... ok DEBUG: 2025-11-13 13:50:51.780 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:67 DEBUG: 2025-11-13 13:50:51.782 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:72 DEBUG: 2025-11-13 13:50:51.785 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerFlex SDNAS Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:98 DEBUG: 2025-11-13 13:50:51.787 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerFlex SDNAS Layer. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:125 DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_do_setup_2___nfs___None_ [0.022482s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test__get_access_group_ro [0.022952s] ... ok DEBUG: 2025-11-13 13:50:51.788 3331052 INFO manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, port: 443, username: admin. Verify server's certificate: None. DEBUG: 2025-11-13 13:50:51.789 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating NFS share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:168 DEBUG: 2025-11-13 13:50:51.790 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieving Storage Pool ID for Env8-SP-SW_SSD-1 _create_nfs_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:260 DEBUG: 2025-11-13 13:50:51.791 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating filesystem Manila-UT-filesystem _create_nfs_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:265 DEBUG: 2025-11-13 13:50:51.793 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] {'The requested NFS export "Manila-UT-filesystem" was not created.'} DEBUG: 2025-11-13 13:50:51.794 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_create_share_nfs_filesystem_id_not_found [0.082797s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_do_setup_3___nfs____fs_manila__ [0.032276s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test__get_access_group_rw [0.050430s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_extend_share [0.021893s] ... ok DEBUG: 2025-11-13 13:50:51.860 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:67 DEBUG: 2025-11-13 13:50:51.862 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:72 DEBUG: 2025-11-13 13:50:51.865 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerFlex SDNAS Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:98 DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_get_configured_ip_versions_1_cephfs [0.022419s] ... ok DEBUG: 2025-11-13 13:50:51.867 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerFlex SDNAS Layer. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:125 DEBUG: 2025-11-13 13:50:51.868 3331052 INFO manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, port: 443, username: admin. Verify server's certificate: None. DEBUG: {1} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test_create_share_guest_not_ok [0.038173s] ... ok DEBUG: 2025-11-13 13:50:51.870 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting NFS share. delete_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:221 DEBUG: 2025-11-13 13:50:51.883 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieving filesystem ID for filesystem Manila-UT-filesystem _delete_nfs_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:299 DEBUG: Caught an unexpected share status 'available' during share status update routine. Skipping. DEBUG: 2025-11-13 13:50:51.884 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting filesystem ID _delete_nfs_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:305 DEBUG: 2025-11-13 13:50:51.884 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to delete NFS export "Manila-UT-filesystem". DEBUG: 2025-11-13 13:50:51.889 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_delete_nfs_share_backend_failure [0.094299s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_get_share_status_returns_none_for_unexpected_status [0.027623s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_security_service_helper.SecurityServiceHelperTestCase.test_ldap_get_info_exception_3 [0.022015s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_manage_existing_no_subvolume_name [0.019018s] ... ok DEBUG: 2025-11-13 13:50:51.936 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:67 DEBUG: LDAP credentials are invalid. Aborting operation. DEBUG: 2025-11-13 13:50:51.938 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:72 DEBUG: 2025-11-13 13:50:51.940 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerFlex SDNAS Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:98 DEBUG: {1} manila.tests.share.drivers.container.test_security_service_helper.SecurityServiceHelperTestCase.test_ldap_retry_operation_invalid_credential [0.041089s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_manage_existing_snapshot_snapshot_not_found [0.028213s] ... ok DEBUG: 2025-11-13 13:50:51.942 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerFlex SDNAS Layer. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:125 DEBUG: 2025-11-13 13:50:51.943 3331052 INFO manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, port: 443, username: admin. Verify server's certificate: None. DEBUG: 2025-11-13 13:50:51.944 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting NFS share. delete_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:221 DEBUG: 2025-11-13 13:50:51.945 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieving filesystem ID for filesystem Manila-UT-filesystem _delete_nfs_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:299 DEBUG: 2025-11-13 13:50:51.948 3331052 WARNING manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Attempted to delete NFS export "Manila-UT-filesystem", but the export does not appear to exist. DEBUG: 2025-11-13 13:50:51.949 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_delete_nfs_share_share_does_not_exist [0.060035s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_manage_existing_subvolume_infinite_size_2_ShareBackendException [0.035043s] ... ok DEBUG: 2025-11-13 13:50:51.992 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:67 DEBUG: 2025-11-13 13:50:51.994 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:72 DEBUG: 2025-11-13 13:50:51.999 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerFlex SDNAS Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:98 DEBUG: 2025-11-13 13:50:52.001 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerFlex SDNAS Layer. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:125 DEBUG: {1} manila.tests.share.drivers.container.test_security_service_helper.SecurityServiceHelperTestCase.test_setup_security_service [0.063147s] ... ok DEBUG: 2025-11-13 13:50:52.003 3331052 INFO manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, port: 443, username: admin. Verify server's certificate: None. DEBUG: 2025-11-13 13:50:52.005 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Extending Manila-UT-filesystem to 20GiB extend_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:235 DEBUG: 2025-11-13 13:50:52.006 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_extend_share [0.060785s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_shrink_share [0.028276s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_update_share_stats_2_False [0.020195s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test__try_to_unmount_device_1_None [0.040707s] ... ok DEBUG: 2025-11-13 13:50:52.051 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:67 DEBUG: 2025-11-13 13:50:52.053 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:72 DEBUG: 2025-11-13 13:50:52.056 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerFlex SDNAS Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:98 DEBUG: 2025-11-13 13:50:52.058 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerFlex SDNAS Layer. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:125 DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_version_check_3_____version____ceph_version_14_3_1______nautilus__ [0.019672s] ... ok DEBUG: 2025-11-13 13:50:52.060 3331052 INFO manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, port: 443, username: admin. Verify server's certificate: None. DEBUG: 2025-11-13 13:50:52.062 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_setup_server [0.054044s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.MiscTests.test_rados_module_missing_2 [0.022347s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_get_share_pool_name [0.042969s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.NFSClusterProtocolHelperTestCase.test_allow_access_rw_ro_when_export_exist_1_rw [0.021704s] ... ok DEBUG: 2025-11-13 13:50:52.111 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:67 DEBUG: 2025-11-13 13:50:52.113 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:72 DEBUG: 2025-11-13 13:50:52.116 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerFlex SDNAS Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:98 DEBUG: 2025-11-13 13:50:52.117 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerFlex SDNAS Layer. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:125 DEBUG: 2025-11-13 13:50:52.119 3331052 INFO manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, port: 443, username: admin. Verify server's certificate: None. DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.NFSClusterProtocolHelperTestCase.test_allow_access_rw_ro_when_export_exist_2_ro [0.021462s] ... ok DEBUG: 2025-11-13 13:50:52.120 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updating access to NFS share. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:188 DEBUG: 2025-11-13 13:50:52.122 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to update NFS access rules for "foo_display_name". DEBUG: 2025-11-13 13:50:52.123 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_update_access_add_nfs_backend_failure [0.061136s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_check_for_setup_error_04____fakehost______some_host_name____some_host_name____1_1_1_0____True_ [0.019869s] ... ok DEBUG: 2025-11-13 13:50:52.164 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:67 DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_get_share_server_pools_1_62_50g_72_50g [0.076238s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_check_for_setup_error_11____fakehost____some_host_name____1_1_1_0____1001__1001_____True_ [0.019028s] ... ok DEBUG: 2025-11-13 13:50:52.166 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerFlex SDNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:72 DEBUG: 2025-11-13 13:50:52.168 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerFlex SDNAS Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:98 DEBUG: 2025-11-13 13:50:52.169 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerFlex SDNAS Layer. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerflex/connection.py:125 DEBUG: 2025-11-13 13:50:52.172 3331052 INFO manila.share.drivers.dell_emc.plugins.powerflex.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, port: 443, username: admin. Verify server's certificate: None. DEBUG: 2025-11-13 13:50:52.174 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_update_share_stats [0.049567s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_get_configured_ip_versions_8__None____1001__1001_129____1_1_1_0_____4__6__ [0.018965s] ... ok DEBUG: 2025-11-13 13:50:52.193 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] POST https://192.168.0.110:443/rest/v1/nfs-exports 201 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: Setting configured IP versions to [4, 6] since a hostname (rather than IP address) was supplied in 'cephfs_ganesha_server_ip' or in 'cephfs_ganesha_export_ips'. DEBUG: 2025-11-13 13:50:52.198 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_create_nfs_export [0.025193s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_get_configured_ip_versions_already_set [0.022589s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_get_share_server_pools_2_____72_50g_62_50g_ [0.055026s] ... ok DEBUG: 2025-11-13 13:50:52.222 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] DELETE https://192.168.0.110:443/rest/v1/file-systems/6432b79e-1cc3-0414-3ffd-2a50fb1ccff3 204 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:52.225 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_delete_filesystem [0.025578s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_get_export_locations_no_export_ips_configured [0.027895s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: 2025-11-13 13:50:52.245 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] POST https://192.168.0.110:443/fake_url 201 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:52.248 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_execute_powerflex_post_request_with_no_param [0.022125s] ... ok DEBUG: Failed to delete snapshot "Manila-UT-filesystem-snap". DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_delete_snapshot_backend_failure [0.648571s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_get_export_locations_with_export_ips_configured [0.028788s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_get_share_server_pools_3____62_50g__72_50g_ [0.056516s] ... ok DEBUG: 2025-11-13 13:50:52.286 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GET https://192.168.0.110:443/rest/v1/file-systems?select=id&name=eq.Manila-UT-filesystem 200 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:52.289 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_get_filesystem_id [0.042165s] ... ok DEBUG: The NFSProtocolHelper has been deprecated. Starting from the 2025.1 release, we will no longer support exporting NFS shares through a NFS Ganesha instance that not managed by the Ceph orchestrator. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test__get_headers_1_False [0.038398s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.NFSProtocolHelperTestCase.test_init_executor_type_2_True [0.024301s] ... ok DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.NativeProtocolHelperTestCase.test_allow_access_same_cephx_id_as_manila_service [0.019121s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_migration_check_compatibility_1 [0.040950s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test__get_headers_2_True [0.027357s] ... ok DEBUG: 2025-11-13 13:50:52.328 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GET https://192.168.0.110:443/rest/v1/nas-servers?select=id&name=eq.env8nasserver 200 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:52.332 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.NativeProtocolHelperTestCase.test_allow_access_to_preexisting_ceph_user [0.019685s] ... ok DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_get_nas_server_id [0.044583s] ... ok DEBUG: PowerFlex REST API access is still forbidden or unauthorized, there might be an issue with your credentials. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_check_response_with_invalid_credential [0.021464s] ... ok DEBUG: %alice did not have access to share fakeinstanceid. DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_provide_storage [0.038436s] ... ok DEBUG: 2025-11-13 13:50:52.358 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] PATCH https://192.168.0.110:443/rest/v1/nfs-exports/6433a2b2-6d60-f737-9f3b-2a50fb1ccff3 204 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: {0} manila.tests.share.drivers.cephfs.test_driver.NativeProtocolHelperTestCase.test_deny_access_missing_access_rule [0.027353s] ... ok DEBUG: 2025-11-13 13:50:52.361 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_set_export_access [0.024109s] ... ok DEBUG: REST REQUEST: https://192.168.0.110:443/rest/v1/file-systems/6432b79e-1cc3-0414-3ffd-2a50fb1ccff3 with params null DEBUG: REST RESPONSE: 204 with params DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_check_response_with_login_delete [0.030480s] ... ok DEBUG: Failed to run command fake_command due to . DEBUG: {0} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test__inner_execute_not_ok [0.022326s] ... ok DEBUG: 2025-11-13 13:50:52.390 3331052 INFO manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Storage pools: fake_pool will be managed. DEBUG: 2025-11-13 13:50:52.391 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_4 [0.029891s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_connect_network_failure [0.019032s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_remove_storage [0.045399s] ... ok DEBUG: REST REQUEST: https://192.168.0.110:443/rest/v1/file-systems/6432b79e-1cc3-0414-3ffd-2a50fb1ccff3 with params null DEBUG: REST RESPONSE: 204 with params DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_rename_storage_1_None [0.020510s] ... ok DEBUG: 2025-11-13 13:50:52.425 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_check_response_with_login_patch [0.053500s] ... ok DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_without_matched_pool_2 [0.033446s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_disconnect_network [0.034046s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_share_server_migration_check_compatibility_false_2 [0.021255s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_execute_powerflex_patch_request_with_no_param [0.026923s] ... ok DEBUG: 2025-11-13 13:50:52.464 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_without_matched_pool_3 [0.038543s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_disconnect_network_failure [0.030637s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_share_server_migration_check_compatibility_true_1 [0.024768s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_share_server_migration_check_compatibility_true_2 [0.022545s] ... ok DEBUG: 2025-11-13 13:50:52.502 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_allow_cifs_ro_access [0.037549s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_get_storage_pool_id [0.056739s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_execute [0.046956s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_share_server_migration_continue [0.054864s] ... ok DEBUG: 2025-11-13 13:50:52.555 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_allow_cifs_ro_access_with_ipv6 [0.052840s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_execute_bad_command_format [0.043006s] ... ok DEBUG: {1} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_share_server_migration_get_progess [0.022679s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_1 [0.073825s] ... ok DEBUG: 2025-11-13 13:50:52.587 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" by "manila.share.drivers.dell_emc.plugins.vnx.object_manager.NFSShare.allow_share_access..do_allow_access" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Error running SSH command: fake cmd. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: 2025-11-13 13:50:52.589 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" acquired by "manila.share.drivers.dell_emc.plugins.vnx.object_manager.NFSShare.allow_share_access..do_allow_access" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {1} manila.tests.share.drivers.dell_emc.common.enas.test_connector.CmdConnectorTest.test_run_ssh_exception [0.019150s] ... ok DEBUG: 2025-11-13 13:50:52.592 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" "released" by "manila.share.drivers.dell_emc.plugins.vnx.object_manager.NFSShare.allow_share_access..do_allow_access" :: held 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:52.595 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_allow_nfs_access [0.039395s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_execute_command_not_there [0.032586s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.common.enas.test_connector.XMLAPIConnectorTest.test_request_with_no_authorized_exception [0.030138s] ... ok DEBUG: 2025-11-13 13:50:52.632 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" by "manila.share.drivers.dell_emc.plugins.vnx.object_manager.NFSShare.allow_share_access..do_allow_access" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:52.635 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" acquired by "manila.share.drivers.dell_emc.plugins.vnx.object_manager.NFSShare.allow_share_access..do_allow_access" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:52.637 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" "released" by "manila.share.drivers.dell_emc.plugins.vnx.object_manager.NFSShare.allow_share_access..do_allow_access" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {1} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ConvertIPv6FormatTestCase.test_invalid_ipv6_addr_2 [0.018382s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_3 [0.055464s] ... ok DEBUG: 2025-11-13 13:50:52.641 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_allow_nfs_access_with_ipv6 [0.046738s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_get_container_networks_failure [0.033995s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ConvertIPv6FormatTestCase.test_invalid_ipv6_addr_4 [0.024193s] ... ok DEBUG: 2025-11-13 13:50:52.684 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_cifs_clear_access_server_not_found [0.042879s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_rename_container_exception_cmds_3 [0.038507s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ExportUncPathTestCase.test_invalid_ipv6_addr_3 [0.029004s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_5 [0.060929s] ... ok DEBUG: Failed to get storage pool information. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}] DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_failed_to_get_pool_info [0.030137s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_rename_container_exception_veth [0.044366s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ExportUncPathTestCase.test_invalid_ipv6_addr_6 [0.043251s] ... ok DEBUG: 2025-11-13 13:50:52.738 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_cifs_share_with_ipv6 [0.057526s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_allow_access_with_incorrect_proto [0.031182s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ExportUncPathTestCase.test_ipv6_addr_1 [0.027788s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_start_container_impossible_failure [0.037872s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_allow_access_with_invalid_access_level [0.031827s] ... ok DEBUG: 2025-11-13 13:50:52.809 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CIFS server 56aafd02-4d44-43d7-b784-57fc88167224 doesn't have interface, so the share is inaccessible. DEBUG: 2025-11-13 13:50:52.816 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ExportUncPathTestCase.test_ipv6_addr_2 [0.050507s] ... ok DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_cifs_share_without_interface_in_cifs_server [0.077763s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_container_helper.DockerExecHelperTestCase.test_stop_container_oh_noes [0.051254s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_allow_nfs_access_with_incorrect_access_type [0.040882s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.common.enas.test_utils.SslContextTestCase.test_create_ssl_context_no_verify [0.042026s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_check_for_setup_error [0.032166s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__check_if_all_fields_are_updatable_1____dns_ip____server____domain____user____password____ou____False_ [0.052636s] ... ok DEBUG: 2025-11-13 13:50:52.886 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_cifs_share_without_pool_name [0.065650s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_cifs_share_without_share_server [0.030861s] ... ok DEBUG: The requested NFS export "Manila-UT-filesystem" was not created. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_create_share_nfs_backend_failure [0.052913s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test__delete_export_and_umount_storage [0.042056s] ... ok DEBUG: No share server found. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_cifs_share_without_share_server_name [0.032352s] ... ok DEBUG: 2025-11-13 13:50:52.944 3331052 INFO manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Found the header of the command /nas/bin/nas_cel -interconnect -l. DEBUG: 2025-11-13 13:50:52.951 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_nfs_share_from_snapshot [0.062454s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_manage_server [0.043274s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_nfs_share_from_snapshot_with_ipv6 [0.040814s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_driver.ContainerShareDriverTestCase.test_update_share_server_network_allocations [0.039755s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_nfs_share_with_ipv6 [0.032275s] ... ok DEBUG: 2025-11-13 13:50:53.022 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_delete_nfs_share_with_ipv6 [0.070561s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_share_from_snapshot_with_incorrect_proto [0.028957s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test__deny_access_not_ok [0.036364s] ... ok DEBUG: 2025-11-13 13:50:53.057 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_delete_snapshot_with_ipv6 [0.033360s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test__deny_access_ok [0.030456s] ... ok DEBUG: 2025-11-13 13:50:53.094 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_deny_cifs_ro_access_with_ipv6 [0.038122s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_delete_cifs_share [0.063404s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test__deny_access_ok_so_many_users [0.032852s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test__get_existing_users [0.018595s] ... ok DEBUG: 2025-11-13 13:50:53.162 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_deny_cifs_rw_access [0.069094s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test_delete_share [0.018641s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_delete_cifs_share_with_ipv6 [0.077934s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_protocol_helper.DockerCIFSHelperTestCase.test_update_access_add_rules [0.026961s] ... ok DEBUG: 2025-11-13 13:50:53.225 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_extend_share_without_pool_name [0.063720s] ... ok DEBUG: Failed to delete mount point /7cf7c200_d3af_4e05_b87e_9167c95df4f9 on mover 56aafd02-4d44-43d7-b784-57fc88167224. Reason: {'type': 'TaskResponse', 'taskId': '123', 'maxSeverity': 'error', 'objects': [], 'problems': []}. DEBUG: Failed to delete file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: []. DEBUG: {0} manila.tests.share.drivers.container.test_security_service_helper.SecurityServiceHelperTestCase.test_ldap_bind [0.033689s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_delete_cifs_share_with_nonexistent_mount_and_filesystem [0.063996s] ... ok DEBUG: Command has returned execution error. Will retry the operation. Error details: None DEBUG: 2025-11-13 13:50:53.282 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get storage pool information. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}] DEBUG: 2025-11-13 13:50:53.286 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_get_pool_failed_to_get_pool_info [0.056589s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_delete_nfs_share [0.061665s] ... ok DEBUG: 2025-11-13 13:50:53.316 3331052 DEBUG manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share server 56aafd02-4d44-43d7-b784-57fc88167224 not found, creating share server... setup_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py:714 DEBUG: 2025-11-13 13:50:53.319 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.323 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create mover interface {'name': 'a33884c869e0', 'device_name': 'cge-1-0', 'ip': '192.168.1.2', 'mover_name': 'server_2', 'vlan_id': 100, 'net_mask': '255.255.255.0'}. Reason: []. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_delete_share_with_incorrect_proto [0.031622s] ... ok DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not setup server.: manila.exception.EMCVnxXMLAPIError: Failed to create mover interface {'name': 'a33884c869e0', 'device_name': 'cge-1-0', 'ip': '192.168.1.2', 'mover_name': 'server_2', 'vlan_id': 100, 'net_mask': '255.255.255.0'}. Reason: []. DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection Traceback (most recent call last): DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py", line 741, in setup_server DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection self._get_context('MoverInterface').create(interface) DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection return r(f, *args, **kwargs) DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection ^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection do = self.iter(retry_state=retry_state) DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 314, in iter DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection return fut.result() DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection ^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection return self.__get_result() DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection raise self._exception DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection result = fn(*args, **kwargs) DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/object_manager.py", line 1214, in create DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection raise exception.EMCVnxXMLAPIError(err=message) DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection manila.exception.EMCVnxXMLAPIError: Failed to create mover interface {'name': 'a33884c869e0', 'device_name': 'cge-1-0', 'ip': '192.168.1.2', 'mover_name': 'server_2', 'vlan_id': 100, 'net_mask': '255.255.255.0'}. Reason: []. DEBUG: 2025-11-13 13:50:53.325 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection DEBUG: 2025-11-13 13:50:53.340 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_setup_server_with_exception [0.055237s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_deny_nfs_access [0.031790s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_deny_access [0.466657s] ... ok DEBUG: 2025-11-13 13:50:53.382 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.393 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_delete_cifs_server [0.049456s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_get_managed_ports_one_port_4 [0.029311s] ... ok DEBUG: 2025-11-13 13:50:53.420 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_get_all_cifs_server [0.027470s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.439 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.440 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.dell_emc.plugins.powermax.object_manager.CIFSServer.get_all' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:53.440 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.dell_emc.plugins.powermax.object_manager.CIFSServer.get_all in 1.0 seconds as it raised EMCPowerMaxInvalidMoverID: Invalid mover or vdm fake_mover_id.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:53.440 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.442 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_get_all_cifs_server_invalid_mover_id [0.021383s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_get_default_filter_function [0.078872s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_setup_server_with_ipv6 [0.065237s] ... ok DEBUG: 2025-11-13 13:50:53.463 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_modify_cifs_server_but_unjoin_domain [0.021318s] ... ok DEBUG: 2025-11-13 13:50:53.483 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_allow_share_access [0.019734s] ... ok DEBUG: 2025-11-13 13:50:53.501 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_clear_share_access_has_white_list [0.017704s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.518 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.520 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_create_cifs_share [0.018682s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_teardown_server_without_security_services [0.064246s] ... ok DEBUG: 2025-11-13 13:50:53.537 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get CIFS share by name 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}]. DEBUG: 2025-11-13 13:50:53.537 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CIFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. Skip the deletion. DEBUG: 2025-11-13 13:50:53.538 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_delete_cifs_share_not_found [0.018163s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_teardown_server [0.087447s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_update_access_add_cifs_rw [0.070921s] ... ok DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to disable the access to CIFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 1662, in disable_share_access DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager self._execute_cmd(disable_access, check_exit_code=True) DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager return r(f, *args, **kwargs) DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager do = self.iter(retry_state=retry_state) DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 314, in iter DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager return fut.result() DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager return self.__get_result() DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager raise self._exception DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager result = fn(*args, **kwargs) DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 177, in _execute_cmd DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager out, err = self.conn['SSH'].run_ssh(cmd, check_exit_code) DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager result = effect(*args, **kwargs) DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas/utils.py", line 62, in __call__ DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager raise item[2] DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager Command: None DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager Exit code: - DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager Stdout: '' DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager Stderr: None DEBUG: 2025-11-13 13:50:53.555 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager DEBUG: 2025-11-13 13:50:53.557 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_disable_share_access_with_error [0.018338s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_update_access_add_nfs [0.090291s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_update_access_recover_cifs_rule [0.065142s] ... ok DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get access list of CIFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager Traceback (most recent call last): DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 1740, in get_share_access DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager out, err = self._execute_cmd(get_access, check_exit_code=True) DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager return r(f, *args, **kwargs) DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager do = self.iter(retry_state=retry_state) DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 314, in iter DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager return fut.result() DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager return self.__get_result() DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager raise self._exception DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager result = fn(*args, **kwargs) DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 177, in _execute_cmd DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager out, err = self.conn['SSH'].run_ssh(cmd, check_exit_code) DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager result = effect(*args, **kwargs) DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas/utils.py", line 62, in __call__ DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager raise item[2] DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager Command: None DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager Exit code: - DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager Stdout: '' DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager Stderr: None DEBUG: 2025-11-13 13:50:53.573 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager DEBUG: 2025-11-13 13:50:53.575 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_get_share_access_failed [0.018087s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_check_response_with_login_get [0.046737s] ... ok DEBUG: 2025-11-13 13:50:53.594 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.594 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to delete DNS domain fake_domain. Reason: []. DEBUG: 2025-11-13 13:50:53.598 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.DNSDomainTestCase.test_delete_dns_domain [0.023061s] ... ok DEBUG: 2025-11-13 13:50:53.622 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.623 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_create_file_system_on_mover [0.025113s] ... ok DEBUG: 2025-11-13 13:50:53.642 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_delete_file_system [0.018895s] ... ok DEBUG: 2025-11-13 13:50:53.660 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to delete file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: [{'message': 'File system with id=77777 not found.', 'messageCode': '14227341326', 'Description': 'The file system ID supplied with the request is invalid.', 'Action': 'Refer to the XML API v2 schema/documentation and correct your user program logic.', 'Diagnostics': ' Exception tag: 14fb6b6a7b8 Exception message: com.emc.nas.ccmd.common.MessageInstanceImpl@5004000e '}]. DEBUG: 2025-11-13 13:50:53.661 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_delete_file_system_with_error [0.018707s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_update_access_recover_nfs_rule [0.079956s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_get_fsid_from_export_name [0.060630s] ... ok DEBUG: 2025-11-13 13:50:53.679 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get file system by name 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error. ', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic. ', 'Diagnostics': 'File system not found.'}, {'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Migration file system not found.'}]. DEBUG: 2025-11-13 13:50:53.680 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_extend_file_system_but_not_found [0.018501s] ... ok DEBUG: 2025-11-13 13:50:53.698 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Mount Point /7cf7c200_d3af_4e05_b87e_9167c95df4f9 already exists. Skip the creation. DEBUG: 2025-11-13 13:50:53.699 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_create_mount_point_but_already_exist [0.019181s] ... ok DEBUG: 2025-11-13 13:50:53.726 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.728 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.dell_emc.plugins.powermax.object_manager.MountPoint.create' after 0.002(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:53.728 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.dell_emc.plugins.powermax.object_manager.MountPoint.create in 1.0 seconds as it raised EMCPowerMaxInvalidMoverID: Invalid mover or vdm fake_mover_id.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:53.728 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.730 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_create_mount_point_invalid_mover_id [0.031069s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_get_fsid_from_snapshot_name [0.046675s] ... ok DEBUG: 2025-11-13 13:50:53.749 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.751 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_create_mount_point_on_mover [0.020637s] ... ok DEBUG: 2025-11-13 13:50:53.770 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_delete_mount_point_on_vdm [0.019373s] ... ok DEBUG: 2025-11-13 13:50:53.788 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to delete mount point /7cf7c200_d3af_4e05_b87e_9167c95df4f9 on mover 56aafd02-4d44-43d7-b784-57fc88167224. Reason: {'type': 'TaskResponse', 'taskId': '123', 'maxSeverity': 'error', 'objects': [], 'problems': []}. DEBUG: 2025-11-13 13:50:53.790 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_delete_mount_point_with_error [0.021741s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.811 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.813 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_get_mount_points [0.020697s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_update_share_stats [0.077226s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_get_nfs_export_id [0.039560s] ... ok DEBUG: 2025-11-13 13:50:53.831 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.832 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Mover interface IP 192.168.1.1 already exists. Skip the creation. DEBUG: 2025-11-13 13:50:53.833 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface_ip_already_exist [0.020005s] ... ok DEBUG: 2025-11-13 13:50:53.850 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.851 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invalid vlan id 100. Other interfaces on this subnet are in a different vlan. DEBUG: 2025-11-13 13:50:53.852 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface_with_conflict_vlan_id_1 [0.019201s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_create_cifs_server_invalid_mover_id [0.052946s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_get_nfs_export_name [0.043836s] ... ok DEBUG: 2025-11-13 13:50:53.870 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.870 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Mover interface 192.168.1.1 not found. Skip the deletion. DEBUG: 2025-11-13 13:50:53.871 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverInterfaceTestCase.test_delete_mover_interface_but_nonexistent [0.018927s] ... ok DEBUG: 2025-11-13 13:50:53.890 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.890 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.dell_emc.plugins.powermax.object_manager.MoverInterface.delete' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:53.890 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.dell_emc.plugins.powermax.object_manager.MoverInterface.delete in 1.0 seconds as it raised EMCPowerMaxInvalidMoverID: Invalid mover or vdm fake_mover_id.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:50:53.891 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.892 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverInterfaceTestCase.test_delete_mover_interface_invalid_mover_id [0.020526s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_get_storage_pool_statistic [0.040527s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_get_cifs_server [0.045963s] ... ok DEBUG: 2025-11-13 13:50:53.912 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.913 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to delete mover interface 192.168.1.1 on mover server_2. Reason: []. DEBUG: 2025-11-13 13:50:53.914 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverInterfaceTestCase.test_delete_mover_interface_with_error [0.022247s] ... ok DEBUG: 2025-11-13 13:50:53.936 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.937 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.938 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverInterfaceTestCase.test_get_mover_interface [0.023888s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:53.956 3331052 INFO manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Found the header of the command /nas/bin/nas_cel -interconnect -l. DEBUG: 2025-11-13 13:50:53.957 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverTestCase.test_get_interconnect_id [0.017957s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_modify_cifs_server [0.042945s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_6 [0.058183s] ... ok DEBUG: 2025-11-13 13:50:53.984 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Failed to modify CIFS server 4-57fc88167224. Reason: []. DEBUG: 2025-11-13 13:50:53.988 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverTestCase.test_get_mover_but_not_found [0.033254s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_modify_cifs_server_with_error [0.049753s] ... ok DEBUG: 2025-11-13 13:50:54.017 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverTestCase.test_get_mover_ref_with_error [0.027613s] ... ok DEBUG: Failed to create file share 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: []. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_create_cifs_share_with_error [0.031681s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_without_matched_pool_1 [0.069638s] ... ok DEBUG: User not found on domain, skipping deny... DEBUG: 2025-11-13 13:50:54.038 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.allow_share_access..do_allow_access" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:54.038 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" acquired by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.allow_share_access..do_allow_access" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:54.039 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" "released" by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.allow_share_access..do_allow_access" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:54.039 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.allow_share_access..do_allow_access" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:54.039 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" acquired by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.allow_share_access..do_allow_access" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:54.039 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" "released" by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.allow_share_access..do_allow_access" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:54.040 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.allow_share_access..do_allow_access" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:54.040 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" acquired by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.allow_share_access..do_allow_access" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:54.040 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" "released" by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.allow_share_access..do_allow_access" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:54.040 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.allow_share_access..do_allow_access" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:54.040 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" acquired by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.allow_share_access..do_allow_access" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:54.040 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 192.168.1.5 is already in access list of share 7cf7c200_d3af_4e05_b87e_9167c95df4f9. do_allow_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py:1934 DEBUG: 2025-11-13 13:50:54.040 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" "released" by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.allow_share_access..do_allow_access" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:54.045 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_allow_share_access [0.027645s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_deny_share_access_but_no_user_found [0.019450s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Failed to create DNS domain fake_domain. Reason: []. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.DNSDomainTestCase.test_create_dns_domain_with_error [0.019984s] ... ok DEBUG: 2025-11-13 13:50:54.086 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_create_nfs_share [0.040319s] ... ok DEBUG: CIFS server 56aafd02-4d44-43d7-b784-57fc88167224 not found. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_create_file_system_on_vdm [0.025813s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_allow_access_with_invalid_share_server_name [0.065693s] ... ok DEBUG: Mount point /7cf7c200_d3af_4e05_b87e_9167c95df4f9 on mover 56aafd02-4d44-43d7-b784-57fc88167224 not found. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_delete_mount_point_but_nonexistent [0.021623s] ... ok DEBUG: 2025-11-13 13:50:54.124 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.deny_share_access..do_deny_access" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:54.124 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" acquired by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.deny_share_access..do_deny_access" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:54.125 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" "released" by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.deny_share_access..do_deny_access" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:54.127 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_deny_rw_share_access [0.042460s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_delete_mount_point_invalid_mover_id [0.024511s] ... ok DEBUG: 2025-11-13 13:50:54.163 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.deny_share_access..do_deny_access" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:50:54.163 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" acquired by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.deny_share_access..do_deny_access" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:50:54.163 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:50:54.164 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Query nfs share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 failed. Reason None. DEBUG: 2025-11-13 13:50:54.164 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" "released" by "manila.share.drivers.dell_emc.plugins.powermax.object_manager.NFSShare.deny_share_access..do_deny_access" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:50:54.164 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_deny_share_not_found [0.035698s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_allow_cifs_access_with_incorrect_access_type [0.064134s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_delete_mount_point_on_mover [0.019255s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Mover interface name 3d909830c356 already exists. Skip the creation. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface_name_already_exist [0.019163s] ... ok DEBUG: 2025-11-13 13:50:54.207 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_get_nfs_share [0.043041s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Failed to create mover interface {'name': '3d909830c356', 'device_name': 'cge-1-0', 'ip': '192.168.1.1', 'mover_name': 'server_2', 'net_mask': '255.255.255.0', 'vlan_id': 100}. Reason: []. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface_with_error [0.019382s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_allow_ro_access_without_share_server_name [0.057481s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverInterfaceTestCase.test_delete_mover_interface [0.027110s] ... ok DEBUG: 2025-11-13 13:50:54.243 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to delete snapshot de4c9050-e2f9-4ce1-ade4-5ed0c9f26451. Reason: []. DEBUG: 2025-11-13 13:50:54.245 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Failed to get mover by name server_2. DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.SnapshotTestCase.test_delete_snapshot_with_error [0.036938s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverTestCase.test_get_mover_failed_to_get_mover_ref [0.018636s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_delete_nfs_share_locked [0.022801s] ... ok DEBUG: 2025-11-13 13:50:54.289 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.StoragePoolTestCase.test_get_pool [0.043932s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_cifs_share [0.069540s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_deny_ro_share_access [0.020400s] ... ok DEBUG: NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_get_nfs_share_not_found [0.018687s] ... ok DEBUG: 2025-11-13 13:50:54.324 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:54.325 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_create_vdm [0.039274s] ... ok DEBUG: Failed to list NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 on 56aafd02-4d44-43d7-b784-57fc88167224. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 1848, in get DEBUG: out, err = self._execute_cmd(nfs_query_cmd, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: return r(f, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: do = self.iter(retry_state=retry_state) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 314, in iter DEBUG: return fut.result() DEBUG: ^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: return self.__get_result() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: raise self._exception DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: result = fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 177, in _execute_cmd DEBUG: out, err = self.conn['SSH'].run_ssh(cmd, check_exit_code) 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas/utils.py", line 62, in __call__ DEBUG: raise item[2] DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_get_nfs_share_with_error [0.025526s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_cifs_share_from_snapshot_with_ipv6 [0.062628s] ... ok DEBUG: Failed to create snapshot de4c9050-e2f9-4ce1-ade4-5ed0c9f26451 on filesystem 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: []. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.SnapshotTestCase.test_create_snapshot_with_error [0.023272s] ... ok DEBUG: 2025-11-13 13:50:54.360 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:54.361 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.dell_emc.plugins.powermax.object_manager.VDM.create' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:50:54.361 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.dell_emc.plugins.powermax.object_manager.VDM.create in 1.0 seconds as it raised EMCPowerMaxInvalidMoverID: Invalid mover or vdm fake_mover_id.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: Failed to get snapshot by name de4c9050-e2f9-4ce1-ade4-5ed0c9f26451. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}]. DEBUG: 2025-11-13 13:50:54.362 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:54.376 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_create_vdm_invalid_mover_id [0.048311s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.SnapshotTestCase.test_delete_snapshot_failed_to_get_snapshot [0.024228s] ... ok DEBUG: Failed to get snapshot by de4c9050-e2f9-4ce1-ade4-5ed0c9f26451. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}]. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.SnapshotTestCase.test_get_snapshot_id_with_error [0.019739s] ... ok DEBUG: 2025-11-13 13:50:54.413 3331052 WARNING manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:54.414 3331052 ERROR manila.share.drivers.dell_emc.plugins.powermax.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create VDM 56aafd02-4d44-43d7-b784-57fc88167224 on mover server_2. Reason: []. DEBUG: 2025-11-13 13:50:54.415 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_create_vdm_with_error [0.038023s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_nfs_share [0.060347s] ... ok DEBUG: Invalid storage object type fake_type. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.StorageObjectManagerTestCase.test_get_storage_context_invalid_type [0.018554s] ... ok DEBUG: 2025-11-13 13:50:54.442 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_get_vdm [0.027497s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.StoragePoolTestCase.test_get_pool_with_error [0.044558s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_snapshot_with_ipv6 [0.061164s] ... ok DEBUG: 2025-11-13 13:50:54.494 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: 2025-11-13 13:50:54.495 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: 2025-11-13 13:50:54.496 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_allow_access [0.053230s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_attach_detach_nfs_interface [0.046107s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:54.550 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: 2025-11-13 13:50:54.551 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: VDM 56aafd02-4d44-43d7-b784-57fc88167224 already exists. Skip the creation. DEBUG: Driver does not support share deletion without share network specified. Return directly because there is nothing to clean. DEBUG: 2025-11-13 13:50:54.551 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: 2025-11-13 13:50:54.552 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_connect_invalid_config [0.056169s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_delete_share_without_share_server [0.073572s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_create_vdm_but_already_exist [0.042869s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_deny_access_with_incorrect_proto [0.044617s] ... ok DEBUG: Failed to get VDM by name 56aafd02-4d44-43d7-b784-57fc88167224. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}]. DEBUG: 2025-11-13 13:50:54.608 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: 2025-11-13 13:50:54.609 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: 2025-11-13 13:50:54.610 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_directory_not_found [0.058042s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_delete_vdm_but_failed_to_get_vdm [0.047737s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_deny_cifs_rw_access_with_ipv6 [0.043576s] ... ok DEBUG: Failed to get VDM by name 56aafd02-4d44-43d7-b784-57fc88167224. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_get_vdm_id_with_error [0.054588s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_extend_share [0.030971s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_get_vdm_with_error [0.029153s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_extend_share_with_ipv6 [0.033065s] ... ok DEBUG: 2025-11-13 13:50:54.721 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: 2025-11-13 13:50:54.722 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: 2025-11-13 13:50:54.724 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_directory_success [0.113459s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_get_managed_ports_one_port_2 [0.041759s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_get_pool_failed_to_find_matched_pool_name [0.034811s] ... ok DEBUG: 2025-11-13 13:50:54.806 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: 2025-11-13 13:50:54.809 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: 2025-11-13 13:50:54.811 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Removing directory /path/to/directory _delete_directory /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:222 DEBUG: 2025-11-13 13:50:54.813 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_directory_when_path_exists [0.090723s] ... ok DEBUG: File System 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}] DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_get_pool_failed_to_get_filesystem_info [0.030149s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_connect_root_dir_does_not_exist [0.133443s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_setup_server [0.032911s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_teardown_server_with_invalid_server_name [0.041563s] ... ok DEBUG: The requested CIFS share "share-foo" was not created. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_create_share_cifs_backend_failure [0.069045s] ... ok DEBUG: 2025-11-13 13:50:54.919 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: 2025-11-13 13:50:54.922 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: 2025-11-13 13:50:54.924 3331052 WARNING manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Quota not found for /path/to/quota DEBUG: 2025-11-13 13:50:54.926 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_quota_when_quota_does_not_exist [0.111843s] ... ok DEBUG: Could not find CIFS server by name: 56aafd02-4d44-43d7-b784-57fc88167224. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_teardown_server_without_cifs_server [0.042352s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_teardown_server_without_server_detail [0.029208s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_create_share_from_snapshot_nfs [0.084323s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_teardown_server_without_share_server_name_in_server_detail [0.034377s] ... ok DEBUG: Unsupported share protocol: FOO_PROTOCOL. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_create_share_invalid_share_protocol [0.054699s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_update_access_add_cifs_rw_with_ipv6 [0.068765s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_directory_failure [0.060129s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_update_access_recover_nfs_rule_with_ipv6 [0.057378s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_quota_when_quota_exists [0.066108s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_update_share_stats_without_matched_config_pools [0.060644s] ... ok DEBUG: Failed to update storage pool. DEBUG: Failed to get mover by name server_2. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_delete_cifs_server_but_not_found [0.024851s] ... ok DEBUG: CIFS server 56aafd02-4d44-43d7-b784-57fc88167224 on mover server_2 not found. Skip the deletion. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: CIFS server 56aafd02-4d44-43d7-b784-57fc88167224 on mover server_2 not found. Skip the deletion. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_delete_cifs_share [0.022672s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_share_cifs [0.080175s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_delete_cifs_share_invalid_mover_id [0.021704s] ... ok DEBUG: No access control entry found, skipping deny... DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_deny_share_access_no_ace [0.019045s] ... ok DEBUG: Failed to deny the access fullcontrol to CIFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 1711, in deny_share_access DEBUG: self._execute_cmd(allow_access, check_exit_code=True) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: return r(f, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: do = self.iter(retry_state=retry_state) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 314, in iter DEBUG: return fut.result() DEBUG: ^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: return self.__get_result() DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_deny_share_access_with_error [0.025338s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: raise self._exception DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: result = fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 177, in _execute_cmd DEBUG: out, err = self.conn['SSH'].run_ssh(cmd, check_exit_code) 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas/utils.py", line 62, in __call__ DEBUG: raise item[2] DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_snapshot [0.060740s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_disable_share_access [0.027352s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.DNSDomainTestCase.test_delete_dns_domain_invalid_mover_id [0.022928s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_create_file_system_invalid_mover_id [0.024776s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:55.381 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: 2025-11-13 13:50:55.383 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: 2025-11-13 13:50:55.386 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: NFS Share my_share is not found. DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_share_invalid_share_proto [0.461766s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_ensure_shares_nfs_share_does_not_exist [0.080541s] ... ok DEBUG: Failed to create file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: []. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_create_file_system_with_error [0.032058s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_create_filesystem_from_snapshot [0.022764s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_ensure_shares_nfs_share_exists [0.058629s] ... ok DEBUG: Failed to extend file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9 to new size 20480. Reason: [{'message': 'Fake message.', 'messageCode': '14227341325', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': ' Fake diagnostics.'}]. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_extend_file_system_with_error [0.023978s] ... ok DEBUG: 2025-11-13 13:50:55.458 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: 2025-11-13 13:50:55.461 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: 2025-11-13 13:50:55.464 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_ensure_share [0.070907s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_extend_file_system_with_same_size [0.019883s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_extend_share [0.053308s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_get_file_system [0.035130s] ... ok DEBUG: 2025-11-13 13:50:55.527 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: Failed to get file system by name 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error. ', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic. ', 'Diagnostics': 'File system not found.'}, {'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Migration file system not found.'}]. DEBUG: 2025-11-13 13:50:55.529 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: 2025-11-13 13:50:55.531 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updaing access for share share-foo. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:397 DEBUG: 2025-11-13 13:50:55.534 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_access_add_cifs [0.069514s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_get_file_system_but_not_found [0.028510s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_create_mount_point_on_vdm [0.028544s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_get_mount_points_invalid_mover_id [0.021341s] ... ok DEBUG: 2025-11-13 13:50:55.592 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: 2025-11-13 13:50:55.594 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: 2025-11-13 13:50:55.596 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updaing access for share share-foo. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:397 DEBUG: 2025-11-13 13:50:55.598 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Only RW and RO access levels are supported for CIFS user access. DEBUG: 2025-11-13 13:50:55.600 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_access_cifs_invalid_user_access_level [0.065713s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_get_mount_points_with_error [0.020127s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface [0.020056s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface_invalid_mover_id [0.025702s] ... ok DEBUG: 2025-11-13 13:50:55.664 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: 2025-11-13 13:50:55.667 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: 2025-11-13 13:50:55.668 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updaing access for share share-foo. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:397 DEBUG: 2025-11-13 13:50:55.670 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get user sid by foo. DEBUG: 2025-11-13 13:50:55.672 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_access_cifs_user_not_found [0.071994s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverTestCase.test_get_mover_with_error [0.037145s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_delete_nfs_share [0.050108s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.SnapshotTestCase.test_create_snapshot [0.052192s] ... ok DEBUG: 2025-11-13 13:50:55.800 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: 2025-11-13 13:50:55.802 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: 2025-11-13 13:50:55.804 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updaing access for share share-foo. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:397 DEBUG: 2025-11-13 13:50:55.805 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to update access rules for CIFS share "share-foo". DEBUG: 2025-11-13 13:50:55.807 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_access_delete_cifs [0.134660s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.SnapshotTestCase.test_delete_snapshot [0.084920s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_access_add_nfs [0.438813s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.SnapshotTestCase.test_get_snapshot [0.059888s] ... ok DEBUG: 2025-11-13 13:50:55.967 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: 2025-11-13 13:50:55.969 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: 2025-11-13 13:50:55.971 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updaing access for share share-foo. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:397 DEBUG: 2025-11-13 13:50:55.972 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to update access for NFS share share-foo: share not found. DEBUG: 2025-11-13 13:50:55.974 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_access_nfs_share_not_found [0.166983s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.SnapshotTestCase.test_get_snapshot_id [0.050040s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_access_delete_nfs [0.058550s] ... ok DEBUG: 2025-11-13 13:50:56.052 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerScale Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:62 DEBUG: 2025-11-13 13:50:56.055 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerScale Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:301 DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_access_recover_cifs [0.052607s] ... ok DEBUG: 2025-11-13 13:50:56.057 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updaing access for share share-foo. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale.py:397 DEBUG: 2025-11-13 13:50:56.059 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_access_recover_nfs [0.084724s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_create_nfs_export_2__404__False_ [0.022853s] ... ok DEBUG: 2025-11-13 13:50:56.085 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.087 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.089 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.092 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test__init__login_failure [0.032824s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_delete_nfs_share_2__404__False_ [0.019463s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_delete_quota_sends_delete_request [0.018265s] ... ok DEBUG: 2025-11-13 13:50:56.119 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.122 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.123 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request: GET https://localhost:8080/platform/1/auth/mapping/users/lookup {'params': {'user': 'foo'}} _log_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:466 DEBUG: 2025-11-13 13:50:56.126 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GET https://localhost:8080/platform/1/auth/mapping/users/lookup?user=foo 400 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.127 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response: status_code=400 body= _log_response /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:475 DEBUG: 2025-11-13 13:50:56.129 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to lookup user foo. DEBUG: 2025-11-13 13:50:56.130 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_auth_lookup_user_with_backend_error [0.037355s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_delete_smb_shares_1__204__True_ [0.018549s] ... ok DEBUG: 2025-11-13 13:50:56.150 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.152 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_delete_snapshot_error_case [0.018333s] ... ok DEBUG: 2025-11-13 13:50:56.154 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request: PUT https://localhost:8080/namespace/ifs/test?recursive=True _log_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:468 DEBUG: 2025-11-13 13:50:56.157 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] PUT https://localhost:8080/namespace/ifs/test?recursive=True 200 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.158 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response: status_code=200 body= _log_response /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:475 DEBUG: 2025-11-13 13:50:56.160 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_create_directory_no_permission [0.029596s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_cluster_version_success [0.018760s] ... ok DEBUG: 2025-11-13 13:50:56.179 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.181 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.183 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create session. Status_code="401", body="". DEBUG: 2025-11-13 13:50:56.186 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_create_session_failure [0.025826s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_nfs_export [0.019752s] ... ok DEBUG: 2025-11-13 13:50:56.211 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_nfs_export_error [0.022037s] ... ok DEBUG: 2025-11-13 13:50:56.213 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.213 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request: POST https://localhost:8080/platform/1/protocols/smb/shares {'data': '{"permissions": [], "name": "my_smb_share", "path": "/ifs/home/admin/smb_share"}'} _log_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:466 DEBUG: 2025-11-13 13:50:56.217 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] POST https://localhost:8080/platform/1/protocols/smb/shares 201 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.219 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response: status_code=201 body= _log_response /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:475 DEBUG: 2025-11-13 13:50:56.221 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_create_smb_share_1__201__True_ [0.035310s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_is_path_existent_2__404__False_ [0.020389s] ... ok DEBUG: 2025-11-13 13:50:56.242 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.244 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.246 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request: POST https://localhost:8080/platform/1/snapshot/snapshots {'data': '{"name": "my_snapshot_01", "path": "/ifs/home/admin"}'} _log_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:466 DEBUG: 2025-11-13 13:50:56.248 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] POST https://localhost:8080/platform/1/snapshot/snapshots 404 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.250 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response: status_code=404 body= _log_response /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:475 DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_lookup_smb_share [0.019678s] ... ok DEBUG: 2025-11-13 13:50:56.252 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_create_snapshot_error_case [0.030178s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_modify_smb_share_access_with_host_acl_and_smb_permission [0.018629s] ... ok DEBUG: 2025-11-13 13:50:56.272 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.274 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.276 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request: DELETE https://localhost:8080/platform/1/protocols/nfs/exports/42 _log_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:468 DEBUG: 2025-11-13 13:50:56.278 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] DELETE https://localhost:8080/platform/1/protocols/nfs/exports/42 204 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.279 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response: status_code=204 body= _log_response /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:475 DEBUG: 2025-11-13 13:50:56.282 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_delete_nfs_share_1__204__True_ [0.029349s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_modify_smb_share_access_with_http_error [0.019593s] ... ok DEBUG: 2025-11-13 13:50:56.301 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.303 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.305 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request: DELETE https://localhost:8080/namespace/ifs/home/admin/test?recursive=True _log_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:468 DEBUG: 2025-11-13 13:50:56.307 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] DELETE https://localhost:8080/namespace/ifs/home/admin/test?recursive=True 204 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_modify_smb_share_access_with_smb_permission_only [0.018553s] ... ok DEBUG: 2025-11-13 13:50:56.309 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response: status_code=204 body= _log_response /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:475 DEBUG: 2025-11-13 13:50:56.311 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_delete_path_1_True [0.029035s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_quota_create [0.025493s] ... ok DEBUG: 2025-11-13 13:50:56.336 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.336 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.338 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request: DELETE https://localhost:8080/namespace/ifs/home/admin/test?recursive=False _log_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:468 DEBUG: 2025-11-13 13:50:56.342 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] DELETE https://localhost:8080/namespace/ifs/home/admin/test?recursive=False 403 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.344 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response: status_code=403 body= _log_response /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:475 DEBUG: 2025-11-13 13:50:56.346 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_delete_path_error_case [0.039436s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_quota_create__path_does_not_exist [0.028244s] ... ok DEBUG: 2025-11-13 13:50:56.374 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.376 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.379 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_allocated_space_failure [0.027579s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_quota_get [0.019142s] ... ok DEBUG: 2025-11-13 13:50:56.399 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.401 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_quota_modify_with_threshold [0.018861s] ... ok DEBUG: 2025-11-13 13:50:56.404 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_cluster_version_failure [0.024524s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_quota_set__path_does_not_already_exist [0.018818s] ... ok DEBUG: 2025-11-13 13:50:56.422 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.424 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.426 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request: GET https://localhost:8080/namespaceifs/admin/test?detail=default _log_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:468 DEBUG: 2025-11-13 13:50:56.428 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GET https://localhost:8080/namespaceifs/admin/test?detail=default 200 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.429 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response: status_code=200 body={'my_json': 'test123'} _log_response /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:475 DEBUG: 2025-11-13 13:50:56.432 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_directory_listing [0.027016s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_request_with_401_response [0.019786s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_create_nfs_export [0.019250s] ... ok DEBUG: 2025-11-13 13:50:56.450 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.450 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.450 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request: GET https://localhost:8080/platform/1/snapshot/snapshots/foo1 _log_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:468 DEBUG: 2025-11-13 13:50:56.451 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GET https://localhost:8080/platform/1/snapshot/snapshots/foo1 200 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.451 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response: status_code=200 body={'snapshots': [{'path': '/ifs/home/test'}]} _log_response /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:475 DEBUG: 2025-11-13 13:50:56.452 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_snapshot_1 [0.019684s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_create_smb_share [0.020272s] ... ok DEBUG: 2025-11-13 13:50:56.476 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.476 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.476 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request: GET https://localhost:8080/platform/1/snapshot/snapshots/foo1 _log_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:468 DEBUG: 2025-11-13 13:50:56.477 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GET https://localhost:8080/platform/1/snapshot/snapshots/foo1 404 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.477 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response: status_code=404 body={'errors': []} _log_response /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:475 DEBUG: 2025-11-13 13:50:56.478 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: REST Request: GET https://192.168.0.110/api/rest/cluster with body None DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_snapshot_2__404_____errors_________None_ [0.026499s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_cluster_id_failure [0.021729s] ... ok DEBUG: REST Response: 400 with data DEBUG: 2025-11-13 13:50:56.505 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.506 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.507 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_space_stats_success [0.028350s] ... ok DEBUG: REST Request: GET https://192.168.0.110/api/rest/file_system?name=eq.powerstore-nfs-share with body None DEBUG: REST Response: 400 with data DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_filesystem_id_failure [0.019147s] ... ok DEBUG: 2025-11-13 13:50:56.532 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.533 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.534 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_user_sid_success [0.026848s] ... ok DEBUG: REST Request: GET https://192.168.0.110/api/rest/nfs_export/6454ec18-7b8d-1532-1b8a-1a9efb93188b?select=name with body None DEBUG: REST Response: 400 with data DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_nfs_export_name_failure [0.020574s] ... ok DEBUG: 2025-11-13 13:50:56.552 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.552 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.553 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_user_sid_user_not_found [0.019342s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_smb_share_id [0.019407s] ... ok DEBUG: 2025-11-13 13:50:56.571 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.571 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.571 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request: HEAD https://localhost:8080/namespace/ifs/home/admin _log_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:468 DEBUG: 2025-11-13 13:50:56.572 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HEAD https://localhost:8080/namespace/ifs/home/admin 200 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.572 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response: status_code=200 body= _log_response /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:475 DEBUG: 2025-11-13 13:50:56.573 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_is_path_existent_1__200__True_ [0.019732s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_resize_filesystem [0.018774s] ... ok DEBUG: 2025-11-13 13:50:56.591 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.593 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.594 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_modify_nfs_export_access_no_ro_ips [0.021435s] ... ok DEBUG: 2025-11-13 13:50:56.623 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.623 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to PowerScale OneFS during initialization. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:49 DEBUG: 2025-11-13 13:50:56.623 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request: GET https://localhost:8080/platform/1/quota/quotas?path=/ifs/manila/test _log_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:468 DEBUG: 2025-11-13 13:50:56.624 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GET https://localhost:8080/platform/1/quota/quotas?path=/ifs/manila/test 404 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.624 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response: status_code=404 body= _log_response /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:475 DEBUG: 2025-11-13 13:50:56.624 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request: POST https://localhost:8080/platform/1/quota/quotas {'data': '{"path": "/ifs/manila/test", "type": "directory", "include_snapshots": false, "thresholds_include_overhead": false, "enforced": true, "thresholds": {"hard": 256}}'} _log_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:466 DEBUG: 2025-11-13 13:50:56.627 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] POST https://localhost:8080/platform/1/quota/quotas 201 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.627 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerscale.powerscale_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response: status_code=201 body= _log_response /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerscale/powerscale_api.py:475 DEBUG: 2025-11-13 13:50:56.629 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_quota_set__quota_does_not_already_exist [0.034006s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_connect [0.064145s] ... ok DEBUG: 2025-11-13 13:50:56.647 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test__verify_cert [0.018433s] ... ok DEBUG: 2025-11-13 13:50:56.665 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] POST https://192.168.0.110/api/rest/file_system 400 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.665 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Request: POST https://192.168.0.110/api/rest/file_system with body {"name": "powerstore-nfs-share", "size_total": 3221225472, "nas_server_id": "6423d56e-eaf3-7424-be0b-1a9efb93188b"} DEBUG: 2025-11-13 13:50:56.665 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Response: 400 with data DEBUG: 2025-11-13 13:50:56.666 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_create_filesystem_failure [0.018422s] ... ok DEBUG: The requested NFS export "powerstore-share" was not created. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_create_share_from_snapshot_export_failure [0.043902s] ... ok DEBUG: 2025-11-13 13:50:56.685 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] POST https://192.168.0.110/api/rest/file_system/6454e9a9-a698-e9bc-ca61-1a9efb93188b/snapshot 201 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.685 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Request: POST https://192.168.0.110/api/rest/file_system/6454e9a9-a698-e9bc-ca61-1a9efb93188b/snapshot with body {"name": "powerstore-nfs-share-snap"} _send_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/client.py:77 DEBUG: 2025-11-13 13:50:56.685 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Response: 201 with data {"id": "6454ea29-09c3-030e-cfc3-1a9efb93188b"} _send_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/client.py:86 DEBUG: 2025-11-13 13:50:56.686 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_create_snapshot [0.020332s] ... ok DEBUG: 2025-11-13 13:50:56.704 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] DELETE https://192.168.0.110/api/rest/file_system/6454e9a9-a698-e9bc-ca61-1a9efb93188b 204 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.705 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Request: DELETE https://192.168.0.110/api/rest/file_system/6454e9a9-a698-e9bc-ca61-1a9efb93188b with body None _send_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/client.py:77 DEBUG: 2025-11-13 13:50:56.705 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Response: 204 with data _send_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/client.py:86 DEBUG: 2025-11-13 13:50:56.706 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_delete_filesystem [0.019206s] ... ok DEBUG: 2025-11-13 13:50:56.724 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GET https://192.168.0.110/api/rest/cluster 200 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.725 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Request: GET https://192.168.0.110/api/rest/cluster with body None _send_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/client.py:77 DEBUG: 2025-11-13 13:50:56.725 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Response: 200 with data [{"id": "0"}] _send_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/client.py:86 DEBUG: The requested NFS export "powerstore-share" was not created. DEBUG: 2025-11-13 13:50:56.726 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_cluster_id [0.019868s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_create_share_nfs_backend_failure [0.043588s] ... ok DEBUG: 2025-11-13 13:50:56.755 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GET https://192.168.0.110/api/rest/nfs_export?select=file_system_id&name=eq.powerstore-nfs-share 200 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.756 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Request: GET https://192.168.0.110/api/rest/nfs_export?select=file_system_id&name=eq.powerstore-nfs-share with body None _send_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/client.py:77 DEBUG: 2025-11-13 13:50:56.756 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Response: 200 with data [{"file_system_id": "6454e9a9-a698-e9bc-ca61-1a9efb93188b"}] _send_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/client.py:86 DEBUG: 2025-11-13 13:50:56.757 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_fsid_from_export_name [0.031457s] ... ok DEBUG: 2025-11-13 13:50:56.776 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GET https://192.168.0.110/api/rest/nfs_export?select=id&name=eq.powerstore-nfs-share 400 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.777 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Request: GET https://192.168.0.110/api/rest/nfs_export?select=id&name=eq.powerstore-nfs-share with body None DEBUG: 2025-11-13 13:50:56.777 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Response: 400 with data DEBUG: 2025-11-13 13:50:56.778 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_nfs_export_id_failure [0.020367s] ... ok DEBUG: Filesystem with share name powerstore-share is not found. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_delete_nfs_share_share_does_not_exist [0.059093s] ... ok DEBUG: 2025-11-13 13:50:56.796 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GET https://192.168.0.110/api/rest/nfs_export/6454ec18-7b8d-1532-1b8a-1a9efb93188b?select=name 200 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.796 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Request: GET https://192.168.0.110/api/rest/nfs_export/6454ec18-7b8d-1532-1b8a-1a9efb93188b?select=name with body None _send_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/client.py:77 DEBUG: 2025-11-13 13:50:56.797 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Response: 200 with data {"name": "powerstore-nfs-share"} _send_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/client.py:86 DEBUG: 2025-11-13 13:50:56.797 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_nfs_export_name [0.019418s] ... ok DEBUG: 2025-11-13 13:50:56.816 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] POST https://192.168.0.110/api/rest/file_system/6454ea29-09c3-030e-cfc3-1a9efb93188b/restore 204 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.816 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Request: POST https://192.168.0.110/api/rest/file_system/6454ea29-09c3-030e-cfc3-1a9efb93188b/restore with body None _send_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/client.py:77 DEBUG: 2025-11-13 13:50:56.817 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Response: 204 with data _send_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/client.py:86 DEBUG: 2025-11-13 13:50:56.817 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_restore_snapshot [0.020051s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_deny_access [0.045912s] ... ok DEBUG: 2025-11-13 13:50:56.835 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] POST https://192.168.0.110/api/rest/file_system/6454ea29-09c3-030e-cfc3-1a9efb93188b/restore 400 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.836 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Request: POST https://192.168.0.110/api/rest/file_system/6454ea29-09c3-030e-cfc3-1a9efb93188b/restore with body None DEBUG: 2025-11-13 13:50:56.836 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Response: 400 with data DEBUG: 2025-11-13 13:50:56.837 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_restore_snapshot_failure [0.018980s] ... ok DEBUG: 2025-11-13 13:50:56.854 3331052 DEBUG requests_mock.adapter [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] POST https://192.168.0.110/api/rest/metrics/generate?order=timestamp 400 send /usr/lib/python3.12/site-packages/requests_mock/adapter.py:256 DEBUG: 2025-11-13 13:50:56.854 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Request: POST https://192.168.0.110/api/rest/metrics/generate?order=timestamp with body {"entity": "space_metrics_by_cluster", "entity_id": "0"} DEBUG: 2025-11-13 13:50:56.855 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.client [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST Response: 400 with data DEBUG: 2025-11-13 13:50:56.855 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_retreive_cluster_capacity_metrics_failure [0.018655s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_revert_to_snapshot [0.047440s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_update_share_stats [0.047448s] ... ok DEBUG: 2025-11-13 13:50:56.932 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:56.932 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:56.933 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:56.933 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:56.933 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:56.933 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating CIFS share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:153 DEBUG: 2025-11-13 13:50:56.933 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating filesystem powerstore-share _create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:167 DEBUG: 2025-11-13 13:50:56.934 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get file interfaces of 6423d56e-eaf3-7424-be0b-1a9efb93188b _create_share_NFS_CIFS /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:185 DEBUG: 2025-11-13 13:50:56.934 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating CIFS export powerstore-share _create_share_NFS_CIFS /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:188 DEBUG: 2025-11-13 13:50:56.935 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_create_share_cifs [0.079650s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_create_nfs_share__existed_expt [0.019445s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_delete_snapshot__nonexistent_expt [0.017370s] ... ok DEBUG: 2025-11-13 13:50:56.978 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:56.979 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:56.979 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:56.979 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:56.979 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:56.980 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating NFS share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:153 DEBUG: 2025-11-13 13:50:56.980 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating filesystem powerstore-share _create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:167 DEBUG: 2025-11-13 13:50:56.980 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] {'The filesystem "powerstore-share" was not created.'} DEBUG: 2025-11-13 13:50:56.981 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_create_share_filesystem_id_not_found [0.045216s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_get_file_ports [0.025854s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_get_snapshot [0.018532s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.StorageObjectTestCase.test_xml_api_retry [1.034331s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_get_tenant_for_vlan_already_has_interfaces [0.018992s] ... ok DEBUG: Failed to get storage pool by name fake_pool_name. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}]. DEBUG: The used size of the file system svc_10 is bigger than input shrink size,it may cause date loss. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_shrink_filesystem_size_too_small [0.017431s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.StoragePoolTestCase.test_get_pool_id_with_error [0.038251s] ... ok DEBUG: 2025-11-13 13:50:57.053 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:57.053 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:57.053 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:57.053 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:57.054 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:57.054 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating CIFS share. create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:468 DEBUG: 2025-11-13 13:50:57.054 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieving snapshot id of snapshot powerstore-share-snap _create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:478 DEBUG: 2025-11-13 13:50:57.054 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cloning filesystem powerstore-share from snapshot 6454ea29-09c3-030e-cfc3-1a9efb93188b _create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:481 DEBUG: 2025-11-13 13:50:57.054 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get file interfaces of 6423d56e-eaf3-7424-be0b-1a9efb93188b _create_share_NFS_CIFS /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:185 DEBUG: 2025-11-13 13:50:57.054 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating CIFS export powerstore-share _create_share_NFS_CIFS /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:188 DEBUG: 2025-11-13 13:50:57.055 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Resizing powerstore-share to 6GiB create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:472 DEBUG: 2025-11-13 13:50:57.056 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_create_share_from_snapshot_cifs [0.075034s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test__create_network_interface_ipv4 [0.019029s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test__get_managed_pools_1 [0.018702s] ... ok DEBUG: Failed to delete VDM 56aafd02-4d44-43d7-b784-57fc88167224. Reason: []. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_delete_vdm_with_error [0.040461s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test__get_managed_pools_4 [0.022433s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_allow_ro_cifs_share_access [0.019814s] ... ok DEBUG: Failed to detach interface a33884c869e0 from mover 56aafd02-4d44-43d7-b784-57fc88167224. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 976, in detach_nfs_interface DEBUG: self._execute_cmd(command_detach_nfs_interface, DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: return r(f, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: do = self.iter(retry_state=retry_state) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 314, in iter DEBUG: return fut.result() DEBUG: ^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: return self.__get_result() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: 2025-11-13 13:50:57.131 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:57.131 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_detach_nfs_interface_with_error [0.032441s] ... ok DEBUG: raise self._exception DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: result = fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 177, in _execute_cmd DEBUG: out, err = self.conn['SSH'].run_ssh(cmd, check_exit_code) 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas/utils.py", line 62, in __call__ DEBUG: raise item[2] DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_allow_rw_nfs_share_access [0.018392s] ... ok DEBUG: 2025-11-13 13:50:57.132 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:57.146 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:57.146 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:57.147 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating NFS share. create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:468 DEBUG: 2025-11-13 13:50:57.147 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieving snapshot id of snapshot powerstore-share-snap _create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:478 DEBUG: 2025-11-13 13:50:57.147 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cloning filesystem powerstore-share from snapshot _create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:481 DEBUG: 2025-11-13 13:50:57.147 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] {'The filesystem "powerstore-share" was not created.'} DEBUG: 2025-11-13 13:50:57.148 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_create_share_from_snapshot_clone_failure [0.092828s] ... ok DEBUG: Failed to get NAS server c2e48947-98ed-4eae-999b-fa0b83731dfd when creating the share cb532599-8dc6-4c3e-bb21-74ea54be566c. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/connection.py", line 407, in create_share_from_snapshot DEBUG: nas_server = self.client.get_nas_server(server_name) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/client.py", line 125, in get_nas_server DEBUG: return self.system.get_nas_server(name=name) 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: manila.tests.share.drivers.dell_emc.plugins.unity.fake_exceptions.UnityResourceNotFoundError: NAS server is not found DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_create_share_from_snapshot_no_server_name [0.019437s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_get_cifs_nfs_interface [0.044169s] ... ok DEBUG: Failed to get NAS server c2e48947-98ed-4eae-999b-fa0b83731dfd when creating the share 716100cc-e0b4-416b-ac27-d38dd019330d. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/connection.py", line 367, in create_share DEBUG: nas_server = self.client.get_nas_server(server_name) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/client.py", line 125, in get_nas_server DEBUG: return self.system.get_nas_server(name=name) 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: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_create_share_with_invalid_share_server [0.018761s] ... ok DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: raise effect DEBUG: manila.tests.share.drivers.dell_emc.plugins.unity.fake_exceptions.UnityResourceNotFoundError: Failed to get NAS server. DEBUG: Cannot get share name from path, make sure the path is right. Error details: 'export_locations' DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_create_snapshot_from_filesystem [0.019515s] ... ok DEBUG: Cannot get share name from path, make sure the path is right. Error details: list index out of range DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_delete_share__but_not_isolated [0.021650s] ... ok DEBUG: 2025-11-13 13:50:57.215 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:57.220 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: Cannot get share name from path, make sure the path is right. Error details: list index out of range DEBUG: 2025-11-13 13:50:57.221 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:57.221 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:57.221 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:57.221 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating NFS share. create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:468 DEBUG: 2025-11-13 13:50:57.221 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieving snapshot id of snapshot powerstore-share-snap _create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:478 DEBUG: 2025-11-13 13:50:57.221 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cloning filesystem powerstore-share from snapshot 6454ea29-09c3-030e-cfc3-1a9efb93188b _create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:481 DEBUG: 2025-11-13 13:50:57.222 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get file interfaces of 6423d56e-eaf3-7424-be0b-1a9efb93188b _create_share_NFS_CIFS /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:185 DEBUG: 2025-11-13 13:50:57.222 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating NFS export powerstore-share _create_share_NFS_CIFS /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:188 DEBUG: 2025-11-13 13:50:57.222 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Resizing powerstore-share to 6GiB create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:472 DEBUG: 2025-11-13 13:50:57.223 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_create_share_from_snapshot_nfs [0.074402s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_delete_share__create_from_snap [0.025679s] ... ok DEBUG: Cannot get share name from path, make sure the path is right. Error details: list index out of range DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_delete_share__create_from_snap_but_not_isolated [0.019398s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_dhss_false_connect_without_nas_server [0.018644s] ... ok DEBUG: 2025-11-13 13:50:57.292 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:57.292 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:57.293 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:57.293 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:57.293 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:57.293 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating CIFS share. create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:468 DEBUG: 2025-11-13 13:50:57.294 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieving snapshot id of snapshot powerstore-share-snap _create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:478 DEBUG: 2025-11-13 13:50:57.294 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cloning filesystem powerstore-share from snapshot _create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:481 DEBUG: Cannot get share name from path, make sure the path is right. Error details: list index out of range DEBUG: 2025-11-13 13:50:57.294 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get file interfaces of _create_share_NFS_CIFS /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:185 DEBUG: 2025-11-13 13:50:57.295 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating CIFS export powerstore-share _create_share_NFS_CIFS /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:188 DEBUG: 2025-11-13 13:50:57.295 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The requested SMB share "powerstore-share" was not created. DEBUG: 2025-11-13 13:50:57.296 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_create_share_from_snapshot_share_failure [0.074046s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_ensure_share_exists [0.021008s] ... ok DEBUG: Cannot get share name from path, make sure the path is right. Error details: list index out of range DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_ensure_share_not_exists [0.018559s] ... ok DEBUG: Cannot get share name from path, make sure the path is right. Error details: list index out of range DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_extend_cifs_share [0.017950s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_connect [0.176023s] ... ok DEBUG: 2025-11-13 13:50:57.343 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:57.343 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:57.344 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:57.344 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:57.344 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:57.344 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating NFS share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:153 DEBUG: 2025-11-13 13:50:57.345 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating filesystem powerstore-share _create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:167 DEBUG: 2025-11-13 13:50:57.345 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get file interfaces of 6423d56e-eaf3-7424-be0b-1a9efb93188b _create_share_NFS_CIFS /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:185 DEBUG: 2025-11-13 13:50:57.345 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating NFS export powerstore-share _create_share_NFS_CIFS /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:188 DEBUG: 2025-11-13 13:50:57.346 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_create_share_nfs [0.048700s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_get_default_filter_function_disable_report [0.020185s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_get_network_allocations_number [0.020097s] ... ok DEBUG: 2025-11-13 13:50:57.401 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:57.401 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:57.402 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:57.402 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:57.402 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:57.402 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieving filesystem ID for share powerstore-share create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:408 DEBUG: 2025-11-13 13:50:57.402 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating snapshot powerstore-share-snap for filesystem 6454e9a9-a698-e9bc-ca61-1a9efb93188b create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:417 DEBUG: 2025-11-13 13:50:57.402 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Snapshot powerstore-share-snap successfully created. DEBUG: 2025-11-13 13:50:57.403 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_create_snapshot [0.057322s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_get_share_server_id [0.026569s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_manage_nfs_share [0.021090s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_create_share_cifs [0.093793s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_manage_nfs_share_with_server [0.029603s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_manage_snapshot_with_server [0.017795s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_setup_server [0.020739s] ... ok DEBUG: Kerberos is not supported by EMC Unity manila driver plugin. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_setup_server__kerberos [0.020936s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_teardown_server [0.020031s] ... ok DEBUG: The requested NFS share "share-foo" was not created. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_create_share_nfs_backend_failure [0.107268s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_teardown_server__no_share_server_name [0.019074s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_update_share_stats [0.020391s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_find_ports_by_mtu [0.017949s] ... ok DEBUG: Failed to create snapshot "snapshot01". DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_create_snapshot_backend_failure [0.066491s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_get_nfs_share_id [0.018349s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_get_snapshot_id [0.017537s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_5 [0.027000s] ... ok DEBUG: Error deleting NFS share: share-foo DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_nfs_share_backend_failure [0.060024s] ... ok DEBUG: Failed to get storage pool information. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}] DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_failed_to_get_pool_info [0.033706s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_without_matched_pool_3 [0.030230s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_quota_not_found [0.055571s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_allow_access_with_invalid_access_level [0.030649s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_allow_cifs_ro_access [0.029905s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_quota_success [0.056075s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_allow_nfs_access [0.030939s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_allow_nfs_access_with_incorrect_access_type [0.028157s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_share_nfs [0.059220s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_allow_ro_access_without_share_server_name [0.037779s] ... ok DEBUG: CIFS Share my_share is not found. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_ensure_shares_cifs_share_does_not_exist [0.058515s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_check_for_setup_error [0.039437s] ... ok DEBUG: Could not find Data Mover by name: server_2. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_check_for_setup_error_with_invalid_mover_name [0.030712s] ... ok DEBUG: 2025-11-13 13:50:57.965 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:57.965 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:57.966 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:57.966 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:57.966 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:57.966 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieving filesystem ID for share powerstore-share create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:408 DEBUG: 2025-11-13 13:50:57.968 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating snapshot powerstore-share-snap for filesystem 6454e9a9-a698-e9bc-ca61-1a9efb93188b create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:417 DEBUG: 2025-11-13 13:50:57.968 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create snapshot "powerstore-share-snap". DEBUG: 2025-11-13 13:50:57.969 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_create_snapshot_backend_failure [0.565480s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_cifs_clear_access_server_not_found [0.029552s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_cifs_share_without_share_server [0.035085s] ... ok DEBUG: No share server found. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_cifs_share_without_share_server_name [0.032769s] ... ok DEBUG: 2025-11-13 13:50:58.058 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:58.059 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:58.059 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:58.059 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:58.059 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:58.060 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting NFS share. delete_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:238 DEBUG: 2025-11-13 13:50:58.060 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieving filesystem ID for filesystem powerstore-share _delete_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:243 DEBUG: 2025-11-13 13:50:58.060 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting filesystem ID _delete_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:249 DEBUG: 2025-11-13 13:50:58.060 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to delete share "powerstore-share". DEBUG: 2025-11-13 13:50:58.062 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_delete_nfs_share_backend_failure [0.096719s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_nfs_share_from_snapshot_with_ipv6 [0.036668s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_nfs_share_with_ipv6 [0.031686s] ... ok DEBUG: 2025-11-13 13:50:58.127 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:58.128 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:58.128 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:58.128 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:58.128 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:58.129 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Extending powerstore-share to 6GiB extend_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:260 DEBUG: 2025-11-13 13:50:58.130 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_extend_share [0.063761s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_share_from_snapshot_with_incorrect_proto [0.027930s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_share_from_snapshot_without_pool_name [0.033527s] ... ok DEBUG: 2025-11-13 13:50:58.193 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:58.194 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:58.194 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:58.194 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:58.194 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:58.196 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_get_default_filter_function [0.065598s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_snapshot_with_ipv6 [0.031066s] ... ok DEBUG: 2025-11-13 13:50:58.252 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:58.252 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:58.253 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:58.253 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:58.253 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:58.253 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updating access to CIFS share. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:297 DEBUG: Command has returned execution error. Will retry the operation. Error details: None DEBUG: Unable to execute LDAP operation with success. Retries exhausted. Error details: None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/security_service_helper.py", line 88, in try_ldap_operation DEBUG: self._execute(*cmd, run_as_root=run_as_root) 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: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/security_service_helper.py", line 88, in try_ldap_operation DEBUG: self._execute(*cmd, run_as_root=run_as_root) DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:58.254 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Only user access type currently supported for CIFS. Share provided foo_display_name with rule type invalid_type DEBUG: 2025-11-13 13:50:58.254 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Only user access type currently supported for CIFS. Share provided foo_display_name with rule type invalid_type DEBUG: 2025-11-13 13:50:58.255 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_update_access_add_cifs_invalid_acess_type [0.059054s] ... ok 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: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: 1 DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/security_service_helper.py", line 103, in ldap_retry_operation DEBUG: try_ldap_operation() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: return r(f, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: {0} manila.tests.share.drivers.container.test_security_service_helper.SecurityServiceHelperTestCase.test_ldap_retry_operation_timeout [5.043724s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_delete_snapshot [0.061552s] ... ok DEBUG: do = self.iter(retry_state=retry_state) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 325, in iter DEBUG: raise retry_exc.reraise() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 158, in reraise DEBUG: raise self.last_attempt.result() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: return self.__get_result() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: raise self._exception DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: result = fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/container/security_service_helper.py", line 100, in try_ldap_operation DEBUG: raise exception.ProcessExecutionError() DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {0} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test__get_lv_folder [0.026487s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_deny_cifs_access_with_incorrect_access_type [0.032281s] ... ok DEBUG: 2025-11-13 13:50:58.331 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:58.332 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:58.332 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:58.332 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:58.332 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:58.333 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updating access to NFS share. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:297 DEBUG: 2025-11-13 13:50:58.333 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to update NFS access rules for "foo_display_name". DEBUG: 2025-11-13 13:50:58.334 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_update_access_add_nfs_backend_failure [0.078756s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_lvmhelper_setup_explodes_in_gore_on_no_config_supplied [0.037689s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_deny_cifs_ro_access [0.033160s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_migration_check_compatibility_3 [0.024459s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_deny_nfs_access_with_incorrect_access_type [0.032658s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_migration_get_progress [0.030083s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_extend_share_without_pool_name [0.031285s] ... ok DEBUG: 2025-11-13 13:50:58.413 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:58.413 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:58.414 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:58.414 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:58.414 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:58.414 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updating access to CIFS share. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:297 DEBUG: 2025-11-13 13:50:58.414 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get daomain/netbios name of "powerstore-nasserver". DEBUG: 2025-11-13 13:50:58.415 3331052 ERROR manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get daomain/netbios name of "powerstore-nasserver". DEBUG: 2025-11-13 13:50:58.416 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_update_access_invalid_prefix [0.087653s] ... ok DEBUG: {0} manila.tests.share.drivers.container.test_storage_helper.LVMHelperTestCase.test_share_server_migration_check_compatibility_false_1 [0.023424s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.common.enas.test_connector.CmdConnectorTest.test_run_ssh [0.022218s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_get_managed_ports_one_port_1 [0.040682s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.common.enas.test_connector.CmdConnectorTest.test_run_ssh_with_debug [0.023455s] ... ok DEBUG: 2025-11-13 13:50:58.469 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:68 DEBUG: 2025-11-13 13:50:58.470 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Dell PowerStore Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:73 DEBUG: 2025-11-13 13:50:58.470 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading configuration parameters for Manila Dell PowerStore Driver. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:95 DEBUG: 2025-11-13 13:50:58.470 3331052 DEBUG manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Dell PowerStore REST Client. connect /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powerstore/connection.py:117 DEBUG: 2025-11-13 13:50:58.470 3331052 INFO manila.share.drivers.dell_emc.plugins.powerstore.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] REST server IP: 192.168.0.110, username: admin. Verify server's certificate: True. DEBUG: 2025-11-13 13:50:58.471 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_update_share_stats_failure [0.049811s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_ensure_shares_cifs_share_exists [0.568926s] ... ok DEBUG: 2025-11-13 13:50:58.494 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_create_cifs_share__existed_expt [0.023094s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ConvertIPv6FormatTestCase.test_invalid_ipv6_addr_3 [0.031643s] ... ok DEBUG: 2025-11-13 13:50:58.518 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_get_tenant [0.022534s] ... ok DEBUG: Could not get physical device port on mover server_2. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_get_managed_ports_query_devices_failed [0.068975s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ConvertIPv6FormatTestCase.test_ipv6_addr_1 [0.028148s] ... ok DEBUG: 2025-11-13 13:50:58.537 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_restore_snapshot [0.019268s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_get_network_allocations_number [0.064814s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ConvertIPv6FormatTestCase.test_ipv6_addr_2 [0.021617s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_setup_server_with_invalid_security_service [0.033809s] ... ok DEBUG: 2025-11-13 13:50:58.561 3331052 DEBUG manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Storage pools: pool_2,nas_server_pool,pool_1 will be managed. _get_managed_pools /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/connection.py:782 DEBUG: 2025-11-13 13:50:58.562 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test__get_managed_pools_2 [0.025131s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ExportUncPathTestCase.test_invalid_ipv6_addr_5 [0.028018s] ... ok DEBUG: 2025-11-13 13:50:58.587 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test__get_managed_pools__invalid_pool_configuration [0.024487s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ExportUncPathTestCase.test_ipv6_addr_3 [0.025176s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_teardown_server_with_ipv6 [0.048379s] ... ok DEBUG: 2025-11-13 13:50:58.609 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_allow_rw_nfs_share_access_cidr [0.022091s] ... ok DEBUG: 2025-11-13 13:50:58.629 3331052 DEBUG manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] No storage pool is specified, so all pools in storage system will be managed. _get_managed_pools /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/connection.py:759 DEBUG: 2025-11-13 13:50:58.630 3331052 DEBUG manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Ports: spa_eth1,spa_eth2 will be managed. validate_port_configuration /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/connection.py:193 DEBUG: 2025-11-13 13:50:58.630 3331052 INFO manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Only ports of SPA are configured. Configure ports of both SPA and SPB to use both of the SPs. DEBUG: 2025-11-13 13:50:58.631 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_connect [0.022348s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.common.enas.test_utils.ParseIpaddrTestCase.test_parse_ipv4_addr_4 [0.027101s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_access_nfs_http_error_on_clear_rules [0.085731s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_create_cifs_server [0.056372s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.common.enas.test_utils.SizeToGbTestCase.test_mb_to_gb_2 [0.037361s] ... ok DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The storage pools faked_pool_name to store NAS server configuration do not exist.: manila.tests.share.drivers.dell_emc.plugins.unity.fake_exceptions.UnityResourceNotFoundError DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection Traceback (most recent call last): DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/connection.py", line 694, in _config_pool DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection self.nas_server_pool = self.client.get_pool(pool_name) DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/client.py", line 229, in get_pool DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection return self.system.get_pool(name=name) DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection raise effect DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection manila.tests.share.drivers.dell_emc.plugins.unity.fake_exceptions.UnityResourceNotFoundError DEBUG: 2025-11-13 13:50:58.656 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection DEBUG: 2025-11-13 13:50:58.658 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_connect__invalid_pool_configuration [0.026755s] ... ok DEBUG: 2025-11-13 13:50:58.683 3331052 DEBUG manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] No storage pool is specified, so all pools in storage system will be managed. _get_managed_pools /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/connection.py:759 DEBUG: 2025-11-13 13:50:58.684 3331052 DEBUG manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Ports: spa_eth1,spa_eth2 will be managed. validate_port_configuration /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/connection.py:193 DEBUG: 2025-11-13 13:50:58.684 3331052 INFO manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Only ports of SPA are configured. Configure ports of both SPA and SPB to use both of the SPs. DEBUG: 2025-11-13 13:50:58.685 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_create_cifs_server_already_exist [0.032799s] ... ok DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_connect_with_ipv6 [0.026202s] ... ok DEBUG: 2025-11-13 13:50:58.707 3331052 WARNING manila.share.drivers.dell_emc.plugins.unity.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot get share name from path, make sure the path is right. Error details: 'export_locations' DEBUG: 2025-11-13 13:50:58.708 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_create_snapshot_from_snapshot [0.023302s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_allow_access [0.056053s] ... ok DEBUG: 2025-11-13 13:50:58.729 3331052 WARNING manila.share.drivers.dell_emc.plugins.unity.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot get share name from path, make sure the path is right. Error details: list index out of range: IndexError: list index out of range DEBUG: 2025-11-13 13:50:58.729 3331052 WARNING manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share 716100cc-e0b4-416b-ac27-d38dd019330d is not found when deleting the share: manila.tests.share.drivers.dell_emc.plugins.unity.fake_exceptions.UnityResourceNotFoundError: Failed to get CIFS share. DEBUG: 2025-11-13 13:50:58.730 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_delete_share__with_invalid_share [0.022117s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_get_cifs_server [0.035216s] ... ok DEBUG: 2025-11-13 13:50:58.752 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Failed to modify CIFS server 4-57fc88167224. Reason: []. DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_dhss_false_create_cifs_share [0.021041s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_modify_cifs_server_with_error [0.026035s] ... ok DEBUG: Only RW access level is supported for CIFS IP access. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_access_with_cifs_ip_readonly [0.146255s] ... ok DEBUG: 2025-11-13 13:50:58.785 3331052 INFO manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share \\10.0.0.1\bd23121f-hg4e-432c-12cd2c5-bb93dfghe212 is being managed with ID 716100cc-e0b4-416b-ac27-d38dd019330d. DEBUG: 2025-11-13 13:50:58.786 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_manage_cifs_share [0.032281s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_clear_share_access_has_white_list [0.031043s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_create_snapshot [0.072790s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_create_cifs_share [0.032819s] ... ok DEBUG: 2025-11-13 13:50:58.824 3331052 INFO manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share \\10.0.0.1\bd23121f-hg4e-432c-12cd2c5-bb93dfghe212 is being managed with ID 716100cc-e0b4-416b-ac27-d38dd019330d. DEBUG: 2025-11-13 13:50:58.825 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_manage_cifs_share_with_server [0.035230s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test__verify_cert [0.052566s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:58.856 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_manage_server [0.030413s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_delete_cifs_share_invalid_mover_id [0.032548s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_create_snapshot_failure [0.057902s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_auth_lookup_user [0.037079s] ... ok DEBUG: Failed to delete file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: []. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_delete_cifs_share_with_error [0.027973s] ... ok DEBUG: 2025-11-13 13:50:58.898 3331052 WARNING manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share cb532599-8dc6-4c3e-bb21-74ea54be566c has no specified size. Using default value 1, set size in driver options if you want. DEBUG: 2025-11-13 13:50:58.899 3331052 INFO manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share 172.168.201.201:/ad1caddf-097e-462c-8ac6-5592ed6fe22f is being managed with ID cb532599-8dc6-4c3e-bb21-74ea54be566c. DEBUG: 2025-11-13 13:50:58.900 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_manage_without_size [0.038434s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_deny_share_access [0.019161s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_delete_snapshot [0.055469s] ... ok DEBUG: Failed to lookup user nonexistent. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_get_cifs_share [0.020920s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_auth_lookup_user_with_nonexistent_user [0.053221s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_get_share_access [0.019903s] ... ok DEBUG: 2025-11-13 13:50:58.953 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_revert_to_snapshot [0.053557s] ... ok DEBUG: Only IP access type currently supported for NFS. Share provided foo_display_name with rule type invalid_type DEBUG: Only IP access type currently supported for NFS. Share provided foo_display_name with rule type invalid_type DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_connection.PowerFlexTest.test_update_access_add_nfs_invalid_acess_type [0.049093s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_create_file_system_invalid_mover_id [0.022481s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_create_directory_2_True [0.051475s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_create_file_system_on_vdm [0.020388s] ... ok DEBUG: REST REQUEST: https://192.168.0.110:443/rest/v1/nfs-exports with params {"file_system_id": "6432b79e-1cc3-0414-3ffd-2a50fb1ccff3", "path": "/Manila-UT-filesystem", "name": "Manila-UT-filesystem"} DEBUG: REST RESPONSE: 201 with params {"id": "6433a2b2-6d60-f737-9f3b-2a50fb1ccff3"} DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_check_response_with_login_post [0.029179s] ... ok DEBUG: 2025-11-13 13:50:58.995 3331052 WARNING manila.share.drivers.dell_emc.plugins.unity.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot get share name from path, make sure the path is right. Error details: list index out of range: IndexError: list index out of range DEBUG: 2025-11-13 13:50:58.996 3331052 INFO manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share cb532599-8dc6-4c3e-bb21-74ea54be566c successfully shrunk to 4294967296G. DEBUG: 2025-11-13 13:50:58.997 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_shrink_nfs_share [0.043360s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_create_filesystem_from_snapshot [0.019117s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_create_filesystem [0.022165s] ... ok DEBUG: Failed to get file system by name 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}]. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_create_session_success [0.043796s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_delete_file_system_but_get_file_system_error [0.019460s] ... ok DEBUG: 2025-11-13 13:50:59.041 3331052 WARNING manila.share.drivers.dell_emc.plugins.unity.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot get share name from path, make sure the path is right. Error details: list index out of range: IndexError: list index out of range DEBUG: 2025-11-13 13:50:59.043 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_shrink_share_create_from_snap [0.045738s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_create_snapshot [0.027723s] ... ok DEBUG: Failed to get file system by name 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error. ', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic. ', 'Diagnostics': 'File system not found.'}, {'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Migration file system not found.'}]. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_extend_file_system_but_not_found [0.032028s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_create_smb_share_2__404__False_ [0.047387s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_extend_export [0.029491s] ... ok DEBUG: Failed to extend file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9 because new size 1 is smaller than old size 10240. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_extend_file_system_with_small_size [0.022328s] ... ok DEBUG: 2025-11-13 13:50:59.092 3331052 WARNING manila.share.drivers.dell_emc.plugins.unity.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot get share name from path, make sure the path is right. Error details: list index out of range: IndexError: list index out of range DEBUG: 2025-11-13 13:50:59.094 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Mount Point /7cf7c200_d3af_4e05_b87e_9167c95df4f9 already exists. Skip the creation. DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_update_access_recovery [0.051321s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerflex.test_object_manager.StorageObjectManagerTestCase.test_get_storage_pool_spare_percentage [0.021519s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_create_mount_point_but_already_exist [0.019784s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_delete_smb_shares_2__404__False_ [0.042952s] ... ok DEBUG: Failed to create Mount Point /7cf7c200_d3af_4e05_b87e_9167c95df4f9 for file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: []. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_create_mount_point_with_error [0.020464s] ... ok DEBUG: 2025-11-13 13:50:59.132 3331052 ERROR manila.share.drivers.dell_emc.plugins.unity.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to update storage pool. DEBUG: 2025-11-13 13:50:59.135 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_update_share_stats__nonexistent_pools [0.041024s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_2 [0.041078s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_get_mount_points_invalid_mover_id [0.021566s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_delete_snapshot [0.046016s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface [0.020286s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface_with_conflict_vlan_id_1 [0.021893s] ... ok DEBUG: Invalid vlan id 100. Other interfaces on this subnet are in a different vlan. DEBUG: 2025-11-13 13:50:59.189 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_do_match_3 [0.057191s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_allow_cifs_rw_access [0.058277s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface_with_conflict_vlan_id_2 [0.021511s] ... ok DEBUG: Failed to delete mover interface 192.168.1.1 on mover server_2. Reason: []. DEBUG: Invalid vlan id 100. Other interfaces on this subnet are in a different vlan. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_allocated_space_success [0.056232s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface_with_error [0.022811s] ... ok DEBUG: Failed to create mover interface {'name': '3d909830c356', 'device_name': 'cge-1-0', 'ip': '192.168.1.1', 'mover_name': 'server_2', 'net_mask': '255.255.255.0', 'vlan_id': 100}. Reason: []. DEBUG: 2025-11-13 13:50:59.238 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_do_match_4 [0.043530s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Mover interface 192.168.1.1 not found. Skip the deletion. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverInterfaceTestCase.test_delete_mover_interface_but_nonexistent [0.019332s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_snapshot_unexpected_error [0.046450s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_allow_cifs_rw_access_with_ipv6 [0.069448s] ... ok DEBUG: Failed to delete mover interface 192.168.1.1 on mover server_2. Reason: []. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverInterfaceTestCase.test_delete_mover_interface_with_error [0.019844s] ... ok DEBUG: 2025-11-13 13:50:59.276 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_do_match_6 [0.041252s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverInterfaceTestCase.test_get_mover_interface [0.022586s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Could not find Data Mover by name: server_2. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_check_for_setup_error_with_invalid_mover_name [0.041056s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_snapshots_error_occurred [0.048055s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:50:59.318 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverInterfaceTestCase.test_get_mover_interface_not_found [0.030258s] ... ok DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_gb_to_byte [0.044889s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverTestCase.test_get_mover [0.023241s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_lookup_nfs_export_1____ifs_home_admin______exports______id___42___paths______ifs_home_admin_______total___1____42_ [0.058762s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverTestCase.test_get_mover_but_not_found [0.028041s] ... ok DEBUG: 2025-11-13 13:50:59.383 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_get_cifs_share_id_without_path [0.058252s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_cifs_share_from_snapshot [0.088642s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverTestCase.test_get_mover_ref_and_mover [0.019739s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_clear_share_access [0.019702s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_lookup_nfs_export_2____ifs_home_test______exports________total___0____None_ [0.053538s] ... ok DEBUG: 2025-11-13 13:50:59.432 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_match_ports_2 [0.048893s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_get_nfs_share [0.027367s] ... ok DEBUG: CIFS server 56aafd02-4d44-43d7-b784-57fc88167224 not found. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_quota_create_with_threshold [0.040956s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_cifs_share_with_invalide_cifs_server_name [0.066313s] ... ok DEBUG: 2025-11-13 13:50:59.490 3331052 DEBUG manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] No storage pool is specified, so all pools in storage system will be managed. _get_managed_storage_pools /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py:576 DEBUG: 2025-11-13 13:50:59.495 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_1 [0.062735s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_quota_get__path_does_not_exist [0.039117s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_share_from_snapshot_without_pool_name [0.056935s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_quota_set__quota_already_exists [0.050289s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_share_with_incorrect_proto [0.042482s] ... ok DEBUG: 2025-11-13 13:50:59.562 3331052 DEBUG manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] No storage pool is specified, so all pools in storage system will be managed. _get_managed_storage_pools /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py:576 DEBUG: 2025-11-13 13:50:59.566 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_2 [0.071895s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_snapshot [0.040422s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test__send_request [0.062695s] ... ok DEBUG: File System 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_create_snapshot_with_incorrect_share_info [0.033021s] ... ok DEBUG: 2025-11-13 13:50:59.657 3331052 INFO manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Storage pools: fake_pool,nas_pool will be managed. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_clone_snapshot [0.052256s] ... ok DEBUG: 2025-11-13 13:50:59.669 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_3 [0.099988s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_delete_snapshot [0.038246s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_create_filesystem [0.021588s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_deny_cifs_access_with_incorrect_access_type [0.032469s] ... ok DEBUG: REST Request: POST https://192.168.0.110/api/rest/nfs_export with body {"file_system_id": "6454e9a9-a698-e9bc-ca61-1a9efb93188b", "path": "/powerstore-nfs-share", "name": "powerstore-nfs-share"} DEBUG: REST Response: 400 with data DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_create_nfs_export_failure [0.019156s] ... ok DEBUG: 2025-11-13 13:50:59.726 3331052 INFO manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Storage pools: nas_pool will be managed. DEBUG: 2025-11-13 13:50:59.727 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: REST Request: POST https://192.168.0.110/api/rest/smb_share with body {"file_system_id": "6454e9a9-a698-e9bc-ca61-1a9efb93188b", "path": "/powerstore-smb-share", "name": "powerstore-smb-share"} DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_create_smb_share_failure [0.024121s] ... ok DEBUG: REST Response: 400 with data DEBUG: CIFS server 56aafd02-4d44-43d7-b784-57fc88167224 not found. DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_6 [0.066665s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_deny_cifs_access_with_invliad_share_server_name [0.030577s] ... ok DEBUG: REST Request: POST https://192.168.0.110/api/rest/file_system/6454e9a9-a698-e9bc-ca61-1a9efb93188b/snapshot with body {"name": "powerstore-nfs-share-snap"} DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_create_snapshot_failure [0.023911s] ... ok DEBUG: REST Response: 400 with data DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_deny_cifs_ro_access [0.038432s] ... ok DEBUG: REST Request: GET https://192.168.0.110/api/rest/nfs_export?select=file_system_id&name=eq.powerstore-nfs-share with body None DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_fsid_from_export_name_failure [0.021954s] ... ok DEBUG: REST Response: 400 with data DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_nas_server_id [0.020280s] ... ok DEBUG: 2025-11-13 13:50:59.805 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_without_matched_pool_2 [0.068777s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_deny_nfs_access_with_incorrect_access_type [0.036136s] ... ok DEBUG: REST Request: GET https://192.168.0.110/api/rest/nas_server/6423d56e-eaf3-7424-be0b-1a9efb93188b?select=current_preferred_IPv4_interface_id,current_preferred_IPv6_interface_id,file_interfaces(id,ip_address) with body None DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_nas_server_interfaces_failure [0.027863s] ... ok DEBUG: REST Response: 400 with data DEBUG: REST Request: GET https://192.168.0.110/api/rest/nas_server?select=smb_servers(is_standalone,netbios_name)&name=eq.powerstore-smb-share with body None DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_nas_server_smb_netbios_failure [0.024565s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_deny_nfs_access_with_ipv6 [0.048403s] ... ok DEBUG: REST Response: 400 with data DEBUG: REST Request: GET https://192.168.0.110/api/rest/smb_share?select=id&name=eq.powerstore-smb-share with body None DEBUG: 2025-11-13 13:50:59.879 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: REST Response: 400 with data DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_allow_cifs_ro_access_with_ipv6 [0.073043s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_smb_share_id_failure [0.024253s] ... ok DEBUG: REST Request: PATCH https://192.168.0.110/api/rest/file_system/6454e9a9-a698-e9bc-ca61-1a9efb93188b with body {"size_total": 6221225472} DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_resize_filesystem_shrink_failure [0.021859s] ... ok DEBUG: REST Response: 422 with data {"messages": [{"code": "0xE08010080449", "severity": "Error", "message_l10n": "The new size for the file system is below the file system's current size used (5222 MB).", "arguments": ["5222"]}]} DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_get_managed_ports_no_valid_port [0.039099s] ... ok DEBUG: 2025-11-13 13:50:59.918 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_allow_cifs_rw_access_with_ipv6 [0.039346s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_set_acl [0.022119s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_get_managed_ports_one_port_1 [0.030633s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_set_export_access [0.031231s] ... ok DEBUG: 2025-11-13 13:50:59.962 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_cifs_share [0.044016s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_get_managed_ports_one_port_3 [0.030319s] ... ok DEBUG: 2025-11-13 13:50:59.993 3331052 INFO manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Found the header of the command /nas/bin/nas_cel -interconnect -l. DEBUG: Could not get physical device port on mover server_2. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_get_managed_ports_query_devices_failed [0.032961s] ... ok DEBUG: 2025-11-13 13:51:00.003 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_cifs_share_from_snapshot [0.040361s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_allow_access [0.072618s] ... ok DEBUG: NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. DEBUG: 2025-11-13 13:51:00.034 3331052 INFO manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Found the header of the command /nas/bin/nas_cel -interconnect -l. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_get_nfs_share_not_found [0.592693s] ... ok DEBUG: 2025-11-13 13:51:00.037 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_cifs_share_from_snapshot_with_ipv6 [0.034178s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_get_pool [0.046596s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.StorageObjectTestCase.test_xml_api_retry [0.023560s] ... ok DEBUG: 2025-11-13 13:51:00.066 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CIFS server 56aafd02-4d44-43d7-b784-57fc88167224 doesn't have interface, so the share is inaccessible. DEBUG: 2025-11-13 13:51:00.068 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_cifs_share_without_interface_in_cifs_server [0.030295s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_setup_server_with_existing_vdm [0.053987s] ... ok DEBUG: Failed to get storage pool by name fake_pool_name. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}]. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.StoragePoolTestCase.test_get_pool_id_with_error [0.049228s] ... ok DEBUG: Failed to get filesystem id for export "powerstore-share". DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_create_snapshot_invalid_filesystem_id [0.079152s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_create_vdm_but_already_exist [0.023989s] ... ok DEBUG: VDM 56aafd02-4d44-43d7-b784-57fc88167224 already exists. Skip the creation. DEBUG: 2025-11-13 13:51:00.136 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_nfs_share [0.068165s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_create_vdm_invalid_mover_id [0.023881s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Failed to delete snapshot "powerstore-share-snap". DEBUG: Failed to get VDM by name 56aafd02-4d44-43d7-b784-57fc88167224. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}]. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_setup_server_with_invalid_security_service [0.063208s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_delete_snapshot_backend_failure [0.055920s] ... ok DEBUG: 2025-11-13 13:51:00.172 3331052 INFO manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Found the header of the command /nas/bin/nas_cel -interconnect -l. DEBUG: 2025-11-13 13:51:00.174 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_nfs_share_from_snapshot [0.038681s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_delete_vdm_but_failed_to_get_vdm [0.025257s] ... ok DEBUG: Failed to restore snapshot "powerstore-share-snap". DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_revert_to_snapshot_backend_failure [0.046433s] ... ok DEBUG: 2025-11-13 13:51:00.215 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: VDM 56aafd02-4d44-43d7-b784-57fc88167224 not found. Skip the deletion. DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_snapshot [0.042442s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_delete_vdm_but_not_found [0.039266s] ... ok DEBUG: Failed to delete VDM 56aafd02-4d44-43d7-b784-57fc88167224. Reason: []. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_delete_vdm_with_error [0.024459s] ... ok DEBUG: 2025-11-13 13:51:00.261 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_delete_cifs_share [0.044418s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_shrink_share [0.050103s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Could not setup server. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py", line 718, in setup_server DEBUG: devices = self.get_managed_ports() 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: manila.exception.EMCVnxXMLAPIError: Get managed ports fail. DEBUG: {2} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_get_cifs_nfs_interface_2_id__________fake_vdm_id_____________name________56aafd02_4d44_43d7_b784_57fc88167224_____________acl_________0_____________type________vdm_____________server______server_2_____________rootfs______root_fs_vdm_vdm_fakeid_____________I18N_mode___UNICODE_____________mountedfs_______________member_of_______________status____________________defined___enabled________________actual___loaded__active_____________Interfaces_to_services_mapping_______________interface_a33884c869e0__nfs______________interface_3d909830c356__cifs [0.026799s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_setup_server_without_valid_physical_device [0.118011s] ... ok DEBUG: 2025-11-13 13:51:00.293 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to delete mount point /7cf7c200_d3af_4e05_b87e_9167c95df4f9 on mover 56aafd02-4d44-43d7-b784-57fc88167224. Reason: {'type': 'TaskResponse', 'taskId': '123', 'maxSeverity': 'error', 'objects': [], 'problems': []}. DEBUG: 2025-11-13 13:51:00.293 3331052 DEBUG manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Skip the failure of mount point /7cf7c200_d3af_4e05_b87e_9167c95df4f9 deletion. _deallocate_container /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py:322 DEBUG: 2025-11-13 13:51:00.294 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to delete file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: []. DEBUG: 2025-11-13 13:51:00.294 3331052 DEBUG manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Skip the failure of file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9 deletion. _deallocate_container /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py:328 DEBUG: 2025-11-13 13:51:00.296 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_delete_cifs_share_with_nonexistent_mount_and_filesystem [0.033912s] ... ok DEBUG: {2} manila.tests.share.drivers.dell_emc.test_driver.EMCShareFrameworkTestCase.test_support_manage [0.027854s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_teardown_server [0.038994s] ... ok DEBUG: 2025-11-13 13:51:00.327 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_delete_snapshot_with_ipv6 [0.031430s] ... ok DEBUG: Failed to resize share "powerstore-share". DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaConfigTests.test_parseconf_ganesha_cnf_input [0.027356s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_shrink_share_backend_failure [0.083313s] ... ok DEBUG: Failed to modify CIFS server 4-57fc88167224. Reason: []. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_teardown_server_with_invalid_cifs_server_modification [0.037719s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_add_export_error_during_mkindex [0.024608s] ... ok DEBUG: 2025-11-13 13:51:00.383 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_deny_cifs_rw_access_with_ipv6 [0.055620s] ... ok DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_add_rados_object_url_to_index_with_index_data_2__url_rados___fakepool_fakeobj2 [0.022679s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_teardown_server_with_ipv6 [0.034108s] ... ok DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_check_export_exists_with_rados_store_2_True [0.023102s] ... ok DEBUG: 2025-11-13 13:51:00.416 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_extend_share_with_ipv6 [0.032884s] ... ok DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_check_export_file_exists [0.020146s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_update_access_deny_nfs [0.041446s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_update_access_add_cifs [0.103112s] ... ok DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_get_export_id_with_rados_store_and_bump_1_True [0.024656s] ... ok DEBUG: 2025-11-13 13:51:00.458 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_get_managed_ports_no_valid_port [0.042484s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_update_access_deny_nfs_with_ipv6 [0.033233s] ... ok DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_get_export_rados_object_name [0.039812s] ... ok DEBUG: Failed to update NFS access rules for "foo_display_name". DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_update_access_add_cifs_backend_failure [0.062427s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_connection.StorageConnectionTestCase.test_update_access_recover_cifs_rule_with_ipv6 [0.052720s] ... ok DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_put_rados_object [0.031091s] ... ok DEBUG: 2025-11-13 13:51:00.531 3331052 DEBUG manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Ports: cge-1-0,cge-1-3 can be used. get_managed_ports /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py:625 DEBUG: 2025-11-13 13:51:00.532 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_get_managed_ports_one_port_2 [0.076837s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_create_cifs_server [0.027039s] ... ok DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_read_export_rados_object [0.026863s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_update_access_add_nfs [0.048669s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_create_cifs_server_already_exist [0.025886s] ... ok DEBUG: There was a problem removing the export. Ignoring errors and continuing operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ganesha/manager.py", line 516, in remove_export DEBUG: self._remove_export_dbus(confdict["EXPORT"]["Export_Id"]) 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: manila.exception.GaneshaCommandFailure: Ganesha management command failed. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:00.575 3331052 DEBUG manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Ports: cge-1-0,cge-1-3 can be used. get_managed_ports /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py:625 DEBUG: 2025-11-13 13:51:00.576 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_get_managed_ports_one_port_3 [0.040350s] ... ok DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_remove_export_error_during_remove_export_dbus_with_rados_store_2_False [0.023629s] ... ok DEBUG: Failed to create CIFS server 4-57fc88167224. Reason: []. DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_remove_export_with_rados_store_1_True [0.028888s] ... ok DEBUG: 2025-11-13 13:51:00.609 3331052 DEBUG manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Ports: cge-1-3 can be used. get_managed_ports /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py:625 DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_update_access_add_nfs_invalid_acess_type [0.050076s] ... ok DEBUG: 2025-11-13 13:51:00.615 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_get_managed_ports_one_port_4 [0.039788s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_create_cifs_server_with_error [0.048976s] ... ok DEBUG: Only IP access type currently supported for NFS. Share provided foo_display_name with rule type invalid_type DEBUG: Only IP access type currently supported for NFS. Share provided foo_display_name with rule type invalid_type DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_create_dns_server__existed_expt [0.023643s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_create_file_interface_ipv6 [0.025370s] ... ok DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_remove_rados_object_url_from_index_with_index_data_1_ [0.055071s] ... ok DEBUG: 2025-11-13 13:51:00.668 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_get_pool [0.052312s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_delete_cifs_server_with_error [0.058351s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_create_filesystem__existed_expt [0.021596s] ... ok DEBUG: Failed to delete CIFS server 56aafd02-4d44-43d7-b784-57fc88167224. Reason: []. DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_update_export_with_rados_store_2_False [0.025168s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_create_nfs_filesystem_and_share [0.018816s] ... ok DEBUG: 2025-11-13 13:51:00.706 3331052 DEBUG manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share server 56aafd02-4d44-43d7-b784-57fc88167224 not found, creating share server... setup_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py:714 DEBUG: 2025-11-13 13:51:00.707 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:00.711 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_setup_server_with_ipv6 [0.042497s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_modify_cifs_server_but_already_join_domain [0.033819s] ... ok DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_write_tmp_conf_file [0.022747s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_delete_nas_server__nonexistent_expt [0.024701s] ... ok DEBUG: {2} manila.tests.share.drivers.ganesha.test_manager.MiscTests.test_setup_rados_2 [0.021014s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_enable_cifs_service__existed_expt [0.026649s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSServerTestCase.test_modify_cifs_server_invalid_mover_id [0.056536s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.ganesha.test_utils.GaneshaUtilsTests.test_fixup_access_rules_2 [0.034575s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_extend_filesystem [0.032493s] ... ok DEBUG: 2025-11-13 13:51:00.786 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to modify CIFS server 4-57fc88167224. Reason: []. DEBUG: 2025-11-13 13:51:00.786 3331052 DEBUG manila.share.drivers.dell_emc.plugins.vnx.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to modify CIFS server {'type': 'W2K', 'localUsers': 'false', 'name': '4-57fc88167224', 'mover': 'fake_vdm_id', 'moverIdIsVdm': 'true', 'interfaces': ['192.168.1.1'], 'Aliases': ['57fc88167224'], 'domain': 'fake_domain', 'compName': '56aafd02-4d44-43d7-b784-57fc88167224', 'domainJoined': 'true'}. Reason: Failed to modify CIFS server 4-57fc88167224. Reason: [].. teardown_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py:869 DEBUG: Duplicate access control entry, skipping allow... DEBUG: 2025-11-13 13:51:00.787 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:00.790 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_teardown_server_with_invalid_cifs_server_modification [0.080817s] ... ok DEBUG: {2} manila.tests.share.drivers.ganesha.test_utils.GaneshaUtilsTests.test_get_valid_access_rules_1 [0.021198s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_allow_share_access_duplicate_ACE [0.034190s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_get_tenant_for_vlan_0 [0.029344s] ... ok DEBUG: Failed to allow the access fullcontrol to CIFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None. DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterFSCommonTestCase.test_restart_gluster_vol [0.023195s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_allow_share_access_with_error [0.021059s] ... ok DEBUG: 2025-11-13 13:51:00.835 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_update_access_add_cifs_rw [0.042856s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_get_tenant_name_inuse_but_vlan_not_used [0.023908s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_check_volume_presence_error [0.020944s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_create_cifs_share_invalid_mover_id [0.021333s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_get_tenant_preexist [0.019840s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_gluster_version_exception_1_foo_1_1_1 [0.020626s] ... ok DEBUG: Failed to delete file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: []. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_delete_cifs_share_with_error [0.023408s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_shrink_filesystem [0.033583s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_deny_share_access [0.023486s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_1 [0.033473s] ... ok DEBUG: 2025-11-13 13:51:00.908 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" by "manila.share.drivers.dell_emc.plugins.vnx.object_manager.NFSShare.deny_share_access..do_deny_access" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:00.909 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" acquired by "manila.share.drivers.dell_emc.plugins.vnx.object_manager.NFSShare.deny_share_access..do_deny_access" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:00.909 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" "released" by "manila.share.drivers.dell_emc.plugins.vnx.object_manager.NFSShare.deny_share_access..do_deny_access" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:00.910 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_update_access_deny_nfs [0.074882s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_unset [0.022182s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_get_cifs_share [0.032990s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test__create_network_interface_ipv6 [0.045390s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_via_info [0.021889s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.CIFSShareTestCase.test_get_share_access [0.020171s] ... ok DEBUG: 2025-11-13 13:51:00.951 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_update_access_recover_cifs_rule [0.041059s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test__get_pool_name_from_host__no_pool_name [0.021166s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_via_info_trivial_volinfo [0.022414s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.DNSDomainTestCase.test_create_dns_domain [0.025979s] ... ok DEBUG: 2025-11-13 13:51:00.987 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_allow_access_error_access_level [0.030731s] ... ok DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_update_access_recover_cifs_rule_with_ipv6 [0.038757s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_user_option [0.024840s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_allow_ro_nfs_share_access [0.023999s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.DNSDomainTestCase.test_create_dns_domain_invalid_mover_id [0.046352s] ... ok DEBUG: 2025-11-13 13:51:01.028 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create CIFS server 4-57fc88167224. Reason: []. DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_invalid_input_3 [0.034562s] ... ok DEBUG: 2025-11-13 13:51:01.031 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_create_cifs_server_with_error [0.041037s] ... ok DEBUG: Cannot get share name from path, make sure the path is right. Error details: list index out of range DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_clear_share_access_cifs [0.026611s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_invalid_input_5 [0.022650s] ... ok DEBUG: File system 7cf7c200_d3af_4e05_b87e_9167c95df4f9 already exists. Skip the creation. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_create_file_system_but_already_exist [0.043046s] ... ok DEBUG: 2025-11-13 13:51:01.059 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get mover by name server_2. DEBUG: 2025-11-13 13:51:01.059 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CIFS server 56aafd02-4d44-43d7-b784-57fc88167224 on mover server_2 not found. Skip the deletion.: manila.exception.EMCVnxXMLAPIError: Failed to get mover by name server_2. DEBUG: 2025-11-13 13:51:01.060 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:01.060 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CIFS server 56aafd02-4d44-43d7-b784-57fc88167224 on mover server_2 not found. Skip the deletion. DEBUG: 2025-11-13 13:51:01.062 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_delete_cifs_server_but_not_found [0.031373s] ... ok DEBUG: Failed to copy content from snapshot de4c9050-e2f9-4ce1-ade4-5ed0c9f26452 to file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_create_cifs_share [0.030420s] ... ok DEBUG: Name of the share server test not found. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_create_filesystem_from_snapshot_with_error [0.029622s] ... ok DEBUG: 2025-11-13 13:51:01.095 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Duplicate access control entry, skipping allow...: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:01.096 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_create_share__no_server_name_in_backend_details [0.023065s] ... ok DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_allow_share_access_duplicate_ACE [0.033213s] ... ok DEBUG: Cannot get share name from path, make sure the path is right. Error details: list index out of range DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_delete_share [0.022181s] ... ok DEBUG: Failed to get file system by name 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}]. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_delete_file_system_but_get_file_system_error [0.029844s] ... ok DEBUG: 2025-11-13 13:51:01.127 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create file share 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: []. DEBUG: 2025-11-13 13:51:01.128 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_create_cifs_share_with_error [0.033171s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_invalid_req_host [0.076661s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_deny_cifs_share_access [0.025062s] ... ok DEBUG: File system 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. Skip the deletion. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_delete_file_system_but_not_found [0.031202s] ... ok DEBUG: 2025-11-13 13:51:01.152 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:01.154 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_delete_cifs_share [0.024013s] ... ok DEBUG: 2025-11-13 13:51:01.175 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get CIFS share by name 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}]. DEBUG: 2025-11-13 13:51:01.175 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CIFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. Skip the deletion. DEBUG: 2025-11-13 13:51:01.176 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_delete_cifs_share_not_found [0.022382s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_deny_nfs_share_access [0.040552s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_init_check_2 [0.044603s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_extend_file_system [0.038620s] ... ok DEBUG: 2025-11-13 13:51:01.195 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] User not found on domain, skipping deny...: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:01.196 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_deny_share_access_but_no_user_found [0.018729s] ... ok DEBUG: Failed to extend file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9 because new size 1 is smaller than old size 10240. DEBUG: 2025-11-13 13:51:01.213 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] No access control entry found, skipping deny...: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:01.214 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_deny_share_access_no_ace [0.018224s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_extend_file_system_with_small_size [0.023152s] ... ok DEBUG: Cannot get share name from path, make sure the path is right. Error details: 'NoneType' object is not subscriptable DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_extend_nfs_share [0.036437s] ... ok DEBUG: 2025-11-13 13:51:01.234 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to disable the access to CIFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:01.235 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_disable_share_access_with_error [0.021589s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_make_gluster_call_error_4 [0.067373s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.FileSystemTestCase.test_get_file_system_but_miss_property [0.043669s] ... ok DEBUG: 2025-11-13 13:51:01.254 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:01.257 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.dell_emc.plugins.vnx.object_manager.DNSDomain.create' after 0.004(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:01.258 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.dell_emc.plugins.vnx.object_manager.DNSDomain.create in 1.0 seconds as it raised EMCVnxInvalidMoverID: Invalid mover or vdm fake_mover_id.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:01.258 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:01.262 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.DNSDomainTestCase.test_create_dns_domain_invalid_mover_id [0.026353s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_get_default_filter_function_enable_report [0.050900s] ... ok DEBUG: Failed to create Mount Point /7cf7c200_d3af_4e05_b87e_9167c95df4f9 for file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: []. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_create_mount_point_with_error [0.024883s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_set_vol_option_error_2 [0.046343s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:01.305 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_delete_file_system [0.043644s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MountPointTestCase.test_get_mount_points_but_not_found [0.025019s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_get_share_server_network_info [0.038902s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_xml_response_check_1 [0.022620s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Failed to delete mover interface 192.168.1.1 on mover server_2. Reason: []. DEBUG: Invalid vlan id 100. Other interfaces on this subnet are in a different vlan. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface_with_conflict_vlan_id_2 [0.025010s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_xml_response_check_count_ignored_1 [0.019299s] ... ok DEBUG: 2025-11-13 13:51:01.343 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_get_file_system_but_miss_property [0.040647s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_setup_server__active_directory [0.047808s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverInterfaceTestCase.test_get_mover_interface_not_found [0.031383s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_xml_response_check_count_ignored_2 [0.034064s] ... ok DEBUG: Could not setup server. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/connection.py", line 649, in setup_server DEBUG: self._handle_security_services( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/connection.py", line 871, in _handle_security_services DEBUG: self.client.enable_nfs_service(nas_server) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/unity/client.py", line 193, in enable_nfs_service DEBUG: nas_server.enable_nfs_service() 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: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_setup_server__throw_exception [0.039878s] ... ok DEBUG: raise effect DEBUG: manila.tests.share.drivers.dell_emc.plugins.unity.fake_exceptions.UnityException: Failed to enable NFS service. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverTestCase.test_get_mover [0.040849s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Cannot get share name from path, make sure the path is right. Error details: list index out of range DEBUG: 2025-11-13 13:51:01.414 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Mount point /7cf7c200_d3af_4e05_b87e_9167c95df4f9 on mover 56aafd02-4d44-43d7-b784-57fc88167224 not found. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_shrink_cifs_share [0.018376s] ... ok DEBUG: 2025-11-13 13:51:01.424 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_delete_mount_point_but_nonexistent [0.077574s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_update_access_allow_rw [0.018931s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverTestCase.test_get_mover_ref_and_mover [0.034810s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_xml_response_check_failure_1_1 [0.069872s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'other', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_update_access_deny_nfs [0.026042s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverTestCase.test_get_mover_ref_not_found [0.021103s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.MoverTestCase.test_get_physical_devices [0.018588s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_validate_port_configuration [0.021165s] ... ok DEBUG: NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. DEBUG: NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_xml_response_check_failure_2_2 [0.042974s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_allow_share_access_not_found [0.018491s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_validate_port_configuration_exception [0.017277s] ... ok DEBUG: 2025-11-13 13:51:01.477 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:01.483 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.dell_emc.plugins.vnx.object_manager.MoverInterface.create' after 0.007(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:01.483 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.dell_emc.plugins.vnx.object_manager.MoverInterface.create in 1.0 seconds as it raised EMCVnxInvalidMoverID: Invalid mover or vdm fake_mover_id.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:01.484 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:01.489 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface_invalid_mover_id [0.064377s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_clear_share_access [0.020443s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_get_cifs_share_id [0.023421s] ... ok DEBUG: 2025-11-13 13:51:01.532 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:01.532 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.dell_emc.plugins.vnx.object_manager.MoverInterface.delete' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:01.532 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.dell_emc.plugins.vnx.object_manager.MoverInterface.delete in 1.0 seconds as it raised EMCVnxInvalidMoverID: Invalid mover or vdm fake_mover_id.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {2} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_xml_response_check_invalid_3 [0.051082s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_clear_share_access_failed_to_get_share [0.025842s] ... ok DEBUG: Failed to create NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 on mover 56aafd02-4d44-43d7-b784-57fc88167224. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 1790, in create DEBUG: self._execute_cmd(create_nfs_share_cmd, check_exit_code=True) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: return r(f, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: do = self.iter(retry_state=retry_state) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 314, in iter DEBUG: return fut.result() DEBUG: ^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: return self.__get_result() DEBUG: 2025-11-13 13:51:01.541 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:01.544 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverInterfaceTestCase.test_delete_mover_interface_invalid_mover_id [0.066713s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_get_nfs_share_id_without_path [0.041336s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_create_nfs_share_with_error [0.025860s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_delete_nfs_share_not_found [0.022643s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: raise self._exception DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: result = fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 177, in _execute_cmd DEBUG: out, err = self.conn['SSH'].run_ssh(cmd, check_exit_code) 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_match_ports_1 [0.030670s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas/utils.py", line 62, in __call__ DEBUG: raise item[2] DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None DEBUG: NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. DEBUG: NFS share /7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. Skip the deletion. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_match_ports_3 [0.017546s] ... ok DEBUG: Failed to delete NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 on 56aafd02-4d44-43d7-b784-57fc88167224. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 1815, in delete DEBUG: self._execute_cmd(delete_nfs_share_cmd, check_exit_code=True) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: return r(f, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: do = self.iter(retry_state=retry_state) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 314, in iter DEBUG: return fut.result() DEBUG: ^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: return self.__get_result() DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_delete_nfs_share_with_error [0.025588s] ... ok DEBUG: 2025-11-13 13:51:01.633 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: raise self._exception DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: result = fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 177, in _execute_cmd DEBUG: out, err = self.conn['SSH'].run_ssh(cmd, check_exit_code) 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: {2} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_setup_via_manager [0.091595s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas/utils.py", line 62, in __call__ DEBUG: raise item[2] DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None DEBUG: GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_allow_access_with_incorrect_proto [0.030083s] ... ok DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverTestCase.test_get_mover_ref_with_error [0.094137s] ... ok DEBUG: CIFS server 56aafd02-4d44-43d7-b784-57fc88167224 not found. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_cifs_share_with_invalide_cifs_server_name [0.032716s] ... ok DEBUG: Failed to set NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 access on 56aafd02-4d44-43d7-b784-57fc88167224. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '56aafd02-4d44-43d7-b784-57fc88167224 : \nError 2: 56aafd02-4d44-43d7-b784-57fc88167224 : No such file or directory \n' DEBUG: Stderr: None. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 2055, in _set_share_access DEBUG: self._execute_cmd(set_nfs_share_access_cmd, check_exit_code=True) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: return r(f, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: do = self.iter(retry_state=retry_state) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 314, in iter DEBUG: return fut.result() DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.NFSShareTestCase.test_deny_rw_share_with_error [0.066561s] ... ok DEBUG: ^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: return self.__get_result() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: raise self._exception DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: result = fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py", line 177, in _execute_cmd DEBUG: out, err = self.conn['SSH'].run_ssh(cmd, check_exit_code) 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: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_cifs_share_without_pool_name [0.038052s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas/utils.py", line 62, in __call__ DEBUG: raise item[2] DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '56aafd02-4d44-43d7-b784-57fc88167224 : \nError 2: 56aafd02-4d44-43d7-b784-57fc88167224 : No such file or directory \n' DEBUG: Stderr: None DEBUG: GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: 2025-11-13 13:51:01.730 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverTestCase.test_get_physical_devices [0.079747s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.SnapshotTestCase.test_create_snapshot_but_already_exist [0.042222s] ... ok DEBUG: Snapshot de4c9050-e2f9-4ce1-ade4-5ed0c9f26451 already exists. Skip the creation. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_share_with_incorrect_proto [0.030716s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_setup_via_manager_with_parent [0.102172s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_delete_nfs_share [0.035073s] ... ok DEBUG: 2025-11-13 13:51:01.815 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" by "manila.share.drivers.dell_emc.plugins.vnx.object_manager.NFSShare.allow_share_access..do_allow_access" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:01.815 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" acquired by "manila.share.drivers.dell_emc.plugins.vnx.object_manager.NFSShare.allow_share_access..do_allow_access" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:01.816 3331052 WARNING manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:01.816 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. DEBUG: 2025-11-13 13:51:01.816 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "emc-shareaccess-7cf7c200_d3af_4e05_b87e_9167c95df4f9" "released" by "manila.share.drivers.dell_emc.plugins.vnx.object_manager.NFSShare.allow_share_access..do_allow_access" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:01.817 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_allow_share_access_not_found [0.088375s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_delete_nfs_share_with_ipv6 [0.042858s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_supported_protocols [0.095757s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_delete_share_with_incorrect_proto [0.035113s] ... ok DEBUG: 2025-11-13 13:51:01.860 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 on mover 56aafd02-4d44-43d7-b784-57fc88167224. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:01.862 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_create_nfs_share_with_error [0.046487s] ... ok DEBUG: GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: {2} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_update_access_via_manager_1 [0.037131s] ... ok DEBUG: Driver does not support share deletion without share network specified. Return directly because there is nothing to clean. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_delete_share_without_share_server [0.028387s] ... ok DEBUG: 2025-11-13 13:51:01.904 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create snapshot de4c9050-e2f9-4ce1-ade4-5ed0c9f26451 on filesystem 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: []. DEBUG: 2025-11-13 13:51:01.910 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.SnapshotTestCase.test_create_snapshot_with_error [0.046620s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_deny_access_with_incorrect_proto [0.028259s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_check_proto_notsupported [0.050502s] ... ok DEBUG: CIFS server 56aafd02-4d44-43d7-b784-57fc88167224 not found. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_deny_cifs_access_with_invliad_share_server_name [0.044260s] ... ok DEBUG: 2025-11-13 13:51:01.972 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.SnapshotTestCase.test_delete_snapshot [0.064371s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_create_share_2__from_snapshot [0.060725s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_deny_cifs_ro_access_with_ipv6 [0.058052s] ... ok DEBUG: 2025-11-13 13:51:02.022 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.SnapshotTestCase.test_get_snapshot_but_not_found [0.055734s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_deny_nfs_access [0.031531s] ... ok DEBUG: 2025-11-13 13:51:02.063 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.SnapshotTestCase.test_get_snapshot_with_error [0.039577s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_delegated_methods_2_create_snapshot [0.084818s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_deny_nfs_access_with_ipv6 [0.040764s] ... ok DEBUG: 2025-11-13 13:51:02.111 3331052 ERROR manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to detach interface a33884c869e0 from mover 56aafd02-4d44-43d7-b784-57fc88167224.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:02.112 3331052 DEBUG manila.share.drivers.dell_emc.plugins.vnx.object_manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to detach interface a33884c869e0 from mover 56aafd02-4d44-43d7-b784-57fc88167224. detach_nfs_interface /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/object_manager.py:980 DEBUG: 2025-11-13 13:51:02.119 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_detach_nfs_interface_with_error [0.046861s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_init_subclass_2 [0.031585s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_setup_via_manager [0.022418s] ... ok DEBUG: 2025-11-13 13:51:02.157 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_get_vdm [0.046162s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_get_pool_failed_to_find_matched_pool_name [0.076400s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_update_access_1 [0.026526s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_update_access_2 [0.026374s] ... ok DEBUG: 2025-11-13 13:51:02.211 3331052 INFO manila.share.drivers.dell_emc.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] BACKEND IS: fake_backend DEBUG: 2025-11-13 13:51:02.211 3331052 INFO manila.share.drivers.dell_emc.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] PLUGIN HAS: {'ipv6_implemented': True, 'dhss_mandatory_security_service_association': {}} DEBUG: 2025-11-13 13:51:02.211 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:02.211 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:02.212 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:02.212 3331052 INFO manila.share.drivers.dell_emc.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] BACKEND IS: powermax DEBUG: 2025-11-13 13:51:02.212 3331052 INFO manila.share.drivers.dell_emc.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] PLUGIN HAS: {'dhss_mandatory_security_service_association': {}, 'revert_to_snap_support': False, 'shrink_share_support': False, 'manage_existing_support': False, 'manage_existing_with_server_support': False, 'manage_existing_snapshot_support': False, 'manage_snapshot_with_server_support': False, 'manage_server_support': False, 'get_share_server_network_info_support': False} DEBUG: 2025-11-13 13:51:02.212 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:02.213 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:02.213 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:02.217 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.test_driver.EMCShareFrameworkTestCase.test_not_support_manage [0.058095s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareLayoutBaseTestCase.test_check_mount_glusterfs [0.026344s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareLayoutBaseTestCase.test_check_mount_glusterfs_not_installed_2 [0.020076s] ... ok DEBUG: File System 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}] DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_get_pool_failed_to_get_filesystem_info [0.089619s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareLayoutBaseTestCase.test_subclass [0.019788s] ... ok DEBUG: Unable to delete share fakename DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/glusterfs/layout_directory.py", line 179, in delete_share DEBUG: privsep_os.recursive_forced_rm(local_share_path) 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: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:02.259 3331052 INFO manila.share.drivers.dell_emc.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] BACKEND IS: fake_backend DEBUG: 2025-11-13 13:51:02.259 3331052 INFO manila.share.drivers.dell_emc.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] PLUGIN HAS: {'ipv6_implemented': True, 'dhss_mandatory_security_service_association': {}} DEBUG: 2025-11-13 13:51:02.260 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:02.260 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:02.260 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:02.261 3331052 INFO manila.share.drivers.dell_emc.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] BACKEND IS: powermax DEBUG: 2025-11-13 13:51:02.261 3331052 INFO manila.share.drivers.dell_emc.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] PLUGIN HAS: {'dhss_mandatory_security_service_association': {}, 'revert_to_snap_support': False, 'shrink_share_support': False, 'manage_existing_support': False, 'manage_existing_with_server_support': False, 'manage_existing_snapshot_support': False, 'manage_snapshot_with_server_support': False, 'manage_server_support': False, 'get_share_server_network_info_support': False} DEBUG: 2025-11-13 13:51:02.264 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:02.264 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:02.264 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:02.265 3331052 INFO manila.share.drivers.dell_emc.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Dell EMC driver will unmanage share: None out of OpenStack. DEBUG: 2025-11-13 13:51:02.265 3331052 INFO manila.share.drivers.dell_emc.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Dell EMC driver will unmanage share: None out of OpenStack. DEBUG: 2025-11-13 13:51:02.265 3331052 INFO manila.share.drivers.dell_emc.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Dell EMC driver will unmanage snapshot: out of OpenStack. DEBUG: 2025-11-13 13:51:02.266 3331052 INFO manila.share.drivers.dell_emc.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Dell EMC driver will unmanage snapshot: out of OpenStack. DEBUG: 2025-11-13 13:51:02.266 3331052 INFO manila.share.drivers.dell_emc.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Dell EMC driver will unmanage share server: None out of OpenStack. DEBUG: 2025-11-13 13:51:02.267 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.dell_emc.test_driver.EMCShareFrameworkTestCase.test_unmanage_manage [0.043334s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_cannot_delete_share [0.021401s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_create_share_1___ [0.020204s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Failed to create mover interface {'name': 'a33884c869e0', 'device_name': 'cge-1-0', 'ip': '192.168.1.2', 'mover_name': 'server_2', 'vlan_id': 100, 'net_mask': '255.255.255.0'}. Reason: []. DEBUG: Could not setup server. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py", line 741, in setup_server DEBUG: self._get_context('MoverInterface').create(interface) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: return r(f, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: do = self.iter(retry_state=retry_state) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 314, in iter DEBUG: return fut.result() DEBUG: ^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: return self.__get_result() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: raise self._exception DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: result = fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/object_manager.py", line 1214, in create DEBUG: raise exception.EMCVnxXMLAPIError(err=message) DEBUG: manila.exception.EMCVnxXMLAPIError: Failed to create mover interface {'name': 'a33884c869e0', 'device_name': 'cge-1-0', 'ip': '192.168.1.2', 'mover_name': 'server_2', 'vlan_id': 100, 'net_mask': '255.255.255.0'}. Reason: []. DEBUG: 2025-11-13 13:51:02.316 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaConfigTests.test_conf2json [0.048807s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_setup_server_with_exception [0.075285s] ... ok DEBUG: 2025-11-13 13:51:02.354 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaConfigTests.test_mkconf [0.037748s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_create_share_unable_to_create_share_1_ProcessExecutionError [0.041010s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_setup_server_with_existing_vdm [0.037214s] ... ok DEBUG: 2025-11-13 13:51:02.402 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaConfigTests.test_parseconf_json_input [0.048255s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_create_share_unable_to_create_share_weird [0.039857s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Could not setup server. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/connection.py", line 718, in setup_server DEBUG: devices = self.get_managed_ports() 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: manila.exception.EMCVnxXMLAPIError: Get managed ports fail. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_setup_server_without_valid_physical_device [0.056358s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_delete_share [0.038751s] ... ok DEBUG: 2025-11-13 13:51:02.455 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_add_export_with_rados_store_2_True [0.052872s] ... ok DEBUG: 2025-11-13 13:51:02.489 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_check_export_rados_object_exists_1_True [0.033523s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_delete_share_can_be_called_with_extra_arg_share_server [0.054180s] ... ok DEBUG: Snapshot de4c9050-e2f9-4ce1-ade4-5ed0c9f26451 not found. Skip the deletion. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.SnapshotTestCase.test_delete_snapshot_but_not_found [0.779815s] ... ok DEBUG: 2025-11-13 13:51:02.532 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_do_setup_error_enabling_creation_share_specific_size [0.042862s] ... ok DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_check_export_rados_object_exists_2_False [0.072193s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.SnapshotTestCase.test_get_snapshot_but_not_found [0.056899s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_ensure_gluster_vol_mounted [0.037704s] ... ok DEBUG: 2025-11-13 13:51:02.616 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_check_file_exists_error_2_4 [0.058365s] ... ok DEBUG: Unable to get quota share fakename DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.SnapshotTestCase.test_get_snapshot_with_error [0.059834s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_get_directory_usage_unable_to_get [0.047853s] ... ok DEBUG: 2025-11-13 13:51:02.670 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_get_export_id [0.049878s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.StorageObjectManagerTestCase.test_get_storage_context [0.039081s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_nonimplemented_methods_1 [0.027764s] ... ok DEBUG: 2025-11-13 13:51:02.708 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_get_export_id_nobump [0.051549s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_delete_vdm [0.056063s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_nonimplemented_methods_2 [0.047598s] ... ok DEBUG: VDM 56aafd02-4d44-43d7-b784-57fc88167224 not found. Skip the deletion. DEBUG: 2025-11-13 13:51:02.764 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_get_rados_object [0.041759s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_delete_vdm_but_not_found [0.039151s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_nonimplemented_methods_4 [0.036862s] ... ok DEBUG: 2025-11-13 13:51:02.797 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_init [0.033305s] ... ok DEBUG: Unable to set quota share fakename DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powermax.test_object_manager.VDMTestCase.test_get_vdm_but_not_found [0.042710s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_set_directory_quota_unable_to_set [0.044907s] ... ok DEBUG: 2025-11-13 13:51:02.862 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_init_execute_error_no_log_message [0.065006s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_shrink_share_data_loss [0.050904s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_create_snapshot_no_snap_1 [0.032992s] ... ok DEBUG: 2025-11-13 13:51:02.905 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_read_export_file [0.042581s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_create_snapshot_no_snap_cached_1 [0.024964s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_teardown_server_with_invalid_server_name [0.507849s] ... ok DEBUG: Failed to create directory "/ifs/manila-test/share-foo". DEBUG: Share fakeid does not support snapshots: fake error. DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_create_snapshot_no_snap_cached_2 [0.030733s] ... ok DEBUG: 2025-11-13 13:51:02.966 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_remove_export_dbus [0.061203s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_create_directory_backend_failure [0.155592s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_delete_share_2_ [0.025742s] ... ok DEBUG: Could not find CIFS server by name: 56aafd02-4d44-43d7-b784-57fc88167224. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_teardown_server_without_cifs_server [0.059075s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_delete_share_missing_record [0.029334s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_teardown_server_without_server_detail [0.038228s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_delete_snapshot_error_1 [0.019455s] ... ok DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] There was a problem removing the export. Ignoring errors and continuing operation.: manila.exception.GaneshaCommandFailure: Ganesha management command failed. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ganesha/manager.py", line 515, in remove_export DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager confdict = self._read_export(name) DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager raise effect DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager manila.exception.GaneshaCommandFailure: Ganesha management command failed. DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager Command: None DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager Exit code: - DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager Stdout: None DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager Stderr: None DEBUG: 2025-11-13 13:51:03.037 3331052 ERROR manila.share.drivers.ganesha.manager DEBUG: 2025-11-13 13:51:03.046 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_remove_export_error_during_read_export_with_rados_store_1_True [0.080850s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_do_setup [0.033415s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_teardown_server_without_share_server_name_in_server_detail [0.070780s] ... ok DEBUG: 2025-11-13 13:51:03.114 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_remove_rados_object_url_from_index_with_index_data_2__url_rados___fakepool_fakeobj1__url_rados___fakepool_fakeobj2 [0.066743s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_fetch_gluster_volumes_2 [0.051112s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_create_share_from_snapshot_cifs [0.187146s] ... ok DEBUG: 2025-11-13 13:51:03.187 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_reset_exports [0.072803s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_fetch_gluster_volumes_error [0.078575s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_update_access_add_cifs_rw_with_ipv6 [0.101297s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_update_access_recover_nfs_rule [0.044280s] ... ok DEBUG: 2025-11-13 13:51:03.270 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_rm_export_rados_object [0.088998s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_fetch_gluster_volumes_no_keymatch [0.071573s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_create_cifs_server_invalid_mover_id [0.034933s] ... ok DEBUG: 2025-11-13 13:51:03.319 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_rm_file [0.043045s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_create_share_nfs [0.182227s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_delete_cifs_server [0.065109s] ... ok DEBUG: 2025-11-13 13:51:03.359 3331052 ERROR manila.share.drivers.ganesha.manager [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] mv temp file (/fakedir0/export.d/fakefile.conf.RANDOM) to /fakedir0/export.d/fakefile.conf failed.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:03.361 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_glustermanager_1 [0.079018s] ... ok DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_write_conf_file_with_mv_error_1_True [0.050011s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_delete_cifs_server_with_error [0.025265s] ... ok DEBUG: Failed to delete CIFS server 56aafd02-4d44-43d7-b784-57fc88167224. Reason: []. DEBUG: 2025-11-13 13:51:03.406 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_write_export_error_incomplete_export_block [0.036164s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_get_all_cifs_server [0.030028s] ... ok DEBUG: 2025-11-13 13:51:03.450 3331052 ERROR manila.share.drivers.ganesha.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unsupported access rule of 'type' cert, 'level' ro, 'to' some-CN: type should be one of 'ip'. DEBUG: 2025-11-13 13:51:03.451 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_glustermanager_2 [0.084711s] ... ok DEBUG: {3} manila.tests.share.drivers.ganesha.test_utils.GaneshaUtilsTests.test_get_valid_access_rules_fail_1 [0.046800s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_create_snapshot [0.121095s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_modify_cifs_server_but_already_join_domain [0.058887s] ... ok DEBUG: 2025-11-13 13:51:03.498 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_modify_cifs_server_but_unjoin_domain [0.032666s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {3} manila.tests.share.drivers.ganesha.test_utils.GaneshaUtilsTests.test_patch [0.056061s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_nonimplemented_methods_3 [0.061255s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_modify_cifs_server_invalid_mover_id [0.025710s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_allow_share_access [0.020574s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.DNSDomainTestCase.test_create_dns_domain [0.024748s] ... ok DEBUG: 2025-11-13 13:51:03.582 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {3} manila.tests.share.drivers.ganesha.test_utils.SSHExecutorTestCase.test_call_ssh_exec_object_with_run_as_root_2 [0.074207s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_nonimplemented_methods_4 [0.065481s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.DNSDomainTestCase.test_delete_dns_domain [0.026658s] ... ok DEBUG: Failed to delete DNS domain fake_domain. Reason: []. DEBUG: Error deleting CIFS share: share-foo DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_cifs_share_backend_failure [0.170441s] ... ok DEBUG: 2025-11-13 13:51:03.628 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Faking execution of cmd (subprocess): mkdir -p /mnt/glusterfs fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:71 DEBUG: 2025-11-13 13:51:03.628 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reply to faked command is stdout='' stderr=''. fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:100 DEBUG: 2025-11-13 13:51:03.629 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterFSCommonTestCase.test_mount_gluster_vol [0.050012s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.DNSDomainTestCase.test_delete_dns_domain_invalid_mover_id [0.052628s] ... ok DEBUG: 2025-11-13 13:51:03.674 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Faking execution of cmd (subprocess): mkdir -p /mnt/glusterfs fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:71 DEBUG: 2025-11-13 13:51:03.675 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reply to faked command is stdout='' stderr=''. fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:100 DEBUG: 2025-11-13 13:51:03.676 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterFSCommonTestCase.test_mount_gluster_vol_fail_1_True [0.045592s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_create_file_system_on_mover [0.036619s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_pop_gluster_vol_5 [0.107474s] ... ok DEBUG: 2025-11-13 13:51:03.719 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Faking execution of cmd (subprocess): mkdir -p /mnt/glusterfs fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:71 DEBUG: 2025-11-13 13:51:03.721 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reply to faked command is stdout='' stderr=''. fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:100 DEBUG: 2025-11-13 13:51:03.724 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterFSCommonTestCase.test_mount_gluster_vol_mounted_ensure [0.046102s] ... ok DEBUG: File system 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. Skip the deletion. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_delete_file_system_but_not_found [0.043577s] ... ok DEBUG: Attempted to delete CIFS Share "share-foo", but the share does not appear to exist. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_cifs_share_share_does_not_exist [0.141153s] ... ok DEBUG: Failed to delete file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: [{'message': 'File system with id=77777 not found.', 'messageCode': '14227341326', 'Description': 'The file system ID supplied with the request is invalid.', 'Action': 'Refer to the XML API v2 schema/documentation and correct your user program logic.', 'Diagnostics': ' Exception tag: 14fb6b6a7b8 Exception message: com.emc.nas.ccmd.common.MessageInstanceImpl@5004000e '}]. DEBUG: 2025-11-13 13:51:03.771 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Faking execution of cmd (subprocess): mkdir -p /mnt/glusterfs fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:71 DEBUG: 2025-11-13 13:51:03.776 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reply to faked command is stdout='' stderr=''. fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:100 DEBUG: 2025-11-13 13:51:03.778 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterFSCommonTestCase.test_mount_gluster_vol_mounted_noensure [0.059056s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_delete_file_system_with_error [0.056506s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_pop_gluster_vol_excp_1 [0.085414s] ... ok DEBUG: Couldn't find a free gluster volume to use. DEBUG: 2025-11-13 13:51:03.840 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Failed to extend file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9 to new size 20480. Reason: [{'message': 'Fake message.', 'messageCode': '14227341325', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': ' Fake diagnostics.'}]. DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterFSCommonTestCase.test_umount_gluster_vol [0.057485s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_extend_file_system_with_error [0.059931s] ... ok DEBUG: 2025-11-13 13:51:03.883 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterFSCommonTestCase.test_umount_gluster_vol_fail_2 [0.042956s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_push_gluster_vol [0.093553s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_extend_file_system_with_same_size [0.052383s] ... ok DEBUG: Directory not found for /path/to/directory DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_directory_when_path_does_not_exist [0.139025s] ... ok DEBUG: 2025-11-13 13:51:03.924 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_check_gluster_version_unmet [0.040079s] ... ok DEBUG: Failed to get file system by name 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error. ', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic. ', 'Diagnostics': 'File system not found.'}, {'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Migration file system not found.'}]. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_get_file_system_but_not_found [0.066910s] ... ok DEBUG: {2} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_share_manager [0.069806s] ... ok DEBUG: 2025-11-13 13:51:03.975 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_gluster_version [0.050899s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:04.016 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Failed to check hdfs state. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_create_mount_point_on_mover [0.050912s] ... ok DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_gluster_version_exception_2_glusterfs_3_6 [0.041327s] ... ok DEBUG: Attempted to delete NFS Share "share-foo", but the share does not appear to exist. DEBUG: {2} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__check_hdfs_state_exception [0.050382s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_nfs_share_share_does_not_exist [0.129759s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_delete_mount_point_on_vdm [0.044778s] ... ok DEBUG: 2025-11-13 13:51:04.082 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_boolean_1 [0.068744s] ... ok DEBUG: {2} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__create_share [0.053897s] ... ok DEBUG: {2} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__get_available_capacity [0.045881s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_get_mount_points_but_not_found [0.084596s] ... ok DEBUG: 2025-11-13 13:51:04.174 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_boolean_4 [0.093788s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_allow_access [0.037809s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_get_mount_points_with_error [0.063572s] ... ok DEBUG: Only HDFS protocol supported! DEBUG: {2} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_create_share_unsupported_proto [0.057274s] ... ok DEBUG: 2025-11-13 13:51:04.279 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface_name_already_exist [0.080100s] ... ok DEBUG: Mover interface name 3d909830c356 already exists. Skip the creation. DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_boolean_7 [0.111249s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_quota_failure [0.288287s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverInterfaceTestCase.test_delete_mover_interface [0.046277s] ... ok DEBUG: Failed to create snapshot fakesnapshotname for the share fakename. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {2} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_create_snapshot_exception [0.093165s] ... ok DEBUG: 2025-11-13 13:51:04.377 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_via_info_ambiguous_volinfo [0.081524s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverTestCase.test_get_interconnect_id [0.041995s] ... ok DEBUG: Failed to delete snapshot fakesnapshotname. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {2} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_delete_snapshot_exception [0.056411s] ... ok DEBUG: Failed to get mover by name server_2. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverTestCase.test_get_mover_failed_to_get_mover_ref [0.034825s] ... ok DEBUG: 2025-11-13 13:51:04.436 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_regular_option_ambiguous_volinfo_2_2 [0.062493s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'other', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverTestCase.test_get_mover_ref_not_found [0.029133s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverTestCase.test_get_mover_with_error [0.032554s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test__check_fs_mounted [0.067227s] ... ok DEBUG: 2025-11-13 13:51:04.503 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Failed to delete snapshot "test_snapshot". DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_init_has_shouldnt_have_vol [0.065310s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_allow_share_access [0.029651s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_delete_snapshot_failure [0.184527s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test__check_fs_mounted_not_mounted [0.040163s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_allow_access_cifs_2 [0.022212s] ... ok DEBUG: 2025-11-13 13:51:04.549 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_invalid_input_1 [0.042542s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_delete_nfs_share [0.056653s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_share_2 [0.023508s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_deny_ro_share_access [0.026918s] ... ok DEBUG: 2025-11-13 13:51:04.593 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_invalid_input_2 [0.044461s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_share_from_snapshot_invalid_protocol [0.026268s] ... ok DEBUG: Failed to set NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 access on 56aafd02-4d44-43d7-b784-57fc88167224. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '56aafd02-4d44-43d7-b784-57fc88167224 : \nError 2: 56aafd02-4d44-43d7-b784-57fc88167224 : No such file or directory \n' DEBUG: Stderr: None. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_deny_rw_share_with_error [0.026423s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_share_invalid_share_protocol [0.028879s] ... ok DEBUG: 2025-11-13 13:51:04.634 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_invalid_input_7 [0.040359s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_deny_access [0.117010s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_snapshot_3 [0.046427s] ... ok DEBUG: Failed to list NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 on 56aafd02-4d44-43d7-b784-57fc88167224. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None. DEBUG: 2025-11-13 13:51:04.682 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_getattr_noattr [0.047998s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_get_nfs_share_with_error [0.084413s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_delete_snapshot_3 [0.041619s] ... ok DEBUG: 2025-11-13 13:51:04.721 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_init_check_4 [0.040826s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_deny_access_cifs [0.020992s] ... ok DEBUG: Snapshot de4c9050-e2f9-4ce1-ade4-5ed0c9f26451 already exists. Skip the creation. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.SnapshotTestCase.test_create_snapshot_but_already_exist [0.050092s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_get_backend_info [0.121294s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_ensure_snapshot_2 [0.020227s] ... ok DEBUG: 2025-11-13 13:51:04.764 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_init_has_vol_1_None [0.048497s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.SnapshotTestCase.test_get_snapshot_id [0.028242s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_ensure_snapshot_4 [0.028545s] ... ok DEBUG: Failed to get snapshot by de4c9050-e2f9-4ce1-ade4-5ed0c9f26451. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}]. DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.SnapshotTestCase.test_get_snapshot_id_with_error [0.033373s] ... ok DEBUG: 2025-11-13 13:51:04.818 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_init_no_vol_1_None [0.049255s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_2 [0.033166s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_invalid_host [0.020977s] ... ok DEBUG: 2025-11-13 13:51:04.852 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_invalid [0.030513s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.StorageObjectManagerTestCase.test_get_storage_context [0.040647s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_invalid_protocol [0.020973s] ... ok DEBUG: 2025-11-13 13:51:04.871 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_make_gluster_call_bad_policy [0.018505s] ... ok DEBUG: Failed to update access rules for CIFS share "share-foo". DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_access_cifs_http_error_on_clear_rules [0.125291s] ... ok DEBUG: 2025-11-13 13:51:04.889 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_make_gluster_call_error_3 [0.018028s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_wrong_path_format_cifs_2_1_1_1_1_share_id [0.021752s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_attach_detach_nfs_interface [0.039612s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_wrong_path_format_cifs_4___1_1_1_1_shares_share_id [0.017762s] ... ok DEBUG: 2025-11-13 13:51:04.913 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_make_gluster_call_local_1 [0.024597s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_delete_vdm [0.032097s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_wrong_path_format_cifs_5___share_id [0.030962s] ... ok DEBUG: 2025-11-13 13:51:04.951 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_make_gluster_call_local_3 [0.039246s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_snapshot_invalid_path_exception_4_snapshots_share1_snapshot_id [0.027919s] ... ok DEBUG: 2025-11-13 13:51:04.984 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Access type foo is not supported for CIFS. DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_numreduct_3___3____6____2beta____4__ [0.031053s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_access_cifs_invalid_access_type [0.104871s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_get_vdm_but_not_found [0.065043s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_snapshot_invalid_size_exception_2_128GB [0.029485s] ... ok DEBUG: 2025-11-13 13:51:05.013 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_set_vol_option_3 [0.030584s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_nfs_snapshot_update_access_allow [0.023524s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale.PowerScaleTest.test_update_share_stats [0.056147s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_nfs_snapshot_update_access_deny [0.023847s] ... ok DEBUG: {1} manila.tests.share.drivers.dell_emc.test_driver.EMCShareFrameworkTestCase.test_get_default_filter_function [0.070890s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_revert_to_snapshot_3 [0.020170s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_update_access_ip_exception [0.034214s] ... ok DEBUG: 2025-11-13 13:51:05.037 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:05.037 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option in 1.0 seconds as it raised GlusterfsException: GlusterFS management command 'volume set testvol an_option some_value' failed with details as follows: DEBUG: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: 1 DEBUG: Stdout: None DEBUG: Stderr: None.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:05.037 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option' after 0.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:05.038 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option in 2.0 seconds as it raised GlusterfsException: GlusterFS management command 'volume set testvol an_option some_value' failed with details as follows: DEBUG: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: 1 DEBUG: Stdout: None DEBUG: Stderr: None.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:05.038 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option' after 0.001(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:05.038 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option in 4.0 seconds as it raised GlusterfsException: GlusterFS management command 'volume set testvol an_option some_value' failed with details as follows: DEBUG: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: 1 DEBUG: Stdout: None DEBUG: Stderr: None.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:05.038 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option' after 0.001(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:05.038 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option in 8.0 seconds as it raised GlusterfsException: GlusterFS management command 'volume set testvol an_option some_value' failed with details as follows: DEBUG: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: 1 DEBUG: Stdout: None DEBUG: Stderr: None.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:05.038 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option' after 0.002(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:05.039 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option in 16.0 seconds as it raised GlusterfsException: GlusterFS management command 'volume set testvol an_option some_value' failed with details as follows: DEBUG: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: 1 DEBUG: Stdout: None DEBUG: Stderr: None.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:05.039 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option' after 0.002(s), this was the 6th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:05.039 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option in 32.0 seconds as it raised GlusterfsException: GlusterFS management command 'volume set testvol an_option some_value' failed with details as follows: DEBUG: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: 1 DEBUG: Stdout: None DEBUG: Stderr: None.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:05.039 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option' after 0.002(s), this was the 7th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:05.039 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option in 64.0 seconds as it raised GlusterfsException: GlusterFS management command 'volume set testvol an_option some_value' failed with details as follows: DEBUG: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: 1 DEBUG: Stdout: None DEBUG: Stderr: None.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:05.039 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option' after 0.002(s), this was the 8th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:05.039 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option in 128.0 seconds as it raised GlusterfsException: GlusterFS management command 'volume set testvol an_option some_value' failed with details as follows: DEBUG: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: 1 DEBUG: Stdout: None DEBUG: Stderr: None.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:05.040 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option' after 0.003(s), this was the 9th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:05.040 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option in 256.0 seconds as it raised GlusterfsException: GlusterFS management command 'volume set testvol an_option some_value' failed with details as follows: DEBUG: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: 1 DEBUG: Stdout: None DEBUG: Stderr: None.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:05.040 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.glusterfs.common.GlusterManager.set_vol_option' after 0.003(s), this was the 10th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:05.041 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_set_vol_option_error_1 [0.026213s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_update_access_nfs_2_False [0.025319s] ... ok DEBUG: 2025-11-13 13:51:05.069 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.dell_emc.test_driver.EMCShareFrameworkTestCase.test_update_share_stats [0.072524s] ... ok DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_volxml_get_notfound [0.028474s] ... ok DEBUG: 2025-11-13 13:51:05.090 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_volxml_get_notfound_fallback_2_some_value [0.020001s] ... ok DEBUG: 2025-11-13 13:51:05.114 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_xml_response_check_2 [0.025573s] ... ok DEBUG: 2025-11-13 13:51:05.147 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_xml_response_check_invalid_2 [0.032542s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__get_share_export_exception_error [0.026385s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_add_export_error_during_dbus_send_ganesha_with_rados_store_1_True [0.038109s] ... ok DEBUG: 2025-11-13 13:51:05.179 3331052 WARNING manila.share.drivers.glusterfs.glusterfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: 2025-11-13 13:51:05.179 3331052 ERROR manila.share.drivers.glusterfs.glusterfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Option auth.ssl-allow is not defined on gluster volume. Volume: DEBUG: 2025-11-13 13:51:05.180 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_setup_via_manager_no_option_data_1_True [0.031907s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__locked_selectfs_create_operation [0.024466s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_add_export_with_rados_store_1_False [0.024812s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__locked_selectfs_delete_not_found [0.025259s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_add_rados_object_url_to_index_with_index_data_1_ [0.020311s] ... ok DEBUG: 2025-11-13 13:51:05.224 3331052 WARNING manila.share.drivers.glusterfs.glusterfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: 2025-11-13 13:51:05.227 3331052 ERROR manila.share.drivers.glusterfs.glusterfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Option auth.ssl-allow is not defined on gluster volume. Volume: DEBUG: 2025-11-13 13:51:05.229 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__locked_selectfs_delete_operation_successful [0.021235s] ... ok DEBUG: {3} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_setup_via_manager_no_option_data_2_False [0.053753s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_check_file_exists [0.033496s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_cifs [0.027439s] ... ok DEBUG: 2025-11-13 13:51:05.262 3331052 WARNING manila.share.drivers.glusterfs.glusterfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: 2025-11-13 13:51:05.263 3331052 DEBUG manila.share.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updating share stats. _update_share_stats /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py:1335 DEBUG: 2025-11-13 13:51:05.264 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_update_share_stats [0.029547s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_dbus_send_ganesha [0.025995s] ... ok DEBUG: 2025-11-13 13:51:05.287 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_access_rule_validator [0.023493s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_fs_mounted_false [0.026947s] ... ok DEBUG: 2025-11-13 13:51:05.306 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_check_proto_baseclass_1_NFS [0.018000s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_ganesha_export_dir [0.030122s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_fs_mounted_true [0.043065s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_get_export_id_with_rados_store_and_bump_2_False [0.023206s] ... ok DEBUG: 2025-11-13 13:51:05.338 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_check_proto_baseclass_2_PROTATO [0.032696s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_getpath [0.027832s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_inexistent_snapshot [0.024836s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_allow_access_already_allowed_user_2_False [0.018465s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_init_with_rados_store_and_export_counter_exists_2_True [0.039933s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_allow_access_exception_1_True [0.025575s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_deny_access_already_deleted_user_2_False [0.025692s] ... ok DEBUG: There was a problem removing the export. Ignoring errors and continuing operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ganesha/manager.py", line 515, in remove_export DEBUG: confdict = self._read_export(name) 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: manila.exception.GaneshaCommandFailure: Ganesha management command failed. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_remove_export_error_during_read_export_with_rados_store_2_False [0.052373s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_share_add_error [0.019608s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_remove_export_with_rados_store_2_False [0.034207s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_share_del [0.037218s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_get_share_quota_errors_1_Type______________Explicit_Target____________ViVol__vvol_test_Usage_____________0_B___Limit___________Unset___Warning_________Unset___Critical________Unset___Reset___________5___51_2_MB__File_Count________1___Limit___________Unset___Warning_________Unset___Critical________Unset___Reset___________5___0__Generate_Events___Disabled_Global_id_________28a3c9f8_ae05_11d0_9025_836896aada5d_Last_modified_____2015_06_23_22_37_17_363660800_00_00__ [0.036281s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_restart_service [0.051600s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_get_share_quota_tb [0.031572s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_update_export_error_with_rados_store_2_False [0.045866s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_is_cifs_in_use [0.042224s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_write_conf_file_with_mv_error_2_False [0.030418s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_write_export_with_rados_store_1_True [0.021995s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_list_cifs_exception [0.033871s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_write_export_with_rados_store_2_False [0.022910s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_modify_quota_error [0.021436s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_nfs_export_del_1_True [0.032085s] ... ok DEBUG: Unsupported access rule of 'type' ip, 'level' rw, 'to' 10.10.10.12: level should be one of 'ro'. DEBUG: {1} manila.tests.share.drivers.ganesha.test_utils.GaneshaUtilsTests.test_get_valid_access_rules_3 [0.047657s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_nfs_export_del_inexistent_export [0.019778s] ... ok DEBUG: Unsupported access rule of 'type' ip, 'level' rw, 'to' 10.10.10.12: level should be one of 'ro'. DEBUG: {1} manila.tests.share.drivers.ganesha.test_utils.GaneshaUtilsTests.test_get_valid_access_rules_fail_2 [0.022606s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_quota_add_error [0.019398s] ... ok DEBUG: {1} manila.tests.share.drivers.ganesha.test_utils.GaneshaUtilsTests.test_path_from [0.019007s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_clone_snapshot [0.710681s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_tree_clone [0.040816s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterFSCommonTestCase.test_mount_gluster_vol_fail_2_False [0.038928s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_create_directory_1_False [0.041982s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_tree_clone_job_failed [0.029827s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_create_nfs_export_1__201__True_ [0.036497s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_tree_clone_nothing_to_clone [0.020086s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_create_snapshot [0.020928s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_update_nfs_access_rule_empty_host_list [0.019298s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_gluster_version_exception_3_glusterfs_3_6beta3 [0.076873s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_update_nfs_access_rule_exception_no_share_provided [0.018158s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_delete_path_2_False [0.021851s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_boolean_3 [0.020001s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test__update_share_stats [0.025237s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_delete_quota_raises_exception_on_error [0.026013s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_boolean_6 [0.030073s] ... ok DEBUG: 2025-11-13 13:51:05.929 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_delegated_methods_1_do_setup [0.591112s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_snapshots [0.031218s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_boolean_bad [0.025287s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_create_share_export_error [0.041706s] ... ok DEBUG: 2025-11-13 13:51:05.957 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_delegated_methods_6_manage_existing [0.027170s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_space_stats_failure [0.033202s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_via_info_empty_volinfo [0.031023s] ... ok DEBUG: 2025-11-13 13:51:05.985 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_delegated_methods_7_unmanage [0.027735s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_get_default_filter_function [0.033974s] ... ok DEBUG: More than one mapping found for user "foo". DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_regular_option_1 [0.022512s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_get_user_sid_wrong_mappings [0.031425s] ... ok DEBUG: 2025-11-13 13:51:06.006 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_init_subclass_1 [0.020990s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_manage_existing_wrong_share_id [0.027663s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_is_path_existent_unexpected_error [0.021121s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_common_init [0.022596s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_hasnt_should_have_vol [0.019535s] ... ok DEBUG: 2025-11-13 13:51:06.047 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_supported_access_types [0.045585s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_lookup_smb_share_error [0.035687s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_init_has_vol_2_True [0.030011s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_modify_nfs_export_access_no_rw_ips [0.026182s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_update_access_add_2 [0.067628s] ... ok DEBUG: 2025-11-13 13:51:06.088 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_update_share_stats_2_False [0.035581s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_init_no_vol_1_None [0.026498s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_update_access_delete_1_None [0.022075s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_modify_nfs_export_access_success [0.024007s] ... ok DEBUG: 2025-11-13 13:51:06.110 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_cleanup_create_share_cannot_cleanup_unusable_share [0.022587s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_invalid_input_4 [0.020846s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_update_access_delete_exception [0.023302s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_modify_smb_share_access_with_host_acl_only [0.028224s] ... ok DEBUG: 2025-11-13 13:51:06.137 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_cleanup_create_share_local_share_path_exists [0.027597s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_invalid_input_6 [0.020755s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_update_access_ip_exception_1_True [0.021637s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_getattr [0.028458s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_modify_smb_share_access_with_no_arguments [0.038679s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test__send_get_2 [0.030420s] ... ok DEBUG: 2025-11-13 13:51:06.191 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_ensure_share [0.052956s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_init_check_1 [0.034434s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_quota_modify [0.033440s] ... ok DEBUG: 2025-11-13 13:51:06.223 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_extend_share [0.032009s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test__send_post_1_202 [0.044107s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerscale.test_powerscale_api.PowerScaleApiTest.test_quota_modify__given_id_does_not_exist [0.024108s] ... ok DEBUG: 2025-11-13 13:51:06.244 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: REST Request: POST https://192.168.0.110/api/rest/file_system/6454ea29-09c3-030e-cfc3-1a9efb93188b/clone with body {"name": "powerstore-nfs-share-snap-clone"} DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_get_directory_usage [0.021404s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_add_access_rule [0.018871s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_clone_snapshot_failure [0.021889s] ... ok DEBUG: REST Response: 400 with data DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_get_file_system [0.017248s] ... ok DEBUG: 2025-11-13 13:51:06.276 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_nonimplemented_methods_3 [0.034768s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_filesystem_id [0.029206s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_get_share_2 [0.019221s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_init_check_3 [0.102226s] ... ok DEBUG: 2025-11-13 13:51:06.310 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_update_share_stats [0.030275s] ... ok DEBUG: {2} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_resize_file_system [0.027270s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_fsid_from_share_name [0.038597s] ... ok DEBUG: 2025-11-13 13:51:06.333 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_compile_volume_pattern [0.022883s] ... ok DEBUG: REST Request: GET https://192.168.0.110/api/rest/smb_share?select=file_system_id&name=eq.powerstore-smb-share with body None DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_fsid_from_share_name_failure [0.029697s] ... ok DEBUG: REST Response: 400 with data DEBUG: 2025-11-13 13:51:06.355 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_create_snapshot_error_2 [0.022394s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverFPGTestCase.test_FPG_init_args_failure_2__0__5_ [0.052519s] ... ok DEBUG: REST Request: GET https://192.168.0.110/api/rest/nas_server?name=eq.powerstore-nasserver with body None DEBUG: REST Response: 400 with data DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_nas_server_id_failure [0.025166s] ... ok DEBUG: Invalid configuration. hpe3par_fpg must be set. DEBUG: 2025-11-13 13:51:06.378 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_fetch_gluster_volumes_1 [0.022654s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverFPGTestCase.test_FPG_type_failures_2__None__0__4_ [0.025716s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_init_check_5 [0.087290s] ... ok DEBUG: 2025-11-13 13:51:06.406 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_fetch_gluster_volumes_no_filter_used [0.031614s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_nas_server_interfaces [0.032641s] ... ok DEBUG: Invalid configuration. hpe3par_fpg must be set. DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverFPGTestCase.test_FPG_type_failures_3_______0__4_ [0.056672s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_init_check_6 [0.057496s] ... ok DEBUG: 2025-11-13 13:51:06.455 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_find_actual_backend_snapshot_name [0.044822s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_nas_server_smb_netbios [0.067477s] ... ok DEBUG: 2025-11-13 13:51:06.481 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_find_actual_backend_snapshot_name_bad_snap_list_1_this_is_too_bad [0.026595s] ... ok DEBUG: Invalid configuration. hpe3par_fpg must be set. DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverFPGTestCase.test_FPG_type_failures_4______0__4_ [0.058372s] ... ok DEBUG: 2025-11-13 13:51:06.505 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "glusterfs_native" by "manila.share.drivers.glusterfs.layout_volume.GlusterfsVolumeMappedLayout._pop_gluster_vol" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:06.506 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "glusterfs_native" acquired by "manila.share.drivers.glusterfs.layout_volume.GlusterfsVolumeMappedLayout._pop_gluster_vol" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:06.506 3331052 INFO manila.share.drivers.glusterfs.layout_volume [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Number of gluster volumes in use: 0. Number of gluster volumes available for use as share: 1 DEBUG: 2025-11-13 13:51:06.506 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "glusterfs_native" "released" by "manila.share.drivers.glusterfs.layout_volume.GlusterfsVolumeMappedLayout._pop_gluster_vol" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:06.507 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_pop_gluster_vol_1 [0.024821s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_get_nfs_export_id [0.056681s] ... ok DEBUG: 2025-11-13 13:51:06.534 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "glusterfs_native" by "manila.share.drivers.glusterfs.layout_volume.GlusterfsVolumeMappedLayout._pop_gluster_vol" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:06.534 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "glusterfs_native" acquired by "manila.share.drivers.glusterfs.layout_volume.GlusterfsVolumeMappedLayout._pop_gluster_vol" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:06.534 3331052 INFO manila.share.drivers.glusterfs.layout_volume [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Number of gluster volumes in use: 0. Number of gluster volumes available for use as share: 1 DEBUG: 2025-11-13 13:51:06.534 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "glusterfs_native" "released" by "manila.share.drivers.glusterfs.layout_volume.GlusterfsVolumeMappedLayout._pop_gluster_vol" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:06.535 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_pop_gluster_vol_8 [0.034410s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverFPGTestCase.test_FPG_type_failures_5___max_ip_fpg__10_0_0_1__10_0_0_2__10_0_0_3__10_0_0_4__10_0_0_5___0__4_ [0.032814s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_init_has_shouldnt_have_vol [0.099199s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverFPGTestCase.test_FPG_type_success_3 [0.029103s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_init_has_vol_2_True [0.028931s] ... ok DEBUG: 2025-11-13 13:51:06.589 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_wipe_gluster_vol_1 [0.050828s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_client.TestClient.test_retreive_cluster_capacity_metrics [0.069422s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_make_gluster_call_error_5 [0.029462s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_build_comment_3___test_____punc____test___punc__ [0.024212s] ... ok DEBUG: 2025-11-13 13:51:06.636 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_build_comment_4___test_with_spaces_____test_with_spaces___ [0.023076s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_make_gluster_call_remote [0.029426s] ... ok DEBUG: {3} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_wipe_gluster_vol_mount_fail [0.048091s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_build_comment_5___xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx____xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx__ [0.022265s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_numreduct_2___3____6____2beta__ [0.027350s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_choose_share_server_compatible_with_share_1 [0.019256s] ... ok DEBUG: 2025-11-13 13:51:06.683 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__check_hdfs_state_down [0.041403s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_set_vol_option_1 [0.027411s] ... ok DEBUG: The requested SMB share "powerstore-share" was not created. DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_check_for_setup_error_success [0.031522s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_create_share_cifs_backend_failure [0.105776s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_set_vol_option_2 [0.031088s] ... ok DEBUG: 2025-11-13 13:51:06.736 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__check_hdfs_state_healthy [0.053320s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_volxml_get [0.024584s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_create_cifs_share [0.053662s] ... ok DEBUG: 2025-11-13 13:51:06.801 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__hdfs_local_execute [0.064640s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_volxml_get_notfound_fallback_1_None [0.084123s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_create_cifs_share_from_snapshot [0.079607s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_delete_share_nfs [0.151146s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_xml_response_check_3 [0.029481s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_xml_response_check_invalid_4 [0.028907s] ... ok DEBUG: 2025-11-13 13:51:06.896 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__set_share_size_with_new_size [0.098966s] ... ok DEBUG: GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_update_access_via_manager_2 [0.023310s] ... ok DEBUG: GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: 2025-11-13 13:51:06.945 3331052 ERROR manila.share.drivers.hdfs.hdfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to set ACL of share fakename for user: 10.0.0.1Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:06.946 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_update_access_via_manager_badcn_1_common_name_with_space [0.029548s] ... ok DEBUG: {3} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_allow_access_exception [0.049428s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_create_share_fails_get_pool_location_1 [0.078822s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_delete_snapshot [0.089755s] ... ok DEBUG: GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_update_access_via_manager_restart [0.033073s] ... ok DEBUG: 2025-11-13 13:51:06.985 3331052 ERROR manila.share.drivers.hdfs.hdfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Only 'user' access type allowed! DEBUG: 2025-11-13 13:51:06.986 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_allow_access_invalid_access_level [0.036536s] ... ok DEBUG: 2025-11-13 13:51:07.014 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_create_share [0.028048s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_check_proto [0.037667s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_create_share_fails_get_pool_location_2 [0.084244s] ... ok DEBUG: 2025-11-13 13:51:07.042 3331052 ERROR manila.share.drivers.hdfs.hdfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create share fakename from snapshot fakesnapshotname. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:07.044 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_create_share_from_snapshot_exception [0.027344s] ... ok DEBUG: Failed to resize share "powerstore-share". DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_create_share_1_ [0.037494s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.powerstore.test_connection.PowerStoreTest.test_shrink_share_failure [0.112368s] ... ok DEBUG: 2025-11-13 13:51:07.066 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_create_snapshot [0.021472s] ... ok DEBUG: Unsupported configuration. hpe3par_fpg must have IP address or be discoverable at 3PAR DEBUG: 2025-11-13 13:51:07.096 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_delete_snapshot [0.030776s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_setup_failure_no_dhss_no_conf_ss_ip [0.059983s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_cifs_deny_access__nonexistentuser_expt [0.043852s] ... ok DEBUG: 2025-11-13 13:51:07.117 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_deny_access [0.020404s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_delegated_methods_5_ensure_share [0.066796s] ... ok DEBUG: 2025-11-13 13:51:07.138 3331052 ERROR manila.share.drivers.hdfs.hdfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to deny ACL of share fakename for user: 10.0.0.1Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:07.139 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_deny_access_exception [0.021043s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_init_nosupp_layout [0.031109s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_create_interface__existed_expt [0.049958s] ... ok DEBUG: 2025-11-13 13:51:07.160 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.160 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.160 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.161 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.161 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.172 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test__update_share_stats [0.034135s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_setup_mediator_error [0.069998s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_init_subclass_3 [0.031308s] ... ok DEBUG: 2025-11-13 13:51:07.200 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.201 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.201 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.201 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.201 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.203 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_allow_access_cifs_1 [0.030282s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_setup_with_vfs_error [0.036653s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_supported_access_levels [0.032030s] ... ok DEBUG: 2025-11-13 13:51:07.226 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.226 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.226 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.227 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.227 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.228 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_share_from_snapshot_cleanup [0.024575s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_create_nas_server__existed_expt [0.072767s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_shrink_share [0.021461s] ... ok DEBUG: 2025-11-13 13:51:07.258 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.259 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.259 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.260 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.260 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.261 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_share_from_snapshot_empty_snapshot [0.033097s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_get_network_allocations_number [0.036546s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_create_snap_of_snap__existed_expt [0.043356s] ... ok DEBUG: 2025-11-13 13:51:07.289 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.290 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.290 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.291 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.291 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.292 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_snapshot_invalid_protocol [0.030618s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test__create_mount_directory_error [0.026987s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_create_snapshot__existed_expt [0.041139s] ... ok DEBUG: 2025-11-13 13:51:07.314 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.314 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.314 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.314 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.315 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.316 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_delete_share_1 [0.024168s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_update_access_3 [0.099062s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test__delete_file_tree_no_config_options [0.031971s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_delete_filesystem__nonexistent_expt [0.024347s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_create_fsip_success [0.022187s] ... ok DEBUG: 2025-11-13 13:51:07.365 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.365 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.365 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.365 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.366 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_enable_nfs_service__existed_expt [0.036213s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_update_access_4 [0.047979s] ... ok DEBUG: 2025-11-13 13:51:07.376 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_delete_snapshot_2 [0.067100s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ensure_prefix_4___uid____smb___True___osf_smb_ro_uid__ [0.036370s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_get_share_with_invalid_proto [0.021862s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_update_share_stats_1_True [0.025669s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_find_fshare_search [0.021518s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_get_storage_processor [0.020641s] ... ok DEBUG: 2025-11-13 13:51:07.417 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.418 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.418 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.418 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.418 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.420 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_delete_snapshot_4 [0.036015s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_client.TestClient.test_nfs_deny_access__nonexistent_expt [0.024821s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_cleanup_create_share_local_share_path_does_not_exist [0.045160s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test__get_managed_pools_3 [0.019268s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_find_fsnap_hit [0.058896s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_create_share_2__None__ [0.030565s] ... ok DEBUG: 2025-11-13 13:51:07.482 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.484 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.484 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.484 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.485 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.486 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_ensure_snapshot_1 [0.070360s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test__get_managed_pools_5 [0.029885s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_find_fsnap_search [0.024018s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_create_share_unable_to_create_share_2_GlusterfsException [0.037048s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test__get_managed_pools_6 [0.023502s] ... ok DEBUG: Failed to get FSIPs for FPG/VFS pool/test_vfs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 1654, in fsip_exists DEBUG: result = self._client.getfsip(vfs, fpg=fpg) 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: manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_fsip_exists_exception..FakeException DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_fsip_exists_exception [0.036592s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test__validate_cifs_share_access_type [0.021017s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_do_setup_error_already_enabled_creation_share_specific_size [0.023496s] ... ok DEBUG: 2025-11-13 13:51:07.551 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.554 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.555 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.555 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.555 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.557 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_ensure_snapshot_3 [0.071284s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test__validate_nfs_share_access_type [0.023566s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_do_setup_glusterfs_target_not_set [0.030935s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_03________user___True_____allow__permission_already_exists_for__foo____ [0.038737s] ... ok DEBUG: Could not mount the Gluster volume testvol DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/glusterfs/layout_directory.py", line 108, in _ensure_gluster_vol_mounted DEBUG: common._mount_gluster_vol(self.driver._execute, 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: manila.exception.GlusterfsException: Unknown Gluster exception. DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_ensure_gluster_vol_mounted_error [0.030331s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_allow_rw_cifs_share_access [0.046333s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_06________user___False____SMB_share_osf_foo_does_not_exist___ [0.040722s] ... ok DEBUG: 2025-11-13 13:51:07.619 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.620 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.622 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.622 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.622 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.630 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_extend_share_with_no_available_space_in_fs [0.071058s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_get_local_share_path [0.033538s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_local_share_path_not_exists [0.022581s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_09________ip___True_____r___ [0.043325s] ... ok DEBUG: 2025-11-13 13:51:07.676 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.676 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.677 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: Cannot get share name from path, make sure the path is right. Error details: 'NoneType' object is not subscriptable DEBUG: 2025-11-13 13:51:07.677 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.677 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.680 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_get_network_allocations_number [0.047348s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_shrink_share [0.032106s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_clear_share_access_nfs [0.086393s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_11________ip___True_____ [0.033061s] ... ok DEBUG: 2025-11-13 13:51:07.726 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.727 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.727 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.727 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.727 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.732 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_init_invalid_conf_parameters_2_hitachi_hnas_evs_id [0.051428s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_create_share [0.046157s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_ip_access_cifs [0.045042s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_create_cifs_share_from_snapshot [0.057612s] ... ok DEBUG: Invalid NFS access type. HPE 3PAR NFS supports 'ip'. Actual 'user'. DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_user_access_nfs [0.027014s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_create_share_from_snapshot_error_unsupported_gluster_version [0.036438s] ... ok DEBUG: GlusterFS version 3.6 on server host1 does not support creation of shares from snapshot. minimum requirement: 3.7 DEBUG: 2025-11-13 13:51:07.777 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.778 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.778 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.778 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.778 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.786 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_init_invalid_conf_parameters_5_hitachi_hnas_user [0.056683s] ... ok DEBUG: Failed to Login to 3PAR (https://1.2.3.4:8080/api/v1) as USERNAME_0 because: Fake exception for testing. DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_client_login_error [0.027234s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_create_nfs_share [0.051081s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_create_snapshot_error_1 [0.038194s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_client_logout_error [0.021970s] ... ok DEBUG: 2025-11-13 13:51:07.832 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.832 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.833 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.833 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.833 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.835 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_init_invalid_credentials [0.046204s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_create_nfs_share_from_snapshot [0.041168s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_client_version_unsupported [0.039132s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_create_share_with_invalid_proto [0.026894s] ... ok DEBUG: 2025-11-13 13:51:07.862 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.863 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.864 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.864 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.864 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.867 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_1 [0.032157s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_cifs_share_1___4__0__0___None__None__None_ [0.021640s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_create_share_without_share_server [0.022579s] ... ok DEBUG: Share fakeid does not support snapshots: fake error. DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_create_snapshot_no_snap_2 [0.097918s] ... ok DEBUG: 2025-11-13 13:51:07.888 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.889 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.889 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.889 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.889 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.891 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_snapshot [0.023326s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_delete_snapshot [0.022725s] ... ok DEBUG: 2025-11-13 13:51:07.917 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.917 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.917 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.918 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.918 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.920 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_snapshot_with_mount_support_2 [0.028976s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_dhss_false_create_nfs_share [0.030183s] ... ok DEBUG: 2025-11-13 13:51:07.941 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.942 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.942 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.942 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.942 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.944 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_cifs_share_2___4__0__0____true___None__None_ [0.055293s] ... ok DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_wrong_evs_ip [0.023839s] ... ok DEBUG: Cannot get share name from path, make sure the path is right. Error details: list index out of range DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_extend_share__create_from_snap [0.023967s] ... ok DEBUG: 2025-11-13 13:51:07.973 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:07.973 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:07.973 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:07.974 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:07.974 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:07.975 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_wrong_path_format_cifs_1___1_1_1_1 [0.034971s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_cifs_share_4___4__0__0___None___false___None_ [0.031357s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_cifs_share_from_snapshot_2_False [0.020907s] ... ok DEBUG: 2025-11-13 13:51:08.011 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:08.012 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:08.012 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:08.012 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:08.012 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:08.013 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_wrong_path_format_nfs_1___ [0.034535s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_get_pool [0.049224s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_delete_share_clone [0.112832s] ... ok DEBUG: 2025-11-13 13:51:08.034 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:08.034 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:08.034 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:08.034 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:08.034 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:08.036 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_wrong_path_format_nfs_5___share_id [0.022316s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_nfs_share_bad_options_2_rw [0.038340s] ... ok DEBUG: ('Error during delete_share request for share %(share_id)s', {'share_id': 'fakeid'}) DEBUG: 2025-11-13 13:51:08.062 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:08.063 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:08.063 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:08.063 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:08.063 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:08.064 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_snapshot_invalid_path_exception_1__root_snapshot_id [0.028470s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_delete_share_error [0.060142s] ... ok DEBUG: 2025-11-13 13:51:08.084 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:08.084 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:08.085 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 'gluster version' failed on server root@host1 with: Unknown Gluster exception. DEBUG: 2025-11-13 13:51:08.085 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:08.085 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:08.086 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_snapshot_invalid_size_exception_1_fake_size [0.021148s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_nfs_share_bad_options_5_secure [0.050322s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_get_proto_enum [0.076935s] ... ok DEBUG: 2025-11-13 13:51:08.104 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:08.104 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:08.105 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: 2025-11-13 13:51:08.105 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:08.105 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:08.107 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_revert_to_snapshot_1 [0.020933s] ... ok DEBUG: 2025-11-13 13:51:08.127 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking base constructor for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:95 DEBUG: 2025-11-13 13:51:08.127 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up attributes for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:98 DEBUG: 2025-11-13 13:51:08.127 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reading config parameters for Manila Hitachi HNAS Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:101 DEBUG: Exception during mount and copy from RO snapshot to RW share: Share backend error: Failed to copy data, reason: Total progress 99 != 100. DEBUG: 2025-11-13 13:51:08.128 3331052 DEBUG manila.share.drivers.hitachi.hnas.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing HNAS Layer. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/driver.py:150 DEBUG: 2025-11-13 13:51:08.128 3331052 DEBUG manila.share.drivers.hitachi.hnas.ssh [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hitachi HNAS Driver using SSH backend. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hitachi/hnas/ssh.py:47 DEBUG: 2025-11-13 13:51:08.129 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_update_access_nfs_1_True [0.022055s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_do_setup_get_gluster_version_fails_1_GlusterfsException [0.066233s] ... ok DEBUG: 2025-11-13 13:51:08.147 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "hitachi_hnas_select_fs" by "manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend._locked_selectfs" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:08.148 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hitachi_hnas_select_fs" acquired by "manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend._locked_selectfs" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:08.148 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hitachi_hnas_select_fs" "released" by "manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend._locked_selectfs" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:08.148 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__locked_selectfs_delete_context_change [0.019900s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_share_from_snap_copy_incomplete [0.070062s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_manage_snapshot [0.079394s] ... ok DEBUG: 2025-11-13 13:51:08.175 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "hitachi_hnas_select_fs" by "manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend._locked_selectfs" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:08.175 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hitachi_hnas_select_fs" acquired by "manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend._locked_selectfs" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:08.176 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hitachi_hnas_select_fs" "released" by "manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend._locked_selectfs" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:08.177 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__locked_selectfs_delete_exception [0.028247s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_do_setup_get_gluster_version_fails_2_RuntimeError [0.044782s] ... ok DEBUG: 2025-11-13 13:51:08.197 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_cifs_different_fs_exception [0.019630s] ... ok DEBUG: Gluster backend does not provide any volume matching pattern manila-share-\d+-#{size}G$ DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_do_setup_glusterfs_no_volumes_provided_by_backend [0.022411s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_manage_snapshot_wrong_size_type [0.039982s] ... ok DEBUG: Failed to create share from snapshot for FPG/VFS/tag pool/test_vfs/osf-snap-id. Snapshot not found. DEBUG: 2025-11-13 13:51:08.227 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_cifs_exception [0.030488s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_share_from_snap_not_found [0.064280s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_manage_with_wrong_size_data_type [0.020073s] ... ok DEBUG: GlusterFS version 3.5 on server root@host1 is not supported, minimum requirement: 3.6 DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_do_setup_unsupported_glusterfs_version [0.026023s] ... ok DEBUG: 2025-11-13 13:51:08.248 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_directory [0.020762s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_manage_without_export_locations [0.025467s] ... ok DEBUG: 2025-11-13 13:51:08.270 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_export_1_True [0.022656s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_fetch_gluster_volumes_3 [0.030818s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_cifs_share_and_fstore [0.050884s] ... ok DEBUG: 2025-11-13 13:51:08.297 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_export_2_False [0.027386s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_nonimplemented_methods_2 [0.024214s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_setup_server__vlan_network [0.056025s] ... ok DEBUG: 2025-11-13 13:51:08.328 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_nfs_share [0.039479s] ... ok DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_fs_mounted_error [0.028798s] ... ok DEBUG: Failed to change (-) access to FPG/share pool/osf-share-id for ip 1.2.3.4 rw): Share does not exist on 3PAR. DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_deny_access_missing_nfs_share [0.022000s] ... ok DEBUG: 2025-11-13 13:51:08.354 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_vvol [0.024871s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_pop_gluster_vol_2 [0.060385s] ... ok DEBUG: 2025-11-13 13:51:08.374 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_allow_access_already_allowed_user_1_True [0.019244s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_setup_server__vxlan_network [0.059221s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_pop_gluster_vol_6 [0.027317s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_deny_user_access_cifs [0.037786s] ... ok DEBUG: 2025-11-13 13:51:08.400 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_deny_access [0.026074s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_connection.TestConnection.test_teardown_server__no_server_detail [0.024317s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_02__2__1__False_ [0.027069s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_pop_gluster_vol_7 [0.033222s] ... ok DEBUG: 2025-11-13 13:51:08.422 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_share_del_exception [0.022118s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_do_match_1 [0.038458s] ... ok DEBUG: No unused gluster volumes available for use as share! Create share won't be supported unless existing shares are deleted or some gluster volumes are created with names matching 'glusterfs_volume_pattern'. DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_pop_gluster_vol_excp_2 [0.039505s] ... ok DEBUG: Couldn't find a free gluster volume to use. DEBUG: 2025-11-13 13:51:08.443 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.create_directory' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:08.443 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.create_directory in 0.10973919808029253 seconds as it raised HNASSSCContextChange: HNAS SSC Context has been changed unexpectedly: Command to create directory /path was run in another filesystem instead of file_system.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:08.443 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.create_directory' after 0.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:08.443 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.create_directory in 0.9519471189090882 seconds as it raised HNASSSCContextChange: HNAS SSC Context has been changed unexpectedly: Command to create directory /path was run in another filesystem instead of file_system.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:08.443 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.create_directory' after 0.001(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:08.444 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.create_directory in 3.1576669226868592 seconds as it raised HNASSSCContextChange: HNAS SSC Context has been changed unexpectedly: Command to create directory /path was run in another filesystem instead of file_system.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:08.444 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.create_directory' after 0.001(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:08.444 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.create_directory in 1.5593309328548433 seconds as it raised HNASSSCContextChange: HNAS SSC Context has been changed unexpectedly: Command to create directory /path was run in another filesystem instead of file_system.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:08.444 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.create_directory' after 0.002(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:08.445 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_create_directory_context_change_fail [0.022314s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_08__2048__1024__False_ [0.061030s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_do_match_2 [0.042627s] ... ok DEBUG: {1} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_share_manager_no_privdata [0.025521s] ... ok DEBUG: 2025-11-13 13:51:08.492 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.create_directory' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: Failed to create directory in hdfs for the share fakename. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: 2025-11-13 13:51:08.492 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.create_directory in 0.9811379928242384 seconds as it raised HNASSSCContextChange: HNAS SSC Context has been changed unexpectedly: Command to create directory /path was run in another filesystem instead of file_system.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:08.492 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.create_directory' after 0.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:08.493 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.create_directory in 0.4437541957018236 seconds as it raised HNASSSCContextChange: HNAS SSC Context has been changed unexpectedly: Command to create directory /path was run in another filesystem instead of file_system.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {1} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__create_share_exception [0.018062s] ... ok DEBUG: 2025-11-13 13:51:08.505 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_create_directory_context_change_success [0.060222s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_not_found [0.032336s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_do_match_5 [0.027976s] ... ok DEBUG: Failed to check available capacity for hdfs.Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {1} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__get_available_capacity_exception [0.019182s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_get_snapshot_id_without_pl [0.018112s] ... ok DEBUG: Failed to update capacity quota 1 on foo_fstore with exception: boom DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_setfsquota_side_effects_2 [0.021692s] ... ok DEBUG: {1} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__run_ssh [0.021737s] ... ok DEBUG: 2025-11-13 13:51:08.547 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_delete_directory [0.041874s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_setup_success [0.025076s] ... ok DEBUG: Error running SSH command: fake cmd. Error: . DEBUG: {1} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__run_ssh_exception [0.024484s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.unity.test_utils.TestUtils.test_match_ports_4 [0.040997s] ... ok DEBUG: {1} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__set_share_size [0.019044s] ... ok DEBUG: Error while validating FPG/VFS (pool/None): Expected 1, got 0. DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_vfs_not_found [0.028538s] ... ok DEBUG: Only 'user' access type allowed! DEBUG: {1} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_allow_access_invalid_access_type [0.018424s] ... ok DEBUG: 2025-11-13 13:51:08.608 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.delete_directory' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:08.608 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.delete_directory in 0.4821615974077339 seconds as it raised HNASSSCContextChange: HNAS SSC Context has been changed unexpectedly: Command to delete empty directory /path was run in another filesystem instead of file_system.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:08.608 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.delete_directory' after 0.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:08.608 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend.delete_directory in 0.6631229167946824 seconds as it raised HNASSSCContextChange: HNAS SSC Context has been changed unexpectedly: Command to delete empty directory /path was run in another filesystem instead of file_system.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:08.612 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_delete_directory_context_change_success [0.064552s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_4 [0.043269s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_other_protocol_1____nfs____NFS____nFs_____smb__ [0.030043s] ... ok DEBUG: {1} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_create_share_from_empty_snapshot [0.030073s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test__get_managed_storage_pools_without_matched_pool_1 [0.034707s] ... ok DEBUG: 2025-11-13 13:51:08.656 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_delete_directory_directory_not_empty [0.046688s] ... ok DEBUG: Invalid protocol. Expected nfs or smb. Got bogus. DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_other_protocol_exception_2_bogus [0.037397s] ... ok DEBUG: {1} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_create_share_from_snapshot [0.046083s] ... ok DEBUG: CIFS server 56aafd02-4d44-43d7-b784-57fc88167224 not found. DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_remove_fsip_success [0.024308s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_allow_access_with_invalid_share_server_name [0.040467s] ... ok DEBUG: {1} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_delete_share [0.027845s] ... ok DEBUG: 2025-11-13 13:51:08.714 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_get_nfs_host_list [0.058677s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_allow_cifs_access_with_incorrect_access_type [0.031225s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_remove_fsip_without_ip_or_vfs_1___ip___None_ [0.035288s] ... ok DEBUG: Failed to delete share fakename. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {1} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_delete_share_exception [0.023520s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_remove_fsip_without_ip_or_vfs_2___ip______ [0.025227s] ... ok DEBUG: {1} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_extend_share [0.019800s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_allow_cifs_rw_access [0.038534s] ... ok DEBUG: 2025-11-13 13:51:08.776 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_get_share_quota [0.060208s] ... ok DEBUG: {1} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_get_share_stats_refresh_true [0.026047s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_remove_fsip_without_ip_or_vfs_6_________ [0.038240s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_allow_nfs_access_with_ipv6 [0.036663s] ... ok DEBUG: 2025-11-13 13:51:08.821 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_allow_access_cifs_invalid_type [0.037975s] ... ok DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_get_share_usage [0.043481s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_cifs_share_with_ipv6 [0.039673s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_cifs_snapshot_update_access_deny [0.021470s] ... ok DEBUG: 2025-11-13 13:51:08.843 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_get_share_usage_mb [0.021822s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_share_1 [0.020472s] ... ok DEBUG: File System 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. DEBUG: 2025-11-13 13:51:08.869 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_get_share_usage_tb [0.025585s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_create_snapshot_with_incorrect_share_info [0.030807s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_share_export_error [0.024464s] ... ok DEBUG: 2025-11-13 13:51:08.905 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_get_stats_dedupe_on [0.035980s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_delete_cifs_share_with_ipv6 [0.042116s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_snapshot_first_snapshot [0.027712s] ... ok DEBUG: 2025-11-13 13:51:08.941 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_get_stats_error [0.036364s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_deny_access_cifs_unsupported_type [0.051106s] ... ok DEBUG: 2025-11-13 13:51:08.969 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_list_cifs_no_permissions_added [0.028099s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_deny_cifs_rw_access [0.069718s] ... ok DEBUG: 2025-11-13 13:51:09.012 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_ensure_share_invalid_protocol [0.046394s] ... ok DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_modify_quota [0.053676s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_extend_share [0.076555s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_init_invalid_conf_parameters_1_hitachi_hnas_driver_helper [0.047192s] ... ok DEBUG: 2025-11-13 13:51:09.082 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_nfs_export_add_1_True [0.068315s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_init_invalid_conf_parameters_3_hitachi_hnas_evs_ip [0.060569s] ... ok DEBUG: 2025-11-13 13:51:09.136 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_tree_clone_error_cloning [0.044873s] ... ok DEBUG: Failed to get storage pool information. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}] DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_get_pool_failed_to_get_pool_info [0.083068s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_no_quota [0.023474s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_snapshot_with_mount_support_1_None [0.019794s] ... ok DEBUG: 2025-11-13 13:51:09.180 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_tree_delete_error [0.044807s] ... ok DEBUG: 2025-11-13 13:51:09.205 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_tree_delete_path_does_not_exist [0.023267s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_wrong_path_format_cifs_3_1_1_1_1_shares_share_id [0.037846s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_setup_server [0.096786s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_wrong_path_format_nfs_4_1_1_1_1_shares_share_id [0.030085s] ... ok DEBUG: 2025-11-13 13:51:09.250 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_vvol_create_error [0.043900s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_wrong_share_id [0.018239s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_teardown_server [0.038498s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_snapshot_invalid_path_exception_2__snapshots_share1_snapshot_id [0.020345s] ... ok DEBUG: 2025-11-13 13:51:09.295 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_vvol_delete_error [0.047860s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_snapshot_invalid_size_exception_4 [0.029839s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_teardown_server_without_security_services [0.041736s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_shrink_share [0.041770s] ... ok DEBUG: 2025-11-13 13:51:09.362 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_update_access_deny_nfs_with_ipv6 [0.047526s] ... ok DEBUG: {3} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_delete_share_already_deleted [0.070247s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_shrink_share_new_size_lower_than_usage [0.050720s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_update_access_recover_nfs_rule_with_ipv6 [0.046881s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_unmanage_2_False [0.019281s] ... ok DEBUG: 2025-11-13 13:51:09.416 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_extend_share [0.054639s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_update_access_not_found_exception [0.030833s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__execute [0.021900s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_update_share_stats [0.061882s] ... ok DEBUG: 2025-11-13 13:51:09.482 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_manage_existing [0.059217s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__locked_selectfs_create_operation_context_change [0.032199s] ... ok DEBUG: 2025-11-13 13:51:09.520 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_shrink_share [0.039141s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__locked_selectfs_create_operation_error [0.030320s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_cifs_inexistent_share [0.017824s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Failed to update storage pool. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_connection.StorageConnectionTestCase.test_update_share_stats_without_matched_config_pools [0.101211s] ... ok DEBUG: 2025-11-13 13:51:09.579 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_update_access_delete_2 [0.060069s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_export_error [0.046149s] ... ok DEBUG: {2} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_update_access_resync_rules_nfs [0.819977s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_get_all_cifs_server_invalid_mover_id [0.051708s] ... ok DEBUG: 2025-11-13 13:51:09.638 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_update_access_ip_exception_2_False [0.058977s] ... ok DEBUG: 2025-11-13 13:51:09.662 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_quota [0.060866s] ... ok DEBUG: {3} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test__send_delete_1_202 [0.022058s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiDriverHelperTestCase.test_do_call_with_valid_method_3__None___PUT__ [0.052903s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSServerTestCase.test_modify_cifs_server [0.048975s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_deny_access_already_deleted_user_1_True [0.030569s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiDriverHelperTestCase.test_do_call_with_valid_method_4__None___GET__ [0.032479s] ... ok DEBUG: Failed to allow the access fullcontrol to CIFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None. DEBUG: 2025-11-13 13:51:09.706 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_allow_share_access_with_error [0.026141s] ... ok DEBUG: {3} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_delete_share [0.043152s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_share_add_2_False [0.022171s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiDriverHelperTestCase.test_do_call_with_valid_method_5___fake_data____PUT__ [0.027197s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_update_access_level_exception [0.019396s] ... ok DEBUG: 2025-11-13 13:51:09.737 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_get_clusters_2_None [0.030303s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_delete_directory_context_change_fail [0.021930s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:09.758 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_get_file_system_exception [0.022148s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_create_cifs_share_invalid_mover_id [0.060795s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test__get_login_info_2 [0.042669s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_get_share_quota_errors_2_No_quotas_matching_specified_filter_criteria__ [0.023855s] ... ok DEBUG: 2025-11-13 13:51:09.783 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_rename_file_system [0.023886s] ... ok DEBUG: 2025-11-13 13:51:09.808 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Failed to deny the access fullcontrol to CIFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None. DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverFPGTestCase.test_FPG_init_args_failure_1___1__4_ [0.026107s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_get_share_quota_mb [0.032573s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_deny_share_access_with_error [0.052287s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_cifs_user_ro_success [0.054468s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_is_cifs_without_use [0.017501s] ... ok DEBUG: 2025-11-13 13:51:09.835 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:09.838 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:09.838 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:09.838 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:09.838 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:09.839 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:09.840 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_create_nfs_share_from_snapshot [0.030881s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_nfs_export_add_error [0.021674s] ... ok DEBUG: 2025-11-13 13:51:09.862 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:09.862 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:09.863 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:09.863 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:09.863 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:09.863 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:09.865 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_create_snapshot [0.024172s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_nfs_export_del_2_False [0.029258s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_disable_share_access [0.070123s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_nfs_export_del_exception [0.021521s] ... ok DEBUG: 2025-11-13 13:51:09.897 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:09.897 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:09.897 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:09.898 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:09.898 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:09.898 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:09.903 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_ip_ro_success [0.087476s] ... ok DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_delete_share [0.038212s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_quota_add [0.025944s] ... ok DEBUG: 2025-11-13 13:51:09.931 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:09.931 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Failed to get access list of CIFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/object_manager.py", line 1742, in get_share_access DEBUG: out, err = self._execute_cmd(get_access, check_exit_code=True) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: return r(f, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: do = self.iter(retry_state=retry_state) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 314, in iter DEBUG: return fut.result() DEBUG: ^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: return self.__get_result() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:09.932 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:09.932 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:09.932 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:09.933 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:09.937 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_extend_share [0.036441s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_update_nfs_access_rule_exception_error [0.027994s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.CIFSShareTestCase.test_get_share_access_failed [0.069933s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_user_fail [0.045685s] ... ok DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: raise self._exception DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: result = fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/object_manager.py", line 177, in _execute_cmd DEBUG: out, err = self.conn['SSH'].run_ssh(cmd, check_exit_code) 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_check_for_setup_nfs_down [0.025602s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_vvol_delete_vvol_does_not_exist [0.036792s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas/utils.py", line 62, in __call__ DEBUG: raise item[2] DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None DEBUG: Get share count error! DEBUG: result: {'error': {'code': 31755596}}. DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Failed to create DNS domain fake_domain. Reason: []. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.DNSDomainTestCase.test_create_dns_domain_with_error [0.052440s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_check_for_setup_service_down [0.024257s] ... ok DEBUG: 2025-11-13 13:51:10.019 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:10.019 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {1} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_create_share [0.027739s] ... ok DEBUG: File system 7cf7c200_d3af_4e05_b87e_9167c95df4f9 already exists. Skip the creation. DEBUG: 2025-11-13 13:51:10.020 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.026 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:10.026 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:10.027 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.030 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_get_share_stats_no_refresh [0.090330s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_create_file_system_but_already_exist [0.021814s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_create_share_invalid_share_protocol [0.023627s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_check_snapshot_id_exist_fail [0.035623s] ... ok DEBUG: Failed to create file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9. Reason: []. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_create_file_system_with_error [0.022518s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_delete_share_2 [0.023201s] ... ok DEBUG: 2025-11-13 13:51:10.064 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:10.066 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Failed to copy content from snapshot de4c9050-e2f9-4ce1-ade4-5ed0c9f26452 to file system 7cf7c200_d3af_4e05_b87e_9167c95df4f9. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/object_manager.py", line 440, in create_from_snapshot DEBUG: self._execute_cmd(copy_ckpt_cmd, check_exit_code=True) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: return r(f, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: do = self.iter(retry_state=retry_state) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 314, in iter DEBUG: return fut.result() DEBUG: ^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: return self.__get_result() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.067 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.067 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:10.067 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:10.067 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.068 3331052 INFO manila.share.drivers.hpe.hpe_3par_driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Starting share driver HPE3ParShareDriver (2.0.8) DEBUG: 2025-11-13 13:51:10.069 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_setup_no_dhss_multi_getvfs_success [0.039126s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_create_filesystem_from_snapshot_with_error [0.030177s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_extend_share_with_no_available_space_in_fs [0.018599s] ... ok DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: raise self._exception DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: result = fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/dell_emc/plugins/vnx/object_manager.py", line 177, in _execute_cmd DEBUG: out, err = self.conn['SSH'].run_ssh(cmd, check_exit_code) 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_conf_logical_ip_fail [0.042442s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/dell_emc/common/enas/utils.py", line 62, in __call__ DEBUG: raise item[2] DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None DEBUG: check_conf_file: Config file invalid. LogicalPortIP must be set when driver_handles_share_servers is False. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_extend_file_system [0.024338s] ... ok DEBUG: 2025-11-13 13:51:10.106 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:10.106 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:10.107 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.107 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:10.107 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:10.108 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.108 3331052 INFO manila.share.drivers.hpe.hpe_3par_driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Starting share driver HPE3ParShareDriver (2.0.8) DEBUG: 2025-11-13 13:51:10.115 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_setup_success [0.045907s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_unmanage [0.034666s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.FileSystemTestCase.test_get_file_system [0.026583s] ... ok DEBUG: check_conf_file: Config file invalid. Product must be set to V3. DEBUG: {1} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_update_access_add_1_None [0.030748s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_conf_product_fail [0.060764s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_create_mount_point_invalid_mover_id [0.032393s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {1} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test__send_delete_2_500 [0.019872s] ... ok DEBUG: 2025-11-13 13:51:10.170 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:10.170 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:10.170 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.171 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:10.172 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:10.173 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.174 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_update_access_add_rule [0.059816s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_create_mount_point_on_vdm [0.021664s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test__wait_job_status_1_COMPLETE [0.018292s] ... ok DEBUG: 2025-11-13 13:51:10.195 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:10.196 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: check_conf_file: Config file invalid. RestURL, UserName and UserPassword must be set. DEBUG: 2025-11-13 13:51:10.196 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.199 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:10.199 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:10.199 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.201 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_update_access_delete_rule [0.025763s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_delete_mount_point_invalid_mover_id [0.024453s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_add_file_system [0.026848s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_conf_username_fail [0.067306s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_delete_mount_point_on_mover [0.021434s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_delete_file_system [0.027006s] ... ok DEBUG: Failed to delete mount point /7cf7c200_d3af_4e05_b87e_9167c95df4f9 on mover 56aafd02-4d44-43d7-b784-57fc88167224. Reason: {'type': 'TaskResponse', 'taskId': '123', 'maxSeverity': 'error', 'objects': [], 'problems': []}. DEBUG: 2025-11-13 13:51:10.236 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:10.237 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:10.237 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.237 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:10.238 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:10.238 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.238 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] begin _setup_server with {'network_allocations': [{'ip_address': '1.2.3.4'}], 'cidr': '1.2.3.4/24', 'network_type': 'vxlan', 'segmentation_id': '101', 'server_id': '1a1a1a1a-2b2b-3c3c-4d4d-5e5e5e5e5e5e'} _setup_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_driver.py:439 DEBUG: 2025-11-13 13:51:10.239 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_setup_server_fails_for_unsupported_network_type [0.038273s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_delete_mount_point_with_error [0.028475s] ... ok DEBUG: Can not get access id from share. share_name: share-fake-uuid DEBUG: 2025-11-13 13:51:10.265 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.266 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ('Failed to create share %(share_name)s: %(e)s', {'share_name': 'OPENSTACK_SUPER_SHARE', 'e': 'createfshare error.'}): Exception: createfshare error. DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator Traceback (most recent call last): DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 960, in _create_super_share DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator result = self._client.createfshare(protocol, DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator return self._execute_mock_call(*args, **kwargs) DEBUG: Can not get access id from share. share_name: share_fake_uuid DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator raise effect DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator Exception: createfshare error. DEBUG: 2025-11-13 13:51:10.266 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator DEBUG: 2025-11-13 13:51:10.269 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test__create_super_share_createfshare_exception [0.029216s] ... ok DEBUG: 2025-11-13 13:51:10.290 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.291 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.291 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test__revoke_admin_smb_access_error [0.024132s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_nfsshare_from_cifssnapshot_success [0.069107s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MountPointTestCase.test_get_mount_points [0.031384s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_get_access_rules_1 [0.060013s] ... ok DEBUG: 2025-11-13 13:51:10.318 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_build_export_locations_bad_path [0.027750s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.MoverInterfaceTestCase.test_create_mover_interface_ip_already_exist [0.022141s] ... ok DEBUG: Mover interface IP 192.168.1.1 already exists. Skip the creation. DEBUG: Can't open the recent url, re-login. DEBUG: Failed to create replication pair for (LOCALRESID: 4, REMOTEDEVICEID: 0, REMOTERESID: 8). DEBUG: result: {'error': {'code': -403}}. DEBUG: Failed to create replication pair for share share_fake_uuid. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 57, in create DEBUG: pair_info = self.helper.create_replication_pair(pair_params) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 1383, in create_replication_pair DEBUG: self._assert_rest_result(result, msg) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 176, in _assert_rest_result DEBUG: raise exception.InvalidShare(reason=err_msg) DEBUG: manila.exception.InvalidShare: Invalid share: Failed to create replication pair for (LOCALRESID: 4, REMOTEDEVICEID: 0, REMOTERESID: 8). DEBUG: result: {'error': {'code': -403}}.. DEBUG: Failed to create a replication pair with host hostname1@backend_name1#OpenStack_Pool. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py", line 1732, in create_replica DEBUG: replica_pair_id = self.rpc_client.create_replica_pair( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/huawei/test_huawei_nas.py", line 786, in create_replica_pair DEBUG: return super(FakeRpcClient, self).create_replica_pair( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/rpcapi.py", line 42, in create_replica_pair DEBUG: return call_context.call( DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/huawei/test_huawei_nas.py", line 779, in call DEBUG: {1} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_get_clusters_1 [0.024328s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_replica_fail_3 [0.038396s] ... ok DEBUG: {1} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_get_share_exception [0.023071s] ... ok DEBUG: return self.replica_mgr.create_replica_pair( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 246, in create_replica_pair DEBUG: return self.create(local_share_info, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 57, in create DEBUG: pair_info = self.helper.create_replication_pair(pair_params) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 1383, in create_replication_pair DEBUG: self._assert_rest_result(result, msg) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 176, in _assert_rest_result DEBUG: raise exception.InvalidShare(reason=err_msg) DEBUG: manila.exception.InvalidShare: Invalid share: Failed to create replication pair for (LOCALRESID: 4, REMOTEDEVICEID: 0, REMOTERESID: 8). DEBUG: 2025-11-13 13:51:10.343 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.344 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create FSIP for 1.2.3.4: manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_create_fsip_exception..FakeException DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator Traceback (most recent call last): DEBUG: result: {'error': {'code': -403}}.. DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 1674, in create_fsip DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator result = self._client.createfsip(ip, DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator raise effect DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_create_fsip_exception..FakeException DEBUG: 2025-11-13 13:51:10.344 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator DEBUG: 2025-11-13 13:51:10.345 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_create_fsip_exception [0.023770s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_clear_share_access_failed_to_get_share [0.037266s] ... ok DEBUG: 2025-11-13 13:51:10.365 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.366 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.367 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] createfsip result: create_fsip /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:1679 DEBUG: 2025-11-13 13:51:10.367 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] getfsip result: {'members': []} fsip_exists /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:1655 DEBUG: 2025-11-13 13:51:10.367 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get FSIP after creating it for FPG/VFS/IP/subnet/VLAN pool/test_vfs/1.2.3.4/255.255.255.0/101. DEBUG: 2025-11-13 13:51:10.368 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_create_fsip_get_none [0.023540s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverFPGTestCase.test_FPG_init_args_failure_3__0___1_ [0.029356s] ... ok DEBUG: Cannot create more than one replica for share fake_share_id. DEBUG: 2025-11-13 13:51:10.406 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.406 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.408 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_find_fsnap_exception [0.039391s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_create_nfs_share [0.045794s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_replica_with_already_exists [0.074247s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverFPGTestCase.test_FPG_type_failures_1___invalid_ip_fpg__10_256_0_1___0__4_ [0.049655s] ... ok DEBUG: 2025-11-13 13:51:10.436 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.436 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.436 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] getfsip result: {'total': 3, 'members': [{'bogus1': 1}, {'fspool': 'pool', 'vfs': 'test_vfs', 'address': '1.2.3.4', 'prefixLen': '255.255.255.0', 'vlanTag': '101', 'k': 'v', 'k2': 'v2'}, {'bogus2': '2'}]} fsip_exists /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:1655 DEBUG: 2025-11-13 13:51:10.438 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_fsip_exists [0.029112s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_delete_nfs_share_locked [0.037254s] ... ok DEBUG: 2025-11-13 13:51:10.459 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_01________ip___True____IP_address_foo_already_exists___ [0.022049s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverFPGTestCase.test_FPG_type_failures_6___min_1_ip_fpg___1__4_ [0.024798s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_cache_not_exist [0.063109s] ... ok DEBUG: 2025-11-13 13:51:10.479 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_04________ip___True____foo_does_not_exist__cannot_be_removed___ [0.024105s] ... ok DEBUG: NFS share /7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. Skip the deletion. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_delete_nfs_share_not_found [0.046730s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_cifs_success [0.025745s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_build_comment_1___test_dquote____test_dquote__ [0.046548s] ... ok DEBUG: 2025-11-13 13:51:10.507 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.508 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.512 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_access_missing_nfs_share [0.029727s] ... ok DEBUG: Failed to delete NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 on 56aafd02-4d44-43d7-b784-57fc88167224. Reason: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: '' DEBUG: Stderr: None. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_delete_nfs_share_with_error [0.039516s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_extra_error_1 [0.041515s] ... ok DEBUG: The filesystem type is "Thick", so dedupe or compression cannot be set. DEBUG: 2025-11-13 13:51:10.549 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.549 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.550 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setfshare result=[] _change_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:1418 DEBUG: 2025-11-13 13:51:10.551 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_user_access_cifs_2___rw___False_ [0.038707s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_choose_share_server_compatible_with_share_with_cg [0.047668s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_extra_error_3 [0.031944s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_deny_rw_share_access [0.043437s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_check_for_setup_error_exception [0.024856s] ... ok DEBUG: 2025-11-13 13:51:10.583 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.584 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.584 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setfshare result=[] _change_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:1418 DEBUG: 2025-11-13 13:51:10.585 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_user_access_cifs_3___ro___True_ [0.034127s] ... ok DEBUG: NFS share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 not found. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.NFSShareTestCase.test_deny_share_not_found [0.020436s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_extra_thick [0.028211s] ... ok DEBUG: Query nfs share 7cf7c200_d3af_4e05_b87e_9167c95df4f9 failed. Reason None. DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_create_nfs_share [0.021246s] ... ok DEBUG: 2025-11-13 13:51:10.607 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.608 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.608 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setfshare result=[] _change_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:1418 DEBUG: 2025-11-13 13:51:10.610 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_user_access_cifs_4___ro___False_ [0.022644s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.SnapshotTestCase.test_create_snapshot [0.021915s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_delete_snapshot [0.018842s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_get_share_stats_not_ready [0.018847s] ... ok DEBUG: Snapshot de4c9050-e2f9-4ce1-ade4-5ed0c9f26451 not found. Skip the deletion. DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_qos_08 [0.040695s] ... ok DEBUG: 2025-11-13 13:51:10.636 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get 3PAR WSAPI version: Fake exception for testing.: manila.tests.share.drivers.hpe.test_hpe_3par_constants.FakeException: Fake exception for testing. DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator Traceback (most recent call last): DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 175, in do_setup DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator wsapi_version = self._client.getWsApiVersion()['build'] DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator raise effect DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator manila.tests.share.drivers.hpe.test_hpe_3par_constants.FakeException: Fake exception for testing. DEBUG: 2025-11-13 13:51:10.636 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator DEBUG: 2025-11-13 13:51:10.638 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_client_version_exception [0.027997s] ... ok DEBUG: 2025-11-13 13:51:10.660 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.660 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.661 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_client_version_supported [0.024484s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.SnapshotTestCase.test_delete_snapshot_but_not_found [0.052920s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_type_illegal_xml_2 [0.030598s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_get_share_stats_premature [0.044131s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_sectorsize_in_type_3_16 [0.023357s] ... ok DEBUG: Failed to get snapshot by name de4c9050-e2f9-4ce1-ade4-5ed0c9f26451. Reason: [{'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}, {'message': 'Fake message.', 'messageCode': '18522112101', 'Description': 'Fake description.', 'Action': 'Fake action.', 'Diagnostics': 'Fake diagnostics.'}]. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.SnapshotTestCase.test_delete_snapshot_failed_to_get_snapshot [0.055877s] ... ok DEBUG: Failed to delete snapshot de4c9050-e2f9-4ce1-ade4-5ed0c9f26451. Reason: []. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.SnapshotTestCase.test_delete_snapshot_with_error [0.020311s] ... ok DEBUG: 2025-11-13 13:51:10.713 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.714 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.714 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] createfstore result= _create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:521 DEBUG: 2025-11-13 13:51:10.714 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "hpe3par-update-quota-osf-nfs-project-id" by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:10.714 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hpe3par-update-quota-osf-nfs-project-id" acquired by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:10.715 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] getfsquota result={'message': None, 'total': 1, 'members': [{'hardBlock': '1024', 'softBlock': '1024'}]} _sync_update_capacity_quotas /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:450 DEBUG: 2025-11-13 13:51:10.715 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hpe3par-update-quota-osf-nfs-project-id" "released" by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.716 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setfsquota result=[] _update_capacity_quotas /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:467 DEBUG: Get filesystem by name error! DEBUG: result: {'error': {'code': 31755596}}. DEBUG: 2025-11-13 13:51:10.716 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] createfshare result= _create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:542 DEBUG: 2025-11-13 13:51:10.716 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] getfshare result={'message': None, 'total': 1, 'members': [{'sharePath': '/anyfpg/anyvfs/anyfstore'}]} _create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:554 DEBUG: 2025-11-13 13:51:10.717 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_nfs_share_1_sync [0.054916s] ... ok DEBUG: 2025-11-13 13:51:10.737 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.737 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.738 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_nfs_share_bad_options_1_ro [0.020954s] ... ok DEBUG: 2025-11-13 13:51:10.763 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.764 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.765 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_setup_conf_ips_validation_fails [0.083738s] ... ok DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_nfs_share_bad_options_3_no_root_squash [0.026042s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_cifs_snapshot_fail [0.084039s] ... ok DEBUG: 2025-11-13 13:51:10.796 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.797 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.798 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.SnapshotTestCase.test_get_snapshot [0.047802s] ... ok DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_nfs_share_bad_options_6_insecure [0.037966s] ... ok DEBUG: Invalid storage object type fake_type. DEBUG: 2025-11-13 13:51:10.831 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.831 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.837 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.StorageObjectManagerTestCase.test_get_storage_context_invalid_type [0.037555s] ... ok DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_nfs_share_bad_options_7_hide_insecure_no_wdelay_ro_bogus_root_squash_test [0.036311s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_qos_2_45 [0.054971s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_setup_no_dhss_success [0.083788s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.StoragePoolTestCase.test_get_pool [0.024594s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.StoragePoolTestCase.test_get_pool_with_error [0.019286s] ... ok DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_create_vdm [0.018915s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_setup_success_no_dhss_no_conf_ss_ip [0.059558s] ... ok DEBUG: Replication pair fake_pair_id was not found. DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_replica_success_2 [0.067635s] ... ok DEBUG: 2025-11-13 13:51:10.865 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.865 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.866 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] createfstore result= _create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:521 DEBUG: The share was not found. Share name:share_fake_new_uuid DEBUG: Translated status from info to ok. Message: {'type': 'QueryStatus', 'taskId': None, 'maxSeverity': 'ok', 'objects': [{'name': 'server_2', 'host': '1', 'mover': 'fake_mover_id', 'role': 'primary', 'ntpServers': ['192.168.1.82'], 'standbys': ['2']}, {'name': 'server_3', 'host': '2', 'mover': '2', 'role': 'standby', 'standbyFors': ['1']}], 'problems': [{'message': 'The query may be incomplete or requested object not found.', 'messageCode': '18522112101', 'Description': 'The query may be incomplete because some of the Celerra components are unavailable or do not exist. Another reason may be application error.', 'Action': 'If the entire Celerra is functioning correctly, check your client application logic.', 'Diagnostics': 'Standby Data Mover server_2.faulted.server_3 is out of service.'}]}. DEBUG: Failed to create VDM 56aafd02-4d44-43d7-b784-57fc88167224 on mover server_2. Reason: []. DEBUG: 2025-11-13 13:51:10.867 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "hpe3par-update-quota-osf-nfs-project-id" by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:10.867 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hpe3par-update-quota-osf-nfs-project-id" acquired by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:10.867 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] getfsquota result={'message': None, 'total': 1, 'members': [{'hardBlock': '1024', 'softBlock': '1024'}]} _sync_update_capacity_quotas /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:450 DEBUG: 2025-11-13 13:51:10.867 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hpe3par-update-quota-osf-nfs-project-id" "released" by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:10.868 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setfsquota result=[] _update_capacity_quotas /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:467 DEBUG: 2025-11-13 13:51:10.868 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] createfshare result= _create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:542 DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get fshare osf-share-id after creating it: Fake exception for testing.: manila.tests.share.drivers.hpe.test_hpe_3par_constants.FakeException: Fake exception for testing. DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator Traceback (most recent call last): DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 551, in _create_share DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator result = self._client.getfshare( DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator raise effect DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 175, in do_setup DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator wsapi_version = self._client.getWsApiVersion()['build'] DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator raise effect DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator manila.tests.share.drivers.hpe.test_hpe_3par_constants.FakeException: Fake exception for testing. DEBUG: 2025-11-13 13:51:10.868 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator DEBUG: 2025-11-13 13:51:10.871 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_nfs_share_get_exception [0.032075s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_create_vdm_with_error [0.036645s] ... ok DEBUG: 2025-11-13 13:51:10.898 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.898 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.899 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] createfsnap result= create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:1134 DEBUG: 2025-11-13 13:51:10.900 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_snapshot [0.028977s] ... ok DEBUG: 2025-11-13 13:51:10.919 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.931 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.931 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create snapshot for FPG/VFS/fshare pool/test_vfs/osf-share-id: Failed to find fshare. DEBUG: 2025-11-13 13:51:10.932 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_snapshot_share_not_found [0.036620s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_get_cifs_nfs_interface_1_id__________fake_vdm_id_____________name________56aafd02_4d44_43d7_b784_57fc88167224_____________acl_________0_____________type________vdm_____________server______server_2_____________rootfs______root_fs_vdm_vdm_fakeid_____________I18N_mode___UNICODE_____________mountedfs_______________member_of_______________status____________________defined___enabled________________actual___loaded__active_____________Interfaces_to_services_mapping_______________interface_a33884c869e0__vdm______________interface_3d909830c356__cifs [0.038981s] ... ok DEBUG: 2025-11-13 13:51:10.981 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:10.982 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:10.983 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_share_not_found [0.046095s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_setup_server [0.073432s] ... ok DEBUG: Failed to get VDM by name 56aafd02-4d44-43d7-b784-57fc88167224. DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_get_vdm_id_with_error [0.024114s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_replica_with_no_pair_id [0.076482s] ... ok DEBUG: No replication pair ID recorded for share fake_share_id. Continue to delete replica fake_new_replica_id. DEBUG: The share was not found. Share name:share_fake_new_uuid DEBUG: 2025-11-13 13:51:11.010 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:11.012 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:11.013 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setfshare result=[] _change_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:1418 DEBUG: 2025-11-13 13:51:11.016 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_deny_ip_ro_access_nfs_legacy [0.032509s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_teardown_server [0.028593s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.plugins.vnx.test_object_manager.VDMTestCase.test_get_vdm_with_error [0.029559s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test__create_super_share_setfshare_exception [0.020933s] ... ok DEBUG: Can not find snapshot fake_snapshot_uuid on array. DEBUG: 2025-11-13 13:51:11.046 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:11.047 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:11.047 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Error while getting fsquotas for FPG pool: Fake exception for testing. DEBUG: 2025-11-13 13:51:11.048 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_get_provisioned_exception [0.031601s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_snapshot_not_exist_success [0.044792s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test__mount_super_share_error [0.019734s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.test_driver.EMCShareFrameworkTestCase.test_driver_setup [0.038507s] ... ok DEBUG: 2025-11-13 13:51:11.073 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:11.074 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:11.074 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3parclient version up to 4.2.1 is in use. Client upgrade may be needed if using a VFS with multiple IP addresses. get_vfs /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:1078 DEBUG: 2025-11-13 13:51:11.079 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_get_vfs_1 [0.031925s] ... ok DEBUG: Only USER access type is allowed for CIFS shares. DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_build_export_locations_bad_ip [0.023440s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_deny_access_cifs_fail [0.042027s] ... ok DEBUG: {0} manila.tests.share.drivers.dell_emc.test_driver.EMCShareFrameworkTestCase.test_setup_server [0.038474s] ... ok DEBUG: Invalid protocol. Expected nfs or smb. Got bogus. DEBUG: 2025-11-13 13:51:11.110 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:11.111 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:11.111 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "hpe3par-update-quota-foo_fstore" by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.111 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hpe3par-update-quota-foo_fstore" acquired by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.111 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hpe3par-update-quota-foo_fstore" "released" by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.112 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setfsquota result=[] _update_capacity_quotas /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:467 DEBUG: 2025-11-13 13:51:11.113 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_01__2__1__True_ [0.033018s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_build_export_locations_bad_protocol [0.035451s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaConfigTests.test_dump_to_conf [0.018112s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_ensure_share_get_share_fail_2 [0.033788s] ... ok DEBUG: 2025-11-13 13:51:11.140 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:11.141 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:11.141 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "hpe3par-update-quota-foo_fstore" by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.141 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hpe3par-update-quota-foo_fstore" acquired by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.141 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hpe3par-update-quota-foo_fstore" "released" by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.141 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setfsquota result=[] _update_capacity_quotas /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:467 DEBUG: 2025-11-13 13:51:11.143 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_11__1__99999999__True_ [0.029960s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ensure_prefix_2___uid___None__True___osf_ro_uid__ [0.043772s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_add_export_error_during_dbus_send_ganesha_with_rados_store_2_False [0.039277s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_ensure_share_sucess_1 [0.041302s] ... ok DEBUG: 2025-11-13 13:51:11.180 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:11.181 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:11.183 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "hpe3par-update-quota-foo_fstore" by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.183 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hpe3par-update-quota-foo_fstore" acquired by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.183 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] getfsquota result={'message': None, 'total': 1, 'members': [{'hardBlock': '1024', 'softBlock': '1024'}]} _sync_update_capacity_quotas /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:450 DEBUG: 2025-11-13 13:51:11.184 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hpe3par-update-quota-foo_fstore" "released" by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.184 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setfsquota result=[] _update_capacity_quotas /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:467 DEBUG: 2025-11-13 13:51:11.185 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_12__1__99999999__False_ [0.041743s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_find_fshare_exception [0.037135s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_add_export_error_during_write_export_with_rados_store_1_True [0.042967s] ... ok DEBUG: 2025-11-13 13:51:11.209 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:11.209 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_find_fshare_hit [0.022791s] ... ok DEBUG: 2025-11-13 13:51:11.220 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "hpe3par-update-quota-foo_fstore" by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.220 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hpe3par-update-quota-foo_fstore" acquired by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.220 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] getfsquota result={'message': None, 'total': 1, 'members': [{'hardBlock': '1024', 'softBlock': '1024'}]} _sync_update_capacity_quotas /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:450 DEBUG: 2025-11-13 13:51:11.221 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "hpe3par-update-quota-foo_fstore" "released" by "manila.share.drivers.hpe.hpe_3par_mediator.HPE3ParMediator._update_capacity_quotas.._sync_update_capacity_quotas" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.221 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setfsquota result=This is a fake setfsquota returned error _update_capacity_quotas /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:467 DEBUG: 2025-11-13 13:51:11.221 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to update capacity quota 1 on foo_fstore with error: This is a fake setfsquota returned error DEBUG: 2025-11-13 13:51:11.224 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_setfsquota_side_effects_1___This_is_a_fake_setfsquota_returned_error__ [0.038674s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_share_stats_disk_type_4 [0.058884s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_fsip_does_not_exist [0.021062s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_07________ip___True_____r___ [0.018484s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_add_export_error_during_write_export_with_rados_store_2_False [0.060911s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_10________user___True_____r___ [0.019959s] ... ok DEBUG: 2025-11-13 13:51:11.284 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_other_protocol_2____smb____SMB____SmB____CIFS____cifs____CiFs_____nfs__ [0.060318s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_share_stats_refresh_1 [0.057718s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_13________ip___True_____ [0.018198s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_check_export_exists_with_rados_store_1_False [0.041956s] ... ok DEBUG: 2025-11-13 13:51:11.307 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:11.307 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to remove FSIP 1.2.3.4: manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_remove_fsip_exception..FakeException DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator Traceback (most recent call last): DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 1709, in remove_fsip DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator result = self._client.removefsip(vfs, ip, fpg=fpg) DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator raise effect DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_remove_fsip_exception..FakeException DEBUG: 2025-11-13 13:51:11.308 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator DEBUG: 2025-11-13 13:51:11.309 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_remove_fsip_exception [0.024484s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_14________user___True_____ [0.016777s] ... ok DEBUG: 2025-11-13 13:51:11.336 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:11.336 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:11.338 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_remove_fsip_without_ip_or_vfs_3__None___vfs__ [0.028603s] ... ok DEBUG: Invalid protocol. Expected nfs or smb. Got unsupported_other_protocol. DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_existing_snapshot_success_1 [0.049997s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_access_bad_proto [0.032974s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_check_file_exists_error_1_1 [0.044154s] ... ok DEBUG: 2025-11-13 13:51:11.369 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] HPE3ParMediator 2.0.9, hpe3parclient DEBUG: 2025-11-13 13:51:11.370 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] 3PAR WSAPI 30201292 DEBUG: 2025-11-13 13:51:11.370 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setfshare result=[] _change_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:1418 DEBUG: 2025-11-13 13:51:11.370 3331052 ERROR manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invalid CIFS access rule. HPE 3PAR optionally supports IP access rules for CIFS shares, but they must be read-only for shares from snapshots and read-write for other shares. Use the required CIFS 'user' access rules to refine access. DEBUG: 2025-11-13 13:51:11.371 3331052 INFO manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Ignoring deny invalid access rule for FPG/share pool/osf-share-id for ip None): Invalid access rule: Invalid CIFS access rule. HPE 3PAR optionally supports IP access rules for CIFS shares, but they must be read-only for shares from snapshots and read-write for other shares. Use the required CIFS 'user' access rules to refine access. DEBUG: 2025-11-13 13:51:11.371 3331052 DEBUG manila.share.drivers.hpe.hpe_3par_mediator [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setfshare result=[] _change_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py:1418 DEBUG: 3PAR shares from snapshots require read-only access DEBUG: 2025-11-13 13:51:11.372 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_update_access_resync_rules_cifs [0.034220s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_existing_snapshot_success_2 [0.046490s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_rw_snapshot_error_1_CIFS [0.040103s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_delete_rados_object [0.041522s] ... ok DEBUG: 2025-11-13 13:51:11.409 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request URL: fake-rest-url DEBUG: Call Method: POST DEBUG: Request Data: None DEBUG: do_call /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:65 DEBUG: 2025-11-13 13:51:11.410 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response Data: do_call /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:98 DEBUG: 2025-11-13 13:51:11.411 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiDriverHelperTestCase.test_do_call_with_valid_method_2__None___POST__ [0.038730s] ... ok DEBUG: 3PAR shares from snapshots require read-only access DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_export_path_fail_3 [0.047233s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_rw_snapshot_error_2_NFS [0.045285s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_get_export_id_error_invalid_export_db [0.043225s] ... ok DEBUG: Failed to get 3PAR WSAPI version: string indices must be integers, not 'str' DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 175, in do_setup DEBUG: wsapi_version = self._client.getWsApiVersion()['build'] DEBUG: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ DEBUG: TypeError: string indices must be integers, not 'str' DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_client_version_bad_return_value [0.019751s] ... ok DEBUG: 2025-11-13 13:51:11.462 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request URL: fake-rest-url DEBUG: Call Method: DELETE DEBUG: Request Data: None DEBUG: do_call /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:65 DEBUG: 2025-11-13 13:51:11.462 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response Data: do_call /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:98 DEBUG: 2025-11-13 13:51:11.467 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiDriverHelperTestCase.test_do_call_with_valid_method_6__None___DELETE__ [0.056608s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_notset_partition_fail [0.044774s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_init_execute_error_log_message [0.041943s] ... ok DEBUG: Can not get share ID by share 100.115.10.68:/share_fake_uuid. DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_fail_1 [0.041008s] ... ok DEBUG: 2025-11-13 13:51:11.524 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_init_with_rados_store_and_export_counter_exists_1_False [0.039352s] ... ok DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiDriverHelperTestCase.test_init_http_head [0.063127s] ... ok DEBUG: 2025-11-13 13:51:11.563 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_mount_share_to_host_1 [0.050220s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_mkindex [0.044654s] ... ok DEBUG: 2025-11-13 13:51:11.567 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:11.568 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Allow access. allow_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:156 DEBUG: 2025-11-13 13:51:11.568 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.568 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.568 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.568 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.568 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.568 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.568 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.569 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.569 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.569 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.569 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.569 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.569 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.569 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.569 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.570 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.570 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.570 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.570 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Try to add domain user access. Access info (access_to: domain\group_name, access_level: 1, share_id: 2). _allow_cifs_access_rest /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:572 DEBUG: 2025-11-13 13:51:11.570 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Can't open the recent url, re-login. DEBUG: 2025-11-13 13:51:11.570 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.570 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.570 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed with add domain user access, try to add domain group access. Access info (access_to: domain\group_name, access_level: 1, share_id: 2). _allow_cifs_access_rest /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:577 DEBUG: 2025-11-13 13:51:11.570 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.571 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.571 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Failed to cancel replication pair fake_pair_id secondary write lock. DEBUG: result: {'error': {'code': -403}}. DEBUG: Failed to cancel replication pair fake_pair_id secondary write lock. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 199, in switch_over DEBUG: self.helper.cancel_pair_secondary_write_lock(replica_pair_id) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 1432, in cancel_pair_secondary_write_lock DEBUG: self._assert_rest_result(result, msg) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 176, in _assert_rest_result DEBUG: raise exception.InvalidShare(reason=err_msg) DEBUG: manila.exception.InvalidShare: Invalid share: Failed to cancel replication pair fake_pair_id secondary write lock. DEBUG: result: {'error': {'code': -403}}.. DEBUG: Failed to promote replica fake_new_replica_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py", line 1782, in promote_replica DEBUG: self.replica_mgr.switch_over(replica_pair_id) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 199, in switch_over DEBUG: self.helper.cancel_pair_secondary_write_lock(replica_pair_id) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 1432, in cancel_pair_secondary_write_lock DEBUG: self._assert_rest_result(result, msg) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 176, in _assert_rest_result DEBUG: raise exception.InvalidShare(reason=err_msg) DEBUG: manila.exception.InvalidShare: Invalid share: Failed to cancel replication pair fake_pair_id secondary write lock. DEBUG: result: {'error': {'code': -403}}.. DEBUG: 2025-11-13 13:51:11.572 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_cifs_rw_success_4 [0.045814s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_mount_share_to_host_2 [0.051709s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_read_export_with_rados_store_1_False [0.050133s] ... ok DEBUG: 2025-11-13 13:51:11.604 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:11.605 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:11.605 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Allow access. allow_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:156 DEBUG: 2025-11-13 13:51:11.605 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.606 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.606 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.606 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.606 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.606 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.606 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.606 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: The replica to promote is already primary, no need to switch over. DEBUG: 2025-11-13 13:51:11.606 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.607 3331052 ERROR manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share share-fake-uuid does not exist on the backend. DEBUG: 2025-11-13 13:51:11.608 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_ip_share_not_exist [0.030821s] ... ok DEBUG: 2025-11-13 13:51:11.650 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: There was a problem removing the export. Ignoring errors and continuing operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ganesha/manager.py", line 516, in remove_export DEBUG: self._remove_export_dbus(confdict["EXPORT"]["Export_Id"]) 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: manila.exception.GaneshaCommandFailure: Ganesha management command failed. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: Cannot get share share_fake_new_uuid. DEBUG: 2025-11-13 13:51:11.652 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:11.652 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Allow access. allow_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:156 DEBUG: 2025-11-13 13:51:11.655 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_nfs_fail [0.048073s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_read_export_with_rados_store_2_True [0.046786s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_promote_replica_fail_2 [0.056318s] ... ok DEBUG: 2025-11-13 13:51:11.685 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_remove_export_error_during_remove_export_dbus_with_rados_store_1_True [0.044420s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_promote_replica_success_1_true [0.043982s] ... ok DEBUG: 2025-11-13 13:51:11.688 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:11.688 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Allow access. allow_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:156 DEBUG: 2025-11-13 13:51:11.688 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.688 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.689 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.689 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.689 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.689 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.689 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.689 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.689 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.689 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.690 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Failed to set access rules to new active replica fake_new_replica_id. DEBUG: 2025-11-13 13:51:11.690 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.690 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.690 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.690 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.690 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.690 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.690 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.691 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.691 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.691 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.692 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_nfs_user_success [0.036485s] ... ok DEBUG: 2025-11-13 13:51:11.712 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:11.714 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:11.714 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Allow access. allow_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:156 DEBUG: 2025-11-13 13:51:11.718 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_rm_export_file [0.046362s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_promote_replica_with_access_update_error_1 [0.053988s] ... ok DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_proto_fail [0.024994s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_update_export_error_with_rados_store_1_True [0.056752s] ... ok DEBUG: Can't open the recent url, re-login. DEBUG: Failed to switch replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}. DEBUG: Failed to completely switch over replication pair fake_pair_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 206, in switch_over DEBUG: self.helper.switch_replication_pair(replica_pair_id) 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 1216, in _execute_mock_call DEBUG: return self._mock_wraps(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 1401, in switch_replication_pair DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_promote_replica_with_error_ignore_2 [0.074807s] ... ok DEBUG: self._assert_rest_result(result, msg) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 176, in _assert_rest_result DEBUG: raise exception.InvalidShare(reason=err_msg) DEBUG: manila.exception.InvalidShare: Invalid share: Failed to switch replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}.. DEBUG: Cannot get share share_fake_new_uuid. DEBUG: 2025-11-13 13:51:11.744 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:11.748 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:11.749 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a snapshot. create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:139 DEBUG: 2025-11-13 13:51:11.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Can't open the recent url, re-login. DEBUG: 2025-11-13 13:51:11.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.750 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.750 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.750 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.753 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.754 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.754 3331052 INFO manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating snapshot id 3. DEBUG: 2025-11-13 13:51:11.755 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_cifs_snapshot_success [0.037406s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_update_export_with_rados_store_1_True [0.063193s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_promote_replica_with_error_ignore_3 [0.059520s] ... ok DEBUG: Failed to set replication pair fake_pair_id secondary write lock. DEBUG: result: {'error': {'code': -403}}. DEBUG: Failed to completely switch over replication pair fake_pair_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 207, in switch_over DEBUG: self.helper.set_pair_secondary_write_lock(replica_pair_id) 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 1216, in _execute_mock_call DEBUG: return self._mock_wraps(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 1441, in set_pair_secondary_write_lock DEBUG: self._assert_rest_result(result, msg) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 176, in _assert_rest_result DEBUG: raise exception.InvalidShare(reason=err_msg) DEBUG: manila.exception.InvalidShare: Invalid share: Failed to set replication pair fake_pair_id secondary write lock. DEBUG: result: {'error': {'code': -403}}.. DEBUG: Cannot get share share_fake_new_uuid. DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.GaneshaManagerTestCase.test_write_export_rados_object [0.061243s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_cifs_share_6___4__0__0____true____false____optimized__ [0.500622s] ... ok DEBUG: The source filesystem of snapshot fake-snap-id not exist. DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_revert_to_snapshot_exception [0.063320s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_cifs_share_from_snapshot_1_True [0.022961s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_manager.MiscTests.test_setup_rados_1 [0.050583s] ... ok DEBUG: hpe3par_cifs_admin_access_username and hpe3par_cifs_admin_access_password must be provided in order for CIFS shares created from snapshots to be writable. DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_cifs_share_from_snapshot_ro [0.030226s] ... ok DEBUG: Create vlan error. DEBUG: result: {'error': {'code': 1}}. DEBUG: {0} manila.tests.share.drivers.ganesha.test_utils.GaneshaUtilsTests.test_fixup_access_rules_1 [0.032861s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_create_vlan_fail [0.057468s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_nfs_share_bad_options_4_root_squash [0.022373s] ... ok DEBUG: Failed to get fshare osf-share-id after creating it. Expected to get 1 fshare. Got 0. DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_nfs_share_get_fail_1_0 [0.028320s] ... ok DEBUG: Unsupported access rule of 'type' cert, 'level' ro, 'to' some-CN: type should be one of 'ip'. DEBUG: {0} manila.tests.share.drivers.ganesha.test_utils.GaneshaUtilsTests.test_get_valid_access_rules_2 [0.062394s] ... ok DEBUG: Failed to get fshare osf-share-id after creating it. Expected to get 1 fshare. Got 2. DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_network_type_error [0.061966s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_nfs_share_get_fail_2_2 [0.037961s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_file_tree_exception [0.024362s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_utils.GaneshaUtilsTests.test_walk [0.048656s] ... ok DEBUG: No appropriate port found to create logical port. DEBUG: Failed to remove fstore osf-share-id: removefstore fail. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 845, in delete_share DEBUG: self._client.removefstore(vfs, fstore, fpg=fpg) 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: removefstore fail. DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_fstore_exception [0.034044s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_port_not_exist [0.067270s] ... ok DEBUG: {0} manila.tests.share.drivers.ganesha.test_utils.SSHExecutorTestCase.test_call_ssh_exec_object_with_run_as_root_1 [0.069803s] ... ok DEBUG: No appropriate port found to create logical port. DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_port_type_not_exist [0.076301s] ... ok DEBUG: Failed to remove share osf-share-id: removeshare fail. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 799, in _delete_share DEBUG: self._client.removefshare( 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: removeshare fail. DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_share_exception [0.097218s] ... ok DEBUG: Unable to unmount gluster volume. mount_dir: /mnt/glusterfs, Error: None DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterFSCommonTestCase.test_umount_gluster_vol_fail_1 [0.065907s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_snapshot_shared_smb [0.037622s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_success [0.079610s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_deny_rw_snapshot_error_1_CIFS [0.055823s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_check_gluster_version [0.091466s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_deny_rw_snapshot_error_2_NFS [0.033377s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_with_ad_domain_fail [0.088998s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_check_volume_presence [0.047338s] ... ok DEBUG: Failed to get capacity for fpg pool. DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_get_fpg_status_error [0.040980s] ... ok DEBUG: 2025-11-13 13:51:11.801 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:11.803 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:11.803 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share from snapshot fake_snapshot_uuid. create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:123 DEBUG: 2025-11-13 13:51:11.809 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.809 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.809 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.809 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.809 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.809 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.810 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.810 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.810 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.810 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.810 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.810 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.810 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.811 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.811 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.811 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.811 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.811 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.811 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.811 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.811 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.812 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': False, 'huawei_sectorsize': None, 'cachename': None, 'partitionname': None, 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:11.812 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.812 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.812 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.813 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.813 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.813 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.813 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.813 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.813 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.814 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get access for share: share_fake_uuid, access_type: ip, access_to: 100.112.0.1, access_level: rw get_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:542 DEBUG: 2025-11-13 13:51:11.818 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.818 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Unsupported security services. Only AD and LDAP are supported. DEBUG: 2025-11-13 13:51:11.818 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.818 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.818 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.818 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.818 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.819 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.819 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.819 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.819 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.819 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.819 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.819 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.819 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: New size for shrink must be less than current size on array. (current: 4.0, new: 5). DEBUG: 2025-11-13 13:51:11.819 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.820 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.820 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.820 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.820 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.820 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.820 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get access for share: share-fake-uuid, access_type: user, access_to: user_name, access_level: rw get_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:542 DEBUG: 2025-11-13 13:51:11.820 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Mounting share: share_fake_uuid to host, mount_src: /tmp/tmp627it3j0/huawei_manila_tmp_path_src_9ddf9aft mount_share_to_host /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:593 DEBUG: 2025-11-13 13:51:11.820 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Execute mount. mount_src: /tmp/tmp627it3j0/huawei_manila_tmp_path_src_9ddf9aft mount_share_to_host /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:601 DEBUG: 2025-11-13 13:51:11.821 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.821 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.821 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.821 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.821 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.821 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.821 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.821 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.821 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.822 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.822 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.822 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.822 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.822 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.822 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.822 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.822 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.822 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.823 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Try to add user access. Access info (access_to: user_name, access_level: 1, share_id: 2). _allow_cifs_access_rest /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:561 DEBUG: 2025-11-13 13:51:11.823 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.823 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.827 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.827 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Mounting share: share-fake-uuid to host, mount_src: /tmp/tmp627it3j0/huawei_manila_tmp_path_dst_fo1qti6_ mount_share_to_host /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:593 DEBUG: 2025-11-13 13:51:11.827 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Copy data from src_path: /tmp/tmp627it3j0/huawei_manila_tmp_path_src_9ddf9aft/.snapshot/share_snapshot_fake_snapshot_uuid to dst_path: /tmp/tmp627it3j0/huawei_manila_tmp_path_dst_fo1qti6_. copy_snapshot_data /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:568 DEBUG: 2025-11-13 13:51:11.827 3331052 INFO manila.data.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] {'total_progress': 100} DEBUG: 2025-11-13 13:51:11.827 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.827 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.828 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.828 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.828 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.828 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.828 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.828 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.828 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.828 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.828 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.829 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.829 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.829 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.829 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.829 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.829 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.829 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.829 3331052 WARNING manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Can not get access id from share. share_name: share-fake-uuid DEBUG: 2025-11-13 13:51:11.829 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Created share from snapshot successfully, new_share: {'share_proto': 'CIFS', 'size': 1, 'name': 'share-fake-uuid', 'mount_path': '//100.115.10.68/share_fake_uuid', 'mount_src': '/tmp/tmp627it3j0/huawei_manila_tmp_path_dst_fo1qti6_', 'id': 'fake_uuid'}, old_share: {'share_proto': 'NFS', 'name': 'share_fake_uuid', 'mount_path': '100.115.10.68:/share_fake_uuid', 'mount_src': '/tmp/tmp627it3j0/huawei_manila_tmp_path_src_9ddf9aft', 'snapshot_name': 'share_snapshot_fake_snapshot_uuid', 'id': 'fake_uuid'}. copy_data_from_parent_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:512 DEBUG: 2025-11-13 13:51:11.830 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.830 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.830 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.830 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.830 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.837 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.007s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.837 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.837 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.837 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.837 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.837 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.838 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.838 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.838 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.838 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.838 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.838 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.838 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.838 3331052 WARNING manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Can not get access id from share. share_name: share_fake_uuid DEBUG: 2025-11-13 13:51:11.840 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_cifsshare_from_nfssnapshot_success [0.084413s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_with_ldap_domain_success_2_100_97_5_87_100_97_5_88 [0.055937s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_get_vfs_2 [0.035946s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_2 [0.048640s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_03__1__2__True_ [0.037654s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_with_security_service_invalid_1 [0.060579s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_boolean_2 [0.060753s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_05__1024__2048__True_ [0.034608s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_shrink_share_size_fail [0.038687s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_option_boolean_5 [0.043253s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_update_access_add_delete [0.023381s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_07__2048__1024__True_ [0.052326s] ... ok DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_update_access_cifs [0.021151s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_09__99999999__1__True_ [0.022007s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_regular_option_2 [0.049520s] ... ok DEBUG: Can't open the recent url, re-login. DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_10__99999999__1__False_ [0.020724s] ... ok DEBUG: Failed to switch replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}. DEBUG: Replication pair fake_pair_id primary/secondary relationship is not right, try to switch over again but still failed. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 146, in update_replication_pair_state DEBUG: self.helper.switch_replication_pair(replica_pair_id) 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 1216, in _execute_mock_call DEBUG: return self._mock_wraps(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {2} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_update_replica_state_with_exception_ignore_1 [0.030272s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 1401, in switch_replication_pair DEBUG: self._assert_rest_result(result, msg) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 176, in _assert_rest_result DEBUG: raise exception.InvalidShare(reason=err_msg) DEBUG: manila.exception.InvalidShare: Invalid share: Failed to switch replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}.. DEBUG: Failed to set SSH options for HPE 3PAR File Persona Client: non-manila-except DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 156, in do_setup DEBUG: self._client.setSSHOptions( 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: non-manila-except DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_setup_client_ssh_error [0.019965s] ... ok DEBUG: Exception during getvfs None: non-manila-except DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 1050, in get_vfs DEBUG: result = self._client.getvfs(fpg=fpg, vfs=vfs) 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: non-manila-except DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__create_share_from_snapshot [0.030091s] ... ok DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_vfs_exception [0.022164s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_regular_option_ambiguous_volinfo_1_0 [0.053752s] ... ok DEBUG: Failed to create snapshot fakesnapshotname. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__create_share_snapshot_exception [0.039638s] ... ok DEBUG: Invalid protocol. Expected nfs or smb. Got . DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_other_protocol_exception_1_ [0.038096s] ... ok DEBUG: Failed unlink fileset for share fakename. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__delete_share_exception [0.021065s] ... ok DEBUG: Failed to remove FSIP for FPG/VFS/IP pool/test_vfs/1.2.3.4. DEBUG: {1} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_remove_fsip_not_gone [0.022171s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiDriverHelperTestCase.test_do_call_with_http_error [0.017878s] ... ok DEBUG: Failed to delete snapshot fakesnapshotname. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_regular_option_empty_reponse [0.061379s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__delete_share_snapshot_exception [0.019579s] ... ok DEBUG: Request method fake-method is invalid. DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__fix_export_data_2_1_2_3_4_5_6_7_8 [0.026805s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiDriverHelperTestCase.test_do_call_with_invalid_method [0.025415s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_get_vol_regular_option_not_suppored [0.040810s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__get_gpfs_device [0.020185s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiDriverHelperTestCase.test_do_call_with_valid_method_1___fake_data____POST__ [0.020856s] ... ok DEBUG: Share protocol fake_proto not supported by GPFS driver. DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__get_helper_with_wrong_proto_1_None [0.023752s] ... ok DEBUG: Share protocol NFSBOGUS not supported by GPFS driver. DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__get_helper_with_wrong_proto_2_None [0.020338s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test__get_login_info_1 [0.044422s] ... ok DEBUG: Given share path /gpfs0/share-fakeid does not exist at mount point /dev/gpfs0. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 595, in _get_share_name DEBUG: out, __ = self._gpfs_execute(self.GPFS_PATH + 'mmlsfileset', fsdev, 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: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_init_has_vol_1_None [0.062000s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__get_share_name_exception [0.021350s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_add_share_to_cache_fail [0.022621s] ... ok DEBUG: /gpfs0 is not on GPFS filesystem. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__is_gpfs_path_exception [0.020225s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_add_share_to_partition_fail [0.021178s] ... ok DEBUG: Given share path /gpfs0/share-fakeid does not exist at mount point /dev/gpfs0. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 573, in _is_share_valid DEBUG: out, __ = self._gpfs_execute(self.GPFS_PATH + 'mmlsfileset', fsdev, 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: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__is_share_valid_exception [0.021280s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_cifs_fail [0.018487s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_dict_init_no_vol_2_False [0.053613s] ... ok DEBUG: Failed to check share at /gpfs0/share-fakeid. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 585, in _is_share_valid DEBUG: alloc_inodes = lines[1].split(':')[validation_token] DEBUG: ~~~~~^^^ DEBUG: IndexError: list index out of range DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__is_share_valid_no_share_exist_exception [0.019302s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_cifs_rw_success_1 [0.021991s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__manage_existing_2_mmlsquota__blockLimit__mmlsquota__1048576 [0.028413s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_getattr_called [0.057010s] ... ok DEBUG: Get share count error! DEBUG: result: {'error': {'code': 31755596}}. DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_ip_fail [0.052238s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__manage_existing_3_mmlsquota__blockLimit__mmlsquota__0 [0.062370s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_ip_rw_success [0.043338s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_hasnt_should_have_vol [0.067315s] ... ok DEBUG: Failed to rename fileset for share fakename. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 628, in _manage_existing DEBUG: self._gpfs_execute(self.GPFS_PATH + 'mmchfileset', fsdev, 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__manage_existing_fileset_creation_exception [0.040007s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_init_no_vol_2_False [0.020701s] ... ok DEBUG: Get CIFS service status error. DEBUG: result: {'error': {'code': 31755596}}. DEBUG: 2025-11-13 13:51:11.884 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:11.885 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:11.885 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share from snapshot fake_snapshot_uuid. create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:123 DEBUG: 2025-11-13 13:51:11.885 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.885 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.886 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.886 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.886 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.886 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Incorrect export path. Expected format: IP:/gpfs_mount_point_base/share_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 714, in manage_existing DEBUG: old_export_location = old_export[1] DEBUG: ~~~~~~~~~~^^^ DEBUG: IndexError: list index out of range DEBUG: 2025-11-13 13:51:11.886 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.886 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.886 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.886 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.887 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.887 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.887 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.889 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.889 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.890 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.890 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.890 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.890 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.890 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.890 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: check_conf_file: Config file invalid. StoragePool must be set. DEBUG: 2025-11-13 13:51:11.891 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': False, 'huawei_sectorsize': None, 'cachename': None, 'partitionname': None, 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:11.893 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.893 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.893 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.893 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.893 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.893 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Failed to set quota for share fakename. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 696, in _manage_existing DEBUG: self._gpfs_execute(self.GPFS_PATH + 'mmsetquota', fsdev + 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:11.894 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.894 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.896 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.896 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get access for share: share_fake_uuid, access_type: ip, access_to: 100.112.0.1, access_level: rw get_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:542 DEBUG: 2025-11-13 13:51:11.896 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.897 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.897 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.897 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.897 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.897 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.897 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.897 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.899 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.899 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.899 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.899 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.899 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.899 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.900 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.900 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.900 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.900 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.900 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot get access ID from share. share_name: share_fake_uuid _get_access_id /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:558 DEBUG: 2025-11-13 13:51:11.900 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.900 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.900 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.901 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.902 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.902 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.906 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.005s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.906 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.907 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.973 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.066s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.973 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.973 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.974 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.974 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get access for share: share-fake-uuid, access_type: ip, access_to: 100.112.0.1, access_level: rw get_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:542 DEBUG: 2025-11-13 13:51:11.974 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.974 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.974 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.974 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:11.974 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:11.975 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:11.975 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.037 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.062s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.037 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Get share count error! DEBUG: result: {'error': {'code': 31755596}}. DEBUG: 2025-11-13 13:51:12.037 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.037 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.037 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.037 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.038 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.038 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.038 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.038 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.038 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.038 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.140 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.102s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.140 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.140 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Copy data from src_path: /tmp/tmpqpncvhsw/huawei_manila_tmp_path_src_fbf6bcpc/.snapshot/share_snapshot_fake_snapshot_uuid to dst_path: /tmp/tmpqpncvhsw/huawei_manila_tmp_path_dst_lzgasq7m. copy_snapshot_data /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:568 DEBUG: 2025-11-13 13:51:12.141 3331052 ERROR manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to copy data, reason: err.: Exception: err DEBUG: 2025-11-13 13:51:12.141 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.141 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.141 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.142 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.142 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.142 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.142 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.142 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.185 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.043s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.185 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.185 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.185 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: /gpfs0 is not a directory. DEBUG: 2025-11-13 13:51:12.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Can not create snapshot, because share id is not provided. DEBUG: 2025-11-13 13:51:12.186 3331052 WARNING manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Can not get access id from share. share_name: share-fake-uuid DEBUG: 2025-11-13 13:51:12.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.187 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.212 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.025s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: /gpfs0 is not on GPFS. Perhaps GPFS not mounted. DEBUG: 2025-11-13 13:51:12.212 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.212 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.212 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.213 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.213 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.213 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.213 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.213 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.213 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.213 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.213 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.283 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.069s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.283 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.283 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.283 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.283 3331052 WARNING manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Can not get access id from share. share_name: share_fake_uuid: manila.exception.ShareCopyDataException: Failed to copy data: Failed to copy data from share share_fake_uuid to share share-fake-uuid. DEBUG: 2025-11-13 13:51:12.283 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.284 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.284 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Can't open the recent url, re-login. DEBUG: 2025-11-13 13:51:12.284 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.284 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.284 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Failed to get replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}. DEBUG: Failed to get replication pair info for fake_pair_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 69, in _get_replication_pair_info DEBUG: pair_info = self.helper.get_replication_pair_by_id( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 1448, in get_replication_pair_by_id DEBUG: self._assert_rest_result(result, msg) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 176, in _assert_rest_result DEBUG: raise exception.InvalidShare(reason=err_msg) DEBUG: manila.exception.InvalidShare: Invalid share: Failed to get replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}.. DEBUG: Cannot get replica state, return error DEBUG: 2025-11-13 13:51:12.284 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.328 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.044s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.328 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.328 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.329 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.329 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.329 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.329 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.329 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.331 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_nfsshare_from_nfssnapshot_copydata_fail [0.494346s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_check_for_setup_service_false [0.047831s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__manage_existing_invalid_export_exception [0.042884s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_make_gluster_call_error_1 [0.034363s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_check_for_setup_success [0.042266s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_make_gluster_call_error_2 [0.053912s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__manage_existing_set_quota_of_fileset_grater_than_1G_exception [0.066053s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_conf_pool_node_fail [0.050222s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_gluster_manager_make_gluster_call_local_2 [0.032100s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_numreduct_1___3____6__ [0.019416s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces__has_client_access_01__None__True_ [0.050791s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_conf_timeout_fail [0.047775s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_conf_wait_interval_fail [0.051039s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces__has_client_access_06___1_2_3_4___False_ [0.056941s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_set_vol_option_4 [0.070753s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_connect_success [0.060454s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces__has_client_access_07______False_ [0.059269s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_set_vol_option_error_relaxed [0.053198s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_volxml_get_multiple [0.025676s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_allow_access_existing_exports [0.040832s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_cifs_snapshot_fail [0.060243s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_get_export_options_default [0.037622s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_common.GlusterManagerTestCase.test_xml_response_check_invalid_1 [0.052493s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_resync_access_add [0.020157s] ... ok DEBUG: Failed to mount old share share_fake_uuid. Reason: err. DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_resync_nothing [0.020590s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_check_for_setup_error_for_directory_check [0.019338s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_nfs_snapshot_share_not_exist [0.099380s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_check_for_setup_error_for_gpfs_path_check [0.031114s] ... ok DEBUG: 2025-11-13 13:51:12.371 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:12.376 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: Can not get access id from share. share_name: share_fake_uuid DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:12.376 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share from snapshot fake_snapshot_uuid. create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:123 DEBUG: 2025-11-13 13:51:12.377 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.377 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.377 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.377 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.377 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.378 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.378 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.378 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Failed to deny access for share fakename. IP 10.0.0.1 still has access. DEBUG: 2025-11-13 13:51:12.378 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.378 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.378 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.378 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.404 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.404 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: The source filesystem of snapshot fake_snapshot_uuid does not exist. DEBUG: 2025-11-13 13:51:12.404 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.404 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.404 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.405 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.405 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.405 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.405 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.405 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': False, 'huawei_sectorsize': None, 'cachename': None, 'partitionname': None, 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:12.406 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.453 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.048s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.454 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.454 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.454 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.454 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.454 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.454 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.455 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.455 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get access for share: share_fake_uuid, access_type: ip, access_to: 100.112.0.1, access_level: rw get_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:542 DEBUG: 2025-11-13 13:51:12.455 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.455 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.456 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.511 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.511 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.511 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.511 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.511 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.511 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.511 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.512 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.512 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.512 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.512 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.512 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.560 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.560 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Cannot find source share fake_uuid of snapshot fake_snapshot_uuid on array. DEBUG: 2025-11-13 13:51:12.560 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.560 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot get access ID from share. share_name: share_fake_uuid _get_access_id /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:558 DEBUG: 2025-11-13 13:51:12.560 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.561 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.561 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.561 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.561 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.561 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.561 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.561 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.608 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.047s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.609 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.609 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.609 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.609 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.609 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.609 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.609 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.610 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.610 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.610 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.610 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.648 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.038s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.648 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get access for share: share-fake-uuid, access_type: ip, access_to: 100.112.0.1, access_level: rw get_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:542 DEBUG: 2025-11-13 13:51:12.649 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.649 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.649 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.649 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.649 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.649 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.649 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.649 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.650 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.650 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.700 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.050s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.700 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.700 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.700 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.700 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.700 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.701 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.701 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.701 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.701 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.701 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.701 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.742 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.041s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.742 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.742 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.742 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.743 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.743 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.743 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.743 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.743 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.743 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.743 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.743 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.796 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.053s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.796 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.797 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.797 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.797 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.797 3331052 WARNING manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Can not get access id from share. share_name: share-fake-uuid DEBUG: 2025-11-13 13:51:12.797 3331052 DEBUG manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Created share from snapshot successfully, new_share: {'share_proto': 'NFS', 'size': 1, 'name': 'share-fake-uuid', 'mount_path': '100.115.10.68:/share_fake_uuid', 'mount_src': '/tmp/tmpzxrks9be/huawei_manila_tmp_path_dst_ik1pydj7', 'id': 'fake_uuid'}, old_share: {'share_proto': 'NFS', 'name': 'share_fake_uuid', 'mount_path': '100.115.10.68:/share_fake_uuid', 'mount_src': '/tmp/tmpzxrks9be/huawei_manila_tmp_path_src_sg9wks46', 'snapshot_name': 'share_snapshot_fake_snapshot_uuid', 'id': 'fake_uuid'}. copy_data_from_parent_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py:512 DEBUG: 2025-11-13 13:51:12.797 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Query resource pool error. DEBUG: result: {'error': {'code': 31755596}}. DEBUG: 2025-11-13 13:51:12.797 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.797 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.797 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.864 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.066s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.864 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.864 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Caught exception from infinisdk: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: return func(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 481, in create_share_from_snapshot DEBUG: infinidat_new_share = infinidat_snapshot.create_snapshot( 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: raise FakeInfinisdkException() DEBUG: manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:12.864 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.864 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.864 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.865 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.865 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.865 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.865 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.865 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.865 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.921 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.056s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.921 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.921 3331052 WARNING manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Can not get access id from share. share_name: share_fake_uuid DEBUG: 2025-11-13 13:51:12.923 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_nfsshare_from_nfssnapshot_success [0.588667s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_create_share [0.041713s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_replica_with_get_state_fail [0.067887s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_delete_snapshot [0.032895s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs__has_client_access_2______None_ [0.019662s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs__has_client_access_3____gpfs0_share_fakeid_t10_0_0_1____10_0_0_1__ [0.019114s] ... ok DEBUG: 2025-11-13 13:51:12.962 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:12.963 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.963 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.963 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Caught exception from infinisdk: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: return func(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 494, in create_snapshot DEBUG: infinidat_snapshot = infinidat_filesystem.create_snapshot( 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: raise FakeInfinisdkException() DEBUG: manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:12.964 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': False, 'huawei_sectorsize': None, 'cachename': None, 'partitionname': None, 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:12.966 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.966 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.966 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.967 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.968 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.968 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.968 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.968 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.968 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.969 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.969 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:12.969 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:12.969 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:12.969 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.018 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.049s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.018 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.019 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.019 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.019 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.019 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.019 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.019 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.019 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.020 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.020 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.020 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.057 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.037s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.057 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.058 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.058 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.059 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_replica_success_1_error [0.136091s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_from_snapshot_mountshare_fail [0.063001s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs__verify_denied_access_fail [0.020401s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs_allow_access [0.022683s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_from_snapshot_nonefs [0.053587s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs_allow_access_invalid_access [0.034895s] ... ok DEBUG: 2025-11-13 13:51:13.097 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: Unsupported share protocol: CIFS. DEBUG: 2025-11-13 13:51:13.097 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.098 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.098 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: failed to delete share ; unsupported share protocol CIFS, only NFS is supported DEBUG: 2025-11-13 13:51:13.100 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': False, 'huawei_sectorsize': None, 'cachename': None, 'partitionname': None, 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:13.100 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.101 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.101 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.101 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.101 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.101 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.101 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.101 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.101 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.102 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.102 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.102 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.102 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.122 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.020s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.122 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.122 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.122 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Filesystem not found on the Infinibox by its name: openstack-snap-2 DEBUG: 2025-11-13 13:51:13.123 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.123 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.123 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.123 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: share not found on Infinibox, skipping delete DEBUG: 2025-11-13 13:51:13.123 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.123 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.123 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.123 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.032s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.158 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_replica_success_2_in_sync [0.098601s] ... ok DEBUG: 2025-11-13 13:51:13.195 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.200 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:13.201 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: 2025-11-13 13:51:13.201 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.201 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.201 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.207 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_cifs_fail [0.049745s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs_get_export_options_default [0.025071s] ... ok DEBUG: 2025-11-13 13:51:13.252 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.253 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:13.253 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: 2025-11-13 13:51:13.253 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.254 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.254 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.259 3331052 ERROR manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Query resource pool error. DEBUG: result: {'error': {'code': 31755596}}. DEBUG: 2025-11-13 13:51:13.260 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_cifs_fs_fail [0.052667s] ... ok DEBUG: 2025-11-13 13:51:13.319 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.321 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:13.322 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: 2025-11-13 13:51:13.322 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: infinibox_login configuration parameter must be specified DEBUG: 2025-11-13 13:51:13.322 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.322 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.328 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_nfs_storagepool_fail [0.068523s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_from_snapshot_share_error [0.065523s] ... ok DEBUG: {2} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_manage_existing_incorrect_path_exception [0.018891s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_export_no_filesystem_exports [0.048459s] ... ok DEBUG: 2025-11-13 13:51:13.367 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.384 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: The filesystem type is "Thick", so dedupe or compression cannot be set. DEBUG: 2025-11-13 13:51:13.385 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: 2025-11-13 13:51:13.385 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.385 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.385 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.385 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': 'true', 'compression': 'true', 'huawei_smartcache': 'true', 'huawei_smartpartition': 'true', 'thin_provisioning': 'true', 'qos': False, 'huawei_sectorsize': None, 'cachename': 'test_cache_name', 'partitionname': 'test_partition_name', 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:13.386 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.394 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.008s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.394 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.394 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.394 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.394 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.395 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.395 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.395 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.395 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.395 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.395 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.395 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.395 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.395 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.396 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.396 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.401 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.005s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.401 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.401 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.401 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.401 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.402 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.402 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.407 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_partition_not_exist [0.082783s] ... ok DEBUG: 2025-11-13 13:51:13.496 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.500 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:13.501 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: 2025-11-13 13:51:13.501 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.501 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.501 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.501 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': 'true', 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': False, 'huawei_sectorsize': None, 'cachename': None, 'partitionname': None, 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:13.505 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_extra_error_5 [0.095766s] ... ok DEBUG: 2025-11-13 13:51:13.568 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.570 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:13.570 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: 2025-11-13 13:51:13.570 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.570 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.570 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.571 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': 'true', 'thin_provisioning': None, 'qos': False, 'huawei_sectorsize': None, 'cachename': None, 'partitionname': None, 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:13.572 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_extra_error_6 [0.071250s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__verify_share_protocol [0.034446s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_3__True__False__True_ [0.021745s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_nfs_fail [0.112993s] ... ok DEBUG: 2025-11-13 13:51:13.619 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.620 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:13.621 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: 2025-11-13 13:51:13.621 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.621 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.621 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.628 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': 'true', 'qos': False, 'huawei_sectorsize': None, 'cachename': None, 'partitionname': None, 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:13.629 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.629 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.629 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.630 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.630 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.630 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.630 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.630 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.630 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.634 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_extra_thin [0.056800s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_8__False__False__False_ [0.032574s] ... ok DEBUG: 2025-11-13 13:51:13.683 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.690 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: Caught exception from infinisdk: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: return func(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 351, in _get_export DEBUG: infinidat_exports = infinidat_filesystem.get_exports() 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:13.690 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: 2025-11-13 13:51:13.690 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.690 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.690 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: raise FakeInfinisdkException() DEBUG: manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: Caught exception from infinisdk: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: return func(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 351, in _get_export DEBUG: infinidat_exports = infinidat_filesystem.get_exports() 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: 2025-11-13 13:51:13.696 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': False, 'huawei_sectorsize': 'true', 'cachename': None, 'partitionname': None, 'sectorsize': 'xx', 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:13.697 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_illegal_sectorsize_in_type_2_xx [0.067101s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: raise FakeInfinisdkException() DEBUG: manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 397, in _ensure_filesystem_export DEBUG: infinidat_export = self._get_export(infinidat_filesystem) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 118, in wrapper DEBUG: raise exception.ShareBackendException(msg=msg) DEBUG: 2025-11-13 13:51:13.756 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.764 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:13.764 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: manila.exception.ShareBackendException: Share backend error: Caught exception from infinisdk: . DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: return func(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 390, in _create_filesystem_export DEBUG: infinidat_export = infinidat_filesystem.add_export( 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: 2025-11-13 13:51:13.765 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.765 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.765 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.765 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': False, 'huawei_sectorsize': 'true', 'cachename': None, 'partitionname': None, 'sectorsize': 'None', 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:13.769 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_illegal_sectorsize_in_type_3_None [0.068110s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_from_snapshot_bigger_size [0.037872s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_from_snapshot_create_fails [0.025497s] ... ok DEBUG: 2025-11-13 13:51:13.817 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.819 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:13.819 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: raise FakeInfinisdkException() DEBUG: manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: 2025-11-13 13:51:13.819 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.819 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.819 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.820 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': 'true', 'huawei_sectorsize': None, 'cachename': None, 'partitionname': None, 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': 0, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:13.821 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_qos_07 [0.049120s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_nfs_fs_fail [0.081306s] ... ok DEBUG: 2025-11-13 13:51:13.842 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.844 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:13.844 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: 2025-11-13 13:51:13.844 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.846 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.846 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.846 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': 'true', 'huawei_sectorsize': None, 'cachename': None, 'partitionname': None, 'sectorsize': None, 'maxiops': 100, 'miniops': None, 'minbandwidth': 100, 'maxbandwidth': None, 'latency': None, 'iotype': '0'} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:13.848 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_qos_10 [0.026558s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_snapshot_3__False__True_ [0.030268s] ... ok DEBUG: 2025-11-13 13:51:13.904 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.909 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:13.909 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: 2025-11-13 13:51:13.909 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: 2025-11-13 13:51:13.909 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.909 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.910 3331052 ERROR manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Extra specs must be specified as capabilities:huawei_sectorsize=' True'. DEBUG: 2025-11-13 13:51:13.910 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': False, 'huawei_sectorsize': None, 'cachename': None, 'partitionname': None, 'sectorsize': '16', 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:13.912 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_type_illegal_xml_3 [0.063904s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_nfs_success [0.057987s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_snapshot_create_snapshot_api_fail [0.041284s] ... ok DEBUG: 2025-11-13 13:51:13.939 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.941 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:13.941 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: 2025-11-13 13:51:13.941 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.941 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.941 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Snapshot not found on the Infinibox by its name: openstack-snap-2 DEBUG: 2025-11-13 13:51:13.942 3331052 ERROR manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Extra specs must be specified as capabilities:huawei_sectorsize=' True'. DEBUG: 2025-11-13 13:51:13.942 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': False, 'huawei_sectorsize': None, 'cachename': None, 'partitionname': None, 'sectorsize': '', 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:13.942 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.942 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.942 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.942 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.943 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.943 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.943 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.943 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.943 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.944 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_type_valid_xml_7 [0.031683s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_delete_share_with_snapshots [0.037853s] ... ok DEBUG: 2025-11-13 13:51:13.963 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.964 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:13.965 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create a share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:112 DEBUG: 2025-11-13 13:51:13.965 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.965 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.965 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.966 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': False, 'huawei_sectorsize': 'true', 'cachename': None, 'partitionname': None, 'sectorsize': '4', 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:13.968 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.968 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.968 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.968 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.969 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.969 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.969 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.969 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.969 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.970 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_sectorsize_in_type_1_4 [0.025849s] ... ok DEBUG: 2025-11-13 13:51:13.993 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:13.994 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:13.994 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:13.994 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:13.997 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_qos_1_2 [0.026832s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_storagepool_not_exist [0.072032s] ... ok DEBUG: 2025-11-13 13:51:14.056 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.063 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.064 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.064 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.065 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_qos_3_46 [0.068248s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_delete_share_wrong_share_protocol [0.030327s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_delete_snapshot [0.021091s] ... ok DEBUG: 2025-11-13 13:51:14.099 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.100 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.100 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.100 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.100 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.100 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.101 3331052 ERROR manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Can't open the recent url, re-login. DEBUG: 2025-11-13 13:51:14.101 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.101 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Replace URL: DEBUG: Old URL: None DEBUG: New URL: http://100.115.10.69:8082/deviceManager/rest/210235G7J20000000000 DEBUG: call /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:151 DEBUG: 2025-11-13 13:51:14.101 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.101 3331052 ERROR manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to delete replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}. DEBUG: 2025-11-13 13:51:14.101 3331052 ERROR manila.share.drivers.huawei.v3.replication [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to delete replication pair fake_pair_id.: manila.exception.InvalidShare: Invalid share: Failed to delete replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}.. DEBUG: 2025-11-13 13:51:14.101 3331052 ERROR manila.share.drivers.huawei.v3.replication Traceback (most recent call last): DEBUG: 2025-11-13 13:51:14.101 3331052 ERROR manila.share.drivers.huawei.v3.replication File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 231, in delete_replication_pair DEBUG: 2025-11-13 13:51:14.101 3331052 ERROR manila.share.drivers.huawei.v3.replication self.helper.delete_replication_pair(replica_pair_id) DEBUG: 2025-11-13 13:51:14.101 3331052 ERROR manila.share.drivers.huawei.v3.replication File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 1415, in delete_replication_pair DEBUG: 2025-11-13 13:51:14.101 3331052 ERROR manila.share.drivers.huawei.v3.replication self._assert_rest_result(result, msg) DEBUG: 2025-11-13 13:51:14.101 3331052 ERROR manila.share.drivers.huawei.v3.replication File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 176, in _assert_rest_result DEBUG: 2025-11-13 13:51:14.101 3331052 ERROR manila.share.drivers.huawei.v3.replication raise exception.InvalidShare(reason=err_msg) DEBUG: 2025-11-13 13:51:14.101 3331052 ERROR manila.share.drivers.huawei.v3.replication manila.exception.InvalidShare: Invalid share: Failed to delete replication pair fake_pair_id. DEBUG: 2025-11-13 13:51:14.101 3331052 ERROR manila.share.drivers.huawei.v3.replication result: {'error': {'code': -403}}.. DEBUG: 2025-11-13 13:51:14.101 3331052 ERROR manila.share.drivers.huawei.v3.replication DEBUG: 2025-11-13 13:51:14.105 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_replica_fail_1 [0.039926s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_delete_snapshot_doesnt_exist [0.022922s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_extra [0.054678s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_empty_auth_parameters [0.025597s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_02__True__True__True__False_ [0.043844s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_extra_error_2 [0.075016s] ... ok DEBUG: 2025-11-13 13:51:14.154 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.155 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.155 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Delete a share. delete_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:134 DEBUG: 2025-11-13 13:51:14.155 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.155 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.155 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.155 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.157 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.157 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.157 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.158 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_share_cifs_success [0.067754s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_03__True__True__False__True_ [0.029225s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_04__True__True__False__False_ [0.027621s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_extra_error_4 [0.055626s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_09__False__True__True__True_ [0.025459s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_10__False__True__True__False_ [0.039835s] ... ok DEBUG: 2025-11-13 13:51:14.214 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.215 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.216 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Delete a share. delete_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:134 DEBUG: 2025-11-13 13:51:14.216 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.216 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.216 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.216 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Only "ip" access type allowed for the NFS protocol. DEBUG: 2025-11-13 13:51:14.216 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.216 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.216 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: 2025-11-13 13:51:14.216 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.217 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.217 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.223 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.006s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.223 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.223 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.223 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.223 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.223 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.223 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.223 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.223 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.224 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.224 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.224 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.224 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.224 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.224 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.224 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.224 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.224 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.225 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.225 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.226 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_share_withoutqos_success [0.052218s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_illegal_sectorsize_in_type_1_128 [0.074301s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_14__False__False__True__False_ [0.031290s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_get_network_allocations_number [0.948505s] ... ok DEBUG: 2025-11-13 13:51:14.269 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.271 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.272 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deny access. deny_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:161 DEBUG: 2025-11-13 13:51:14.272 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.272 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.272 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.272 3331052 ERROR manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share count error! DEBUG: result: {'error': {'code': 31755596}}. DEBUG: 2025-11-13 13:51:14.273 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_16__False__False__False__False_ [0.024315s] ... ok DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_deny_access_ip_fail [0.051591s] ... ok DEBUG: 2025-11-13 13:51:14.324 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.325 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.325 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deny access. deny_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:161 DEBUG: 2025-11-13 13:51:14.325 3331052 WARNING manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Only IP or USER access types are allowed for NFS shares. DEBUG: 2025-11-13 13:51:14.326 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_deny_access_nfs_fail [0.048647s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_get_exports_api_fail [0.026716s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_qos_01 [0.072998s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_snapshots_are_supported [0.055823s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_shares [0.033844s] ... ok DEBUG: 2025-11-13 13:51:14.380 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.382 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.383 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deny access. deny_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:161 DEBUG: 2025-11-13 13:51:14.383 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.383 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.383 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.383 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.383 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.383 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.383 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.384 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.384 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.388 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.388 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.388 3331052 WARNING manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Can not get access id from share. share_name: share-fake-uuid DEBUG: 2025-11-13 13:51:14.389 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_deny_access_not_exist_fail [0.066604s] ... ok DEBUG: 2025-11-13 13:51:14.428 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.429 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.430 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deny access. deny_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:161 DEBUG: 2025-11-13 13:51:14.430 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.431 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.431 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.432 3331052 ERROR manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share count error! DEBUG: result: {'error': {'code': 31755596}}. DEBUG: 2025-11-13 13:51:14.433 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_deny_access_user_fail [0.042633s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_get_network_allocations_number [0.046931s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_update_access_via_manager_3 [0.067615s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_qos_05 [0.076342s] ... ok DEBUG: 2025-11-13 13:51:14.465 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.467 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.467 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deny access. deny_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:161 DEBUG: 2025-11-13 13:51:14.467 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.467 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.467 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.467 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.467 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.468 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.468 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.468 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.468 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.468 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.468 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.468 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.468 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Caught exception from infinisdk: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: return func(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 351, in _get_export DEBUG: infinidat_exports = infinidat_filesystem.get_exports() 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:14.469 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.469 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.469 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.469 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.469 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.469 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.469 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: raise FakeInfinisdkException() DEBUG: manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:14.469 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.471 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_deny_access_user_success [0.034854s] ... ok DEBUG: 2025-11-13 13:51:14.492 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.493 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.494 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Ensure share. ensure_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:150 DEBUG: 2025-11-13 13:51:14.495 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_ensure_share_get_share_fail_1 [0.023729s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_revert_to_snapshot_snapshot_doesnt_exist [0.048761s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_snapshot_update_access_fails_non_ip_access_type [0.024250s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_update_access_via_manager_4 [0.095401s] ... ok DEBUG: 2025-11-13 13:51:14.546 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.550 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.550 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Ensure share. ensure_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:150 DEBUG: 2025-11-13 13:51:14.550 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.550 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.551 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.551 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.553 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.553 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.553 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.553 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.553 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.554 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.554 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.554 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.556 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_ensure_share_sucess_2 [0.063836s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_qos_06 [0.111857s] ... ok DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_update_access [0.044345s] ... ok DEBUG: 2025-11-13 13:51:14.603 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.605 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.605 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Extend a share. extend_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:117 DEBUG: 2025-11-13 13:51:14.606 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.606 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.606 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.606 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.607 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.607 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.607 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.607 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.607 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.608 3331052 ERROR manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Can not get share ID by share share-fake-uuid. DEBUG: 2025-11-13 13:51:14.618 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_update_access_api_fail [0.037241s] ... ok DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_extend_share_not_exist [0.059553s] ... ok DEBUG: 2025-11-13 13:51:14.661 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.662 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.662 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Extend a share. extend_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:117 DEBUG: 2025-11-13 13:51:14.663 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.663 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.665 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.665 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.665 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.665 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.665 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.666 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.666 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.666 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.666 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.666 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.666 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.666 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.666 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.669 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_extend_share_success [0.050655s] ... ok DEBUG: GlusterFS native share driver has been deprecated and is expected to be removed in a future release. DEBUG: {0} manila.tests.share.drivers.glusterfs.test_glusterfs_native.GlusterfsNativeShareDriverTestCase.test_update_access_via_manager_badcn_2_comma_nama [0.125096s] ... ok DEBUG: 2025-11-13 13:51:14.710 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.712 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_update_access_fails_non_ip_access_type [0.077607s] ... ok DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_backend_driver_fail_driver_none [0.045758s] ... ok DEBUG: Only "ip" access type allowed for the NFS protocol. DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_type_illegal_xml_1 [0.144432s] ... ok DEBUG: 2025-11-13 13:51:14.741 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.742 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get network allocations number. get_network_allocations_number /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:178 DEBUG: 2025-11-13 13:51:14.743 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_network_allocations_number_dhss_true [0.027588s] ... ok DEBUG: {2} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_check_channels_status [0.032665s] ... ok DEBUG: {2} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_delete_non_exist_share [0.022323s] ... ok DEBUG: 2025-11-13 13:51:14.767 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.768 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.768 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.768 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.769 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_replica_state_1 [0.028527s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_delegated_methods_3_delete_share [0.073178s] ... ok DEBUG: {2} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_delete_share_nfs [0.022681s] ... ok DEBUG: Extra specs must be specified as capabilities:huawei_sectorsize=' True'. DEBUG: {2} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_ensure_share_cifs [0.020255s] ... ok DEBUG: 2025-11-13 13:51:14.799 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.812 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.812 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.812 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.816 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_replica_state_2 [0.046506s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_type_illegal_xml_4 [0.082932s] ... ok DEBUG: {2} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_get_pool_quota_used [0.048131s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_delegated_methods_4_delete_snapshot [0.073070s] ... ok DEBUG: 2025-11-13 13:51:14.872 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.872 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.873 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Extra specs must be specified as capabilities:huawei_sectorsize=' True'. DEBUG: 2025-11-13 13:51:14.873 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.874 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_replica_state_4 [0.053204s] ... ok DEBUG: {2} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_get_pool_without_host [0.030734s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_type_illegal_xml_5 [0.070663s] ... ok DEBUG: 2025-11-13 13:51:14.901 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.902 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.902 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.902 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.904 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_replica_state_6 [0.032120s] ... ok DEBUG: 2025-11-13 13:51:14.925 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_delegated_methods_8_extend_share [0.050742s] ... ok DEBUG: 2025-11-13 13:51:14.927 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_share_client_type_fail [0.020831s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_delegated_methods_9_shrink_share [0.020991s] ... ok DEBUG: 2025-11-13 13:51:14.949 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.951 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.951 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.951 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.951 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.952 3331052 DEBUG manila.share.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updating share stats. _update_share_stats /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py:1335 DEBUG: 2025-11-13 13:51:14.953 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_share_stats_disk_type_2 [0.025863s] ... ok DEBUG: {2} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_invalid_channel [0.077716s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_qos_2 [0.088652s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_init [0.033155s] ... ok DEBUG: 2025-11-13 13:51:14.992 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:14.994 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:14.994 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:14.994 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:14.994 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:14.994 3331052 DEBUG manila.share.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updating share stats. _update_share_stats /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py:1335 DEBUG: 2025-11-13 13:51:14.996 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_share_stats_disk_type_3 [0.042791s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareDriverBaseTestCase.test_update_access_via_manager [0.021511s] ... ok DEBUG: 2025-11-13 13:51:15.023 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:15.024 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.024 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Can not find folder [some-folder] in pool [share-pool-01]. DEBUG: 2025-11-13 13:51:15.024 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.024 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.025 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.025 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.025 3331052 DEBUG manila.share.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updating share stats. _update_share_stats /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py:1335 DEBUG: 2025-11-13 13:51:15.026 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_share_stats_refresh_2 [0.030000s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareLayoutBaseTestCase.test_check_mount_glusterfs_not_installed_1 [0.035470s] ... ok DEBUG: {2} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_manage_existing_wrong_ip_or_name_2_172_27_112_223__share_pool_01_LV_1_some_folder [0.068804s] ... ok DEBUG: 2025-11-13 13:51:15.049 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:15.054 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_share_url_type_2_CIFS [0.028115s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout.GlusterfsShareLayoutBaseTestCase.test_init_invalid [0.020125s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_qos_3 [0.081716s] ... ok DEBUG: {2} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_parser_with_folder_status [0.031884s] ... ok DEBUG: 2025-11-13 13:51:15.076 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:15.078 3331052 ERROR manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login to http://100.115.10.69:8082/deviceManager/rest/ failed, try another. DEBUG: 2025-11-13 13:51:15.078 3331052 ERROR manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] All url login fail. DEBUG: 2025-11-13 13:51:15.080 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_login_fail [0.026525s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_do_setup [0.028134s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_sectorsize_in_type_4_32 [0.056161s] ... ok DEBUG: 2025-11-13 13:51:15.126 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:15.127 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.127 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.128 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.129 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_add_share_to_partition_fail [0.049405s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_nonimplemented_methods_5 [0.034058s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__clear_access_1_nfs [0.071688s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_set_directory_quota [0.029293s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_share_manager [0.018603s] ... ok DEBUG: Get filesystem by name error! DEBUG: result: {'error': {'code': 31755596}}. DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_nfs_snapshot_fail [0.068347s] ... ok DEBUG: 2025-11-13 13:51:15.182 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:15.185 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:15.185 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Manage existing snapshot to manila. manage_existing_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:190 DEBUG: 2025-11-13 13:51:15.186 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_existing_snapshot_share_not_exist [0.055435s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__clone_directory_to_dest [0.035742s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_directory.GlusterfsDirectoryMappedLayoutTestCase.test_update_share_stats_gluster_mnt_unavailable [0.018287s] ... ok DEBUG: 2025-11-13 13:51:15.208 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:15.210 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:15.210 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Manage existing share to manila. manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:183 DEBUG: 2025-11-13 13:51:15.211 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_export_path_fail_6 [0.024306s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__create_cifs_share [0.027849s] ... ok DEBUG: Can't open the recent url, re-login. DEBUG: Failed to split replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}. DEBUG: Failed to split replication pair fake_pair_id before deleting it. Ignore this exception, and try to delete anyway. DEBUG: The share was not found. Share name:share_fake_new_uuid DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_replica_success_1 [0.050403s] ... ok DEBUG: ('Error creating share %(share_id)s', {'share_id': 'fakeid'}) DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_create_share_error [0.047593s] ... ok DEBUG: The share was not found. Share name:share-fake-uuid DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__delete_cifs_share [0.048932s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_share_nfs_fail_not_exist [0.041077s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__generate_share_name [0.027144s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_create_share_from_snapshot_1 [0.049959s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_share_success_2 [0.025869s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_create_share_from_snapshot_2 [0.020295s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__generate_snapshot_name [0.026771s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_snapshot_success [0.022749s] ... ok DEBUG: 2025-11-13 13:51:15.243 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:15.245 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:15.245 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Manage existing share to manila. manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:183 DEBUG: 2025-11-13 13:51:15.245 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.245 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.245 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.246 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.246 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.246 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.246 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.246 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.246 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.246 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.246 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.247 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.247 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.247 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.247 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.247 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': 'true', 'compression': 'true', 'huawei_smartcache': 'true', 'huawei_smartpartition': 'true', 'thin_provisioning': 'true', 'qos': False, 'huawei_sectorsize': None, 'cachename': 'test_cache_name', 'partitionname': 'test_partition_name', 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:15.247 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.247 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.248 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.248 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.248 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.248 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.248 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.248 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.248 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.254 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_create_snapshot [0.019920s] ... ok DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_cache_not_exist_1 [0.046220s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_directory_list [0.019670s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_ensure_share_get_filesystem_status_fail [0.025934s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_delete_share_1_None [0.023394s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_directory_quota_1_0 [0.034834s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_delete_share_3_Eeyore [0.019060s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_ensure_share_with_share_server_sucess_1 [0.037499s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_delete_snapshot [0.030382s] ... ok DEBUG: Quota of pool: /fakepath is not set, please set it in GUI of AS13000 DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_directory_quota_fail [0.039033s] ... ok DEBUG: 2025-11-13 13:51:15.314 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:15.315 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:15.320 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Manage existing share to manila. manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:183 DEBUG: 2025-11-13 13:51:15.320 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.320 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.320 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.321 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.321 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.321 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Read Huawei config file(None) for Manila error: expected str, bytes or os.PathLike object, not NoneType DEBUG: 2025-11-13 13:51:15.321 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.321 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.321 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.321 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.322 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.322 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.322 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.322 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.322 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.322 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': 'true', 'compression': 'true', 'huawei_smartcache': 'true', 'huawei_smartpartition': 'true', 'thin_provisioning': 'true', 'qos': False, 'huawei_sectorsize': None, 'cachename': 'test_cache_name', 'partitionname': 'test_partition_name', 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:15.323 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.323 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.323 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.323 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.323 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.323 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.325 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_cache_not_exist_2 [0.066662s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_ensure_share_with_share_server_sucess_2 [0.047368s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_delete_snapshot_error_2 [0.026797s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__unit_convert_1_5000000000 [0.027004s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_ensure_share [0.019871s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_backend_driver_fail [0.023678s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_location_path_fail [0.022348s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__unit_convert_3_5000mb [0.033117s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_fetch_gluster_volumes_4 [0.034563s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_network_allocations_number_dhss_false [0.029587s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_find_actual_backend_snapshot_name_bad_snap_list_2_fake_snap_id_xyx_fake_snap_id_pqr [0.031617s] ... ok DEBUG: The StoragePool is None. DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_share_stats_refresh_pool_not_exist [0.031438s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_nonimplemented_methods_1 [0.031476s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_delete_share_1_nfs [0.060858s] ... ok DEBUG: 2025-11-13 13:51:15.373 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:15.375 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:15.375 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Manage existing share to manila. manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:183 DEBUG: 2025-11-13 13:51:15.375 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.375 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.375 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.375 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.376 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.376 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.376 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.383 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.008s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.384 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.384 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.384 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.384 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.385 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.385 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.385 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.385 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': 'true', 'compression': 'true', 'huawei_smartcache': 'true', 'huawei_smartpartition': 'true', 'thin_provisioning': 'true', 'qos': False, 'huawei_sectorsize': None, 'cachename': 'test_cache_name', 'partitionname': 'test_partition_name', 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:15.385 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.385 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.386 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.386 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.386 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.386 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.386 3331052 INFO manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retyping share (share_fake_uuid), changed options are : ({'partitionid': (['', None], ['7', 'test_partition_name']), 'cacheid': (['', None], ['8', 'test_cache_name']), 'dedupe&compression': (['false', 'false'], [True, True])}). DEBUG: 2025-11-13 13:51:15.386 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.386 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.387 3331052 INFO manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retype FS(id: 4) smartpartition from (name: None, id: ) to (name: test_partition_name, id: 7) performed successfully. DEBUG: 2025-11-13 13:51:15.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.387 3331052 INFO manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retype FS(id: 4) smartcache from (name: None, id: ) to (name: test_cache_name, id: 8) performed successfully. DEBUG: 2025-11-13 13:51:15.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.387 3331052 INFO manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retype FS(id: 4) dedupe from false to True performed successfully, compression from false to True performed successfully. DEBUG: 2025-11-13 13:51:15.388 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.388 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.388 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.396 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_nfs_success_2 [0.071794s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_logical_port_ip_fail [0.037717s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_pop_gluster_vol_3 [0.030617s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_notsetcache_fail [0.028726s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_delete_share_not_exist_2_cifs [0.070417s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_pop_gluster_vol_4 [0.033836s] ... ok DEBUG: 2025-11-13 13:51:15.463 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:15.464 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:15.465 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Manage existing share to manila. manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:183 DEBUG: 2025-11-13 13:51:15.465 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.465 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.465 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.465 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.465 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.465 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.466 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.466 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.466 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.466 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.466 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.466 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.479 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.479 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.479 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.479 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': 'true', 'compression': 'true', 'huawei_smartcache': 'true', 'huawei_smartpartition': 'true', 'thin_provisioning': 'true', 'qos': False, 'huawei_sectorsize': None, 'cachename': 'test_cache_name', 'partitionname': 'test_partition_name', 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:15.480 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.480 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.480 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.481 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_partition_not_exist_1 [0.084669s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_fail_2 [0.032161s] ... ok DEBUG: 2025-11-13 13:51:15.526 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:15.527 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:15.527 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Manage existing share to manila. manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:183 DEBUG: Couldn't find the share in used list. DEBUG: 2025-11-13 13:51:15.528 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.528 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.528 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.528 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.528 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.528 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.528 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.529 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.529 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.529 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.529 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.529 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.529 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.529 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.529 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.530 3331052 DEBUG manila.share.drivers.huawei.huawei_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share type extra specs: {'dedupe': False, 'compression': False, 'huawei_smartcache': False, 'huawei_smartpartition': False, 'thin_provisioning': None, 'qos': False, 'huawei_sectorsize': None, 'cachename': None, 'partitionname': None, 'sectorsize': None, 'maxiops': None, 'miniops': None, 'minbandwidth': None, 'maxbandwidth': None, 'latency': None, 'iotype': None} get_share_extra_specs_params /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_utils.py:34 DEBUG: 2025-11-13 13:51:15.541 3331052 INFO manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retyping share (share_fake_uuid_thickfs), changed options are : ({'partitionid': (['', None], [None, None]), 'cacheid': (['', None], [None, None]), 'dedupe&compression': None}). DEBUG: 2025-11-13 13:51:15.545 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.545 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.545 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.546 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_with_default_type_2 [0.065258s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_pop_gluster_vol_9 [0.038002s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_partition_not_exist_2 [0.024957s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_do_setup_login_fail [0.073302s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_push_gluster_vol_excp [0.026939s] ... ok DEBUG: 2025-11-13 13:51:15.625 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:15.627 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:15.632 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Allow access. allow_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:156 DEBUG: 2025-11-13 13:51:15.632 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.632 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.633 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.633 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.633 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.633 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.633 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.633 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.633 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.633 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.634 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.634 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.643 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_nfs_access_for_all_ip_addresses_1_True [0.105316s] ... ok DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_wipe_gluster_vol_2 [0.021699s] ... ok DEBUG: Can not get access id from share. share_name: share-fake-uuid DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_nfs_access_for_all_ip_addresses_2_False [0.062926s] ... ok DEBUG: Error trying to wipe gluster volume. gluster_export: host1:/gv1, Error: None DEBUG: {0} manila.tests.share.drivers.glusterfs.test_layout_volume.GlusterfsVolumeMappedLayoutTestCase.test_wipe_gluster_vol_error_wiping_gluster_vol [0.023869s] ... ok DEBUG: {0} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__hdfs_remote_execute [0.019385s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_no_configuration [0.041203s] ... ok DEBUG: Failed to set space quota for the share fakename. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {0} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test__set_share_size_exception [0.026003s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_ensure_share_2_cifs [0.100743s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_choose_eth_port [0.023854s] ... ok DEBUG: {0} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_do_setup [0.022864s] ... ok DEBUG: LDAP domain (100.97.5.87) has already been configured. DEBUG: {0} manila.tests.share.drivers.hdfs.test_hdfs_native.HDFSNativeShareDriverTestCase.test_get_share_stats_refresh_false [0.021290s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_ldap_exist_error [0.036723s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_cifs_snapshot_update_access_allow [0.026857s] ... ok DEBUG: 2025-11-13 13:51:15.745 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:15.746 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.747 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.747 3331052 ERROR manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Can't open the recent url, re-login. DEBUG: 2025-11-13 13:51:15.747 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:15.747 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Replace URL: DEBUG: Old URL: None DEBUG: New URL: http://100.115.10.69:8082/deviceManager/rest/210235G7J20000000000 DEBUG: call /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:151 DEBUG: 2025-11-13 13:51:15.747 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to split replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}. DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to split replication pair fake_pair_id while switching over.: manila.exception.InvalidShare: Invalid share: Failed to split replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}.. DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication Traceback (most recent call last): DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 189, in switch_over DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication self.helper.split_replication_pair(replica_pair_id) DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication File "/usr/lib64/python3.12/unittest/mock.py", line 1216, in _execute_mock_call DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication return self._mock_wraps(*args, **kwargs) DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 1393, in split_replication_pair DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication self._assert_rest_result(result, msg) DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 176, in _assert_rest_result DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication raise exception.InvalidShare(reason=err_msg) DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication manila.exception.InvalidShare: Invalid share: Failed to split replication pair fake_pair_id. DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication result: {'error': {'code': -403}}.. DEBUG: 2025-11-13 13:51:15.748 3331052 ERROR manila.share.drivers.huawei.v3.replication DEBUG: 2025-11-13 13:51:15.748 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.749 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.750 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.750 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.766 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.769 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.769 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.770 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.770 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.770 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.770 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.770 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.770 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.770 3331052 WARNING manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot get share share_fake_new_uuid. DEBUG: 2025-11-13 13:51:15.779 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.779 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.009s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.779 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.780 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.780 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.780 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.780 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.780 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.780 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.781 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.781 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.781 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.781 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.781 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.790 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.008s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.790 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.790 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.790 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.790 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.791 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.791 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.791 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:15.791 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:15.791 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:15.793 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_promote_replica_with_error_ignore_1 [0.166850s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_vlan_exist [0.031779s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_cifs_snapshot_update_access_recovery_mode [0.037239s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_ensure_share_None_share_fail_1_nfs [0.072893s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_with_ad_domain_success [0.039826s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_share_from_snapshot_1 [0.028417s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_with_bond_port_success [0.037639s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_share_from_snapshot_2 [0.027037s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_transfer_rule_to_client_2_icfs [0.051450s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_snapshot_1 [0.045733s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_with_ldap_domain_fail [0.064028s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_snapshot_2 [0.028563s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_transfer_rule_to_client_3_cifs [0.057744s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_snapshot_4 [0.021646s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_with_ldap_domain_success_3_100_97_5_87_100_97_5_88_100_97_5_89 [0.045093s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_update_access_1 [0.050398s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_create_snapshot_cifs_exception [0.049207s] ... ok DEBUG: Unsupported security services. Only AD and LDAP are supported. DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_with_security_service_number_invalid [0.053947s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_update_access_3 [0.045951s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_update_replica_state_success_3 [0.035861s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_delete_managed_snapshot [0.046092s] ... ok DEBUG: {1} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_username_password_encode_decode [0.027114s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_refresh_token_1_True [0.037403s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__check_gpfs_state_down [0.019063s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_delete_share_2 [0.050966s] ... ok DEBUG: Failed to check GPFS state. Error: 'state' is not in list. DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__check_gpfs_state_wrong_output_exception [0.019015s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_delete_snapshot_1 [0.029810s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_send_api_1 [0.039493s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__create_share [0.026266s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_ensure_share_1 [0.036366s] ... ok DEBUG: Failed to create fileset on /dev/gpfs0 for the share fakename. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {2} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_send_api_3 [0.039184s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__create_share_exception [0.036073s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_ensure_share_2 [0.020714s] ... ok DEBUG: Failed to create share fakename from snapshot fakesnapshotname. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__create_share_from_snapshot_exception [0.036691s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_access_rule_to_client_spec [0.040474s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_extend_share [0.043884s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__delete_share [0.020208s] ... ok DEBUG: Failed to get GPFS device for /builddir/build/BUILD/manila-21.1.0.dev33/mnt.Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__get_gpfs_device_exception [0.019096s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_init_invalid_conf_parameters_4_hitachi_hnas_ip [0.027529s] ... ok DEBUG: Failed to check share at /gpfs0/share-fakeid. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 607, in _get_share_name DEBUG: share_name = lines[1].split(':')[validation_token] DEBUG: ~~~~~^^^ DEBUG: IndexError: list index out of range DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_access_rule_to_client_spec_ipversion_failed [0.052721s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__get_share_name_no_share_exist_exception [0.035209s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_classify_cifs_rights [0.024265s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_wrong_path_format_nfs_2_1_1_1_1__share_id [0.054086s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__is_dir_success [0.036588s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_extend_share [0.035635s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_existing_wrong_path_format_nfs_3_1_1_1_1__shares [0.035646s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_get_dirsname_by_name_1 [0.024652s] ... ok DEBUG: Failed to link fileset for the share fakename. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 638, in _manage_existing DEBUG: self._gpfs_execute(self.GPFS_PATH + 'mmlinkfileset', fsdev, 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__manage_existing_fileset_relink_exception [0.048754s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_inexistent_snapshot_exception [0.026078s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_get_export_locations_1_CIFS [0.019201s] ... ok DEBUG: Failed to set permissions for share fakename. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 651, in _manage_existing DEBUG: self._gpfs_execute('chmod', '777', new_export_location) 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__manage_existing_permission_change_exception [0.029683s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_snapshot_invalid_path_exception_3__directory1 [0.032321s] ... ok DEBUG: Failed to set quota for share fakename. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 681, in _manage_existing DEBUG: self._gpfs_execute(self.GPFS_PATH + 'mmsetquota', fsdev + ':' + 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_size_to_gb_1 [0.038366s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__manage_existing_set_quota_of_fileset_less_than_1G_exception [0.027580s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_snapshot_invalid_size_exception_3_512_GB [0.035048s] ... ok DEBUG: 2025-11-13 13:51:16.558 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:16.559 3331052 ERROR manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] No replication pair ID recorded for share fake_share_id. DEBUG: 2025-11-13 13:51:16.560 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_promote_replica_with_no_pair_id [0.741214s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_update_nfs_access_2_False [0.041888s] ... ok DEBUG: 2025-11-13 13:51:16.580 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:16.581 3331052 ERROR manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Read Huawei config file(None) for Manila error: expected str, bytes or os.PathLike object, not NoneType DEBUG: 2025-11-13 13:51:16.582 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_read_xml_fail [0.020953s] ... ok DEBUG: Error running SSH command: fake cmd. Error: 'Mock' object does not support the context manager protocol. DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__run_ssh_exception [0.061719s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_addfs [0.028534s] ... ok DEBUG: 2025-11-13 13:51:16.601 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: Original exception being dropped: ['Traceback (most recent call last):\n', ' File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 188, in _run_ssh\n with self.sshpool.item() as ssh:\n ^^^^^^^^^^^^^^^^^^^\n', "TypeError: 'Mock' object does not support the context manager protocol\n"] DEBUG: 2025-11-13 13:51:16.603 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_revert_to_snapshot_success [0.020904s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_manage_snapshot_size_not_provided_exception [0.058268s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_addnfsclient [0.019573s] ... ok DEBUG: 2025-11-13 13:51:16.622 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:16.623 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:16.624 3331052 ERROR manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create logical port error. DEBUG: result: {'error': {'code': 1}}. DEBUG: 2025-11-13 13:51:16.626 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_create_logical_port_fail [0.023099s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lscifsinfo [0.020787s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces__has_client_access_03___44_3_2_1___False_ [0.044603s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_nfs_snapshot_update_access_invalid_access_type [0.038774s] ... ok DEBUG: 2025-11-13 13:51:16.659 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:16.660 3331052 ERROR manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] IP (::1/128) is invalid. Only IPv4 addresses are supported. DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lsfs_4 [0.026287s] ... ok DEBUG: 2025-11-13 13:51:16.668 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_invalid_ipv4 [0.043237s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_revert_to_snapshot_2 [0.037638s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces__has_client_access_09_______False_ [0.052727s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lsnaspool_2_Pool0 [0.031972s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lsnfslist_1_None [0.038054s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_deny_access [0.055567s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lsnode_1_None [0.020555s] ... ok DEBUG: Failed to get exports from the system. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_deny_access_exception [0.021174s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lsnode_2_node1 [0.018874s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_get_export_options_1_rw [0.023344s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_revert_to_snapshot_4 [0.110962s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_rmcifs [0.024183s] ... ok DEBUG: 2025-11-13 13:51:16.693 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:16.694 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:16.695 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.695 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.695 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.696 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.696 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.696 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.696 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: test must be an absolute path. DEBUG: 2025-11-13 13:51:16.696 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.697 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.697 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.697 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.697 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.697 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.697 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.697 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.698 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.698 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.698 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.698 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.698 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Missing value for gpfs_nfs_server_list. DEBUG: 2025-11-13 13:51:16.698 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.698 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.698 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.699 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.699 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.699 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.699 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Unable to create SSHPool DEBUG: 2025-11-13 13:51:16.699 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.699 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.699 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.700 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_port_conf_miss [0.031399s] ... ok DEBUG: 2025-11-13 13:51:16.750 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:16.753 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:16.753 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.753 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.754 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.754 3331052 ERROR manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Most three ips can be set to DNS. DEBUG: Error has occurred DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/instorage/cli_helper.py", line 86, in _ssh_execute DEBUG: return processutils.ssh_execute( 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: 2025-11-13 13:51:16.756 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_with_dns_fail [0.057167s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_rmnfs [0.029485s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_check_for_setup_error_for_gpfs_mount_point_base [0.041334s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageShareDriverTestCase.test_ensure_share [0.021403s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_check_for_setup_error_for_nfs_server_list [0.028245s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.SSHRunnerTestCase.test___call___ssh_pool_failed [0.019047s] ... ok DEBUG: Error running SSH command: mcsinq lsvdisk DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_unmanage_1_True [0.082871s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_extend_share [0.026356s] ... ok DEBUG: {2} manila.tests.share.drivers.inspur.instorage.test_instorage.SSHRunnerTestCase.test__ssh_execute_failed_exec_failed_exception_error [0.028187s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__find_pool_info_fail [0.019464s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs__publish_access_exception [0.033147s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__generate_share_path [0.026355s] ... ok DEBUG: 2025-11-13 13:51:16.793 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:16.794 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:16.795 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Failed to verify denied access for share fakename. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 916, in _verify_denied_access DEBUG: outs = self._publish_access(*cmd) 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: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:16.798 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.799 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.799 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.799 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.799 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.800 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.800 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.800 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.800 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.800 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.800 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.800 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.800 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.800 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.801 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.801 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.801 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.801 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.801 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.801 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.801 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.801 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.801 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.802 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.802 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.802 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.802 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.803 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.803 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.804 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_with_ldap_domain_success_1_100_97_5_87 [0.045933s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs__verify_denied_access_exception [0.032278s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__get_share_1_nfs [0.019904s] ... ok DEBUG: 2025-11-13 13:51:16.851 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:16.861 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:16.862 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Shrink a share. shrink_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:129 DEBUG: 2025-11-13 13:51:16.862 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.862 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.862 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.862 3331052 ERROR manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get share count error! DEBUG: result: {'error': {'code': 31755596}}. DEBUG: 2025-11-13 13:51:16.864 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_shrink_share_fail [0.066687s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs__verify_denied_access_pass [0.021731s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__get_share_2_cifs [0.024856s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_unmanage_snapshot [0.111158s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs_get_export_options_1_rw [0.031019s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__unit_convert_toGB_2_2000000KB [0.038444s] ... ok DEBUG: 2025-11-13 13:51:16.937 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:16.938 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:16.938 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Shrink a share. shrink_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:129 DEBUG: 2025-11-13 13:51:16.938 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.939 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.939 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.939 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.939 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.939 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.939 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:16.939 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:16.940 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:16.940 3331052 ERROR manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Can not get share ID by share share-fake-uuid. DEBUG: 2025-11-13 13:51:16.941 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_shrink_share_not_exist [0.074263s] ... ok DEBUG: 2025-11-13 13:51:16.996 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:17.011 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_teardown_server_with_vlan_logical_port_deleted [0.067755s] ... ok DEBUG: 2025-11-13 13:51:17.049 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:17.051 3331052 DEBUG manila.share.drivers.huawei.v3.helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login success: http://100.115.10.69:8082/deviceManager/rest/ DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py:122 DEBUG: 2025-11-13 13:51:17.053 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Update access. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:167 DEBUG: 2025-11-13 13:51:17.054 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.056 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.057 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_cifs_3 [0.028678s] ... ok DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_manage_existing_incorrect_ip_exception [0.070853s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_update_access_cifs_recovery_mode [0.095053s] ... ok DEBUG: 2025-11-13 13:51:17.060 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.062 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.062 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.062 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.062 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.062 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.062 3331052 WARNING manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot get share share-fake-uuid. DEBUG: 2025-11-13 13:51:17.063 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.063 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.063 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.063 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.063 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.063 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.063 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.063 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.063 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.064 3331052 ERROR manila.share.drivers.huawei.v3.connection [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share share-fake-uuid does not exist on the backend. DEBUG: 2025-11-13 13:51:17.071 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_update_access_rules_share_not_exist [0.057818s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_nfs_change [0.034434s] ... ok DEBUG: 2025-11-13 13:51:17.107 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:17.109 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.113 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_update_access_allow [0.039968s] ... ok DEBUG: 2025-11-13 13:51:17.115 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.116 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.116 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.116 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.117 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.117 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.117 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.117 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.117 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Can't find the share by share name: manila_fakeid. DEBUG: 2025-11-13 13:51:17.117 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.117 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.117 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.117 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.119 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_update_replica_state_success_2 [0.047651s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_nfs_level_fail [0.044958s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_driver.HitachiHNASTestCase.test_update_access_invalid_share_protocol [0.056319s] ... ok DEBUG: 2025-11-13 13:51:17.160 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:17.162 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.163 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.165 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.166 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.167 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.169 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.170 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.170 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.171 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.175 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_update_replica_state_success_4 [0.055844s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_share_not_exist_2_cifs [0.041935s] ... ok DEBUG: 2025-11-13 13:51:17.196 3331052 DEBUG manila.share.drivers.huawei.huawei_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enter into init function of Huawei Driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/huawei_nas.py:65 DEBUG: 2025-11-13 13:51:17.199 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:17.200 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.202 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.203 3331052 WARNING manila.share.drivers.huawei.v3.replication [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot update the replication fake_pair_id because it's not in normal status. DEBUG: 2025-11-13 13:51:17.204 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "huawei_manila" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__execute_ssh_exception [0.051159s] ... ok DEBUG: 2025-11-13 13:51:17.205 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" acquired by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:17.206 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "huawei_manila" "released" by "manila.share.drivers.huawei.v3.helper.RestHelper.call" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:17.208 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_update_access_resync [0.090680s] ... ok DEBUG: {3} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_update_replica_state_with_replication_abnormal [0.033335s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_check_for_setup_error_non_config_4 [0.021904s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_create_share_2_cifs [0.019590s] ... ok DEBUG: 2025-11-13 13:51:17.243 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__check_gpfs_state_active [0.037327s] ... ok DEBUG: Caught exception from infinisdk: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: return func(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 289, in _get_infinidat_nas_network_space_ips DEBUG: network_space = self._system.network_spaces.safe_get( 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: raise FakeInfinisdkException() DEBUG: manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: Share manila_fakeid not found. DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__get_share_export_1_True [0.054669s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_infinidat_nas_network_space_api_error [0.052538s] ... ok DEBUG: 2025-11-13 13:51:17.269 3331052 DEBUG manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Attempting to create a snapshot fakesnapshotname from share fakename on device /dev/gpfs0. _create_share_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py:415 DEBUG: 2025-11-13 13:51:17.271 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__create_share_snapshot [0.026291s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_delete_share_not_exist_1_nfs [0.043196s] ... ok DEBUG: INFINIDAT InfiniBox NAS network space "mockspace" has no enabled IP addresses DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_infinidat_nas_network_space_ips_no_ips_enabled [0.025533s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__get_share_export_2_False [0.032793s] ... ok DEBUG: 2025-11-13 13:51:17.302 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__delete_share_snapshot [0.030418s] ... ok DEBUG: Only USER access types are allowed for CIFS shares. DEBUG: 2025-11-13 13:51:17.323 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Caught exception from infinisdk: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: return func(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 280, in _get_infinidat_pool DEBUG: pool = self._system.pools.safe_get(name=self._pool_name) 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_deny_access_cifs_type_fail [0.047455s] ... ok DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__extend_share [0.028179s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: raise FakeInfinisdkException() DEBUG: manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_infinidat_pool_api_error [0.055766s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__get_share_export_exception_not_found [0.058447s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_ip_address_range_single_ip [0.025523s] ... ok DEBUG: 2025-11-13 13:51:17.375 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__fix_export_data_1_44_3_2_11 [0.045002s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_extend_share_2_cifs [0.055284s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__get_share_export_fs_not_available [0.026431s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test__locked_selectfs_deleting_not_empty_directory [0.024783s] ... ok DEBUG: Can't find the share by share name: manila_fakeid. DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_1__True__True__True_ [0.038554s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_extend_share_not_exist [0.036325s] ... ok DEBUG: 2025-11-13 13:51:17.413 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__get_available_capacity [0.049599s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_directory_error [0.024689s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_4__True__False__False_ [0.038498s] ... ok DEBUG: 2025-11-13 13:51:17.465 3331052 ERROR manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to parse exports for path /gpfs0/share-fakeid. No HEADER found. DEBUG: 2025-11-13 13:51:17.469 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__get_nfs_client_exports_exception [0.043909s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_5__False__True__True_ [0.045155s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_directory_retry [0.073494s] ... ok DEBUG: 2025-11-13 13:51:17.504 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__get_share_name [0.033965s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_shrink_share_1_nfs [0.097580s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_6__False__True__False_ [0.022906s] ... ok DEBUG: 2025-11-13 13:51:17.530 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__get_share_path [0.023045s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_update_access_add_delete [0.020713s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_from_snapshot_4__False__False_ [0.025437s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__allow_cifs_access_rest_4 [0.019295s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_check_quota_error [0.058467s] ... ok DEBUG: 2025-11-13 13:51:17.565 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__get_snapshot_path [0.037172s] ... ok DEBUG: Error:"data" not in result. fake_message DEBUG: Snapshot not found on the Infinibox by its name: openstack-snap-2 DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__assert_result_data_fail [0.019492s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_from_snapshot_doesnt_exist [0.030381s] ... ok DEBUG: 2025-11-13 13:51:17.591 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__gpfs_remote_execute [0.023732s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_snapshot_1__True__True_ [0.025257s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__config_nfs_service [0.026880s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__create_cifs_share [0.026189s] ... ok DEBUG: 2025-11-13 13:51:17.628 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__is_dir_failure [0.036888s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_allow_access [0.073846s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_snapshot_4__False__False_ [0.042780s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__create_nfs_share [0.026150s] ... ok DEBUG: 2025-11-13 13:51:17.654 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__local_path [0.028124s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_allow_access_exception_2_False [0.044429s] ... ok DEBUG: 2025-11-13 13:51:17.683 3331052 DEBUG manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unlinked the fileset of share existingshare. _manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py:625 DEBUG: 2025-11-13 13:51:17.683 3331052 DEBUG manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Renamed the fileset from existingshare to fakename. _manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py:634 DEBUG: 2025-11-13 13:51:17.685 3331052 DEBUG manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Linked the fileset of share fakename at location /gpfs0/share-fakeid. _manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py:645 DEBUG: 2025-11-13 13:51:17.687 3331052 DEBUG manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Changed the permission of share fakename. _manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py:656 DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__delete_cifs_access_rest [0.037277s] ... ok DEBUG: 2025-11-13 13:51:17.689 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__manage_existing_1_mmlsquota__blockLimit__mmlsquota__1048577 [0.034184s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_delete_share_export_doesnt_exist [0.054358s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_deny_access_backend_exception [0.031458s] ... ok DEBUG: 2025-11-13 13:51:17.729 3331052 DEBUG manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unlinked the fileset of share existingshare. _manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py:625 DEBUG: 2025-11-13 13:51:17.731 3331052 DEBUG manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Renamed the fileset from existingshare to fakename. _manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py:634 DEBUG: 2025-11-13 13:51:17.732 3331052 DEBUG manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Linked the fileset of share fakename at location /gpfs0/share-fakeid. _manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py:645 DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__delete_filesystem_dir [0.043053s] ... ok DEBUG: 2025-11-13 13:51:17.734 3331052 DEBUG manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Changed the permission of share fakename. _manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py:656 DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_share_add_1_True [0.031683s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_05__True__False__True__True_ [0.051268s] ... ok DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to check size for share fakename.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs Traceback (most recent call last): DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 659, in _manage_existing DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs out, __ = self._gpfs_execute(self.GPFS_PATH + 'mmlsquota', '-j', DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs File "/usr/lib64/python3.12/unittest/mock.py", line 1202, in _execute_mock_call DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs raise result DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs Command: None DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs Exit code: - DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs Stdout: None DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs Stderr: None DEBUG: 2025-11-13 13:51:17.736 3331052 ERROR manila.share.drivers.ibm.gpfs DEBUG: 2025-11-13 13:51:17.748 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__manage_existing_checking_quota_of_fileset_exception [0.053767s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__delete_nfs_share [0.030305s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_cifs_share_del_inexistent_share [0.028776s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_access_from_cifs_share_7 [0.029081s] ... ok DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to unlink fileset for share fakename.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs Traceback (most recent call last): DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 619, in _manage_existing DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs self._gpfs_execute(self.GPFS_PATH + 'mmunlinkfileset', fsdev, DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs raise effect DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs Command: None DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs Exit code: - DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs Stdout: None DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs Stderr: None DEBUG: 2025-11-13 13:51:17.786 3331052 ERROR manila.share.drivers.ibm.gpfs DEBUG: 2025-11-13 13:51:17.797 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__manage_existing_fileset_unlink_exception [0.048359s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_create_directory [0.034425s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_all_cifs_access_rest [0.024114s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_07__True__False__False__True_ [0.071182s] ... ok DEBUG: 2025-11-13 13:51:17.827 3331052 DEBUG manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unlinked the fileset of share existingshare. _manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py:625 DEBUG: 2025-11-13 13:51:17.830 3331052 DEBUG manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Renamed the fileset from existingshare to fakename. _manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py:634 DEBUG: 2025-11-13 13:51:17.831 3331052 DEBUG manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Linked the fileset of share fakename at location /gpfs0/share-fakeid. _manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py:645 DEBUG: 2025-11-13 13:51:17.833 3331052 DEBUG manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Changed the permission of share fakename. _manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py:656 DEBUG: 2025-11-13 13:51:17.833 3331052 ERROR manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to check quota for share fakename.: IndexError: list index out of range DEBUG: 2025-11-13 13:51:17.833 3331052 ERROR manila.share.drivers.ibm.gpfs Traceback (most recent call last): DEBUG: 2025-11-13 13:51:17.833 3331052 ERROR manila.share.drivers.ibm.gpfs File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 669, in _manage_existing DEBUG: 2025-11-13 13:51:17.833 3331052 ERROR manila.share.drivers.ibm.gpfs quota_status = lines[1].split(':')[quota_limit] DEBUG: 2025-11-13 13:51:17.833 3331052 ERROR manila.share.drivers.ibm.gpfs ~~~~~^^^ DEBUG: 2025-11-13 13:51:17.833 3331052 ERROR manila.share.drivers.ibm.gpfs IndexError: list index out of range DEBUG: 2025-11-13 13:51:17.833 3331052 ERROR manila.share.drivers.ibm.gpfs DEBUG: 2025-11-13 13:51:17.839 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__manage_existing_unable_to_get_quota_of_fileset_exception [0.042353s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_get_share_usage_error [0.041909s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_cifs_share [0.034756s] ... ok DEBUG: 2025-11-13 13:51:17.861 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces__has_client_access_05___4_3_2_11___False_ [0.021668s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_11__False__True__False__True_ [0.053229s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_get_stats [0.026641s] ... ok DEBUG: 2025-11-13 13:51:17.890 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces__has_client_access_10___1_2_3_4_5_6_7_8___True_ [0.029145s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_list_cifs_permission [0.021746s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_12__False__True__False__False_ [0.028002s] ... ok DEBUG: 2025-11-13 13:51:17.910 3331052 ERROR manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get exports from the system. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:17.912 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_allow_access_exception [0.021743s] ... ok DEBUG: 2025-11-13 13:51:17.936 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_mount_already_mounted [0.037910s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_get_backend_info_1__True__True_ [0.034172s] ... ok DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_allow_access_invalid_access_type [0.023971s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_get_backend_info_2__True__False_ [0.026818s] ... ok DEBUG: 2025-11-13 13:51:17.972 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_get_export_options_invalid_option_ro [0.035843s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_nfs_export_add_2_False [0.044886s] ... ok DEBUG: Pool "mockpool" not found DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_get_share_stats_pool_not_found [0.022087s] ... ok DEBUG: 2025-11-13 13:51:18.002 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_get_export_options_invalid_option_rw [0.029305s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_nfs_export_del_execute_error [0.022906s] ... ok DEBUG: 2025-11-13 13:51:18.021 3331052 ERROR manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] gpfs_share_export_ip must be specified. DEBUG: 2025-11-13 13:51:18.023 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_check_for_setup_error_for_export_ip [0.020134s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_tree_clone_job_timeout [0.020917s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_get_share_stats_refreshes [0.049244s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_update_nfs_access_rule [0.020924s] ... ok DEBUG: 2025-11-13 13:51:18.057 3331052 ERROR manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invalid gpfs_nfs_server_type value: test. Valid values are: "KNFS", "CES". DEBUG: 2025-11-13 13:51:18.059 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_check_for_setup_error_for_nfs_server_type [0.039063s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_no_infinisdk_module [0.058242s] ... ok DEBUG: 2025-11-13 13:51:18.098 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_create_share_from_snapshot [0.036779s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hnas.test_ssh.HNASSSHTestCase.test_vvol_create [0.054588s] ... ok DEBUG: Caught exception from infinisdk: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: return func(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 351, in _get_export DEBUG: infinidat_exports = infinidat_filesystem.get_exports() 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:18.120 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_snapshot_update_access_api_fail [0.026373s] ... ok DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_create_snapshot [0.021430s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: raise FakeInfinisdkException() DEBUG: manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:18.142 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_do_setup_gpfs_local_execute [0.021704s] ... ok DEBUG: {1} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_snapshot_update_access_fails_invalid_ip [0.025272s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_delete_share_1_None [0.060807s] ... ok DEBUG: {1} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_channel_status_down [0.020260s] ... ok DEBUG: 2025-11-13 13:51:18.169 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs__has_client_access_4____gpfs0_share_fakeid_t10_0_0_1____10_0_0_2__ [0.026457s] ... ok DEBUG: {1} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_check_pools_setup [0.038696s] ... ok DEBUG: 2025-11-13 13:51:18.213 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs__publish_access [0.042473s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_delete_share_rule_exception [0.055624s] ... ok DEBUG: {1} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_create_share_cifs [0.025330s] ... ok DEBUG: 2025-11-13 13:51:18.239 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs__verify_denied_access_stderr_1__None__False_ [0.023127s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_shrink_share_new_size_lower_than_usage [0.026818s] ... ok DEBUG: {1} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_ensure_share_nfs [0.027442s] ... ok DEBUG: 2025-11-13 13:51:18.270 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs__verify_denied_access_stderr_2______False_ [0.030206s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_update_access_add_exception [0.032453s] ... ok DEBUG: {1} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_unmanage_share_not_exist [0.023577s] ... ok DEBUG: 2025-11-13 13:51:18.300 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs__verify_denied_access_stderr_3_______False_ [0.029731s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__clear_access_2_cifs [0.021549s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_update_access_not_found_exception [0.054014s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__delete_directory [0.038635s] ... ok DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to allow access for share fakename.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'boom' DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs Traceback (most recent call last): DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 985, in allow_access DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs self._publish_access(*cmd) DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs raise effect DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs Command: None DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs Exit code: - DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs Stdout: 'boom' DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs Stderr: None DEBUG: 2025-11-13 13:51:18.340 3331052 ERROR manila.share.drivers.ibm.gpfs DEBUG: 2025-11-13 13:51:18.364 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs_allow_access_publish_exception [0.063090s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_driver.HitachiHSPTestCase.test_update_access_recovery [0.056369s] ... ok DEBUG: {2} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_filesystem [0.546324s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__format_name [0.066858s] ... ok DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__cluster_name [0.036721s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test__send_get_1 [0.057351s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__generate_share_path [0.037467s] ... ok DEBUG: 2025-11-13 13:51:18.467 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs_deny_access [0.104109s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test__send_get_3 [0.039484s] ... ok DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__execute_exeption [0.055675s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_nodes_virtual_ips [0.058388s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test__send_post_2_500 [0.027550s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test__wait_job_status_2_ERROR [0.018857s] ... ok DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to deny access for share fakename.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs Traceback (most recent call last): DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/ibm/gpfs.py", line 999, in _deny_ip DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs self._publish_access(*cmd, check_exit_code=[0, 1]) DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs raise effect DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs Command: None DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs Exit code: - DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs Stdout: None DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs Stderr: None DEBUG: 2025-11-13 13:51:18.525 3331052 ERROR manila.share.drivers.ibm.gpfs DEBUG: 2025-11-13 13:51:18.543 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs_deny_access_exception [0.083015s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_pool_stats [0.055770s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test__wait_job_status_3_RUNNING [0.038353s] ... ok DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__execute_native_exeption [0.088874s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_add_share [0.020763s] ... ok DEBUG: 2025-11-13 13:51:18.600 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_share_instance_pnsp_1_nfs [0.037596s] ... ok DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs_get_export_options_2_ro [0.045732s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_delete_access_rule [0.027347s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_snapshots_from_share [0.022401s] ... ok DEBUG: 2025-11-13 13:51:18.627 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs_get_export_options_invalid_option_ro [0.024734s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__set_directory_quota [0.022845s] ... ok DEBUG: 2025-11-13 13:51:18.649 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs_get_export_options_invalid_option_rw [0.021079s] ... ok DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__get_snapshot_list [0.077532s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_get_access_rules_2 [0.053612s] ... ok DEBUG: 2025-11-13 13:51:18.680 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs_resync_access [0.038010s] ... ok DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__get_volume_info_by_path_not_exist [0.035340s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__update_share_stats_refresh_token [0.053929s] ... ok DEBUG: 2025-11-13 13:51:18.715 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_manage_existing [0.027825s] ... ok DEBUG: {0} manila.tests.share.drivers.hitachi.hsp.test_rest.HitachiHSPRestTestCase.test_get_share_1 [0.044338s] ... ok DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__run_as_user [0.028931s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverFPGTestCase.test_FPG_type_success_1 [0.021736s] ... ok DEBUG: MapR cluster has not been specified in the configuration. Add the ip or list of ip of nodes with mapr-core installed in the "maprfs_clinode_ip" configuration parameter. DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_check_for_setup_error_exception_config [0.024932s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__validate_pools_exist [0.049909s] ... ok DEBUG: 2025-11-13 13:51:18.754 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_manage_existing_invalid_share_exception_1_True [0.037971s] ... ok DEBUG: 2025-11-13 13:51:18.780 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_manage_existing_invalid_share_exception_2_False [0.027006s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_create_share_1_nfs [0.042231s] ... ok DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_create_share_with_custom_name [0.044745s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverFPGTestCase.test_FPG_type_success_2 [0.055193s] ... ok DEBUG: 2025-11-13 13:51:18.803 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_update_access_both [0.022099s] ... ok DEBUG: 2025-11-13 13:51:18.832 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_create_snapshot [0.038632s] ... ok DEBUG: {3} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_update_access_deny [0.028617s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_create_share_from_snapshot_1_nfs [0.043405s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_build_comment_2___test_squote____test_squote__ [0.045365s] ... ok DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_delete_share_skip [0.021844s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_do_setup_vpe_failed [0.026362s] ... ok DEBUG: 2025-11-13 13:51:18.865 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:18.869 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_export [0.038862s] ... ok DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_extend_share [0.029442s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_update_access_2 [0.023618s] ... ok DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_get_share_stats_refresh_true [0.019236s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_logout [0.019421s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_choose_share_server_compatible_with_share_2______None_ [0.065707s] ... ok DEBUG: 2025-11-13 13:51:18.922 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: Snapshot fake not found DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_manage_existing_snapshot_invalid [0.025204s] ... ok DEBUG: 2025-11-13 13:51:18.931 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_refresh_token_2_False [0.027223s] ... ok DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_infinidat_nas_network_space_ips [0.064056s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_create_share_fails_get_pool_location_3 [0.031599s] ... ok DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_update_access_add_no_user_no_group_exists [0.024979s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_send_api_access_success_2 [0.031401s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_get_share_stats_with_refresh [0.028691s] ... ok DEBUG: Only 'user' access type allowed! DEBUG: {2} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_update_access_invalid_access [0.023941s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_driver_setup_dhss_success [0.023841s] ... ok DEBUG: 2025-11-13 13:51:18.994 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:18.996 3331052 ERROR manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] INFINIDAT InfiniBox NAS network space "mockspace" has no IP addresses defined DEBUG: 2025-11-13 13:51:18.998 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_infinidat_nas_network_space_ips_no_ips [0.058049s] ... ok DEBUG: Unexpected RestAPI response: 100 fake_message DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test__create_certificate_auth_handler_default [0.036654s] ... ok DEBUG: Pool pool has exceeded 3PAR's max supported VFS IP address DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_send_api_fail [0.054316s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_driver.HPE3ParDriverTestCase.test_setup_server_fails_for_exceed_pool_max_supported_ips [0.046373s] ... ok DEBUG: Token is expired DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_send_api_token_overtime_fail [0.023996s] ... ok DEBUG: 2025-11-13 13:51:19.050 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:19.052 3331052 ERROR manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] INFINIDAT InfiniBox NAS network space "mockspace" not found DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test_setter_builtin_types [0.038136s] ... ok DEBUG: 2025-11-13 13:51:19.055 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_infinidat_nas_network_space_ips_no_network_space [0.053743s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test__create_mount_directory [0.028600s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_send_rest_api [0.029221s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test_translate_invalid_struct [0.041569s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_access_rule_to_rights [0.025984s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test__delete_share_directory [0.033955s] ... ok DEBUG: 2025-11-13 13:51:19.110 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:19.116 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_infinidat_nas_network_space_ips_only_one_ip_enabled [0.053785s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test_translate_struct_list [0.029761s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_check_share_exist_1_True [0.030133s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test__delete_share_directory_error [0.028924s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test__get_base_url_4 [0.030574s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test__mount_super_share [0.038149s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_check_share_exist_2_False [0.044423s] ... ok DEBUG: 2025-11-13 13:51:19.177 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:19.179 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test__get_request_info_2___svm_migration_complete____svm_migrations___svm_migration_id_s____patch__ [0.024613s] ... ok DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_infinidat_pool [0.065509s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test__unmount_share [0.033661s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_classify_nfs_client_spec_has_nfsinfo [0.035272s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test_custom_port_1_1234 [0.029319s] ... ok DEBUG: 2025-11-13 13:51:19.221 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:19.222 3331052 ERROR manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Pool "mockpool" not found DEBUG: 2025-11-13 13:51:19.224 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_infinidat_pool_no_pools [0.036878s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test__unmount_share_error [0.025010s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test_invoke_elem_urlerror [0.023102s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_create_share_2_NFS [0.025239s] ... ok DEBUG: 2025-11-13 13:51:19.247 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ensure_prefix_1___osf_uid___None__None___osf_uid__ [0.021448s] ... ok DEBUG: 2025-11-13 13:51:19.249 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_ip_address_range_ip_range [0.023795s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test_invoke_elem_valid_1 [0.020462s] ... ok DEBUG: Share fakename does not exist on the backend. DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_delete_share_1 [0.034369s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ensure_prefix_3___uid___None__False___osf_uid__ [0.019953s] ... ok DEBUG: 2025-11-13 13:51:19.271 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__setup_and_get_system_object [0.021907s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test_invoke_elem_valid_2 [0.019663s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ensure_prefix_5___uid____smb___False___osf_smb_uid__ [0.040421s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test_invoke_elem_valid_3 [0.037089s] ... ok DEBUG: 2025-11-13 13:51:19.316 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:19.324 3331052 ERROR manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Only "ip" access type allowed for the NFS protocol. DEBUG: Share fakename does not exist on the backend. DEBUG: 2025-11-13 13:51:19.327 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__verify_access_type_fails_for_type_cert [0.055666s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_delete_share_3 [0.063022s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerZapiClientTests.test_invoke_elem_http_error [0.030142s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerZapiClientTests.test_invoke_elem_urlerror [0.018150s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_get_dirsname_by_name_2 [0.031123s] ... ok DEBUG: 2025-11-13 13:51:19.364 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ensure_prefix_6___uid____nfs___True___osf_nfs_ro_uid__ [0.055906s] ... ok DEBUG: 2025-11-13 13:51:19.366 3331052 ERROR manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Only "ip" access type allowed for the NFS protocol. DEBUG: 2025-11-13 13:51:19.368 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__verify_access_type_fails_for_type_user [0.032466s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerZapiClientTests.test_invoke_elem_value_error_1_None [0.017494s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_get_export_locations_2_NFS [0.021391s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_add_feature_1_True [0.016578s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ensure_prefix_7___uid____nfs___False___osf_nfs_uid__ [0.031696s] ... ok DEBUG: 2025-11-13 13:51:19.411 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:19.413 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_add_feature_default [0.023876s] ... ok DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__verify_access_type_ip [0.048951s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_add_feature_type_error_4_1 [0.034210s] ... ok DEBUG: 2025-11-13 13:51:19.465 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_add_feature_type_error_7___ [0.030404s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_find_fstore_search [0.084072s] ... ok DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Caught exception from infinisdk: : manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox Traceback (most recent call last): DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox return func(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 289, in _get_infinidat_nas_network_space_ips DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox network_space = self._system.network_spaces.safe_get( DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox result = effect(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox raise FakeInfinisdkException() DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:19.468 3331052 ERROR manila.share.drivers.infinidat.infinibox DEBUG: 2025-11-13 13:51:19.480 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_network_spaces_api_fail [0.064634s] ... ok DEBUG: 2025-11-13 13:51:19.510 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_init [0.040279s] ... ok DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Caught exception from infinisdk: : manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox Traceback (most recent call last): DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox return func(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 280, in _get_infinidat_pool DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox pool = self._system.pools.safe_get(name=self._pool_name) DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox result = effect(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox raise FakeInfinisdkException() DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:19.512 3331052 ERROR manila.share.drivers.infinidat.infinibox DEBUG: 2025-11-13 13:51:19.524 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_pools_api_fail [0.041420s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_find_fstore_search_xproto [0.056153s] ... ok DEBUG: 2025-11-13 13:51:19.555 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:19.557 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_snapshot_metadata [0.033768s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_get_system_version [0.045391s] ... ok DEBUG: 2025-11-13 13:51:19.597 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_02________ip___False____Another_share_already_exists_for_this_path_and_client___ [0.065234s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_send_ems_log_message [0.042103s] ... ok DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Caught exception from infinisdk: : manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox Traceback (most recent call last): DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox return func(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 289, in _get_infinidat_nas_network_space_ips DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox network_space = self._system.network_spaces.safe_get( DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox result = effect(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox raise FakeInfinisdkException() DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:19.600 3331052 ERROR manila.share.drivers.infinidat.infinibox DEBUG: 2025-11-13 13:51:19.613 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_snapshot_network_spaces_api_fail [0.055595s] ... ok DEBUG: 2025-11-13 13:51:19.642 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_send_request_no_tunneling [0.029428s] ... ok DEBUG: 2025-11-13 13:51:19.644 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_delete_share [0.030888s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_05________user___True____foo_fullcontrol__does_not_exist__cannot_delete_it____ [0.052896s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_strip_xml_namespace_2__http___www_netapp_com_filer_admin_tag_name [0.024934s] ... ok DEBUG: 2025-11-13 13:51:19.678 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:19.681 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_delete_share_doesnt_exist [0.035902s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__add_nfs_export_rule_1 [0.029793s] ... ok DEBUG: 2025-11-13 13:51:19.703 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Caught exception from infinisdk: : manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox Traceback (most recent call last): DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox return func(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 439, in _delete_share DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox infinidat_filesystem.safe_delete() DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox result = effect(*args, **kwargs) DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox raise FakeInfinisdkException() DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:19.705 3331052 ERROR manila.share.drivers.infinidat.infinibox DEBUG: 2025-11-13 13:51:19.716 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_delete_snapshot_api_fail [0.033621s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_08________user___True_____r___ [0.074797s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__add_nfs_export_rule_2 [0.045793s] ... ok DEBUG: 2025-11-13 13:51:19.747 3331052 WARNING manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Suppressing requests library SSL Warnings DEBUG: 2025-11-13 13:51:19.749 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:19.752 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_do_setup_ssl_enabled [0.036894s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_ignore_benign_access_results_12________user___True_____ [0.035331s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__get_aggregate_disk_types_not_found [0.031966s] ... ok DEBUG: Invalid access type. Expected 'ip' or 'user'. Actual 'unsupported_other_type'. DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_access_bad_type [0.030847s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__is_snaplock_enabled_volume_false [0.030896s] ... ok DEBUG: 2025-11-13 13:51:19.806 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:19.813 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Update snapdir_visible for : True -> False _ensure_filesystem_export /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:403 DEBUG: 2025-11-13 13:51:19.817 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_15__False__False__False__True_ [0.066696s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_ip_access_nfs [0.021148s] ... ok DEBUG: Invalid CIFS access rule. HPE 3PAR optionally supports IP access rules for CIFS shares, but they must be read-only for shares from snapshots and read-write for other shares. Use the required CIFS 'user' access rules to refine access. DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_ip_ro_access_cifs_error [0.022621s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_abort_snapmirror_error [0.056811s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_nfs_ro_access [0.023646s] ... ok DEBUG: 2025-11-13 13:51:19.873 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:19.876 3331052 ERROR manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Filesystem not found on the Infinibox by its name: openstack-shr-1 DEBUG: 2025-11-13 13:51:19.881 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_share_doesnt_exist [0.058871s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_allow_user_access_cifs_1___rw___True_ [0.032005s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_cifs_share_3___4__0__0___None___false___None_ [0.019453s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_accept_vserver_peer [0.057495s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_cifs_share_5___4__0__0___None__None___optimized__ [0.028544s] ... ok DEBUG: 2025-11-13 13:51:19.964 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_add_cifs_share_access_3 [0.045460s] ... ok DEBUG: 2025-11-13 13:51:19.967 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_extend_share [0.085893s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_nfs_share_2_no_wdelay_sec_sys_hide_sync [0.059721s] ... ok DEBUG: 2025-11-13 13:51:20.017 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_add_cifs_share_access_4 [0.057699s] ... ok DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Caught exception from infinisdk: : manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox Traceback (most recent call last): DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox return func(*args, **kwargs) DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 447, in _extend_share DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox infinidat_filesystem.resize(new_size_capacity_units - old_size) DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox result = effect(*args, **kwargs) DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox raise FakeInfinisdkException() DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:20.021 3331052 ERROR manila.share.drivers.infinidat.infinibox DEBUG: 2025-11-13 13:51:20.034 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_extend_share_api_fail [0.069491s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_add_port_to_broadcast_domain [0.037951s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_nfs_share_from_snapshot [0.065388s] ... ok DEBUG: 2025-11-13 13:51:20.093 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:20.097 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_get_backend_info_3__False__True_ [0.061659s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_add_port_to_broadcast_domain_api_error [0.047445s] ... ok DEBUG: Exception during mount and copy from RO snapshot to RW share: Share backend error: Failed to copy data, reason: run exception. DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_share_from_snap_copy_exception [0.055824s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_break_snapmirror [0.020908s] ... ok DEBUG: 2025-11-13 13:51:20.150 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:20.153 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_get_backend_info_4__False__False_ [0.052376s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_check_for_cluster_credentials_api_error [0.025559s] ... ok DEBUG: Failed to create snapshot for FPG/VFS/fstore pool/test_vfs/osf-nfs-project-id: createfsnap fail. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 1131, in create_snapshot DEBUG: result = self._client.createfsnap( 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: createfsnap fail. DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_snapshot_backend_exception [0.059605s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_get_fsname_by_name_1 [0.807501s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_check_for_cluster_credentials_not_cluster [0.055919s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_get_pools_attr [0.021302s] ... ok DEBUG: 2025-11-13 13:51:20.231 3331052 DEBUG manila.share.drivers.infinidat.infinibox [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py:192 DEBUG: 2025-11-13 13:51:20.235 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_no_capacity_module [0.082301s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_size_to_gb_2 [0.032155s] ... ok DEBUG: Failed to create snapshot for FPG/VFS/fshare pool/test_vfs/osf-share-id: Share is a read-only share of an existing snapshot. DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_update_access_1 [0.026292s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_create_snapshot_not_allowed [0.086366s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_cifs_share_exists_2 [0.071029s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_update_access_5 [0.021548s] ... ok DEBUG: 2025-11-13 13:51:20.293 3331052 DEBUG manila.share.drivers.infortrend.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating share: 5a0aa06e-1c57-4996-be46-b81e360e8866. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infortrend/driver.py:163 DEBUG: 2025-11-13 13:51:20.294 3331052 DEBUG manila.share.drivers.infortrend.infortrend_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Set Share [5a0aa06e1c574996be46b81e360e8866] Size [30 G] completed. _set_share_size /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infortrend/infortrend_nas.py:310 DEBUG: 2025-11-13 13:51:20.294 3331052 INFO manila.share.drivers.infortrend.infortrend_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create Share [5a0aa06e-1c57-4996-be46-b81e360e8866] completed. DEBUG: 2025-11-13 13:51:20.295 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_create_share_nfs [0.053772s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_addcifs [0.025572s] ... ok DEBUG: 2025-11-13 13:51:20.325 3331052 DEBUG manila.share.drivers.infortrend.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting share: aac4fe64-7a9c-472a-b156-9adbb50b4d29. delete_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infortrend/driver.py:170 DEBUG: 2025-11-13 13:51:20.326 3331052 INFO manila.share.drivers.infortrend.infortrend_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Delete Share [aac4fe64-7a9c-472a-b156-9adbb50b4d29] completed. DEBUG: 2025-11-13 13:51:20.327 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_delete_share_cifs [0.031489s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_clear_nfs_export_policy_for_volume [0.045754s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_cifs_share [0.058152s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_chcifs [0.017876s] ... ok DEBUG: 2025-11-13 13:51:20.350 3331052 DEBUG manila.share.drivers.infortrend.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Manage existing for share: 3a1222d3-c981-490a-9390-4d560ced68eb, manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infortrend/driver.py:212 DEBUG: 2025-11-13 13:51:20.350 3331052 INFO manila.share.drivers.infortrend.infortrend_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Successfully Manage Infortrend Share [test-folder-02], Size: [87.63 G], Protocol: [cifs], new name: [d156baf754224c9b8c78ee7943d000ec]. DEBUG: 2025-11-13 13:51:20.351 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_manage_existing_cifs [0.025328s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_chnasdir [0.020068s] ... ok DEBUG: 2025-11-13 13:51:20.375 3331052 DEBUG manila.share.drivers.infortrend.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Manage existing for share: 419ab73c-c0fc-4e73-b56a-70756e0b6d27, manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infortrend/driver.py:212 DEBUG: 2025-11-13 13:51:20.376 3331052 ERROR manila.share.drivers.infortrend.infortrend_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Export location error, please check ip: [], folder_name: []. DEBUG: 2025-11-13 13:51:20.377 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_nfs_share_only_readonly [0.044174s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lscifslist_2_cifs [0.021481s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_commit_cg_snapshot [0.045945s] ... ok DEBUG: {3} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_manage_existing_with_no_location [0.029608s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lsfs_1 [0.027282s] ... ok DEBUG: 2025-11-13 13:51:20.413 3331052 DEBUG manila.share.drivers.infortrend.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Manage existing for share: 419ab73c-c0fc-4e73-b56a-70756e0b6d27, manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infortrend/driver.py:212 DEBUG: 2025-11-13 13:51:20.414 3331052 ERROR manila.share.drivers.infortrend.infortrend_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Folder [test-folder] has no size limitation, please set it first for Openstack management. DEBUG: 2025-11-13 13:51:20.415 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_manage_existing_with_no_size_setting [0.032269s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_share_with_fstore_per_share_false [0.046580s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_active_directory [0.044183s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lsfs_2 [0.023399s] ... ok DEBUG: Node name should be set when file system name is set. DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lsfs_3 [0.038580s] ... ok DEBUG: 2025-11-13 13:51:20.470 3331052 DEBUG manila.share.drivers.infortrend.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Manage existing for share: 419ab73c-c0fc-4e73-b56a-70756e0b6d27, manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infortrend/driver.py:212 DEBUG: 2025-11-13 13:51:20.470 3331052 ERROR manila.share.drivers.infortrend.infortrend_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Export location ip: [172.27.1.1] is incorrect, please use data port ip. DEBUG: 2025-11-13 13:51:20.471 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_snapshot [0.050052s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_kerberos [0.048662s] ... ok DEBUG: {3} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_manage_existing_wrong_ip_or_name_1_172_27_1_1__share_pool_01_LV_1_test_folder [0.065874s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lsnaspool_1_None [0.024883s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lsnasportip [0.021096s] ... ok DEBUG: 2025-11-13 13:51:20.514 3331052 DEBUG manila.share.drivers.infortrend.infortrend_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] parsing data: DEBUG: (64175, 1234, 272, 0) DEBUG: {"cliCode": [{"Return": "0x0000", "CLI": "Successful"}], "returnCode": [], "data": [{"A": {"NFS": {"displayName": "NFS", "state_time": "2017-05-04 14:19:53", "enabled": true, "cpu_rate": "0.0", "mem_rate": "0.0", "state": "exited", "type": "share"}}}]} DEBUG: _parser /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infortrend/infortrend_nas.py:84 DEBUG: 2025-11-13 13:51:20.516 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_parser_with_service_status [0.034967s] ... ok DEBUG: Unexpected exception while getting share list. Cannot delete snapshot without checking for dependent shares first: getfshare fail. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 1160, in delete_snapshot DEBUG: shares = self._client.getfshare(protocol, 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: getfshare fail. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_kerberos_no_network_interfaces [0.053964s] ... ok DEBUG: Failed to delete snapshot for FPG/VFS/fstore/snapshot pool/test_vfs/osf-nfs-project-id/osf-snap-name: removefsnap fail. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 1192, in delete_snapshot DEBUG: result = self._client.removefsnap( 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: removefsnap fail. DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_snapshot_backend_exceptions [0.058410s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_rmcifsuser [0.036713s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_rmfs [0.019084s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_snapshot_not_found [0.039276s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_nfs [0.040621s] ... ok DEBUG: 2025-11-13 13:51:20.580 3331052 DEBUG manila.share.drivers.infortrend.infortrend_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Set Share [5a0aa06e1c574996be46b81e360e8866] Size [10 G] completed. _set_share_size /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infortrend/infortrend_nas.py:310 DEBUG: 2025-11-13 13:51:20.584 3331052 INFO manila.share.drivers.infortrend.infortrend_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Successfully Shrink Share [5a0aa06e-1c57-4996-be46-b81e360e8866] to size [10 G]. DEBUG: 2025-11-13 13:51:20.586 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_shrink_share [0.074059s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageShareDriverTestCase.test__update_share_stats [0.021180s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageShareDriverTestCase.test_check_for_setup_error_failed_no_nodes [0.023365s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_delete_snapshot_shared_nfs [0.052074s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_cg_snapshot_no_id [0.049273s] ... ok DEBUG: 2025-11-13 13:51:20.629 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_shrink_share_smaller_than_used_size [0.040472s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageShareDriverTestCase.test_check_for_setup_error_failed_pool_invalid [0.029006s] ... ok DEBUG: 2025-11-13 13:51:20.655 3331052 DEBUG manila.share.drivers.infortrend.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unmanage share: 4d6984fd-8572-4467-964f-24936a8c4ea2 unmanage /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infortrend/driver.py:235 DEBUG: 2025-11-13 13:51:20.656 3331052 INFO manila.share.drivers.infortrend.infortrend_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Successfully Unmanaged Share [5a0aa06e-1c57-4996-be46-b81e360e8866]. DEBUG: 2025-11-13 13:51:20.657 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_unmanage_1_NFS [0.025912s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_deny_ip_access_cifs [0.048251s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_cifs_share [0.051864s] ... ok DEBUG: 2025-11-13 13:51:20.689 3331052 DEBUG manila.share.drivers.infortrend.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unmanage share: a7b933e6-bb77-4823-a86f-f2c3ab41a8a5 unmanage /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infortrend/driver.py:235 DEBUG: 2025-11-13 13:51:20.690 3331052 INFO manila.share.drivers.infortrend.infortrend_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Successfully Unmanaged Share [aac4fe64-7a9c-472a-b156-9adbb50b4d29]. DEBUG: 2025-11-13 13:51:20.691 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_unmanage_2_CIFS [0.034434s] ... ok DEBUG: 2025-11-13 13:51:20.753 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver._create_nfs_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:20.753 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Leave AS13000ShareDriver._create_nfs_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:85 DEBUG: 2025-11-13 13:51:20.755 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__create_nfs_share [0.063892s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageShareDriverTestCase.test_check_for_setup_error_success [0.108979s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_fpolicy_event [0.078551s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_deny_ip_access_nfs [0.087396s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageShareDriverTestCase.test_create_share [0.026693s] ... ok DEBUG: 2025-11-13 13:51:20.790 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_directory_detail [0.034485s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_kerberos_realm_already_present [0.051010s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_get_fpg_status_1_volname_1 [0.052828s] ... ok DEBUG: 2025-11-13 13:51:20.816 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver._get_directory_quota wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:20.817 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Leave AS13000ShareDriver._get_directory_quota wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:85 DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageShareDriverTestCase.test_delete_share [0.057930s] ... ok DEBUG: 2025-11-13 13:51:20.848 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_directory_quota_2_1 [0.063720s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_nfs_export_policy_already_present [0.081423s] ... ok DEBUG: Error running SSH command: mcsinq lsvdisk DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_get_fpg_status_2___volname_2____volname_3__ [0.087995s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.SSHRunnerTestCase.test___call___ssh_exec_failed [0.061978s] ... ok DEBUG: 2025-11-13 13:51:20.911 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver._get_location_path wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:20.912 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Leave AS13000ShareDriver._get_location_path wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:85 DEBUG: 2025-11-13 13:51:20.913 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_location_path_1_nfs [0.057606s] ... ok DEBUG: Error has occurred DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/instorage/cli_helper.py", line 86, in _ssh_execute DEBUG: return processutils.ssh_execute( 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: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.SSHRunnerTestCase.test__ssh_execute_failed_exec_failed [0.024432s] ... ok DEBUG: Error running SSH command: mcsinq lsvdisk DEBUG: 2025-11-13 13:51:20.931 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver._get_nfs_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:20.931 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Leave AS13000ShareDriver._get_nfs_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:85 DEBUG: 2025-11-13 13:51:20.932 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_nfs_share [0.019229s] ... ok DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.SSHRunnerTestCase.test__ssh_execute_success [0.019139s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_port_and_broadcast_domain_1__None__True_ [0.059777s] ... ok DEBUG: Unexpected provisioning type for FPG pool: BOGUS. DEBUG: 2025-11-13 13:51:20.957 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_nodes_physical_ips [0.024584s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_get_fpg_status_bad_prov_type [0.060167s] ... ok DEBUG: Error has occurred DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/instorage/cli_helper.py", line 86, in _ssh_execute DEBUG: return processutils.ssh_execute( 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: Exception DEBUG: {1} manila.tests.share.drivers.inspur.instorage.test_instorage.SSHRunnerTestCase.test__ssh_execute_success_run_again [0.025393s] ... ok DEBUG: 2025-11-13 13:51:20.976 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__unit_convert_4_50G [0.019090s] ... ok DEBUG: 2025-11-13 13:51:20.997 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__unit_convert_5_5TB [0.021230s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_port_and_broadcast_domain_3__None__False_ [0.051226s] ... ok DEBUG: Failed to get capacity for fpg pool: Fake exception for testing. DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_get_fpg_status_exception [0.076463s] ... ok DEBUG: 2025-11-13 13:51:21.038 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver._update_share_stats wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:21.038 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Leave AS13000ShareDriver._update_share_stats wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:85 DEBUG: 2025-11-13 13:51:21.040 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__update_share_stats [0.041932s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_route_1___10_10_10_0_24____10_10_10_1___False_ [0.038303s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__clear_access_1_nfs [0.092122s] ... ok DEBUG: 2025-11-13 13:51:21.066 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver._validate_pools_exist wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:21.066 3331052 ERROR manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Pool fakepool_fail is not exist in backend storage. DEBUG: 2025-11-13 13:51:21.067 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__validate_pools_exist_fail [0.023408s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_route_api_error [0.028494s] ... ok DEBUG: 2025-11-13 13:51:21.087 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver.check_for_setup_error wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:21.088 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_check_for_setup_error_node_status_fail [0.021449s] ... ok DEBUG: Error while getting fsquotas for FPG pool: Some error happened. DEBUG: 2025-11-13 13:51:21.107 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver.create_share_from_snapshot wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:21.108 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Pool P, Name: share_fakeinstanceid, Size: 1, Protocol: cifs _get_share_instance_pnsp /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:835 DEBUG: 2025-11-13 13:51:21.108 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver._get_location_path wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: Could not list the share access for share manila_fakeid DEBUG: 2025-11-13 13:51:21.108 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Leave AS13000ShareDriver._get_location_path wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:85 DEBUG: 2025-11-13 13:51:21.108 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create share from snapshot: name:share_fakeinstanceid protocol:cifs,location: [{'path': '\\\\127.0.0.1\\share_fakeinstanceid'}] create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:367 DEBUG: 2025-11-13 13:51:21.108 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Leave AS13000ShareDriver.create_share_from_snapshot wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:85 DEBUG: 2025-11-13 13:51:21.109 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_create_share_from_snapshot_2_cifs [0.020422s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_route_without_gateway [0.040677s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_get_provisioned_error [0.080055s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__clear_access_no_access_list_2_cifs [0.061941s] ... ok DEBUG: 2025-11-13 13:51:21.127 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver.delete_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:21.128 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Pool P, Name: share_fakeinstanceid, Size: 1, Protocol: nfs _get_share_instance_pnsp /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:835 DEBUG: 2025-11-13 13:51:21.128 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Leave AS13000ShareDriver.delete_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:85 DEBUG: 2025-11-13 13:51:21.131 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_delete_share_not_exist_1_nfs [0.024329s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_no_client [0.051824s] ... ok DEBUG: 2025-11-13 13:51:21.169 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver.delete_snapshot wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:21.169 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Pool P, Name: share_fakeinstanceid, Size: 1, Protocol: fake_proto _get_share_instance_pnsp /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:835 DEBUG: 2025-11-13 13:51:21.169 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Delete snapshot snap_fakesnapid of share share_fakeinstanceid delete_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:459 DEBUG: 2025-11-13 13:51:21.170 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Leave AS13000ShareDriver.delete_snapshot wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:85 DEBUG: 2025-11-13 13:51:21.171 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_delete_snapshot_normal [0.042276s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_vlan_api_error [0.062536s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__find_pool_info [0.053796s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_04__1__2__False_ [0.046967s] ... ok DEBUG: 2025-11-13 13:51:21.221 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver.delete_snapshot wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:21.221 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Pool P, Name: share_fakeinstanceid, Size: 1, Protocol: fake_proto _get_share_instance_pnsp /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:835 DEBUG: 2025-11-13 13:51:21.221 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Leave AS13000ShareDriver.delete_snapshot wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:85 DEBUG: 2025-11-13 13:51:21.223 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_delete_snapshot_not_exist [0.048481s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_async_adaptive_not_supported [0.043650s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_vserver_delete_retention_hours_3_270000 [0.020289s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_resize_share_06__1024__2048__False_ [0.051553s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_vserver_no_ipspace [0.020466s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__get_location_path_1_nfs [0.091487s] ... ok DEBUG: 2025-11-13 13:51:21.273 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver.do_setup wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:21.274 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Leave AS13000ShareDriver.do_setup wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:85 DEBUG: 2025-11-13 13:51:21.275 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_do_setup [0.050378s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_vserver_with_ipspace [0.032731s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_broadcast_domains_for_ipspace [0.023898s] ... ok DEBUG: 2025-11-13 13:51:21.337 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver.ensure_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:21.337 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Pool P, Name: share_fakeinstanceid, Size: 1, Protocol: fake_proto _get_share_instance_pnsp /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:835 DEBUG: 2025-11-13 13:51:21.337 3331052 ERROR manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invalid NAS protocol supplied: fake_proto. DEBUG: Failed to connect to HPE 3PAR File Persona Client: Any exception. E.g., bad version or some other non-Manila Exception. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/hpe/hpe_3par_mediator.py", line 139, in do_setup DEBUG: self._client = file_client.HPE3ParFilePersonaClient( 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: Any exception. E.g., bad version or some other non-Manila Exception. DEBUG: 2025-11-13 13:51:21.338 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__get_share_instance_pnp_proto_error [0.067550s] ... ok DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_mediator_setup_client_init_error [0.070960s] ... ok DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_ensure_share_fail_1 [0.072896s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_fpolicy_event_2_18253 [0.027498s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_fpolicy_event_error [0.027701s] ... ok DEBUG: 2025-11-13 13:51:21.389 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Enter AS13000ShareDriver.extend_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:82 DEBUG: 2025-11-13 13:51:21.389 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Pool P, Name: share_fakeinstanceid, Size: 1, Protocol: fake_proto _get_share_instance_pnsp /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:835 DEBUG: 2025-11-13 13:51:21.389 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extend share share_fakeinstanceid to new size 2 GB extend_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:398 DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_remove_fsip_without_ip_or_vfs_4_______vfs__ [0.047558s] ... ok DEBUG: 2025-11-13 13:51:21.389 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_as13000] Leave AS13000ShareDriver.extend_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:85 DEBUG: 2025-11-13 13:51:21.396 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_extend_share [0.048049s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_fpolicy_policy_1_None [0.028832s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_cifs_2 [0.077232s] ... ok DEBUG: 2025-11-13 13:51:21.436 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.hpe.test_hpe_3par_mediator.HPE3ParMediatorTestCase.test_remove_fsip_without_ip_or_vfs_5__None__None_ [0.048405s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_fpolicy_scope_2_18259 [0.028171s] ... ok DEBUG: Can't find the share by share name: manila_fakeid. DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_login [0.051182s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_share_not_exist_1_nfs [0.034931s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_fpolicy_scope_error [0.022970s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_check_for_setup_error_non_config_2 [0.030559s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test__get_login_info_3 [0.051656s] ... ok DEBUG: 2025-11-13 13:51:21.492 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CMD: get, URL: http://some_ip:some_port/rest/fake_method, DATA: {"fake_param": "fake_value"} do_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:161 DEBUG: 2025-11-13 13:51:21.495 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CODE: 200, RESPONSE: {'code': 0, 'data': 'fake_date'} do_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:185 DEBUG: 2025-11-13 13:51:21.498 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_send_api_2 [0.050275s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_snapshot_1_True [0.045693s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_create_share_user_error [0.045731s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_cifs_rw_success_2 [0.049721s] ... ok DEBUG: Vserver fake_vserver does not exist. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_vserver_not_found [0.040813s] ... ok DEBUG: 2025-11-13 13:51:21.566 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CMD: put, URL: http://some_ip:some_port/rest/fake_method, DATA: {"fake_param": "fake_value"} do_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:161 DEBUG: 2025-11-13 13:51:21.567 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CODE: 200, RESPONSE: {'code': 0, 'message': 'success'} do_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:185 DEBUG: 2025-11-13 13:51:21.568 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_send_api_4 [0.070270s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_cifs_rw_success_3 [0.030658s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_allow_access_level_fail [0.019883s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_deny_access_1_nfs [0.065944s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_vserver_one_volume_api_error [0.050538s] ... ok DEBUG: 2025-11-13 13:51:21.615 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CMD: post, URL: http://some_ip:some_port/rest/security/token, DATA: {"name": "username", "password": "fake_password"} do_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:161 DEBUG: 2025-11-13 13:51:21.616 3331052 DEBUG manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CODE: 200, RESPONSE: {'message': ' User name or password error.', 'code': 400} do_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/as13000/as13000_nas.py:185 DEBUG: 2025-11-13 13:51:21.617 3331052 ERROR manila.share.drivers.inspur.as13000.as13000_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unexpected RestAPI response: 400 User name or password error. DEBUG: Config file invalid. SnapshotSupport and ReplicationSupport can not both be set to True. DEBUG: 2025-11-13 13:51:21.619 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_send_api_wrong_access_fail [0.050676s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_conf_snapshot_replication_conflict [0.046759s] ... ok DEBUG: Could not list the share access for share manila_fakeid DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_deny_access_cifs_share_not_exist [0.049343s] ... ok DEBUG: 2025-11-13 13:51:21.662 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.CLIParserTestCase.test_cliparser_with_header [0.042794s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_vserver_peer [0.043165s] ... ok DEBUG: Login to http://100.115.10.69:8082/deviceManager/rest/ failed, try another. DEBUG: All url login fail. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_connect_fail [0.045020s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_do_setup [0.036850s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_disable_dedup [0.037355s] ... ok DEBUG: Can not get access id from share. share_name: share-fake-uuid DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_cifsshare_from_cifssnapshot_success [0.025004s] ... ok DEBUG: 2025-11-13 13:51:21.715 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_access_rule_to_rights_fail_type [0.053298s] ... ok DEBUG: Can not get access id from share. share_name: share_fake_uuid DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_ensure_share_proto_fail [0.029935s] ... ok DEBUG: Get share count error! DEBUG: result: {'error': {'code': 31755596}}. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_nfs_snapshot_fail [0.023827s] ... ok DEBUG: Unable to disable dedup. Will retry the operation. Error details: The sis operation is currently active DEBUG: 2025-11-13 13:51:21.738 3331052 DEBUG manila.share.drivers.inspur.instorage.cli_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response for cmd ['mcsinq', 'lsnasportip', '-delim', '!'] is ('node_name!id!ip!mask!gw!link_state\nnode1!1!192.168.10.1!255.255.255.0!192.168.10.254!active', '') run_ssh_inq /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/instorage/cli_helper.py:222 DEBUG: 2025-11-13 13:51:21.739 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_create_share_1_CIFS [0.023697s] ... ok DEBUG: Can't find the share by share name: manila_fakeid. DEBUG: 2025-11-13 13:51:21.763 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_shrink_share_not_exist_2_cifs [0.031565s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_nfs_snapshot_success [0.031466s] ... ok DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_delete_share_4 [0.026270s] ... ok DEBUG: 2025-11-13 13:51:21.796 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_get_dirpath_by_name_1 [0.030528s] ... ok DEBUG: Failed to unmount share share-fake-uuid. Reason: err. DEBUG: Failed to unmount share share_fake_uuid. Reason: err. DEBUG: Can not get access id from share. share_name: share-fake-uuid DEBUG: Can not get access id from share. share_name: share_fake_uuid DEBUG: Failed to remove temp file. File path:/tmp/tmp3z1gqome/huawei_manila_tmp_path_dst_hkuj8foh. Reason: err. DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_update_access_nfs_2_cifs [0.031182s] ... ok DEBUG: Failed to remove temp file. File path:/tmp/tmp3z1gqome/huawei_manila_tmp_path_src_nhh00o4h. Reason: err. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_nfsshare_from_nfssnapshot_umountshare_fail [0.053043s] ... ok DEBUG: 2025-11-13 13:51:21.825 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_get_dirpath_by_name_2 [0.028027s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test___create_filesystem [0.032625s] ... ok DEBUG: 2025-11-13 13:51:21.843 3331052 DEBUG manila.share.drivers.inspur.instorage.cli_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response for cmd ['mcsinq', 'lsnasportip', '-delim', '!'] is ('node_name!id!ip!mask!gw!link_state\nnode1!1!192.168.10.1!255.255.255.0!192.168.10.254!active\nnode2!1!192.168.10.2!255.255.255.0!192.168.10.254!inactive\nnode1!2!!!!inactive\nnode2!2!!!!inactive', '') run_ssh_inq /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/instorage/cli_helper.py:222 DEBUG: 2025-11-13 13:51:21.844 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_get_nodes_info [0.019729s] ... ok DEBUG: Local fs was not found by name share_fake_uuid. DEBUG: Failed to create replication pair for share share_fake_uuid. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 40, in create DEBUG: raise exception.ReplicationException( DEBUG: manila.exception.ReplicationException: Unable to perform a replication action: Local fs was not found by name share_fake_uuid. DEBUG: Failed to create a replication pair with host hostname1@backend_name1#OpenStack_Pool. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py", line 1732, in create_replica DEBUG: replica_pair_id = self.rpc_client.create_replica_pair( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/huawei/test_huawei_nas.py", line 786, in create_replica_pair DEBUG: return super(FakeRpcClient, self).create_replica_pair( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/rpcapi.py", line 42, in create_replica_pair DEBUG: return call_context.call( DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/huawei/test_huawei_nas.py", line 779, in call DEBUG: return self.replica_mgr.create_replica_pair( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 246, in create_replica_pair DEBUG: return self.create(local_share_info, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 40, in create DEBUG: raise exception.ReplicationException( DEBUG: manila.exception.ReplicationException: Unable to perform a replication action: Local fs was not found by name share_fake_uuid. DEBUG: 2025-11-13 13:51:21.867 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_replica_fail_1 [0.048951s] ... ok DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_size_to_gb_3 [0.022184s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__allow_access_rest_2_cifs [0.040262s] ... ok DEBUG: 2025-11-13 13:51:21.887 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_update_access_3 [0.019947s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__allow_cifs_access_rest_fail [0.026617s] ... ok DEBUG: 2025-11-13 13:51:21.909 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_update_access_4 [0.021979s] ... ok DEBUG: 2025-11-13 13:51:21.931 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_update_cifs_access_1_True [0.021689s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__allow_nfs_access_rest [0.024664s] ... ok DEBUG: 2025-11-13 13:51:21.952 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Can't open the recent url, re-login. DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_update_nfs_access_1_True [0.021004s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_replica_fail_2 [0.088456s] ... ok DEBUG: Create share error. DEBUG: result: {'error': {'code': -403}}. DEBUG: 2025-11-13 13:51:21.971 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_addcifsuser [0.018872s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__delete_nfs_access_rest [0.035748s] ... ok DEBUG: 2025-11-13 13:51:21.995 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_chnfsclient [0.023671s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_access_from_cifs_share_3 [0.020823s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_replica_success_3_out_of_sync [0.048374s] ... ok DEBUG: 2025-11-13 13:51:22.013 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_expandfs [0.017327s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_all_pool [0.019723s] ... ok DEBUG: 2025-11-13 13:51:22.036 3331052 DEBUG manila.share.drivers.inspur.instorage.cli_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response for cmd ['mcsinq', 'lscifslist', '-delim', '!'] is ('name!path\ncifs!/fs/test_01/share_01', '') run_ssh_inq /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/instorage/cli_helper.py:222 DEBUG: 2025-11-13 13:51:22.038 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_nfs_share [0.023070s] ... ok DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lscifslist_1_None [0.029512s] ... ok DEBUG: Cannot find snapshot fake_snapshot_uuid on array. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_from_notexistingsnapshot_fail [0.051538s] ... ok DEBUG: 2025-11-13 13:51:22.062 3331052 DEBUG manila.share.drivers.inspur.instorage.cli_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response for cmd ['mcsinq', 'lsnasdir', '-delim', '!', '"/fs/test_01"'] is ('parent_dir!name\n/fs/test_01!share_01', '') run_ssh_inq /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/instorage/cli_helper.py:222 DEBUG: 2025-11-13 13:51:22.063 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lsnasdir [0.020398s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__start_cifs_service [0.027051s] ... ok DEBUG: 2025-11-13 13:51:22.081 3331052 DEBUG manila.share.drivers.inspur.instorage.cli_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response for cmd ['mcsinq', 'lsnfsinfo', '-delim', '!', '"/fs/test_01/share_01"'] is ('ip!mask!rights!root_squash!all_squash\n192.168.1.0!255.255.255.0!rw!root_squash!all_squash', '') run_ssh_inq /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/instorage/cli_helper.py:222 DEBUG: 2025-11-13 13:51:22.082 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lsnfsinfo [0.019155s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__start_nfs_service [0.023210s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_from_share_fail [0.051086s] ... ok DEBUG: 2025-11-13 13:51:22.110 3331052 DEBUG manila.share.drivers.inspur.instorage.cli_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Response for cmd ['mcsinq', 'lsnfslist', '-delim', '!', '"/fs/test_01"'] is ('path\n/fs/test_01/share_01\n/fs/test_01/share_02', '') run_ssh_inq /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/inspur/instorage/cli_helper.py:222 DEBUG: 2025-11-13 13:51:22.111 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_lsnfslist_2__fs_test_01 [0.029128s] ... ok DEBUG: Share share-fake-uuid does not exist on the backend. DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__update_share_size [0.036364s] ... ok DEBUG: 2025-11-13 13:51:22.133 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_from_snapshot_allow_newaccess_fail [0.026448s] ... ok DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_rmnasdir [0.024600s] ... ok DEBUG: Failed to mount new share share-fake-uuid. Reason: Share id fake_uuid could not be found in storage backend.. DEBUG: The share was not found. Share name:share-fake-uuid DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test_call_2 [0.019186s] ... ok DEBUG: Share share_fake_uuid does not exist on the backend. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_from_snapshot_allow_oldaccess_fail [0.025287s] ... ok DEBUG: Failed to add access to share share_fake_uuid. Reason: Share id fake_uuid could not be found in storage backend.. DEBUG: The share was not found. Share name:share-fake-uuid DEBUG: 2025-11-13 13:51:22.164 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageShareDriverTestCase.test_generate_share_name_2 [0.028681s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test_call_method_fail [0.036496s] ... ok DEBUG: 2025-11-13 13:51:22.200 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageShareDriverTestCase.test_get_network_allocations_number [0.035838s] ... ok DEBUG: Token is expired, re-login. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_nfs_no_data_fail [0.046457s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test_call_token_expired [0.019890s] ... ok DEBUG: 2025-11-13 13:51:22.242 3331052 DEBUG manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "inspur-instorage-access-fakeinstanceid" acquired by "_update_access". _synchronized /builddir/build/BUILD/manila-21.1.0.dev33/manila/coordination.py:199 DEBUG: Token authentication error. DEBUG: 2025-11-13 13:51:22.243 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageShareDriverTestCase.test_update_access [0.042822s] ... ok DEBUG: {1} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test_call_token_fail [0.039266s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_nfs_status_fail [0.058982s] ... ok DEBUG: 2025-11-13 13:51:22.273 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Failed to check MapRFS state. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/maprfs_native.py", line 324, in _check_maprfs_state DEBUG: return self._maprfs_util.check_state() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/driver_util.py", line 252, in check_state DEBUG: out, __ = self._execute(*cmd, check_exit_code=False) 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: {3} manila.tests.share.drivers.inspur.instorage.test_instorage.SSHRunnerTestCase.test___call___success [0.027133s] ... ok DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__check_maprfs_state_exception [0.036248s] ... ok DEBUG: 2025-11-13 13:51:22.308 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__execute_local [0.021608s] ... ok DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__clear_access_2_cifs [0.034996s] ... ok DEBUG: Failed to get MapR-FS capacity info. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/driver_util.py", line 223, in fs_capacity DEBUG: fields = lines[1].split() DEBUG: ~~~~~^^^ DEBUG: IndexError: list index out of range DEBUG: 2025-11-13 13:51:22.330 3331052 ERROR manila.share.drivers.macrosan.macrosan_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not list the share access for share manila_fakeid DEBUG: 2025-11-13 13:51:22.332 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__clear_access_no_access_list_1_nfs [0.022812s] ... ok DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__get_available_capacity_exception [0.022845s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_no_extra [0.069949s] ... ok DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__get_volume_info [0.020671s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_illegal_sectorsize_in_type_4__ [0.045517s] ... ok DEBUG: 2025-11-13 13:51:22.387 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__ensure_user_1_0 [0.056134s] ... ok DEBUG: Failed to create share from snapshot fake with name share-0. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/maprfs_native.py", line 231, in create_share_from_snapshot DEBUG: self._maprfs_util.maprfs_cp(snapshot_path + '/*', share_dir) 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: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:22.415 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__ensure_user_2_1 [0.026664s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_qos_02 [0.034935s] ... ok DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_create_share_from_snapshot_exception [0.066070s] ... ok DEBUG: 2025-11-13 13:51:22.434 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__get_pool_capacity [0.019139s] ... ok DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_delete_share [0.023028s] ... ok DEBUG: 2025-11-13 13:51:22.455 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_qos_03 [0.038036s] ... ok DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__unit_convert_toGB_5_2TB [0.022128s] ... ok DEBUG: Failed to delete share share-0. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/maprfs_native.py", line 266, in delete_share DEBUG: self._maprfs_util.delete_volume(volume_name) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/driver_util.py", line 155, in delete_volume DEBUG: out, __ = self._execute(*cmd, check_exit_code=False) 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: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_delete_share_exception [0.020797s] ... ok DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:22.482 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Start MacrosanNasDriver._update_share_stats wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:77 DEBUG: 2025-11-13 13:51:22.482 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Leave MacrosanNasDriver._update_share_stats wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:80 DEBUG: 2025-11-13 13:51:22.483 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__update_share_stats [0.026498s] ... ok DEBUG: Failed to set space quota for the share share-0. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/maprfs_native.py", line 177, in _set_share_size DEBUG: self._maprfs_util.set_volume_size(volume_name, size) 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: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_qos_04 [0.040704s] ... ok DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_extend_exception [0.029947s] ... ok DEBUG: 2025-11-13 13:51:22.501 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Start MacrosanNasDriver._update_share_stats wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:77 DEBUG: 2025-11-13 13:51:22.501 3331052 ERROR manila.share.drivers.macrosan.macrosan_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] StoragePool is None DEBUG: 2025-11-13 13:51:22.502 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__update_share_stats_pool_not_exist [0.019154s] ... ok DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_get_network_allocations_number [0.018184s] ... ok DEBUG: 2025-11-13 13:51:22.528 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_cifs_1 [0.025603s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_qos_09 [0.035026s] ... ok DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_manage_existing_no_rename [0.025458s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_type_valid_xml_1 [0.023493s] ... ok DEBUG: 2025-11-13 13:51:22.556 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_cifs_change [0.030139s] ... ok DEBUG: Share share-0 has no size quota. Total used value will be used as share size DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_manage_existing_with_no_quota [0.027960s] ... ok DEBUG: 2025-11-13 13:51:22.580 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_nfs_user_fail [0.021314s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_type_valid_xml_2 [0.029375s] ... ok DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_share_shrink_error [0.018240s] ... ok DEBUG: Extra specs must be specified as capabilities:huawei_sectorsize=' True'. DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_shrink_share [0.018147s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_type_valid_xml_3 [0.026151s] ... ok DEBUG: 2025-11-13 13:51:22.619 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_proto_fail [0.039729s] ... ok DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_update_access_add [0.019096s] ... ok DEBUG: Extra specs must be specified as capabilities:huawei_sectorsize=' True'. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_type_valid_xml_4 [0.022079s] ... ok DEBUG: 2025-11-13 13:51:22.644 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_success_2_cifs [0.027489s] ... ok DEBUG: Extra specs must be specified as capabilities:huawei_sectorsize=' True'. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_type_valid_xml_5 [0.027085s] ... ok DEBUG: 2025-11-13 13:51:22.665 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Start MacrosanNasDriver.check_for_setup_error wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:77 DEBUG: 2025-11-13 13:51:22.666 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Leave MacrosanNasDriver.check_for_setup_error wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:80 DEBUG: 2025-11-13 13:51:22.667 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_check_for_setup_error_non_config_1 [0.019387s] ... ok DEBUG: {1} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_update_access_recover [0.041549s] ... ok DEBUG: Extra specs must be specified as capabilities:huawei_sectorsize=' True'. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_invalid_type_valid_xml_6 [0.022793s] ... ok DEBUG: 2025-11-13 13:51:22.691 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Start MacrosanNasDriver.check_for_setup_error wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:77 DEBUG: 2025-11-13 13:51:22.691 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Leave MacrosanNasDriver.check_for_setup_error wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:80 DEBUG: 2025-11-13 13:51:22.692 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_check_for_setup_error_non_config_3 [0.028118s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test_translate_struct_dict_nonunique_key [0.023668s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_qos_1 [0.040529s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test_translate_struct_dict_unique_key [0.020174s] ... ok DEBUG: 2025-11-13 13:51:22.736 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Start MacrosanNasDriver.create_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:77 DEBUG: 2025-11-13 13:51:22.737 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Leave MacrosanNasDriver.create_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:80 DEBUG: test location: 172.0.0.1:/manila_fakeid/manila_fakeid DEBUG: 2025-11-13 13:51:22.738 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_create_share_1_nfs [0.043291s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test_invoke_elem_valid_4 [0.018480s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_sectorsize_in_type_2_8 [0.021540s] ... ok DEBUG: 2025-11-13 13:51:22.756 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Start MacrosanNasDriver.delete_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:77 DEBUG: 2025-11-13 13:51:22.756 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Leave MacrosanNasDriver.delete_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:80 DEBUG: 2025-11-13 13:51:22.757 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_delete_share_2_cifs [0.018438s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_create_share_with_sectorsize_in_type_5_64 [0.021144s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerZapiClientTests.test_invoke_elem_valid_4 [0.025565s] ... ok DEBUG: 2025-11-13 13:51:22.778 3331052 ERROR manila.share.drivers.macrosan.macrosan_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Only IP access types are allowed for NFS shares. DEBUG: 2025-11-13 13:51:22.779 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_deny_access_nfs_type_fail [0.022393s] ... ok DEBUG: The share was not found. Share name:share_fake_new_uuid DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_replica_fail_2 [0.020278s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_add_feature_2_False [0.018705s] ... ok DEBUG: Can't open the recent url, re-login. DEBUG: Delete file system error. DEBUG: result: {'error': {'code': -403}}. DEBUG: Failed to delete replica fake_new_replica_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py", line 1847, in delete_replica DEBUG: self.delete_share(replica, share_server) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py", line 366, in delete_share DEBUG: self.helper._delete_fs(fsid) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 277, in _delete_fs DEBUG: self._assert_rest_result(result, 'Delete file system error.') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 176, in _assert_rest_result DEBUG: raise exception.InvalidShare(reason=err_msg) DEBUG: manila.exception.InvalidShare: Invalid share: Delete file system error. DEBUG: result: {'error': {'code': -403}}.. DEBUG: 2025-11-13 13:51:22.798 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Start MacrosanNasDriver.do_setup wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:77 DEBUG: 2025-11-13 13:51:22.801 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_do_setup_login_fail [0.022981s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_add_feature_type_error_5_1_0 [0.025755s] ... ok DEBUG: 2025-11-13 13:51:22.821 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Start MacrosanNasDriver.ensure_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:77 DEBUG: 2025-11-13 13:51:22.822 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Leave MacrosanNasDriver.ensure_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:80 DEBUG: 2025-11-13 13:51:22.823 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_ensure_share_1_nfs [0.020412s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_get_ontapi_version [0.018675s] ... ok DEBUG: 2025-11-13 13:51:22.851 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Start MacrosanNasDriver.shrink_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:77 DEBUG: 2025-11-13 13:51:22.851 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Leave MacrosanNasDriver.shrink_share wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:80 DEBUG: 2025-11-13 13:51:22.852 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_shrink_share_2_cifs [0.029178s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_get_ontapi_version_cached [0.044273s] ... ok DEBUG: 2025-11-13 13:51:22.877 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Start MacrosanNasDriver.update_access wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:77 DEBUG: 2025-11-13 13:51:22.877 3331052 ERROR manila.share.drivers.macrosan.macrosan_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to allow rw access to 172.0.2.1, reason Invalid access rule: fake_exception: manila.exception.InvalidShareAccess: Invalid access rule: fake_exception DEBUG: 2025-11-13 13:51:22.878 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Leave MacrosanNasDriver.update_access wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:80 DEBUG: 2025-11-13 13:51:22.879 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_update_access_add_fail [0.027534s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__format_request_2 [0.021316s] ... ok DEBUG: 2025-11-13 13:51:22.907 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Start MacrosanNasDriver.update_access wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:77 DEBUG: 2025-11-13 13:51:22.908 3331052 DEBUG manila.share.drivers.macrosan.macrosan_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] [fake_share_backend_name]:Leave MacrosanNasDriver.update_access wrapper /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/macrosan_nas.py:80 DEBUG: 2025-11-13 13:51:22.909 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_update_access_nfs_1_nfs [0.029542s] ... ok DEBUG: Failed to get disk info for aggregate fake_aggr1. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode.py", line 4555, in _get_aggregate_disk_types DEBUG: result = self.send_iter_request('storage-disk-get-iter', api_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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - fake:fake DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__get_aggregate_disk_types_api_error [0.026543s] ... ok DEBUG: 2025-11-13 13:51:22.937 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__add_localuser [0.027469s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__get_snapmirrors [0.035432s] ... ok DEBUG: 2025-11-13 13:51:22.960 3331052 DEBUG manila.share.drivers.macrosan.rest_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Attempting to add local user access. Access info (access_to: fake_group,access_level: rw,path: fake_path.) _allow_cifs_access_rest /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/rest_helper.py:328 DEBUG: 2025-11-13 13:51:22.961 3331052 DEBUG manila.share.drivers.macrosan.rest_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed add local user access, attempting to add local group access. Access info (access_to: fake_group,access_level: rw,path: fake_path.) _allow_cifs_access_rest /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/rest_helper.py:333 DEBUG: 2025-11-13 13:51:22.962 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__allow_cifs_access_rest_2 [0.024451s] ... ok DEBUG: 2025-11-13 13:51:22.986 3331052 DEBUG manila.share.drivers.macrosan.rest_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Attempting to add domain user access. Access info (access_to: /fake_user,access_level: rw,path: fake_path.) _allow_cifs_access_rest /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/rest_helper.py:341 DEBUG: 2025-11-13 13:51:22.987 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__allow_cifs_access_rest_3 [0.025773s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__get_snapmirrors_not_found [0.027448s] ... ok DEBUG: 2025-11-13 13:51:23.008 3331052 ERROR manila.share.drivers.macrosan.rest_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] fake_message DEBUG: result: {'code': 1, 'message': 'failed', 'data': 'fake_data'}. DEBUG: 2025-11-13 13:51:23.009 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__assert_result_code_fail [0.022047s] ... ok DEBUG: 2025-11-13 13:51:23.030 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__change_cifs_access_rest [0.020536s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__modify_security_cert [0.032483s] ... ok DEBUG: 2025-11-13 13:51:23.049 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__change_nfs_access_rest [0.018743s] ... ok DEBUG: 2025-11-13 13:51:23.068 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__create_filesystem_dir [0.018858s] ... ok DEBUG: 2025-11-13 13:51:23.086 3331052 DEBUG manila.share.drivers.macrosan.rest_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Attempting to get local user access. Access info (access_to: fake_user,path: fake_path.) _get_access_from_cifs_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/rest_helper.py:402 DEBUG: 2025-11-13 13:51:23.087 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_access_from_cifs_share_2 [0.018831s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__unmount_volume [0.043793s] ... ok DEBUG: 2025-11-13 13:51:23.116 3331052 DEBUG manila.share.drivers.macrosan.rest_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Attempting to get local user access. Access info (access_to: fake_user,path: fake_path.) _get_access_from_cifs_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/rest_helper.py:402 DEBUG: 2025-11-13 13:51:23.119 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_access_from_cifs_share_4 [0.033059s] ... ok DEBUG: 2025-11-13 13:51:23.150 3331052 DEBUG manila.share.drivers.macrosan.rest_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Attempting to get domain user access. Access info (access_to: /fake_group,path: fake_path.) _get_access_from_cifs_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/rest_helper.py:427 DEBUG: 2025-11-13 13:51:23.151 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_access_from_cifs_share_6 [0.030636s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__unmount_volume_already_unmounted [0.042396s] ... ok DEBUG: 2025-11-13 13:51:23.170 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "macrosan_manila" by "manila.share.drivers.macrosan.rest_helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:23.171 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "macrosan_manila" acquired by "manila.share.drivers.macrosan.rest_helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:23.171 3331052 DEBUG manila.share.drivers.macrosan.rest_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request URL: https://fake_ip:fake_port/nas/fake_url, Method: DELETE, Data: {'fake_data': 'fake_value'} do_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/rest_helper.py:73 DEBUG: 2025-11-13 13:51:23.171 3331052 DEBUG manila.share.drivers.macrosan.rest_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CODE: 200, RESPONSE: {'code': 0, 'message': 'success', 'data': 'fake_data'} do_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/rest_helper.py:104 DEBUG: 2025-11-13 13:51:23.171 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "macrosan_manila" "released" by "manila.share.drivers.macrosan.rest_helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:23.172 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test_call_3 [0.020556s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__unmount_volume_force [0.035804s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_abort_snapmirror_2_False [0.042259s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_abort_snapmirror_svm [0.034536s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_add_nfs_export_rule [0.030998s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_add_nfs_export_rule_multiple_existing [0.026780s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_add_nfs_export_rule_single_existing [0.033489s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_apply_volume_efficiency_policy_async_with_policy [0.028362s] ... ok DEBUG: The share was not found. Share name:share_fake_new_uuid DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_replica_success_3 [0.646319s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_apply_volume_efficiency_policy_with_policy [0.026781s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_break_snapmirror_svm [0.020246s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_delete_share_success_1 [0.069237s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_check_snaprestore_license_svm_scoped_found_exception [0.053524s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_active_directory_with_ad_site [0.025230s] ... ok DEBUG: Can not get share share-fake-uuid. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_cifs_aes_encryption_disable_2_False [0.024428s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_deny_access_ip_share_not_exist [0.076824s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_cifs_aes_encryption_enable_1_True [0.033666s] ... ok DEBUG: 2025-11-13 13:51:23.610 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "macrosan_manila" by "manila.share.drivers.macrosan.rest_helper.RestHelper.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:51:23.610 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "macrosan_manila" acquired by "manila.share.drivers.macrosan.rest_helper.RestHelper.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:51:23.610 3331052 DEBUG manila.share.drivers.macrosan.rest_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request URL: https://fake_ip:fake_port/nas/fake_url, Method: POST, Data: fake_data do_request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/rest_helper.py:73 DEBUG: 2025-11-13 13:51:23.610 3331052 ERROR manila.share.drivers.macrosan.rest_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Code: 302, URL: https://fake_ip:fake_port/nas/fake_url, Message: return message DEBUG: 2025-11-13 13:51:23.611 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "macrosan_manila" "released" by "manila.share.drivers.macrosan.rest_helper.RestHelper.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:51:23.612 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test_call_fail [0.439554s] ... ok DEBUG: 2025-11-13 13:51:23.631 3331052 DEBUG manila.share.drivers.macrosan.rest_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login successful. URL fake_ip DEBUG: login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/macrosan/rest_helper.py:120 DEBUG: 2025-11-13 13:51:23.632 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test_login [0.019753s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_ldap_2 [0.041131s] ... ok DEBUG: LDAP client cannot be configured with both 'server' and 'domain' parameters. Use 'server' for Linux/Unix LDAP servers or 'domain' for Active Directory LDAP servers. DEBUG: NoneType: None DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_ldap_invalid_parameters_2 [0.021382s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_deny_access_ip_success [0.095689s] ... ok DEBUG: 2025-11-13 13:51:23.684 3331052 ERROR manila.share.drivers.macrosan.rest_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Login failed. code: 1 DEBUG: 2025-11-13 13:51:23.685 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test_login_fail [0.053655s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_cg_snapshot [0.018761s] ... ok DEBUG: 2025-11-13 13:51:23.705 3331052 ERROR manila.share.drivers.maprfs.driver_util [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Error running SSH command. Trying another host: Exception DEBUG: 2025-11-13 13:51:23.706 3331052 ERROR manila.share.drivers.maprfs.driver_util [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Error running SSH command. Trying another host DEBUG: 2025-11-13 13:51:23.707 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__execute [0.020392s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_ipspace [0.018303s] ... ok DEBUG: 2025-11-13 13:51:23.733 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__get_available_capacity [0.026162s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_kerberos_realm [0.027935s] ... ok DEBUG: 2025-11-13 13:51:23.755 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__get_volume_name [0.025222s] ... ok DEBUG: New size for extend must be bigger than current size on array. (current: 4.0, new: 3). DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_extend_share_fail [0.088517s] ... ok DEBUG: 2025-11-13 13:51:23.812 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: The StoragePool is None. DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__maprfs_du [0.056237s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_snapmirror_error [0.067049s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_disk_type_pool_info_none [0.046750s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_pool_fail [0.020727s] ... ok DEBUG: 2025-11-13 13:51:23.845 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__maprfs_ls [0.030715s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_snapmirror_svm [0.029668s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_pool_success [0.022837s] ... ok DEBUG: 2025-11-13 13:51:23.868 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__run_ssh [0.023414s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_replica_state_3 [0.021456s] ... ok DEBUG: 2025-11-13 13:51:23.897 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__run_ssh_exception [0.028859s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_snapshot [0.043369s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_replica_state_5 [0.056766s] ... ok DEBUG: 2025-11-13 13:51:23.950 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__set_volume_size [0.053201s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_vlan [0.061640s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_replica_state_7 [0.029888s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_vlan_already_present [0.020870s] ... ok DEBUG: 2025-11-13 13:51:23.983 3331052 WARNING manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CLDB nodes are not specified! DEBUG: 2025-11-13 13:51:23.984 3331052 WARNING manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Zookeeper nodes are not specified! DEBUG: 2025-11-13 13:51:23.984 3331052 ERROR manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] MapR-FS is not in healthy state. DEBUG: 2025-11-13 13:51:23.985 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_check_for_setup_error_exception_cldb_state [0.033441s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_replica_state_8 [0.022804s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_2_False [0.018649s] ... ok DEBUG: 2025-11-13 13:51:24.011 3331052 WARNING manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CLDB nodes are not specified! DEBUG: 2025-11-13 13:51:24.012 3331052 WARNING manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Zookeeper nodes are not specified! DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invalid "maprfs_base_volume_name". No such directory.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Traceback (most recent call last): DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/maprfs_native.py", line 351, in check_for_setup_error DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native self._maprfs_util.maprfs_ls( DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native raise effect DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Command: None DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Exit code: - DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Stdout: None DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Stderr: None DEBUG: 2025-11-13 13:51:24.012 3331052 ERROR manila.share.drivers.maprfs.maprfs_native DEBUG: 2025-11-13 13:51:24.017 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_async_1_True [0.021945s] ... ok DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_check_for_setup_error_exception_no_dir [0.032757s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_share_stats_disk_type_1 [0.036299s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_clone_3 [0.024798s] ... ok DEBUG: 2025-11-13 13:51:24.050 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_create_share_from_snapshot [0.032085s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_share_stats_disk_type_5 [0.038956s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_clone_4 [0.031541s] ... ok DEBUG: 2025-11-13 13:51:24.083 3331052 ERROR manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot create share from snapshot fake with name share-0. Error: Tenant user should not differ from tenant of the source snapshot. DEBUG: 2025-11-13 13:51:24.086 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_create_share_from_snapshot_wrong_tenant [0.036060s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_vserver_ipspaces_not_supported [0.031576s] ... ok DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create snapshot fake for the share share-0.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Traceback (most recent call last): DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/maprfs_native.py", line 248, in create_snapshot DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native self._maprfs_util.create_snapshot(snapshot_name, volume_name) DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/driver_util.py", line 170, in create_snapshot DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native self._execute(*cmd) DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native raise effect DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Command: None DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Exit code: - DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Stdout: None DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Stderr: None DEBUG: 2025-11-13 13:51:24.108 3331052 ERROR manila.share.drivers.maprfs.maprfs_native DEBUG: 2025-11-13 13:51:24.111 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_create_snapshot_exception [0.025346s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_vserver_peer_1_None [0.022604s] ... ok DEBUG: 2025-11-13 13:51:24.136 3331052 ERROR manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to delete snapshot fake.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'ERROR (fake)' DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:24.136 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Traceback (most recent call last): DEBUG: 2025-11-13 13:51:24.136 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/maprfs_native.py", line 278, in delete_snapshot DEBUG: 2025-11-13 13:51:24.136 3331052 ERROR manila.share.drivers.maprfs.maprfs_native self._maprfs_util.delete_snapshot(snapshot_name, volume_name) DEBUG: 2025-11-13 13:51:24.136 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/driver_util.py", line 179, in delete_snapshot DEBUG: 2025-11-13 13:51:24.136 3331052 ERROR manila.share.drivers.maprfs.maprfs_native raise exception.ProcessExecutionError(out) DEBUG: 2025-11-13 13:51:24.136 3331052 ERROR manila.share.drivers.maprfs.maprfs_native oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:24.136 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Command: None DEBUG: 2025-11-13 13:51:24.136 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Exit code: - DEBUG: 2025-11-13 13:51:24.136 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Stdout: 'ERROR (fake)' DEBUG: 2025-11-13 13:51:24.136 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Stderr: None DEBUG: 2025-11-13 13:51:24.136 3331052 ERROR manila.share.drivers.maprfs.maprfs_native DEBUG: 2025-11-13 13:51:24.139 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_delete_snapshot_exception [0.032235s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_get_share_url_type_1_NFS [0.084540s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_vserver_peer_2_cluster_name [0.023478s] ... ok DEBUG: 2025-11-13 13:51:24.169 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_ensure_share [0.025338s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_broadcast_domains_for_ipspace_not_found [0.031274s] ... ok DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to manage share.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Traceback (most recent call last): DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/maprfs_native.py", line 364, in manage_existing DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native info = self._maprfs_util.get_volume_info_by_path( DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native raise effect DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Command: None DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Exit code: - DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Stdout: None DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Stderr: None DEBUG: 2025-11-13 13:51:24.197 3331052 ERROR manila.share.drivers.maprfs.maprfs_native DEBUG: 2025-11-13 13:51:24.200 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_manage_existing_exception [0.030251s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_fpolicy_event_1_None [0.025409s] ... ok DEBUG: 2025-11-13 13:51:24.231 3331052 ERROR manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share /share-0 not found DEBUG: 2025-11-13 13:51:24.232 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_manage_existing_invalid_share [0.032201s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_login_success [0.067933s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_fpolicy_policy_error [0.019231s] ... ok DEBUG: 2025-11-13 13:51:24.254 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_manage_existing_snapshot [0.021953s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_nfs_export_policy_api_error [0.026240s] ... ok DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Manage existing share snapshot failed.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Traceback (most recent call last): DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/maprfs_native.py", line 402, in manage_existing_snapshot DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native snapshot_list = self._maprfs_util.get_snapshot_list( DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native raise effect DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Command: None DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Exit code: - DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Stdout: None DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Stderr: None DEBUG: 2025-11-13 13:51:24.274 3331052 ERROR manila.share.drivers.maprfs.maprfs_native DEBUG: 2025-11-13 13:51:24.276 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_snapmirror_policy [0.018661s] ... ok DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_manage_existing_snapshot_exception [0.021161s] ... ok DEBUG: 2025-11-13 13:51:24.298 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_rename_volume [0.021952s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_add_share_to_cache_fail [0.066779s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_vlan [0.018186s] ... ok DEBUG: 2025-11-13 13:51:24.318 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_update_access_delete [0.020357s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_volume [0.019757s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_existing_snapshot_sharesnapshot_not_exist [0.031654s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_vserver_one_volume [0.026390s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_existing_snapshot_sharesnapshot_not_normal [0.032331s] ... ok DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to update access for share share-0.: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'ERROR' DEBUG: Stderr: None DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Traceback (most recent call last): DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/maprfs_native.py", line 298, in update_access DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native if not self._maprfs_util.volume_exists(volume_name): DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/driver_util.py", line 149, in volume_exists DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native out, __ = self._execute(*cmd, check_exit_code=False) DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/driver_util.py", line 61, in _execute DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native out, err = utils.execute(*cmd, DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native raise effect DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Command: None DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Exit code: - DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Stdout: 'ERROR' DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native Stderr: None DEBUG: 2025-11-13 13:51:24.338 3331052 ERROR manila.share.drivers.maprfs.maprfs_native DEBUG: 2025-11-13 13:51:24.342 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_update_access_exception [0.026586s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_disable_fpolicy_policy_1_None [0.019801s] ... ok DEBUG: 2025-11-13 13:51:24.373 3331052 WARNING manila.share.drivers.maprfs.maprfs_native [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Can not get share share-0. DEBUG: 2025-11-13 13:51:24.375 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_update_access_share_not_exists [0.029361s] ... ok DEBUG: 2025-11-13 13:51:24.403 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: localhost __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.405 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_export_path_fail_1 [0.031986s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test__build_session_with_basic_auth [0.030669s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_disable_kerberos_already_disabled [0.037046s] ... ok DEBUG: 2025-11-13 13:51:24.426 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: localhost __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.428 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_export_path_fail_2 [0.022033s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test__build_session_with_certificate_auth [0.021768s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_ensure_snapmirror_v2_not_supported [0.019864s] ... ok DEBUG: 2025-11-13 13:51:24.447 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: localhost __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.448 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test__create_certificate_auth_handler_with_host_validation [0.020156s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_export_path_fail_4 [0.020609s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregate_for_volume_1_True [0.018117s] ... ok DEBUG: 2025-11-13 13:51:24.474 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_export_path_fail_5 [0.025457s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test_setter_child_dict [0.028696s] ... ok DEBUG: 2025-11-13 13:51:24.478 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.478 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.479 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_broadcast_domain_for_port [0.030807s] ... ok DEBUG: 2025-11-13 13:51:24.506 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test__add_query_params_to_url [0.029776s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_broadcast_domain_for_port_port_not_found [0.023379s] ... ok DEBUG: 2025-11-13 13:51:24.508 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.509 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.509 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_export_path_fail_7 [0.042398s] ... ok DEBUG: 2025-11-13 13:51:24.530 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_cifs_share_access_not_found [0.023722s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test__get_base_url_3 [0.025318s] ... ok DEBUG: 2025-11-13 13:51:24.534 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.534 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.534 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_fail_3 [0.027098s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_clone_children_for_snapshot_not_found [0.021812s] ... ok DEBUG: 2025-11-13 13:51:24.554 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.554 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.554 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:24.555 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test_custom_port_2_5678 [0.023197s] ... ok DEBUG: 2025-11-13 13:51:24.557 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.557 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.558 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:24.577 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test_invoke_elem_http_error [0.022210s] ... ok DEBUG: 2025-11-13 13:51:24.580 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.580 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.580 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_nfs_success_1 [0.038826s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_cluster_aggregate_capacities [0.031876s] ... ok DEBUG: 2025-11-13 13:51:24.607 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test_invoke_elem_value_error [0.030822s] ... ok DEBUG: 2025-11-13 13:51:24.611 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.611 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.611 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_cluster_peers [0.033919s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_remove_from_partition_1 [0.046343s] ... ok DEBUG: 2025-11-13 13:51:24.644 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.648 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.648 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:24.650 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerZapiClientTests.test_custom_port_1_1234 [0.041096s] ... ok DEBUG: 2025-11-13 13:51:24.654 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.654 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.654 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_thickfs_not_match_thinpool_fail [0.039873s] ... ok DEBUG: 2025-11-13 13:51:24.676 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.677 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.677 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:24.678 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerZapiClientTests.test_custom_port_2_5678 [0.025252s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_create_volume_api_args_encrypted_not_supported [0.067470s] ... ok DEBUG: 2025-11-13 13:51:24.679 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.679 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.679 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_thickfs_set_dedupe_fail [0.026522s] ... ok DEBUG: 2025-11-13 13:51:24.717 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerZapiClientTests.test_invoke_elem_valid_1 [0.039856s] ... ok DEBUG: 2025-11-13 13:51:24.719 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.719 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: Unable to disable dedup. Will retry the operation. Error details: The sis operation is currently active DEBUG: 2025-11-13 13:51:24.720 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_dns_configuration [0.032304s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_manage_share_with_default_type_1 [0.030248s] ... ok DEBUG: Can't open the recent url, re-login. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_multi_resturls_fail [0.023338s] ... ok DEBUG: Login to http://100.115.10.69:8082/deviceManager/rest/ failed, try another. DEBUG: Login to http://100.115.10.70:8082/deviceManager/rest/ failed, try another. DEBUG: All url login fail. DEBUG: 2025-11-13 13:51:24.763 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerZapiClientTests.test_invoke_elem_valid_3 [0.045617s] ... ok DEBUG: 2025-11-13 13:51:24.765 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.765 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.765 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_ems_log_destination_vserver_future [0.057790s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_multi_resturls_success [0.038626s] ... ok DEBUG: 2025-11-13 13:51:24.798 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerZapiClientTests.test_invoke_elem_value_error_2_abc [0.035172s] ... ok DEBUG: Failed to promote replica fake_new_replica_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/connection.py", line 1782, in promote_replica DEBUG: self.replica_mgr.switch_over(replica_pair_id) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 185, in switch_over DEBUG: raise exception.ReplicationException( DEBUG: manila.exception.ReplicationException: Unable to perform a replication action: Data of replica fake_pair_id is not synchronized, can not promote. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_promote_replica_fail_1 [0.024027s] ... ok DEBUG: 2025-11-13 13:51:24.831 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Cannot get share share_fake_new_uuid. DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_add_feature_type_error_1_True [0.035064s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_promote_replica_success_2_false [0.021750s] ... ok DEBUG: 2025-11-13 13:51:24.855 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_add_feature_type_error_3_0 [0.021448s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_ems_log_destination_vserver_not_found [0.066983s] ... ok DEBUG: Failed to set access rules to new active replica fake_new_replica_id. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_promote_replica_with_access_update_error_2 [0.027850s] ... ok DEBUG: Failed to clear access rules from old active replica fake_active_replica_id. DEBUG: 2025-11-13 13:51:24.876 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_add_feature_type_error_6_None [0.019766s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_fpolicy_policies [0.023903s] ... ok DEBUG: Can't open the recent url, re-login. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_promote_replica_with_error_ignore_4 [0.021594s] ... ok DEBUG: 2025-11-13 13:51:24.895 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_get_attr_missing [0.019690s] ... ok DEBUG: Failed to sync replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}. DEBUG: Failed to completely switch over replication pair fake_pair_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 208, in switch_over DEBUG: self.helper.sync_replication_pair(replica_pair_id) 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 1216, in _execute_mock_call DEBUG: return self._mock_wraps(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 1423, in sync_replication_pair DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_fpolicy_scopes [0.024648s] ... ok DEBUG: self._assert_rest_result(result, msg) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 176, in _assert_rest_result DEBUG: raise exception.InvalidShare(reason=err_msg) DEBUG: manila.exception.InvalidShare: Invalid share: Failed to sync replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}.. DEBUG: Cannot get share share_fake_new_uuid. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_ad_exist_error [0.025182s] ... ok DEBUG: 2025-11-13 13:51:24.923 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.924 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.924 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: AD domain (huawei.com) has already been configured. DEBUG: 2025-11-13 13:51:24.925 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_get_licenses [0.031422s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_ipspace_name_for_vlan_port [0.034627s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_choose_bond_port [0.029210s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_job_state_not_unique [0.021333s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_choose_least_logic_port [0.024146s] ... ok DEBUG: 2025-11-13 13:51:24.973 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.973 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.973 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:24.974 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not get licenses list.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: 2025-11-13 13:51:24.975 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_get_licenses_api_error [0.047747s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_kerberos_service_principal_name [0.027780s] ... ok DEBUG: DNS server (100.97.5.85) has already been configured. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_dns_exist_error [0.024986s] ... ok DEBUG: 2025-11-13 13:51:24.995 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.996 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:24.996 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:24.997 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_init_features [0.021267s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_logical_port_exist [0.019830s] ... ok DEBUG: 2025-11-13 13:51:25.016 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.016 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.016 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.017 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_send_request_1_True [0.021334s] ... ok DEBUG: Cannot find optimal port. port_info: ['CTE0.A.H0']. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_port_offline_error [0.020258s] ... ok DEBUG: 2025-11-13 13:51:25.041 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.041 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.041 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.043 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_send_request_2_False [0.025097s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_network_interfaces_filtered_by_protocol [0.055194s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_with_security_service_invalid_2 [0.028301s] ... ok DEBUG: 2025-11-13 13:51:25.085 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.085 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.086 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.088 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_send_request_with_args_1_True [0.045379s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_setup_server_with_security_service_invalid_3 [0.021689s] ... ok DEBUG: Share (share-fake-uuid) can not be shrunk. only 'Thin' shares support shrink. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_network_interfaces_not_found [0.061216s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_shrink_share_alloctype_fail [0.020116s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_shrink_share_success [0.019026s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_node_data_ports_not_found [0.022221s] ... ok DEBUG: 2025-11-13 13:51:25.141 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.141 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.142 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.143 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_send_request_with_args_2_False [0.054859s] ... ok DEBUG: Cannot delete vlan because there is a logical port on vlan. DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_teardown_server_success [0.032101s] ... ok DEBUG: 2025-11-13 13:51:25.170 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.171 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.171 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.171 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.171 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.171 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.173 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__get_aggregate_disk_types_ddt_2 [0.034939s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_teardown_server_with_already_deleted [0.022024s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_node_for_aggregate [0.060474s] ... ok DEBUG: 2025-11-13 13:51:25.200 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.201 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.201 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.202 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.202 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.202 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.203 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__unmount_volume_api_error [0.024368s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_teardown_server_with_empty_detail [0.028361s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_node_for_aggregate_api_not_found [0.030074s] ... ok DEBUG: 2025-11-13 13:51:25.225 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.225 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.225 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.226 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.226 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.226 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.228 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_abort_volume_move [0.024747s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_performance_counter_info [0.022102s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_update_access_nfs [0.036114s] ... ok DEBUG: 2025-11-13 13:51:25.257 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.258 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.258 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: Cannot update the replication fake_pair_id because it's not in normal status. DEBUG: 2025-11-13 13:51:25.258 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.258 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.258 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.260 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_add_cifs_share_access_1 [0.031538s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_update_replica_state_success_1 [0.020026s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_performance_counters [0.026748s] ... ok DEBUG: 2025-11-13 13:51:25.282 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.282 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.282 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.283 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.283 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.283 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: Can't open the recent url, re-login. DEBUG: Failed to set replication pair fake_pair_id secondary write lock. DEBUG: result: {'error': {'code': -403}}. DEBUG: Replication pair fake_pair_id secondary access is R/W, try to set write lock but still failed. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/replication.py", line 159, in update_replication_pair_state DEBUG: self.helper.set_pair_secondary_write_lock(replica_pair_id) 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 1216, in _execute_mock_call DEBUG: return self._mock_wraps(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:25.285 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_add_cifs_share_access_2 [0.025562s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_record_count_1 [0.024557s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_update_replica_state_with_exception_ignore_2 [0.032728s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 1441, in set_pair_secondary_write_lock DEBUG: self._assert_rest_result(result, msg) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/huawei/v3/helper.py", line 176, in _assert_rest_result DEBUG: raise exception.InvalidShare(reason=err_msg) DEBUG: manila.exception.InvalidShare: Invalid share: Failed to set replication pair fake_pair_id secondary write lock. DEBUG: result: {'error': {'code': -403}}.. DEBUG: 2025-11-13 13:51:25.313 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.313 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.313 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: Can't open the recent url, re-login. DEBUG: Failed to sync replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}. DEBUG: Failed to sync replication pair fake_pair_id. Reason: Invalid share: Failed to sync replication pair fake_pair_id. DEBUG: result: {'error': {'code': -403}}.. DEBUG: 2025-11-13 13:51:25.314 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.314 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.314 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.315 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_apply_volume_efficiency_policy_without_policy [0.029722s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_snapmirror_destinations_svm_2 [0.023621s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_update_replica_state_with_exception_ignore_3 [0.023907s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_snapshot_error_1 [0.023850s] ... ok DEBUG: No replication pair ID recorded for share fake_share_id. DEBUG: 2025-11-13 13:51:25.346 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.346 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.347 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.347 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.347 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.347 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.348 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fake restore_snapshot request failed: NetApp API failed. Reason - 13001:Other error _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:51:25.349 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_check_snaprestore_license_svm_scoped_found [0.038989s] ... ok DEBUG: {0} manila.tests.share.drivers.huawei.test_huawei_nas.HuaweiShareDriverTestCase.test_update_replica_state_with_no_pair_id [0.030544s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_snapshot_error_3 [0.019909s] ... ok DEBUG: Failed to check GPFS state. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__check_gpfs_state_exception [0.020817s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_svm_volumes_total_size [0.020037s] ... ok DEBUG: Failed to set quota for the share fakename. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__extend_share_exception [0.018250s] ... ok DEBUG: 2025-11-13 13:51:25.389 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.389 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.389 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.390 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.390 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.390 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.390 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fake restore_snapshot request failed: NetApp API failed. Reason - 13001:"SnapRestore" is not licensed in the cluster. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:51:25.392 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_check_snaprestore_license_svm_scoped_notfound [0.037098s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__gpfs_local_execute [0.022029s] ... ok DEBUG: 2025-11-13 13:51:25.413 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.414 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.414 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.414 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.415 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.415 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.416 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_active_directory_api_error [0.023307s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_1_True [0.041280s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__gpfs_ssh_execute [0.029961s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_2_False [0.019797s] ... ok DEBUG: 2025-11-13 13:51:25.450 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.451 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.451 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.451 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.451 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.451 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.453 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_cifs_aes_encryption_enable_2_False [0.036492s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_at_junction_path_not_found [0.019640s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__gpfs_ssh_execute_exception [0.024145s] ... ok DEBUG: 2025-11-13 13:51:25.474 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.475 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.475 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.475 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.475 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.475 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.476 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_dns_already_present [0.030626s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_at_junction_path_not_specified [0.025992s] ... ok DEBUG: /gpfs0 is not a directory. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__is_dir_exception [0.028725s] ... ok DEBUG: 2025-11-13 13:51:25.505 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.505 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.505 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.506 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.506 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.506 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.510 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_dns_for_active_directory [0.026317s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_clone_parent_snaphot_1 [0.023981s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__is_gpfs_path_ok [0.026404s] ... ok DEBUG: 2025-11-13 13:51:25.540 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.540 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.541 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.541 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.541 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.541 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.542 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_broadcast_domain [0.032489s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_move_status [0.030131s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__is_share_valid_with_quota_1_mmlsfileset__allocInodes__mmlsfileset__100096_ [0.040523s] ... ok DEBUG: 2025-11-13 13:51:25.581 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.582 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.582 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.582 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.582 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.582 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.584 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_default_nfs_export_rules [0.042136s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_to_manage_2_False [0.023211s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__is_share_valid_with_quota_2_mmlsfileset__allocInodes__mmlsfileset__0_ [0.033488s] ... ok DEBUG: 2025-11-13 13:51:25.605 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.605 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.606 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.606 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.606 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.606 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.607 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_fpolicy_policy [0.022327s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_to_manage_not_found [0.033037s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_aggregate_capacities_none_requested [0.021040s] ... ok DEBUG: 2025-11-13 13:51:25.635 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.636 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.636 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.636 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.636 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.636 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.638 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_port_and_broadcast_domain_2___1001___True_ [0.031432s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_aggregate_capacities_partial_request [0.024369s] ... ok DEBUG: 2025-11-13 13:51:25.658 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.659 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.659 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.659 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.659 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.659 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.660 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_port_and_broadcast_domain_4___1001___False_ [0.021589s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test__run_ssh [0.063518s] ... ok DEBUG: 2025-11-13 13:51:25.681 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.682 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.682 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.682 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.682 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.682 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.683 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_route_2___fc00___7____fe80__1___False_ [0.022611s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_aggregate_capacities_vserver_not_found [0.030452s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_ipspace [0.021791s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces__has_client_access_02___44_3_2_11___True_ [0.045241s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_root_volume_name [0.022675s] ... ok DEBUG: 2025-11-13 13:51:25.723 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.733 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.733 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.734 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.734 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.734 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.735 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_route_duplicate [0.052116s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces__has_client_access_04___4_3_2_1___False_ [0.025982s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_root_volume_name_not_found [0.026998s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces__has_client_access_08_______False_ [0.024789s] ... ok DEBUG: 2025-11-13 13:51:25.779 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.779 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.780 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.780 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.780 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.780 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.781 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_snapmirror_2 [0.045969s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_init_features_ontap_1_110_1__1__110_ [0.034118s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_allow_access [0.028816s] ... ok DEBUG: 2025-11-13 13:51:25.808 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.811 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.811 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.811 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.812 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.812 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.827 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_snapmirror_already_exists [0.045531s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_init_features_ontap_1_110_2__2__0_ [0.029280s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_get_export_options_2_ro [0.037889s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_invoke_vserver_api [0.027137s] ... ok DEBUG: 2025-11-13 13:51:25.878 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.879 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.879 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: Failed to get exports from the system. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: 2025-11-13 13:51:25.879 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.879 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.879 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.881 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_1_True [0.057162s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_ipspace_exists_2 [0.023669s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_remove_export_exception [0.036289s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_remove_export_existing_exports [0.020792s] ... ok DEBUG: 2025-11-13 13:51:25.913 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.913 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.913 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.914 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.914 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.914 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.915 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_adaptive_not_supported [0.030821s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_remove_export_no_exports [0.033867s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_flexgroup_fan_out_supported [0.052665s] ... ok DEBUG: 2025-11-13 13:51:25.936 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.936 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.936 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.937 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.937 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.937 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.938 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_clone_1 [0.022683s] ... ok DEBUG: 2025-11-13 13:51:25.958 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.959 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.959 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.959 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.959 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.959 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.960 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_clone_2 [0.022024s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_ces_resync_access_change [0.040835s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_flexgroup_volume_not_found [0.061164s] ... ok DEBUG: 2025-11-13 13:51:25.980 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.981 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.981 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.981 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.982 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:25.982 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:25.983 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_thin_provisioned_2_False [0.022566s] ... ok DEBUG: 2025-11-13 13:51:26.002 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.002 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.002 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: GPFS is not active. DEBUG: 2025-11-13 13:51:26.003 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.003 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.003 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.003 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating Vserver fake_vserver with create args {'vserver-name': 'fake_vserver', 'root-volume': 'fake_root_volume', 'root-volume-aggregate': 'fake_root_aggr', 'root-volume-security-style': 'unix', 'name-server-switch': {'nsswitch': 'file'}, 'is-space-reporting-logical': 'false', 'is-space-enforcement-logical': 'false'} _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:51:26.004 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_vserver_delete_retention_hours_1_0 [0.020844s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_check_for_setup_error_for_gpfs_state [0.051027s] ... ok DEBUG: 2025-11-13 13:51:26.024 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.024 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.024 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.025 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.025 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.025 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.025 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating Vserver fake_vserver with create args {'vserver-name': 'fake_vserver', 'vserver-subtype': 'dp_destination', 'ipspace': 'ipspace_fake', 'is-space-reporting-logical': 'false', 'is-space-enforcement-logical': 'false'} _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:51:26.026 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_vserver_dp_destination [0.022420s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_kerberos_enabled_exception_raise [0.057344s] ... ok DEBUG: 2025-11-13 13:51:26.054 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.056 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.056 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.057 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.057 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.057 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.058 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_cluster_peer [0.031716s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_delete_share [0.034202s] ... ok DEBUG: 2025-11-13 13:51:26.084 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.087 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.088 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.090 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.091 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.093 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.097 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_fpolicy_scope_1_None [0.039371s] ... ok DEBUG: 2025-11-13 13:51:26.124 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.126 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.128 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.130 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.131 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.132 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.135 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_ipspace [0.038166s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_kerberos_enabled_exception_return_false [0.073082s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_do_setup [0.062005s] ... ok DEBUG: 2025-11-13 13:51:26.176 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_get_share_stats_refresh_false [0.036598s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_nve_supported_unsupported_release_or_platform_1___9__1__0____NetApp_Release_9_1_0__Tue_May_10_19_30_23_2016__1no_DARE___ [0.040336s] ... ok DEBUG: 2025-11-13 13:51:26.185 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.186 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.189 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.191 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.192 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.195 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_nfs_export_policy [0.059758s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_root_aggregates [0.021714s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_get_share_stats_refresh_true [0.032816s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_vserver_aggregates [0.030786s] ... ok DEBUG: 2025-11-13 13:51:26.224 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.236 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.238 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.239 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.241 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.242 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.245 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_snapmirror [0.050114s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_vservers_node_type [0.024394s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs__has_client_access_1____gpfs0_share_fakeid_t10_0_0_1___None_ [0.054831s] ... ok DEBUG: 2025-11-13 13:51:26.278 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_active_directory_security_service_error_2_False [0.026126s] ... ok DEBUG: 2025-11-13 13:51:26.285 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.287 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.289 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.290 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.292 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.298 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_snapmirror_svm [0.052350s] ... ok DEBUG: An error occurred while deleting original LDAP client configuration 3d9b73056be3671881e8432169652e5f. Error details: unknown DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_ldap_current_config_delete_error [0.020938s] ... ok DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs__verify_denied_access_stderr_4___Some_error_to_log___True_ [0.055959s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_volume_no_optional_args_1_True [0.020135s] ... ok DEBUG: 2025-11-13 13:51:26.328 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.330 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.332 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.334 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.335 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.337 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.340 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_vlan_api_error [0.043180s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_mount_volume_default_junction_path [0.023090s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_network_interface_exists [0.019262s] ... ok DEBUG: 2025-11-13 13:51:26.375 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.377 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.378 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.380 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.381 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.383 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs_allow_access_access_exists [0.060865s] ... ok DEBUG: 2025-11-13 13:51:26.385 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VLAN 1001 on port e0a node fake_node1 still used by LIF and cannot be deleted. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:51:26.387 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_network_interface_exists_not_found [0.020233s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_vlan_still_used [0.048494s] ... ok DEBUG: 2025-11-13 13:51:26.412 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_offline_volume_already_offline [0.023076s] ... ok DEBUG: 2025-11-13 13:51:26.413 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.414 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.417 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.418 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.420 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.425 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Volume fake_root_volume is already offline.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 13042:fake DEBUG: 2025-11-13 13:51:26.426 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_vserver_one_volume_already_offline [0.034363s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_parse_nfs_config_1 [0.025974s] ... ok DEBUG: Failed to check exports on the systems. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. DEBUG: 2025-11-13 13:51:26.449 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.450 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.452 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.454 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_knfs_allow_access_exception [0.072485s] ... ok DEBUG: 2025-11-13 13:51:26.456 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.458 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.462 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_disable_kerberos [0.034604s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_parse_nfs_config_2 [0.025023s] ... ok DEBUG: 2025-11-13 13:51:26.483 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_qos_policy_group_create_1_None [0.020443s] ... ok DEBUG: 2025-11-13 13:51:26.485 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.486 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.488 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.490 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.492 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.495 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_disable_network_interface [0.034282s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_qos_policy_group_create_2_5000B_s [0.030805s] ... ok DEBUG: 2025-11-13 13:51:26.517 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.519 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.520 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.522 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.523 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {0} manila.tests.share.drivers.ibm.test_gpfs.GPFSShareDriverTestCase.test_setup_helpers [0.067001s] ... ok DEBUG: 2025-11-13 13:51:26.525 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.528 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_compression_async [0.030971s] ... ok DEBUG: 2025-11-13 13:51:26.549 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.551 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.553 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.555 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.556 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_qos_policy_group_get_other_zapi_errors [0.037219s] ... ok DEBUG: 2025-11-13 13:51:26.556 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.561 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_dedup [0.032456s] ... ok DEBUG: 2025-11-13 13:51:26.587 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: Caught exception from infinisdk: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: return func(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 351, in _get_export DEBUG: infinidat_exports = infinidat_filesystem.get_exports() 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_rehost_volume [0.031981s] ... ok DEBUG: 2025-11-13 13:51:26.591 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.592 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: raise FakeInfinisdkException() DEBUG: manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:26.594 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_export_api_error [0.066841s] ... ok DEBUG: 2025-11-13 13:51:26.596 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.598 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.603 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_ensure_broadcast_domain_for_port_no_domain [0.043164s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_release_snapmirror_vol_1 [0.022746s] ... ok DEBUG: 2025-11-13 13:51:26.627 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.630 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.631 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.635 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.637 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.638 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.641 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: INFINIDAT filesystem has more than one active export; possibly not a Manila share DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_ensure_snapmirror_v2 [0.039193s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_export_too_many_filesystem_exports [0.051019s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_release_snapmirror_vol_2 [0.044612s] ... ok DEBUG: 2025-11-13 13:51:26.669 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.671 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.672 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.674 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.675 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_full_nfs_export_paths [0.028378s] ... ok DEBUG: 2025-11-13 13:51:26.676 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.679 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregate [0.033484s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_remove_cifs_share_access [0.027650s] ... ok DEBUG: 2025-11-13 13:51:26.699 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.701 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_infinidat_access_level_fails_for_invalid_level [0.021270s] ... ok DEBUG: 2025-11-13 13:51:26.702 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.703 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.705 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_remove_cifs_share_not_found [0.022332s] ... ok DEBUG: 2025-11-13 13:51:26.706 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.709 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregate_disk_types_1 [0.029555s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_infinidat_access_level_ro [0.021687s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_remove_unused_qos_policy_groups_with_failure_2_False [0.017707s] ... ok DEBUG: 2025-11-13 13:51:26.732 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.733 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.735 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.736 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.738 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.739 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.742 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregate_disk_types_not_found [0.032620s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_rename_vserver [0.019796s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_infinidat_access_level_rw [0.031150s] ... ok DEBUG: 2025-11-13 13:51:26.762 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.763 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.764 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.766 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.768 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.769 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.772 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregate_disk_types_shared [0.029546s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__get_ip_address_range_invalid_address [0.024260s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_restore_snapshot [0.034392s] ... ok DEBUG: Unsupported share protocol: CIFS. DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test__verify_share_protocol_fails_for_non_nfs [0.020813s] ... ok DEBUG: 2025-11-13 13:51:26.800 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.804 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.805 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: Failed to invoke EMS. NetApp API failed. Reason - fake:fake DEBUG: 2025-11-13 13:51:26.807 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.808 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.809 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_send_ems_log_message_api_error [0.026482s] ... ok DEBUG: 2025-11-13 13:51:26.813 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregates_with_filters [0.042124s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_2__True__True__False_ [0.030189s] ... ok DEBUG: 2025-11-13 13:51:26.836 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.838 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.839 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.841 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.842 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.843 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.846 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_broadcast_domain_for_port_domain_not_found [0.033016s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_send_iter_request [0.036709s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_7__False__False__True_ [0.023788s] ... ok DEBUG: 2025-11-13 13:51:26.866 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_send_iter_request_invalid_1 [0.024976s] ... ok DEBUG: 2025-11-13 13:51:26.875 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.876 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.876 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.879 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.881 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.884 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Unsupported share protocol: CIFS. DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_clone_children_for_snapshot [0.038150s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_fails_non_nfs [0.037342s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_cluster_peer_policy [0.026356s] ... ok DEBUG: 2025-11-13 13:51:26.914 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.916 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.918 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.919 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.921 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.921 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.925 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_from_snapshot_1__True__True_ [0.028994s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_cluster_aggregate_capacities_none_requested [0.039587s] ... ok DEBUG: 2025-11-13 13:51:26.945 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_cluster_peer_policy_no_arguments [0.043518s] ... ok DEBUG: 2025-11-13 13:51:26.948 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_from_snapshot_2__True__False_ [0.024975s] ... ok DEBUG: 2025-11-13 13:51:26.950 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.951 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.951 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.957 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.960 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_cluster_peer_policy [0.037804s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_volume_snapdir_access_1_True [0.032682s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_from_snapshot_3__False__True_ [0.028416s] ... ok DEBUG: 2025-11-13 13:51:26.986 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.988 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.989 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.991 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.992 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:26.994 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:26.996 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_cluster_peer_policy_not_supported [0.032971s] ... ok DEBUG: Pool "mockpool" not found DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_share_pool_not_found [0.038624s] ... ok DEBUG: 2025-11-13 13:51:27.018 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_volume_snapdir_access_api_error [0.035559s] ... ok DEBUG: 2025-11-13 13:51:27.027 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.028 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.030 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.031 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.033 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.035 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_deleted_nfs_export_policies [0.038889s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_snapshot_2__True__False_ [0.023417s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_vserver [0.028036s] ... ok DEBUG: Filesystem not found on the Infinibox by its name: openstack-shr-1 DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_create_snapshot_share_doesnt_exist [0.020209s] ... ok DEBUG: 2025-11-13 13:51:27.063 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.064 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.064 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.068 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_setup_security_services_active_directory [0.018385s] ... ok DEBUG: 2025-11-13 13:51:27.069 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.070 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.073 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_deleted_snapshots [0.036326s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_delete_snapshot_with_snapshots [0.024908s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_setup_security_services_kerberos [0.032275s] ... ok DEBUG: 2025-11-13 13:51:27.105 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.106 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.108 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.109 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_01__True__True__True__True_ [0.024764s] ... ok DEBUG: 2025-11-13 13:51:27.119 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_snapmirror_restore_vol [0.019933s] ... ok DEBUG: 2025-11-13 13:51:27.121 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.123 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_job_state [0.049858s] ... ok DEBUG: 2025-11-13 13:51:27.141 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_soft_delete_nfs_export_policy [0.020328s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_06__True__False__True__False_ [0.031397s] ... ok DEBUG: 2025-11-13 13:51:27.149 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.152 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.153 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.155 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.156 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.158 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_job_state_not_found [0.036367s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_stop_vserver [0.026657s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_08__True__False__False__False_ [0.029841s] ... ok DEBUG: 2025-11-13 13:51:27.185 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_svm_migrate_cancel [0.018489s] ... ok DEBUG: 2025-11-13 13:51:27.188 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.191 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.194 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.194 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.194 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_13__False__False__True__True_ [0.022336s] ... ok DEBUG: 2025-11-13 13:51:27.204 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_nfs_config_default [0.047955s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_svm_migrate_complete [0.024217s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_export_missing_1_True [0.029846s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_terminate_vserver_services_api_error [0.018822s] ... ok DEBUG: 2025-11-13 13:51:27.236 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.236 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.236 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.236 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.236 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.237 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.238 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_nfs_export_rule_indices [0.029668s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_export_missing_2_False [0.018795s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_trigger_volume_move_cutover_force_1_True [0.028528s] ... ok DEBUG: Caught exception from infinisdk: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: return func(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 289, in _get_infinidat_nas_network_space_ips DEBUG: network_space = self._system.network_spaces.safe_get( 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_ensure_share_network_spaces_api_fail [0.032951s] ... ok DEBUG: 2025-11-13 13:51:27.269 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.280 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.280 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: raise FakeInfinisdkException() DEBUG: manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:27.280 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.281 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.281 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.285 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_performance_instance_uuids [0.052548s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_unmount_volume [0.036184s] ... ok DEBUG: infinibox_login configuration parameter must be specified DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_no_auth_parameters [0.028219s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_unmount_volume_api_error [0.023323s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_revert_to_snapshot [0.030279s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_kerberos_realm_failure [0.019793s] ... ok DEBUG: 2025-11-13 13:51:27.357 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.358 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.358 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: Caught exception from infinisdk: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 113, in wrapper DEBUG: return func(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/infinidat/infinibox.py", line 561, in revert_to_snapshot DEBUG: infinidat_parent_share.restore(infinidat_snapshot) 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/infinidat/test_infinidat.py", line 181, in _raise_infinisdk DEBUG: raise FakeInfinisdkException() DEBUG: manila.tests.share.drivers.infinidat.test_infinidat.FakeInfinisdkException DEBUG: 2025-11-13 13:51:27.359 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.359 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.359 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.361 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_security_key_manager_nve_support_disabled [0.073726s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_nfs_export_rule_2 [0.023642s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_revert_to_snapshot_api_fail [0.030700s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_snapshot_update_access [0.022170s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_snapmirror [0.036652s] ... ok DEBUG: Snapshot not found on the Infinibox by its name: openstack-snap-2 DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_snapshot_update_access_snapshot_doesnt_exist [0.023521s] ... ok DEBUG: 2025-11-13 13:51:27.412 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.413 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.413 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.413 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.413 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.413 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.415 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_snapmirrors_svm [0.051749s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_01 [0.026472s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_update_access_fails_invalid_ip [0.022875s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_04 [0.022286s] ... ok DEBUG: {0} manila.tests.share.drivers.infinidat.test_infinidat.InfiniboxDriverTestCase.test_update_access_share_doesnt_exist [0.022887s] ... ok DEBUG: Filesystem not found on the Infinibox by its name: openstack-shr-1 DEBUG: {0} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_ensure_service_on [0.017269s] ... ok DEBUG: 2025-11-13 13:51:27.474 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.475 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.475 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.475 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.476 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.476 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.483 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_snapshot_2 [0.067237s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_clone_split_stop_2 [0.028076s] ... ok DEBUG: {0} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_extend_share [0.019050s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_exists_not_found [0.021505s] ... ok DEBUG: 2025-11-13 13:51:27.519 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.520 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.520 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {0} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_get_pool [0.022414s] ... ok DEBUG: 2025-11-13 13:51:27.524 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.524 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.524 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.525 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_snapshot_error_4 [0.042329s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_has_junctioned_volumes_no_junction_path [0.018947s] ... ok DEBUG: {0} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_get_share_size [0.021145s] ... ok DEBUG: 2025-11-13 13:51:27.546 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.546 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.546 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.547 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.547 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.547 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.548 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_at_junction_path [0.022288s] ... ok DEBUG: {0} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_manage_existing_nfs [0.020824s] ... ok DEBUG: {0} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_no_login_ssh_key_and_pass [0.021333s] ... ok DEBUG: 2025-11-13 13:51:27.588 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.588 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.589 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.589 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.589 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.589 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.591 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_no_qos [0.043433s] ... ok DEBUG: Please create ['chengwei'] pool/s in advance! DEBUG: {0} manila.tests.share.drivers.infortrend.test_infortrend_nas.InfortrendNASDriverTestCase.test_unknow_pools_setup [0.018392s] ... ok DEBUG: 2025-11-13 13:51:27.614 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.614 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.614 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.615 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.615 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.615 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.616 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_state_2_False [0.023924s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__create_directory [0.019685s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__delete_nfs_share [0.024179s] ... ok DEBUG: 2025-11-13 13:51:27.643 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.644 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.644 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.644 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.644 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.644 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.646 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_to_manage_1_True [0.029669s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_cifs_share [0.017937s] ... ok DEBUG: 2025-11-13 13:51:27.667 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.667 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.668 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.668 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.668 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.668 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.670 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_aggr_snaplock_type_negative [0.023872s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_location_path_2_cifs [0.029250s] ... ok DEBUG: 2025-11-13 13:51:27.711 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.711 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.711 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.712 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.712 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.712 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.713 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieving Vserver fake_vserver information. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:51:27.714 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_info_1 [0.046113s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_nodes_ips [0.019076s] ... ok DEBUG: Unable to disable dedup. Will retry the operation. Error details: The sis operation is currently active DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__get_share_instance_pnsp_2_cifs [0.018283s] ... ok DEBUG: 2025-11-13 13:51:27.738 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.738 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.739 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.739 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.740 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.740 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.743 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_ipspace_not_found [0.027215s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test__unit_convert_2_5000000k [0.028390s] ... ok DEBUG: 2025-11-13 13:51:27.770 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.771 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.771 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.771 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.771 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.771 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.772 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_ipspace_not_supported [0.029124s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_check_for_setup_error_base_dir_detail_failed [0.017919s] ... ok DEBUG: 2025-11-13 13:51:27.794 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.794 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.794 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.794 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.794 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.795 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.796 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_has_records_not_found [0.022846s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_create_share_2_cifs [0.018796s] ... ok DEBUG: 2025-11-13 13:51:27.823 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.823 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.823 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.824 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.824 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.824 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.825 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_ipspace_exists_1 [0.029761s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_create_snapshot [0.018357s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_delete_share_2_cifs [0.016859s] ... ok DEBUG: 2025-11-13 13:51:27.849 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.849 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.849 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.850 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.850 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.851 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.852 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_ipspace_has_data_vservers [0.028824s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_ensure_share_1_nfs [0.020126s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_ensure_share_None_share_fail_2_cifs [0.018414s] ... ok DEBUG: 2025-11-13 13:51:27.879 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.880 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.880 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.880 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.880 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.880 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.882 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_ipspace_has_data_vservers_not_supported [0.027394s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_transfer_rule_to_client_1_nfs [0.017391s] ... ok DEBUG: 2025-11-13 13:51:27.902 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.903 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.903 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.903 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.903 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.903 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.905 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_flexgroup_volume_not_unique [0.022699s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_has_luns [0.392247s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.AS13000ShareDriverTestCase.test_update_access_4 [0.021016s] ... ok DEBUG: 2025-11-13 13:51:27.925 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.926 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.926 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.926 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.926 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.926 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.928 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_snaplock_compliance_clock_configured_negative [0.023528s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_logins [0.019518s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_has_snapmirror_relationships_1_source [0.024458s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_has_snapmirror_relationships_3_None [0.018955s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_send_api_access_success_1 [0.022360s] ... ok DEBUG: 2025-11-13 13:51:27.974 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.974 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.974 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.975 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.975 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:27.975 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:27.984 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_aggregates_not_found [0.056137s] ... ok DEBUG: Exception due to network failure. DEBUG: Exception due to network failure. DEBUG: Exception due to network failure. DEBUG: Access RestAPI /rest/fake_method by fake_type failed, error: Exception due to network failure. DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_send_rest_api_3times_fail [0.029786s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_move_method_3 [0.030067s] ... ok DEBUG: Access RestAPI /rest/fake_method by fake_type failed, error: fake_error_message DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_send_rest_api_backend_error_fail [0.019008s] ... ok DEBUG: 2025-11-13 13:51:28.029 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_vserver_exists [0.030305s] ... ok DEBUG: 2025-11-13 13:51:28.030 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.034 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.034 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: Exception due to network failure. DEBUG: 2025-11-13 13:51:28.034 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.034 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.036 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_cluster_nodes_not_found [0.053008s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.as13000.test_as13000_nas.RestAPIExecutorTestCase.test_send_rest_api_retry [0.024329s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__abort_snapmirror [0.024512s] ... ok DEBUG: 2025-11-13 13:51:28.070 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.070 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.073 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.073 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.074 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.074 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.075 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_snapmirror_snapshots_1_None [0.037498s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__add_port_to_broadcast_domain_exception [0.021169s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__broadcast_domain_exists [0.018353s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.CLIParserTestCase.test_cliparser_without_header [0.055704s] ... ok DEBUG: 2025-11-13 13:51:28.101 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.102 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.102 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.102 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.103 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.103 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.104 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_volume_snapshots_2 [0.028610s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__build_autosize_attributes_partial_attrs [0.025977s] ... ok DEBUG: 2025-11-13 13:51:28.127 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.127 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.127 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.128 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.128 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.128 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.129 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_vservers [0.025114s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__check_for_cluster_credentials_api_error [0.019816s] ... ok DEBUG: 2025-11-13 13:51:28.148 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.149 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.149 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.149 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.149 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.149 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.150 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_access_rule_to_client_spec_type_failed [0.068539s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_mark_qos_policy_group_for_deletion_policy_exists_1_True [0.020805s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__configure_nfs_exception [0.031473s] ... ok DEBUG: 2025-11-13 13:51:28.169 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.169 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.169 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.169 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.170 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.170 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.171 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_migration_check_job_state [0.020255s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_check_access_type [0.026015s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__create_broadcast_domain [0.024320s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_classify_nfs_client_spec_has_no_nfsinfo [0.019419s] ... ok DEBUG: 2025-11-13 13:51:28.211 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.211 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.211 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.211 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.212 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.212 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.212 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] NFS v4.0 is not supported while migrating vservers.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 13172940:unknown DEBUG: 2025-11-13 13:51:28.216 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_migration_check_job_state_failed_1_13172940 [0.046009s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__create_ldap_client_ad [0.024097s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_delete_share_2 [0.018844s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_get_available_pools [0.017624s] ... ok DEBUG: LDAP client cannot be configured without 'server' or 'domain' parameters. Use 'server' for Linux/Unix LDAP servers or 'domain' for Active Directory LDAP server. DEBUG: NoneType: None DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__create_ldap_client_error_2__None__None_ [0.042910s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_get_fsname_by_name_2 [0.018358s] ... ok DEBUG: 2025-11-13 13:51:28.264 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.264 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.264 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.265 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.265 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.265 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.266 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Trying to modify CIFS server with data: {'admin-username': 'fake_user_4', 'admin-password': 'fake_password_4', 'force-account-overwrite': 'true', 'cifs-server': 'FAKE-VSE-SERVER', 'default-site': 'fake_default_ad_site_4'} _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:51:28.267 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_aggregate_disk_types [0.024918s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_size_to_gb_4 [0.019727s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_active_directory_security_service_3_default_ad_site_to_default_ad_site [0.052183s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_update_access_2 [0.025651s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_create_volume_body_1_True [0.037244s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageAssistantTestCase.test_update_cifs_access_2_False [0.023738s] ... ok DEBUG: 2025-11-13 13:51:28.300 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.301 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.301 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.301 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.301 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.302 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.307 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_active_directory_security_service_error_1_True [0.037844s] ... ok DEBUG: 2025-11-13 13:51:28.329 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.329 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.329 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.330 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.330 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.330 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.332 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_ldap_1_False [0.024354s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_addnasdir [0.047652s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_security_key_manager_nve_support_enabled [0.060117s] ... ok DEBUG: 2025-11-13 13:51:28.352 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.352 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.352 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.353 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.353 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.353 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.354 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] All SnapLock attributes are None, not updating SnapLock attributes _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:51:28.355 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_volume_all_optional_args_2__None___fake_adaptive_qos_policy_group_name__ [0.023362s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_chcifsuser [0.026648s] ... ok DEBUG: 2025-11-13 13:51:28.374 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.375 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.375 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.375 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.375 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.375 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.377 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_prune_deleted_nfs_export_policies [0.021462s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageSSHTestCase.test_rmnfsclient [0.021525s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_security_key_manager_nve_support_no_license [0.046872s] ... ok DEBUG: 2025-11-13 13:51:28.402 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.402 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.402 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.403 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.403 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.403 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not delete snapshot deleted_snap_2 on volume fake_volume_2.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode Traceback (most recent call last): DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode.py", line 3949, in prune_deleted_snapshots DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode client.delete_snapshot(snapshot['volume'], DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode File "/usr/lib64/python3.12/unittest/mock.py", line 1202, in _execute_mock_call DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode raise result DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: 2025-11-13 13:51:28.404 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode DEBUG: 2025-11-13 13:51:28.406 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_prune_deleted_snapshots [0.029324s] ... ok DEBUG: 2025-11-13 13:51:28.447 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.447 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.447 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.450 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.450 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.450 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.453 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_qos_policy_group_exists_no_records [0.047046s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageShareDriverTestCase.test_extend_share [0.019979s] ... ok DEBUG: 2025-11-13 13:51:28.475 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.476 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.476 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.476 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.476 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.477 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.478 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_qos_policy_group_get_none_found [0.024314s] ... ok DEBUG: {0} manila.tests.share.drivers.inspur.instorage.test_instorage.InStorageShareDriverTestCase.test_generate_share_name_1 [0.020105s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__ensure_user_3_2 [0.023209s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_unique_svm_by_name [0.060539s] ... ok DEBUG: 2025-11-13 13:51:28.500 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.500 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.500 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.501 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.501 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.501 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.502 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_qos_policy_group_rename [0.024437s] ... ok DEBUG: 2025-11-13 13:51:28.524 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.525 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.525 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.525 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.525 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.526 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.527 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_quiesce_snapmirror [0.024428s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__ensure_user_fail [0.021458s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_unique_svm_by_name_error [0.032777s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__format_name [0.025297s] ... ok DEBUG: 2025-11-13 13:51:28.551 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.551 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.552 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.552 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.552 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.555 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.556 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_quiesce_snapmirror_svm [0.029193s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_volume_by_args [0.029047s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__generate_share_name [0.023913s] ... ok DEBUG: 2025-11-13 13:51:28.581 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.582 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.582 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.583 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.583 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.583 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.584 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_release_snapmirror_svm [0.028244s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__getattr__ [0.023591s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__get_location_path_2_cifs [0.019360s] ... ok DEBUG: 2025-11-13 13:51:28.604 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.604 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.604 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.605 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.605 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.605 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.606 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_release_snapmirror_vol_error_not_unique_relationship [0.021613s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__get_share_instance_pnp_pool_error [0.018510s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__list_vservers [0.018839s] ... ok DEBUG: 2025-11-13 13:51:28.626 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.628 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.628 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.628 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.629 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.629 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.630 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_remove_nfs_export_rule [0.023830s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__unit_convert_toGB_1_2000000000 [0.023688s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__resync_snapmirror [0.035135s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__unit_convert_toGB_3_2000MB [0.021817s] ... ok DEBUG: 2025-11-13 13:51:28.654 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.655 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.655 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.655 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.655 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.656 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.657 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_remove_nfs_export_rules [0.026644s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__send_volume_move_request [0.032626s] ... ok DEBUG: 2025-11-13 13:51:28.687 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.688 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.688 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.688 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.688 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.688 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.693 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_remove_nfs_export_rules_not_found [0.037355s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test__unit_convert_toGB_4_20GB [0.034785s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__set_snapmirror_state [0.025889s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_cifs_4 [0.018571s] ... ok DEBUG: 2025-11-13 13:51:28.721 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.721 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.721 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.722 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.722 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.722 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.723 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_rename_snapshot [0.028694s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__update_snapmirror_no_snapmirrors [0.019597s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_cifs_ip_fail [0.018514s] ... ok DEBUG: 2025-11-13 13:51:28.742 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.742 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.742 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.743 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.743 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.743 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.744 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_resume_snapmirror_not_quiesed [0.020571s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_abort_snapmirror_vol [0.018669s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_allow_access_success_1_nfs [0.021066s] ... ok DEBUG: 2025-11-13 13:51:28.762 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.762 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.762 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.763 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.763 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.763 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.764 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_resume_snapmirror_svm [0.019904s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_check_for_setup_error_cifs_service_error [0.019474s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_accept_vserver_peer [0.029067s] ... ok DEBUG: 2025-11-13 13:51:28.785 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.786 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.786 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.786 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.786 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.786 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.787 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_send_iter_request_not_found [0.023434s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_check_for_setup_error_nfs_service_error [0.022544s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_apply_volume_efficiency_none_policy [0.020219s] ... ok DEBUG: 2025-11-13 13:51:28.811 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.817 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.817 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.818 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.818 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.818 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.819 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_send_volume_move_request_failure_1__True__True__False_ [0.035141s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_apply_volume_efficiency_policy [0.025752s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_delete_share_1_nfs [0.030105s] ... ok DEBUG: Share manila_fakeid not found. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_check_snaprestore_license_2___1638515___True_ [0.019785s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_delete_share_not_exist_2_cifs [0.019685s] ... ok DEBUG: 2025-11-13 13:51:28.851 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.852 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.852 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.852 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.852 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.852 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.853 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_cluster_peer_policy_not_supported [0.030577s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_check_volume_clone_split_completed_1_True [0.018723s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_deny_access_2_cifs [0.019090s] ... ok DEBUG: 2025-11-13 13:51:28.872 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.872 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.872 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.872 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.872 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.873 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.874 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_preferred_dc_2 [0.020041s] ... ok DEBUG: Could not list the share access for share manila_fakeid DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_check_volume_move [0.019680s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_deny_access_nfs_share_not_exist [0.021190s] ... ok DEBUG: 2025-11-13 13:51:28.892 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.893 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.893 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.893 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.893 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.893 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.894 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] All SnapLock attributes are None, not updating SnapLock attributes _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:51:28.894 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_snaplock_attributes_all_none [0.020508s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_cifs_share_exists [0.022600s] ... ok DEBUG: 2025-11-13 13:51:28.922 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.922 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.922 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.923 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.923 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.923 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.924 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_volume_security_style_2_ntfs [0.029562s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_active_directory_1 [0.019759s] ... ok DEBUG: 2025-11-13 13:51:28.941 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.942 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.942 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.942 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.942 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.942 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.949 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_volume_security_style_api_error [0.025367s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_active_directory_error [0.030453s] ... ok DEBUG: 2025-11-13 13:51:28.978 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.978 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.978 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.978 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.979 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.979 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.980 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_volume_size [0.030341s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_dns_for_active_directory [0.018009s] ... ok DEBUG: 2025-11-13 13:51:28.997 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.998 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.998 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.998 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.998 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:28.998 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:28.999 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_volume_snapdir_access_2_False [0.019153s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_dns_for_kerberos [0.017793s] ... ok DEBUG: 2025-11-13 13:51:29.017 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.017 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.017 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.018 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.018 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.018 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.019 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_share_server_migration_start_failed_2 [0.019522s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_dns_multiple_dns_ip [0.020019s] ... ok DEBUG: 2025-11-13 13:51:29.036 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.036 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.036 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.036 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.036 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.037 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.037 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if snapshot fake_snapshot exists for volume fake_share _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:51:29.038 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_snapshot_exists_error_1 [0.018665s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_cifs_share [0.028518s] ... ok DEBUG: 2025-11-13 13:51:29.062 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.062 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.062 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.063 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.063 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.063 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.064 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_soft_delete_nfs_export_policy_api_error [0.026220s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_ipspace [0.017626s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_route_duplicate [0.019992s] ... ok DEBUG: 2025-11-13 13:51:29.111 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.111 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.111 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.112 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.112 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.112 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.112 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Vserver fake_vserver is already started. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:51:29.113 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_start_vserver_already_started [0.049803s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_route_no_destination_1__ [0.020081s] ... ok DEBUG: 2025-11-13 13:51:29.130 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.131 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.131 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.131 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.131 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.131 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.132 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_terminate_vserver_services [0.018466s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_route_no_destination_2__ [0.018564s] ... ok DEBUG: 2025-11-13 13:51:29.149 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.150 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.150 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.150 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.150 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.150 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.151 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_snapmirror_already_transferring_two [0.018977s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_snapmirror_vol_error [0.020906s] ... ok DEBUG: 2025-11-13 13:51:29.172 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.172 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.172 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.172 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.173 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.173 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.174 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_02 [0.022443s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_snapshot [0.032315s] ... ok DEBUG: 2025-11-13 13:51:29.194 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.199 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.199 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.199 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.200 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.200 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.201 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_05 [0.027505s] ... ok DEBUG: 2025-11-13 13:51:29.227 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.227 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.227 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.228 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.228 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.228 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.229 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_10 [0.027698s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_volume_clone_2 [0.032094s] ... ok DEBUG: 2025-11-13 13:51:29.247 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.247 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.247 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.247 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.248 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.248 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.249 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_12 [0.019217s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_vserver [0.019608s] ... ok DEBUG: 2025-11-13 13:51:29.277 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.277 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.277 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.278 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.278 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.278 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.283 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_13 [0.034932s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_vserver_peer_1_None [0.020283s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_vserver_peer_2_cluster_name [0.022183s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_fpolicy_event_error [0.028610s] ... ok DEBUG: 2025-11-13 13:51:29.347 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.354 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.354 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.355 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.355 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.355 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.356 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_has_junctioned_volumes_not_found [0.075111s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_snapmirror [0.023865s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_ensure_share_2_cifs [0.502103s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_snapmirror_policy_no_records [0.033673s] ... ok DEBUG: 2025-11-13 13:51:29.396 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.396 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.397 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.402 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.402 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.402 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.403 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_move_method_1 [0.049478s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_ensure_share_not_exist [0.027830s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_vlan_api_error [0.029466s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_extend_share_1_nfs [0.018685s] ... ok DEBUG: 2025-11-13 13:51:29.448 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.449 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.449 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.450 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.450 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.450 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.451 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_move_method_4 [0.042881s] ... ok DEBUG: Can't find the share by share name: manila_fakeid. DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_shrink_share_not_exist_1_nfs [0.018374s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_shrink_share_size_fail [0.018056s] ... ok DEBUG: Vserver fake_vserver does not exist. DEBUG: 2025-11-13 13:51:29.487 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.487 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.487 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.488 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.492 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Port e0a already exists in broadcast domain domain_fake _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:51:29.493 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__add_port_to_broadcast_domain_exists [0.041042s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_vserver_not_found [0.045734s] ... ok DEBUG: Failed to allow rw access to 172.0.3.1, reason Invalid access rule: fake_exception DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.MacrosanShareDriverTestCase.test_update_access_fail [0.020398s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__add_localgroup [0.018224s] ... ok DEBUG: 2025-11-13 13:51:29.525 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.536 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.536 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.536 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.538 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__break_snapmirror [0.045496s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_disable_network_interface [0.044444s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__allow_access_rest_1_nfs [0.026673s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__allow_access_rest_proto_error [0.020107s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_enable_compression_async [0.040341s] ... ok DEBUG: 2025-11-13 13:51:29.581 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.581 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.581 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.581 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.583 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__build_autosize_attributes_reset_true [0.048889s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__allow_cifs_access_rest_1 [0.044245s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_enable_fpolicy_policy [0.041516s] ... ok DEBUG: 2025-11-13 13:51:29.622 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.622 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.622 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.622 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.624 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__build_autosize_attributes_with_mode_only [0.042660s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_enable_nfs_1 [0.022366s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__assert_result_code [0.041341s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_enable_nfs_3_None [0.019772s] ... ok DEBUG: 2025-11-13 13:51:29.680 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.680 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.680 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.681 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.681 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] LDAP client cannot be configured with both 'server' and 'domain' parameters. Use 'server' for Linux/Unix LDAP servers or 'domain' for Active Directory LDAP servers.: NoneType: None DEBUG: 2025-11-13 13:51:29.681 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest NoneType: None DEBUG: 2025-11-13 13:51:29.681 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest DEBUG: 2025-11-13 13:51:29.682 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__create_ldap_client_error_1___fake_server____fake_domain__ [0.052394s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_enable_nfs_protocols_3__False__True__True_ [0.019770s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__assert_result_data [0.037598s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_ensure_broadcast_domain_for_port_other_domain_2_Default [0.021476s] ... ok DEBUG: 2025-11-13 13:51:29.723 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.723 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.724 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: Failed to get info for aggregate fake_aggr1. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode_rest.py", line 563, in get_aggregate DEBUG: aggrs = self._get_aggregates(aggregate_names=[aggregate_name], 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - fake:fake DEBUG: 2025-11-13 13:51:29.724 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.732 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__create_vlan_2_None [0.049197s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_aggregate_error [0.022100s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__config_cifs_service [0.046059s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_aggregate_for_volume [0.021018s] ... ok DEBUG: 2025-11-13 13:51:29.760 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.760 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.761 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.761 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__delete_cifs_share [0.026550s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_aggregate_no_name [0.019815s] ... ok DEBUG: 2025-11-13 13:51:29.775 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__create_vserver_delete_retention_hours_2_65535 [0.043378s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_fpolicy_scopes [0.019280s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__delete_filesystem [0.037787s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_key_store_config_uuid [0.021941s] ... ok DEBUG: 2025-11-13 13:51:29.816 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.816 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.816 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.816 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to get disk info for aggregate fake_aggr1.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - fake:fake DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest Traceback (most recent call last): DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode_rest.py", line 635, in _get_aggregate_disk_types DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest response = self.send_request( DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest result = effect(*args, **kwargs) DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest raise effect DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - fake:fake DEBUG: 2025-11-13 13:51:29.817 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest DEBUG: 2025-11-13 13:51:29.819 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_aggregate_disk_types_exception [0.043736s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_performance_counter_info_2_domain_busy [0.030875s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_access_from_cifs_share_1 [0.040959s] ... ok DEBUG: 2025-11-13 13:51:29.858 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.859 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.859 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.859 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.860 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_aggregates [0.040919s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_performance_counter_info_not_found_rows [0.019317s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_performance_instance_uuids [0.018429s] ... ok DEBUG: 2025-11-13 13:51:29.887 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.887 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.888 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.888 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.889 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_deleted_nfs_export_policies [0.028243s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_access_from_cifs_share_5 [0.045444s] ... ok DEBUG: 2025-11-13 13:51:29.906 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.906 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.907 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.907 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.908 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_nfs_export_rule_indices [0.018791s] ... ok DEBUG: 2025-11-13 13:51:29.925 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.926 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.926 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.926 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.926 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] NVE disabled - Key management is not configured on the admin Vserver. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:51:29.927 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_security_key_manager_nve_support_no_records [0.019472s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_access_from_nfs_share [0.040449s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_records_2_False [0.029758s] ... ok DEBUG: 2025-11-13 13:51:29.947 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.948 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.948 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.948 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.949 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_snapmirrors_1 [0.022109s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_all_nfs_access_rest [0.040402s] ... ok DEBUG: 2025-11-13 13:51:29.972 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.972 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.972 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.972 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.973 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_snapmirrors_2 [0.023806s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_records_single_page [0.036215s] ... ok DEBUG: 2025-11-13 13:51:29.991 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:29.991 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.992 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:29.992 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:29.993 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_snapmirrors_not_found [0.019126s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_snapmirror_destinations [0.029361s] ... ok DEBUG: 2025-11-13 13:51:30.010 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.010 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.010 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.011 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.012 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_soft_deleted_snapshots [0.018631s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_cifs_service_status [0.040481s] ... ok DEBUG: 2025-11-13 13:51:30.028 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.029 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.029 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.029 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.030 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_svm_peer_uuid_error [0.018899s] ... ok DEBUG: 2025-11-13 13:51:30.047 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.048 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.048 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.048 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.049 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__get_nfs_service_status [0.033102s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__is_busy_snapshot_1 [0.018158s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_snapshot_raise_more_than_one [0.032929s] ... ok DEBUG: 2025-11-13 13:51:30.067 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.068 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.068 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.068 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.069 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__is_snaplock_enabled_volume_false [0.020787s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__query_group [0.047256s] ... ok DEBUG: 2025-11-13 13:51:30.093 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.094 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.094 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.094 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.096 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__is_snaplock_enabled_volume_true_1_compliance [0.026646s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_snapshot_raise_not_found [0.041608s] ... ok DEBUG: 2025-11-13 13:51:30.115 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.115 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.115 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.115 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.116 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__is_snaplock_enabled_volume_true_2_enterprise [0.019813s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test__query_user [0.032307s] ... ok DEBUG: 2025-11-13 13:51:30.134 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.134 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.134 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.135 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.136 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__modify_active_directory_security_service_error_1___password__ [0.019407s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_volume [0.047063s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test_call_1 [0.036635s] ... ok DEBUG: 2025-11-13 13:51:30.162 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.162 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.162 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: Failed to get volume efficiency status for volume1. DEBUG: 2025-11-13 13:51:30.162 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.163 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__modify_active_directory_security_service_error_2___user__ [0.027427s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_volume_efficiency_status_error [0.037696s] ... ok DEBUG: 2025-11-13 13:51:30.185 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.185 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.186 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.186 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.193 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__modify_security_cert [0.029576s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test_call_4 [0.062105s] ... ok DEBUG: 2025-11-13 13:51:30.233 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.234 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.234 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.234 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.236 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__parse_timestamp [0.042697s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_volume_error_2 [0.056301s] ... ok DEBUG: {0} manila.tests.share.drivers.macrosan.test_macrosan_nas.RestHelperTestCase.test_call_token_none [0.038637s] ... ok DEBUG: 2025-11-13 13:51:30.276 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.276 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.277 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.277 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.278 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__resume_snapmirror_2_sync [0.042244s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_ipspace [0.047526s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__add_params [0.041267s] ... ok DEBUG: 2025-11-13 13:51:30.317 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.317 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.317 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.318 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.319 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__sort_data_ports_by_speed [0.047683s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_ipspace_exception [0.038660s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__check_maprfs_state_down [0.049757s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_peers_not_found [0.024945s] ... ok DEBUG: 2025-11-13 13:51:30.364 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.365 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.365 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.365 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.367 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__unmount_volume [0.041719s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_volume_count [0.019508s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__check_maprfs_state_healthy [0.034109s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_initialize_snapmirror_vol [0.026815s] ... ok DEBUG: 2025-11-13 13:51:30.408 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.408 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.408 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.408 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.410 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__update_snapmirror [0.038946s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_is_snaplock_compliance_clock_configured_negative [0.022634s] ... ok DEBUG: 2025-11-13 13:51:30.430 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.430 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.430 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.430 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.432 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__update_snapmirror_error_1___13303812____Another_transfer_is_in_progress__ [0.021580s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_list_node_data_ports [0.021965s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__cluster_name_exception [0.070458s] ... ok DEBUG: 2025-11-13 13:51:30.459 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:51:30.459 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.459 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:51:30.459 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:51:30.460 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:30.460 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_list_vservers_not_found [0.022967s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_modify_active_directory_security_service [0.021701s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__get_volume_info_by_path [0.043238s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_modify_broadcast_domain [0.027393s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__group_exists [0.026658s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_modify_ldap_linux [0.021571s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__share_dir [0.022195s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_network_interface_exists [0.019853s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_prune_deleted_nfs_export_policies_api_error [0.021649s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test__user_exists [0.036715s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_prune_deleted_snapshots_2_False [0.019975s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_qos_policy_group_exists [0.018384s] ... ok DEBUG: CLDB nodes are not specified! DEBUG: Zookeeper nodes are not specified! DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_check_for_setup_error [0.047962s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_remove_unused_qos_policy_groups [0.035804s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_create_share [0.029914s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_rename_nfs_export_policy [0.037125s] ... ok DEBUG: Failed to create volume in MapR-FS for the share share-0. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/maprfs_native.py", line 154, in _create_share DEBUG: self._maprfs_util.create_volume(volume_name, share_dir, DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/driver_util.py", line 145, in create_volume DEBUG: self._execute(*cmd) 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: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_create_share_exception [0.048567s] ... ok DEBUG: Unable to disable dedup. Will retry the operation. Error details: The sis operation is currently active DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_send_request_post [0.036310s] ... ok DEBUG: Only MapRFS protocol supported! DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_create_share_unsupported_proto [0.023654s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_volume_max_files_retry_allocated [0.024468s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_delete_share_not_exist [0.020046s] ... ok DEBUG: Could not find volume volume1 to set snapdir access DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_volume_snapdir_access_exception [0.018062s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_delete_snapshot [0.019626s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_snapshot_exists_error [0.018216s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_do_setup [0.020155s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_svm_migrate_pause [0.017811s] ... ok DEBUG: Failed to check MapRFS capacity info. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/maprfs/maprfs_native.py", line 420, in _update_share_stats DEBUG: total, free = self._maprfs_util.fs_capacity() 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: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_get_share_stats_refresh_exception [0.023205s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_terminate_vserver_services_api_error [0.022881s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_get_share_stats_refresh_false [0.020544s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_trigger_volume_move_cutover [0.032236s] ... ok DEBUG: {0} manila.tests.share.drivers.maprfs.test_maprfs.MapRFSNativeShareDriverTestCase.test_manage_existing [0.029679s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_update_dns_configuration_all_operations_2____name_services_dns_b32bab78_82be_11ec_a8a3_0242ac120002____delete__________ [0.028433s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test_get_set_system_version [0.022683s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_update_dns_configuration_all_operations_3____name_services_dns____post_____fake_domain______fake_ip___ [0.018648s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test_setter_child_list_tuple [0.018469s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_update_kerberos_realm [0.017340s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test_setter_invalid_key [0.017481s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_update_volume_efficiency_attributes_2_False [0.018044s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test_setter_invalid_value [0.019541s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_update_volume_snapshot_policy [0.018020s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test_setter_na_element [0.020046s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_volume_has_junctioned_volumes_1__fake_share [0.021031s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test_setter_no_value [0.018400s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_volume_has_snapmirror_relationships_1_source [0.027169s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiElementTransTests.test_translate_struct_tuple [0.018624s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test__get_base_url_1 [0.017070s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_volume_has_snapmirror_relationships_2_destination [0.020640s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test__get_base_url_2 [0.017768s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_volume_has_snapmirror_relationships_api_error [0.019376s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test__get_request_info_1___svm_migration_start____svm_migrations____post__ [0.017777s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_vserver_exists_exception_2_fake [0.019422s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerRestClientTests.test_invoke_elem_unknown_exception [0.018709s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__create_certificate_auth_handler_default [0.018841s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerZapiClientTests.test_invoke_elem_unknown_exception [0.017950s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__init__ssl_verify_1_None [0.021790s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_api.NetAppApiServerZapiClientTests.test_invoke_elem_valid_2 [0.028207s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_get_api_version_1_None [0.020947s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_add_feature_type_error_2_False [0.019424s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_get_request_method_2_get [0.019667s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_add_feature_type_error_8 [0.018913s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_get_request_method_3_put [0.018978s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.FeaturesTestCase.test_add_feature_type_error_9__True__ [0.018055s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_get_request_method_4_delete [0.018998s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_get_system_version_cached [0.019090s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_get_transport_type [0.018220s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_invoke_successfully_2 [0.017654s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_base.NetAppBaseClientTestCase.test_strip_xml_namespace_1_tag_name [0.020646s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_send_http_request_4 [0.021758s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_port__value_error_2_80na [0.017867s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_timeout_value_error_1___ [0.018004s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_transport_type_value_error_1_None [0.017526s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_abort_and_break_snapmirror_svm [0.018465s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_cancel_snapmirror_svm_1 [0.018829s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_cancel_snapmirror_svm_3 [0.022170s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_cleanup_previous_snapmirror_relationships_does_not_exist_4 [0.020085s] ... ok DEBUG: Error releasing snapmirror destination dst_share for replica src_share. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/data_motion.py", line 933, in cleanup_previous_snapmirror_relationships DEBUG: src_client.release_snapmirror_vol( 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - some_random_code:(actually, entry does exist!) DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_cleanup_previous_snapmirror_relationships_does_not_exist_5 [0.022860s] ... ok DEBUG: 2025-11-13 13:51:32.460 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 2.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:32.461 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: Unable to disable dedup. Will retry the operation. Error details: The sis operation is currently active DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_disable_dedup_currently_active [12.033907s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_disable_fpolicy_policy_2_18251 [0.019331s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_disable_fpolicy_policy_error [0.018558s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_dedup_already_enabled [0.018689s] ... ok DEBUG: Unable to enable dedup. Will retry the operation. Error details: The sis operation is currently active DEBUG: Unable to enable ldap client configuration fake_config_name. Retries exhausted. Aborting. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode.py", line 1878, in try_enable_ldap_client DEBUG: self.send_request('ldap-config-create', api_args) 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: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode.py", line 1878, in try_enable_ldap_client DEBUG: self.send_request('ldap-config-create', api_args) 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 13001:unknown DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode.py", line 1886, in _enable_ldap_client DEBUG: try_enable_ldap_client() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/utils.py", line 424, in _wrapper DEBUG: return r(f, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 379, in __call__ DEBUG: do = self.iter(retry_state=retry_state) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 325, in iter DEBUG: raise retry_exc.reraise() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 158, in reraise DEBUG: raise self.last_attempt.result() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 449, in result DEBUG: return self.__get_result() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result DEBUG: raise self._exception DEBUG: File "/usr/lib/python3.12/site-packages/tenacity/__init__.py", line 382, in __call__ DEBUG: result = fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode.py", line 1883, in try_enable_ldap_client DEBUG: raise exception.ShareBackendException(msg=msg) DEBUG: manila.exception.ShareBackendException: Share backend error: Unable to enable ldap client configuration. Will retry the operation. Error details: unknown. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__enable_ldap_client_timeout [3.029799s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__format_request_1 [0.042638s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__get_aggregate_disk_types_ddt_1 [0.026619s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__is_snaplock_enabled_volume_true_1_compliance [0.024271s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test__is_snaplock_enabled_volume_true_2_enterprise [0.021412s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_abort_snapmirror_1_True [0.020551s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_abort_snapmirror_no_transfer_in_progress [0.018501s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_add_port_to_broadcast_domain_already_present [0.024001s] ... ok DEBUG: 2025-11-13 13:51:34.461 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 4.001(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:34.462 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_add_vserver_to_ipspace [0.019515s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_apply_volume_efficiency_policy_async_without_policy [0.019634s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_broadcast_domain_exists [0.020467s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_broadcast_domain_exists_not_found [0.020317s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_check_for_cluster_credentials [0.023478s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_check_volume_clone_split_completed_1_fake_snapshot_name [0.023499s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_check_volume_clone_split_completed_2_None [0.021237s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_cifs_share_exists_1 [0.022437s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_active_directory_credential_error [0.031851s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_active_directory_user_privilege_error [0.025788s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_cifs_aes_encryption_disable_1_True [0.019153s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_dns_api_error [0.021746s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_dns_for_kerberos [0.021015s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_dns_multiple_dns_ip [0.021329s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_ldap_1 [0.021229s] ... ok DEBUG: LDAP client cannot be configured without 'server' or 'domain' parameters. Use 'server' for Linux/Unix LDAP servers or 'domain' for Active Directory LDAP server. DEBUG: NoneType: None DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_configure_ldap_invalid_parameters_1 [0.023682s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_cluster_peer [0.024975s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_fpolicy_scope [0.019627s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_kerberos_realm_api_error [0.025264s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_network_interface [0.021659s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_nfs_export_policy [0.020476s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_nfs_export_policy_api_error [0.021396s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_route_3___0_0_0_0_0____10_10_10_1___True_ [0.018052s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_route_4______0____fe80__1___True_ [0.020678s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_snapmirror_1 [0.019360s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_snapmirror_policy_1 [0.018441s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_snapmirror_policy_2 [0.021733s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_async_2_False [0.018815s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_snaplock_type_1_compliance [0.018006s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_snaplock_type_2_enterprise [0.020632s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_volume_thin_provisioned_1_True [0.020241s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_create_vserver_delete_retention_hours_2_65535 [0.020990s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_broadcast_domain [0.018712s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_fpolicy_policy_2_18251 [0.018985s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_network_interface [0.018320s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_nfs_export_policy_not_found [0.019316s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_snapmirror_policy_not_found [0.019311s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_snapshot_2_False [0.020085s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_vserver_multiple_volumes [0.020934s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_delete_vserver_no_volumes [0.019585s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_disable_compression [0.019348s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_disable_compression_async [0.019926s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_disable_dedupe_async [0.023873s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_compression [0.025203s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_dedupe_async [0.024387s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_fpolicy_policy [0.021245s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_nfs_1 [0.023575s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_ensure_broadcast_domain_for_port_domain_match [0.020725s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_ensure_broadcast_domain_for_port_other_domain_1_ipspace_fake [0.024937s] ... ok DEBUG: Failed to get info for aggregate fake_aggr1. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode.py", line 4467, in get_aggregate DEBUG: aggrs = self._get_aggregates( DEBUG: ^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/utils.py", line 118, in trace_wrapper DEBUG: result = f(self, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode.py", line 1594, in _get_aggregates DEBUG: result = self.send_iter_request('aggr-get-iter', api_args) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode.py", line 155, in send_iter_request DEBUG: result = self.send_request(api_name, api_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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - fake:fake DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregate_api_error [0.022520s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregate_for_volume_2_False [0.019462s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregate_none_specified [0.022182s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregate_not_found [0.022906s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregates_not_found [0.021864s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_cluster_aggregate_capacities_not_found [0.019486s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_cluster_name [0.020997s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_cluster_peers_not_found [0.018887s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_create_volume_api_args_with_extra_specs [0.021211s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_ems_log_destination_vserver [0.021179s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_ems_log_destination_vserver_legacy [0.018292s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_ipspace_name_for_vlan_port_no_ipspace_found [0.019013s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_ipspace_name_for_vlan_port_no_vlan [0.019966s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_ipspaces [0.028092s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_ipspaces_not_found [0.025940s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_network_interfaces [0.019767s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_nfs_config [0.017886s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_nfs_export_policy_for_volume_not_found [0.018313s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_node_data_ports [0.018710s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_node_for_aggregate_none_requested [0.024104s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_node_for_aggregate_not_found [0.017395s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_snapmirror_policies [0.017175s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_snapmirrors [0.020031s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_snapshot_error_2 [0.020633s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_storage_failover_partner [0.022816s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_efficiency_status [0.037246s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_junction_path [0.019459s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_move_status_no_records [0.020476s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_not_unique [0.021075s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_info_2 [0.020026s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_peers [0.019299s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_peers_not_found [0.019466s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_volume_count [0.017814s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_init_features_ontapi_1_21 [0.019888s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_init_features_ontapi_1_30_1__1__30_ [0.018521s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_init_features_ontapi_1_30_2__1__40_ [0.018572s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_initialize_snapmirror_1 [0.018612s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_initialize_snapmirror_svm [0.022760s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_flexgroup_volume_2_False [0.019633s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_flexvol_encrypted [0.019937s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_flexvol_encrypted_8_x_system_version_response [0.019201s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_flexvol_encrypted_no_records_found [0.019037s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_flexvol_encrypted_unsupported [0.019099s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_kerberos_enabled [0.019951s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_nve_supported_unsupported_release_or_platform_2___8__3__2____NetApp_Release_8_2_1_Cluster_Mode__Fri_Mar_21_14_25_07_PDT_2014__ [0.021012s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_network_interfaces_not_found [0.020731s] ... ok DEBUG: 2025-11-13 13:51:36.462 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 6.002(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:36.463 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_snapmirror_snapshots_2_12345 [0.020385s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_vserver_aggregates_none_found [0.018476s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_mark_qos_policy_group_for_deletion_policy_exists_2_False [0.018849s] ... ok DEBUG: Both source and destination clusters must be AFF systems. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_migration_check_job_state_failed_2_13172984 [0.020227s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_cifs_share_access_1_True [0.018089s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_volume_all_optional_args_1___fake_qos_policy_group_name___None_ [0.018713s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_mount_volume [0.021037s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_offline_volume [0.019745s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_parse_nfs_config_3 [0.018998s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_prune_deleted_nfs_export_policies_api_error [0.018546s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_qos_policy_group_rename_noop [0.017080s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_release_snapmirror_vol_4 [0.017347s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_remove_cifs_share [0.018806s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_remove_preferred_dcs_error [0.023883s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_rename_nfs_export_policy [0.023996s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_resume_snapmirror [0.022806s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_resume_snapmirror_error [0.019386s] ... ok DEBUG: Unable to enable dedup. Will retry the operation. Error details: The sis operation is currently active DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_resync_snapmirror_svm [0.020628s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_send_ems_log_message [0.021611s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_send_iter_request_invalid_2 [0.019135s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_send_iter_request_single_page [0.019913s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_send_volume_move_request_success_1__True__True__True_ [0.019073s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_send_volume_move_request_success_2__False__None__False_ [0.020362s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_nfs_export_policy_for_volume [0.018401s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_preferred_dc_4 [0.017935s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_qos_adaptive_policy_group_for_volume [0.017982s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_snaplock_attributes_1 [0.026012s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_snaplock_attributes_3 [0.020269s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_volume_filesys_size_fixed_2_False [0.019059s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_volume_name [0.019656s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_setup_security_services_invalid [0.020122s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_setup_security_services_ldap [0.018152s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_share_server_migration_start_failed_1 [0.021366s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_snapshot_exists_error_2 [0.019850s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_snapshot_exists_not_found [0.019631s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_soft_delete_snapshot_api_error [0.019992s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_sort_data_ports_by_speed [0.018927s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_start_cg_snapshot [0.018351s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_start_vserver_1_True [0.017745s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_svm_migrate_pause [0.019218s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_svm_migration_get [0.019547s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_svm_migration_start_2 [0.019460s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_trigger_volume_move_cutover_force_2_False [0.018415s] ... ok DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_unmount_volume_with_retries [0.314207s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_dns_configuration [0.025356s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_kerberos_realm [0.020643s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_nfs_export_rule_1 [0.021517s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_showmount [0.019755s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_snapmirror_already_transferring [0.021723s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_snapmirror_error [0.022620s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_03 [0.024425s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_06 [0.024163s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_08 [0.018642s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_09 [0.020212s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_11 [0.017560s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_14 [0.017865s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_16 [0.016902s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_17 [0.018119s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_snapshot_policy [0.017110s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_clone_split_start_2 [0.016983s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_clone_split_start_api_error [0.018386s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_has_junctioned_volumes [0.016390s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_has_snapmirror_relationships_2_destination [0.017148s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test___delete_port_by_ipspace_and_broadcast_domain [0.016343s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__add_nfs_export_rule [0.016849s] ... ok DEBUG: 2025-11-13 13:51:38.463 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 8.003(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:38.464 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: Unable to enable dedup. Will retry the operation. Error details: The sis operation is currently active DEBUG: 2025-11-13 13:51:40.464 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 10.004(s), this was the 6th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:40.464 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_convert_svm_to_default_subtype_1_True [10.027978s] ... ok DEBUG: 2025-11-13 13:51:42.465 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 12.005(s), this was the 7th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:42.465 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: Unable to enable dedup. Will retry the operation. Error details: The sis operation is currently active DEBUG: 2025-11-13 13:51:44.466 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 14.006(s), this was the 8th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:44.466 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: Unable to enable dedup. Will retry the operation. Error details: The sis operation is currently active DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_dedup_currently_active [12.024926s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_nfs_2 [0.026607s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_nfs_3_None [0.024194s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_nfs_protocols_1__True__True__True_ [0.021170s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_nfs_protocols_2__True__False__False_ [0.024819s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_nfs_protocols_3__False__True__True_ [0.018829s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_ensure_broadcast_domain_for_port_other_domain_2_Default [0.018636s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregate_disk_types_2 [0.020034s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregate_for_volume_not_found [0.018447s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_aggregates [0.023386s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_cifs_share_access [0.023224s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_cluster_peers_single [0.017996s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__break_snapmirror_exception [8.020234s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_create_volume_api_args_no_extra_specs [0.019534s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__build_autosize_attributes [0.025649s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_create_volume_api_args_with_mount_point_name [0.018604s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_data_lif_details_for_nodes [0.021350s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__check_for_cluster_credentials [0.048134s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_ems_log_destination_no_cluster_creds [0.020154s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__create_vserver_1_True [0.022975s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_fpolicy_events [0.020830s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_fpolicy_status [0.018322s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__create_vserver_delete_retention_hours_1_0 [0.033987s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_ipspace_name_for_vlan_port_no_ipspace_feature [0.018617s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__create_vserver_delete_retention_hours_3_270000 [0.022850s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_ipspace_name_for_vlan_port_raises_api_error [0.017843s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_broadcast_domain_for_port_exception [0.019927s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_ipspaces_not_supported [0.020259s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_security_key_manager_nve_support_disabled [0.025833s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_volume_by_args_error [0.021652s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_job [0.065464s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__quiesce_snapmirror [0.021951s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_migratable_data_lif_for_node [0.020994s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__remove_nfs_export_rules [0.026065s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_nfs_export_policy_for_volume [0.020600s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__remove_nfs_export_rules_error [0.020798s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_node_for_aggregate_api_error [0.018075s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__set_snapmirror_state_error [0.024064s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_performance_counter_info_not_found [0.017633s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__terminate_vserver_services [0.022824s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_record_count_2 [0.020705s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__update_nfs_export_rule [0.025899s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_records_count_invalid [0.025508s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_security_key_manager_nve_support_disabled_no_license [0.022959s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__update_snapmirror_error_2__None___fake__ [0.031531s] ... ok DEBUG: 2025-11-13 13:51:46.467 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 16.007(s), this was the 9th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:46.467 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_security_key_manager_nve_support_enabled [0.022951s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__wait_job_result [0.023759s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_snapmirror_destinations_svm_1 [0.018688s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__wait_job_result_timeout [0.026509s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_snapshot_1 [0.018172s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_autosize_attributes [0.018268s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_add_nfs_export_rule [0.036261s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_clone_parent_snaphot_2 [0.018295s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_check_snaprestore_license_1___1115127___False_ [0.020403s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_clone_parent_snaphot_3 [0.019319s] ... ok DEBUG: Caught an unexpected behavior: the fake restore to snapshot request using all volumes and empty string snapshot as argument has not failed. DEBUG: NoneType: None DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_efficiency_status_not_found [0.018231s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_check_snaprestore_license_error [0.019837s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_junction_path_cifs [0.017674s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_active_directory_2 [0.019517s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_not_found [0.017470s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_active_directory_credential_error_2 [0.022726s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_snapshot_attributes [0.019242s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_active_directory_user_privilege_error_2 [0.025515s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_volume_state_1_True [0.019162s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_cifs_aes_encryption_disable [0.019023s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_aggr_snaplock_type [0.019565s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_cifs_aes_encryption_enable [0.020178s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_aggregate_capacities [0.019195s] ... ok DEBUG: No aggregates assigned to Vserver fake_vserver. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_kerberos_error [0.021920s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_get_vserver_aggregate_capacities_aggregate_not_found [0.019139s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_has_records [0.018755s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_nfs [0.024709s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_init_features_ontapi_1_30_3__2__0_ [0.019857s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_barbican_kms_config_for_specified_vserver [0.024799s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_network_interface [0.019028s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_initialize_snapmirror_2 [0.028091s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_ipspace_exists_not_supported [0.020530s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_route_3___0_0_0_0_0____10_10_10_1___True_ [0.022421s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_ipspace_has_data_vservers_not_found [0.018765s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_route_4______0____fe80__1___True_ [0.023180s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_flexgroup_supported [0.018118s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_route_without_gateway [0.022755s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_flexgroup_volume_1_True [0.020405s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_snapmirror_policy_rest_2__None__False__False_ [0.028709s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_flexgroup_volume_unsupported [0.025168s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_volume_async [0.022671s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_nve_supported_key_manager_not_enabled [0.017431s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_nve_supported_valid_platform_and_supported_release [0.017109s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_volume_clone_1 [0.027006s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_snaplock_compliance_clock_configured [0.017056s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_snaplock_compliance_clock_configured_none [0.017134s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_volume_split_2_False [0.028487s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_svm_dr_supported [0.017346s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_is_svm_migrate_supported [0.016959s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_vserver_dp_destination [0.035356s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_aggregates [0.017220s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_fpolicy_policy_error [0.019914s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_cluster_nodes [0.017208s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_ipspace [0.022117s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_network_interfaces [0.027106s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_network_interface [0.022490s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_node_data_ports [0.017884s] ... ok DEBUG: Could not find volume volume1 to delete snapshot DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_snapshot_exception [0.018220s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_non_root_aggregates [0.018152s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_vlan [0.023088s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_volume_snapshots_1 [0.025405s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_volume [0.023190s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_list_vservers_not_found [0.019250s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_vserver_one_volume [0.019400s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_mark_qos_policy_group_for_deletion_rename_failure [0.019798s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_active_directory_security_service_1_server_to_server [0.018987s] ... ok DEBUG: Cannot delete Vserver fake_vserver. Failed to put volumes offline. Entry doesn't exist. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_active_directory_security_service_2_server_to_default_ad_site [0.019030s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_vserver_one_volume_already_offline [0.047778s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_active_directory_security_service_4_default_ad_site_to_server [0.022607s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_broadcast_domain [0.028695s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_enable_nfs_2 [0.056261s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_cifs_share_access_2_False [0.020527s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_fpolicy_scope [0.020021s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_ensure_broadcast_domain_for_port_domain_match [0.043677s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_ldap_2_True [0.019516s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_ldap_config_delete_failure [0.018157s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_ensure_broadcast_domain_for_port_other_domain_1_ipspace_fake [0.029777s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_snapmirror_1 [0.017571s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_aggregate_disk_types_1 [0.022842s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_snapmirror_2 [0.018715s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_aggregate_for_volume_empty [0.019478s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_modify_volume_no_optional_args_2_False [0.018519s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_cifs_server_name [0.019391s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_offline_volume_api_error [0.020579s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_cluster_aggregate_capacities [0.020432s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_parse_nfs_config_4 [0.019963s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_dns_config_no_response [0.018401s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_qos_policy_group_delete [0.018900s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_ems_log_destination_vserver [0.023298s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_qos_policy_group_exists [0.019493s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_qos_policy_group_get [0.017893s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_ipspace_name_for_vlan_port [0.031680s] ... ok DEBUG: Configured ONTAP login user cannot retrieve QoS policies. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_qos_policy_group_get_no_permissions_to_execute_zapi [0.019189s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_ipspaces [0.019224s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_qos_policy_group_modify [0.019243s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_job_state [0.019735s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_release_snapmirror_vol_3 [0.020349s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_kerberos_service_principal_name [0.018823s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_remove_nfs_export_rules_api_error [0.021327s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_migratable_data_lif_for_node [0.018984s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_remove_port_from_broadcast_domain [0.018648s] ... ok DEBUG: NFS v4.0 is not supported while migrating vservers. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_migration_check_job_state_raise_error_1_13172940 [0.019453s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_remove_preferred_dcs [0.019317s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_migration_check_job_state_raise_error_3_none [0.019234s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_remove_unused_qos_policy_groups_with_failure_1_True [0.018829s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_network_interfaces_1_None [0.020956s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_resync_snapmirror [0.018626s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_network_interfaces_2___CIFS____NFS__ [0.019772s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_preferred_dc_1 [0.017864s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_node_for_aggregate_error_1_6 [0.019840s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_preferred_dc_3 [0.017794s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_node_for_aggregate_error_2_None [0.018618s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_preferred_dc_api_error [0.017391s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_qos_policy_group_for_volume [0.017591s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_ontap_version_scoped [0.020545s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_snaplock_attributes_2 [0.018949s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_performance_counters [0.019415s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_snapmirrors [0.022697s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_volume_filesys_size_fixed_1_True [0.026410s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_volume_max_files [0.018600s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_storage_failover_partner [0.028702s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_volume_security_style_1_None [0.017853s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_set_volume_size_api_error [0.021233s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_volume_at_junction_path_1__fake_share [0.035074s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_snapshot_exists [0.023922s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_volume_efficiency_status [0.026764s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_soft_delete_snapshot [0.017532s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_start_vserver_2_False [0.018010s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_volume_error_1 [0.030294s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_start_vserver_3_None [0.017750s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_volume_junction_path [0.018909s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_svm_migration_start_1 [0.017938s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_volume_no_aggregate [0.023734s] ... ok DEBUG: CIFS server does not exist for Vserver fake_vserver. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_terminate_vserver_services_cifs_not_found [0.018487s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_volume_snapshot_attributes [0.018850s] ... ok DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 13001:...job ID... DEBUG: Failed to unmount volume fake_share after waiting for 30 seconds. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_unmount_volume_with_max_retries [0.019748s] ... ok DEBUG: No aggregates assigned to Vserver fake_vserver. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_snapmirror_svm [0.018610s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_aggregate_capacities_aggregate_not_found [0.027252s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_07 [0.019912s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_info_2 [0.022148s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_15 [0.018560s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_ipspace_not_found [0.018527s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_update_volume_efficiency_attributes_18 [0.019102s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_peers [0.022482s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_clone_split_start_1_None [0.018592s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_ipspace_has_data_vservers_not_found [0.020626s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_clone_split_stop_1_None [0.019381s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_is_flexgroup_volume_2_False [0.023684s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_exists [0.018850s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_is_nve_supported_key_manager_not_enabled [0.023151s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_has_luns_not_found [0.017416s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_has_snapmirror_relationships_api_error [0.018129s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_is_nve_supported_unsupported_release_or_platform_2___8__3__2____NetApp_Release_8_2_1_Cluster_Mode__Fri_Mar_21_14_25_07_PDT_2014__ [0.019300s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_is_snaplock_compliance_clock_configured [0.018773s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_volume_move_method_2 [0.020908s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_vserver_exists_not_found [0.019585s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_list_network_interfaces [0.027386s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__add_port_to_broadcast_domain [0.019528s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_list_root_aggregates [0.023648s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__break_snapmirror_error [0.020315s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_list_volume_snapshots_1 [0.022749s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__build_autosize_attributes_empty_dict [0.023349s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_list_vserver_aggregates_none_found [0.029839s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__check_for_cluster_credentials_not_cluster [0.022130s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_mark_qos_policy_group_for_deletion_rename_failure [0.019083s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__create_default_nfs_export_rules [0.020367s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_modify_cifs_share_access [0.019006s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__create_ldap_client_linux [0.023633s] ... ok DEBUG: LDAP client cannot be configured with both 'server' and 'domain' parameters. Use 'server' for Linux/Unix LDAP servers or 'domain' for Active Directory LDAP servers. DEBUG: NoneType: None DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_modify_ldap_error_1___fake_domain____fake_server__ [0.025054s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__create_vlan_1_1 [0.020750s] ... ok DEBUG: LDAP client cannot be configured without 'server' or 'domain' parameters. Use 'server' for Linux/Unix LDAP servers or 'domain' for Active Directory LDAP server. DEBUG: NoneType: None DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_modify_ldap_error_2__None__None_ [0.026775s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__create_vserver_2_False [0.028719s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_modify_volume_all_optional_args_1___fake_qos_policy_group_name___None_ [0.019797s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__delete_port_and_broadcast_domain [0.019598s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_modify_volume_all_optional_args_2__None___fake_adaptive_qos_policy_group_name__ [0.018237s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_cluster_node_uuid [0.021493s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_mount_volume_with_junction_path [0.017765s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_create_volume_body_2_False [0.021433s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_mount_volume_with_volume_name [0.020883s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__get_svm_peer_uuid [0.023135s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_offline_volume [0.021453s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__has_records_1_0 [0.020131s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_prune_deleted_nfs_export_policies [0.019199s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__has_records_2_10 [0.017354s] ... ok DEBUG: Could not delete snapshot fake_uuid on volume fake_volume_uuid. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode_rest.py", line 2226, in prune_deleted_snapshots DEBUG: self.send_request(f'/storage/volumes/{vol_uuid}/snapshots/' 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_prune_deleted_snapshots_1_True [0.020667s] ... ok DEBUG: 2025-11-13 13:51:48.468 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 18.008(s), this was the 10th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:48.468 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__is_busy_snapshot_2 [0.021621s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_qos_policy_group_create_1_None [0.019536s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__parse_timestamp_exception [0.018091s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_qos_policy_group_create_3_5000iops [0.019137s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__resume_snapmirror_1_async [0.021029s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_qos_policy_group_does_not_exists [0.027195s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_qos_policy_group_get [0.019893s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__resync_snapmirror_no_parameter [0.033274s] ... ok DEBUG: Configured ONTAP login user cannot retrieve QoS policies. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_abort_volume_move [0.018180s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_qos_policy_group_get_error [0.020545s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_add_cifs_share_access [0.018072s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_qos_policy_group_get_not_found [0.030552s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_break_snapmirror_vol [0.018189s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_qos_policy_group_modify [0.020428s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_check_for_cluster_credentials_2_False [0.017944s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_check_volume_clone_split_completed_2_False [0.018290s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_qos_policy_group_modify_error [0.021324s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_active_directory_credential_error_1 [0.019617s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_qos_policy_group_rename [0.019962s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_active_directory_user_privilege_error_1 [0.018605s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_rehost_volume [0.019946s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_kerberos [0.017323s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_remove_cifs_share [0.020133s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_ldap [0.017915s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_remove_cifs_share_access [0.018663s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_remove_cifs_share_error_1_4 [0.021093s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_remove_preferred_dcs [0.021816s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_remove_preferred_dcs_api_error [0.022267s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_remove_preferred_dcs_error [0.018620s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_rename_vserver [0.019038s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_resync_snapmirror_vol [0.020668s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_send_ems_log_message [0.022776s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_preferred_dc [0.031663s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_snaplock_attributes_none [0.019896s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_volume_filesys_size_fixed_2_False [0.018550s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_volume_security_style_1_None [0.018679s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_volume_security_style_2_fake_security_style [0.017140s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_volume_snapdir_access [0.021680s] ... ok DEBUG: Fail to delete NFS export policy fake_export_policy.Export policy will be renamed instead. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_soft_delete_nfs_export_policy [0.019313s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_soft_delete_snapshot [0.020496s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_kerberos_realm [0.331192s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_svm_migrate_cancel [0.018548s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_nfs_export_policy [0.024844s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_svm_migrate_complete [0.017515s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_nfs_export_policy_exception [0.018075s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_svm_migration_start_1_None [0.018583s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_route_api_error [0.019105s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_svm_migration_start_2_ipspace_fake [0.026901s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_snapmirror_policy_rest_1___vault___False__True_ [0.019059s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_update_kerberos_realm_error [0.020774s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_snapmirror_vol_already_exists [0.017434s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_volume_has_snapmirror_relationships_3_None [0.019241s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_volume [0.018239s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_vserver_exists [0.019623s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_fpolicy_event [0.018618s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__build_session_with_basic_auth [0.020983s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_fpolicy_event_error_not_found_2_None [0.020289s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__create_basic_auth_handler [0.021899s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_fpolicy_policy [0.021098s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_nfs_export_policy_no_records [0.019123s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__get_base_url_2 [0.037098s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_port_and_broadcast_domains_for_ipspace [0.018610s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__get_base_url_3 [0.018220s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_snapmirror_no_records [0.026024s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_get_api_version_2___1____0__ [0.017603s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_snapmirror_policy [0.023971s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_get_request_method_5_patch [0.018442s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_send_http_request_3 [0.018518s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_snapmirror_policy_exception [0.028981s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_send_http_request_http_error_2 [0.018450s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_snapshot_2_False [0.027280s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_port_2 [0.017752s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_port__value_error_3_ [0.016924s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_vlan_not_found [0.018034s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_timeout_value_error_3_ [0.016193s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_vlan_still_used [0.017976s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_vserver [0.016419s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_disable_fpolicy_policy_failure_1 [0.020994s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_change_snapmirror_source [0.019781s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_disable_kerberos_error [0.018302s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_cleanup_previous_snapmirror_relationships_does_not_exist_3 [0.018821s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_enable_dedupe_async [0.018715s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_create_snapmirror_svm [0.019734s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_enable_key_store_config [0.018149s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_delete_snapmirror [0.018460s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_enable_nfs_protocols_1__True__True__True_ [0.017675s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_delete_snapmirror_svm_2_False [0.018035s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_enable_nfs_protocols_2__True__False__False_ [0.019003s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_delete_snapmirror_svm_does_not_exist [0.017562s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_ensure_broadcast_domain_for_port_no_domain [0.018937s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_get_most_available_aggr_of_vserver [0.016654s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_aggregate [0.019401s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_quiesce_then_abort_svm_timeout [0.017758s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_broadcast_domain_for_port [0.024263s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_quiesce_then_abort_wait_time_3_30 [0.019630s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_remove_qos_on_old_active_replica_unreachable_backend_1 [0.020530s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_cifs_share_access [0.038717s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_resume_snapmirror [0.017862s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_resync_snapmirror [0.017128s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_cifs_share_access_rules_not_empty [0.023999s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_update_snapmirror [0.017216s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_clone_children_for_snapshot [0.023665s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_cluster_name [0.024079s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_dns_config [0.029772s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_ems_log_destination_vserver_not_found [0.019647s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_fpolicy_events [0.019293s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_fpolicy_policies [0.020716s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_job_state_error [0.021377s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_nfs_export_policy_for_volume [0.021546s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_node_for_aggregate_no_name [0.019572s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_performance_counter_info_1_cp_phase_times [0.018782s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_snapmirror_policies [0.018335s] ... ok DEBUG: Could not find volume volume1 to get snapshot DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_snapshot_exception [0.019967s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_volume_move_status [0.018996s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_volume_to_manage [0.020545s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_aggregate_capacities [0.022442s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_ipspace_has_data_vservers [0.020200s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_is_flexgroup_supported [0.018466s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_is_flexgroup_volume_1_True [0.018582s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_is_flexgroup_volume_raise_more_than_one_volume [0.019307s] ... ok DEBUG: NetApp Volume Encryption is not supported on this ONTAP version: NetApp Release 9.1.0: Tue May 10 19:30:23 2016 <1no-DARE>. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_is_nve_supported_unsupported_release_or_platform_1___9__1__0____NetApp_Release_9_1_0__Tue_May_10_19_30_23_2016__1no_DARE___ [0.019148s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_is_nve_supported_valid_platform_and_supported_release [0.019055s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_list_cluster_nodes [0.019024s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_list_non_root_aggregates [0.018673s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_list_volume_snapshots_2 [0.017463s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_list_vserver_aggregates [0.016816s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_modify_fpolicy_scope [0.017518s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_modify_snapmirror_vol [0.016761s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_modify_volume_no_optional_args_1_True [0.017003s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_qos_policy_group_create_2_5000B_s [0.016707s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_qos_policy_group_rename_same_name [0.017450s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_quiesce_snapmirror_vol [0.018463s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_release_snapmirror_vol [0.017441s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_remove_cifs_share_error_2_None [0.017809s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_remove_cifs_share_not_found [0.017104s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_resume_snapmirror_vol [0.017758s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_send_request_wait [0.018979s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_nfs_export_policy_for_volume [0.018530s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_nfs_export_policy_for_volume_exception [0.018797s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_preferred_dc_error [0.017602s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_snaplock_attributes_1 [0.017628s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_snaplock_attributes_2 [0.021917s] ... ok DEBUG: 2025-11-13 13:51:50.469 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 20.009(s), this was the 11th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:50.469 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_snaplock_attributes_3 [0.030618s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_volume_filesys_size_fixed_1_True [0.019866s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_volume_name [0.017337s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_volume_size [0.017175s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_setup_security_services_2 [0.026716s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_setup_security_services_3 [0.017794s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_unmount_volume [0.017752s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_unmount_volume_api_error [0.016259s] ... ok DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID... DEBUG: Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID... DEBUG: Failed to unmount volume fake_share after waiting for 30 seconds. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_unmount_volume_with_max_retries [0.017760s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_update_volume_efficiency_attributes_1_True [0.017018s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_volume_clone_split_start [0.017025s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_volume_clone_split_stop [0.016912s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_volume_has_junctioned_volumes_2_ [0.016992s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_volume_has_luns [0.016496s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__build_headers_1_True [0.015769s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__build_session__certificate_auth [0.016635s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_get_ontap_version_1_None [0.015964s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_get_ontap_version_2_9_10 [0.016070s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_send_http_request_2 [0.016229s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_api_version_valid [0.015891s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_api_version_value_error_2 [0.015788s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_api_version_value_error_3 [0.015895s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_port_3 [0.015952s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_port__value_error_1___ [0.015829s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_timeout_value_error_2_80na [0.016285s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_break_snapmirror [0.018250s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_break_snapmirror_no_mount [0.017298s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_cancel_snapmirror_svm_2 [0.017623s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_change_snapmirror_source_dhss_true [0.017466s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_cleanup_previous_snapmirror_relationships_does_not_exist_2 [0.018199s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_create_snapmirror_mount_1_True [0.017178s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_delete_snapmirror_does_not_exist [0.017049s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_delete_snapmirror_error_deleting [0.017513s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_delete_snapmirror_svm_error_deleting [0.017258s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_get_client_and_vserver_name [0.017343s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_initialize_and_wait_snapmirror_vol [0.023035s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_quiesce_then_abort_wait_time_2_2 [0.018946s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_remove_qos_on_old_active_replica [0.017603s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_mount_replica_api_not_found [0.017640s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_mount_replica_timeout [0.018392s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_convert_svm_to_default_subtype_2_False [10.036640s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_convert_svm_to_default_subtype_timeout [0.024588s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_create_snapmirror_mount_2_False [0.023938s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_delete_snapmirror_source_unreachable [0.018398s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_delete_snapmirror_svm_1_True [0.023329s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_delete_snapmirror_without_release [0.020821s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_get_snapmirrors_svm [0.017965s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_update_snapmirror_svm [0.018678s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_mount_replica [0.017649s] ... ok DEBUG: 2025-11-13 13:51:52.469 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 22.009(s), this was the 12th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:52.470 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:54.470 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 24.010(s), this was the 13th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:54.470 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:56.471 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 26.011(s), this was the 14th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:56.471 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:51:58.472 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 28.012(s), this was the 15th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:51:58.472 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_snapmirror_release_svm_1 [10.020729s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_snapmirror_release_svm_timeout [0.029988s] ... ok DEBUG: 2025-11-13 13:52:00.473 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 30.013(s), this was the 16th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:00.473 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_snapmirror_release_vol_1 [10.018789s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_snapmirror_release_svm_2 [10.022577s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_snapmirror_release_vol_timeout [0.028353s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_capacity_compatibility_2 [0.025726s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_capacity_compatibility_5 [0.030320s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_autocommit_period_1_15minutes [0.028817s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_default_retention_period_1_15minutes [0.027242s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_default_retention_period_4_5months [0.029147s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_default_retention_period_6_infinite [0.020481s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_default_retention_period_neg [0.020977s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_max_retention_period_negative [0.021594s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_min_retention_period_1_15minutes [0.020901s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_min_retention_period_4_5months [0.020442s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_min_retention_period_5_2years [0.025526s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_compatibility_false [0.023700s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__convert_schedule_to_seconds_2 [0.019717s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__convert_schedule_to_seconds_3 [0.024432s] ... ok DEBUG: Cannot configure a new FPolicy for share 7cf7c200-d3af-4e05-b87e-9167c95dfcad. The maximum number of fpolicies was already reached. DEBUG: NoneType: None DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__create_fpolicy_for_share_max_policies_error [0.038687s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__create_from_snapshot_continue_state_splitting_1_fake_host_fake_backend_name_fake_pool [0.027022s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__create_from_snapshot_continue_state_splitting_2_fake_host_fake_backend_name_fake_pool_2 [0.020648s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__delete_share_no_remove_qos_and_export [0.020709s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_backend_fpolicy_event_name [0.025014s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_backup_progress_status [0.021684s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_destination_vserver_and_vol [0.029573s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_destination_vserver_and_vol_negative [0.024912s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__is_group_cg_3__None__False_ [0.022354s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__is_readable_replica_2 [0.021177s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__is_readable_replica_3 [0.021210s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__is_snaplock_compatible_for_migration_non_unified_aggr [0.019741s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__move_volume_after_splitting_timeout [0.019769s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_allocate_container_as_replica [0.020192s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_allocate_container_from_snapshot_2 [0.020427s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_allocate_container_from_snapshot_3 [0.021423s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_aggregate_extra_specs_validity_no_match [0.021302s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_extra_specs_validity_empty_spec [0.021220s] ... ok DEBUG: 2025-11-13 13:52:02.473 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 32.014(s), this was the 17th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:02.474 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_collate_cg_snapshot_info [0.020032s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_collate_cg_snapshot_info_invalid [0.020498s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_convert_destination_replica_to_independent [0.020807s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_convert_destination_replica_to_independent_update_failed [0.022104s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_continue_des_vserver_vol_none_negative [0.035445s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_continue_relationship_not_healthy_negative [0.027800s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_when_duplicate_policy_created [0.033184s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_when_enabled_backup_types_none_negative [0.023179s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_with_non_netapp_backend_negative [0.021985s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_cgsnapshot_no_members [0.020748s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_consistency_group_from_cgsnapshot_no_members [0.021204s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_export_1_None [0.020469s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_export_lifs_not_found [0.019082s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_group_from_snapshot_fallback_1_pool [0.018890s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_group_from_snapshot_fallback_3_fake [0.018317s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_replica_3 [0.018747s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_replica_raise_flexgroup_no_fan_out_limit [0.017940s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_replicated_snapshot_update_error [0.018702s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_share [0.017967s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_share_from_snapshot_another_host_1 [0.019202s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_share_from_snapshot_another_host_4 [0.019641s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_backup_cleanup_resource [0.018768s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_busy_snapshot_raise_timeout [0.020014s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_cgsnapshot_no_members [0.018634s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_group_snapshot_cg [0.019690s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_replica [0.019397s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_replicated_snapshot_missing_snapmirror_2 [0.037155s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_replicated_snapshot_update_error [0.034536s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_share [0.025737s] ... ok DEBUG: Could not determine share server for share being deleted: 7cf7c200-d3af-4e05-b87e-9167c95dfcad. Deletion of share record will proceed anyway. Error: Vserver not specified. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_share_no_share_server_2 [0.019501s] ... ok DEBUG: Could not determine share server for snapshot being deleted: de4c9050-e2f9-4ce1-ade4-5ed0c9f26451. Deletion of snapshot record will proceed anyway. Error: Vserver not specified. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_snapshot_no_share_server_2 [0.018272s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_snapshot_with_provider_location [0.018823s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_do_setup [0.026944s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_ensure_shares_1_default [0.022314s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_ensure_shares_2_hidden [0.018874s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_extend_share [0.018449s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_admin_addresses_for_share_server [0.020997s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_aggregate_space_cluster_creds [0.027292s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_api_client [0.039039s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_api_client_with_vserver [0.035000s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_backend_info_1_default [0.025699s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_backend_info_2_hidden [0.029118s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_export_addresses_with_metadata_2_False [0.019244s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_flexgroup_aggr_set [0.026684s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_flexgroup_pool_name_1_True [0.022976s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_flexgroup_pool_name_not_found [0.019362s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_flexgroup_pool_space_zero_1 [0.427975s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_helper_2 [0.019588s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_helper_3 [0.021990s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_licenses_both_protocols [0.019790s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_max_throughput_2 [0.020182s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_network_allocations_number [0.020835s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_normalized_qos_specs_1 [0.025242s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_normalized_qos_specs_2 [0.023499s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_normalized_qos_specs_no_qos_specs_2 [0.028577s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_normalized_qos_specs_no_qos_specs_3 [0.019582s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_normalized_qos_specs_no_qos_specs_5 [0.021437s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_pool_cluster_creds [0.019814s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_pool_raises_1_True [0.018630s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_share_server_pools [0.020215s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_string_provisioning_options_missing_spec [0.017408s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_vserver [0.018485s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_handle_qos_on_replication_change_nothing_to_handle_1 [0.018309s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_initialize_flexgroup_pools_raise_no_enable_with_pool [0.018306s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_is_flexgroup_destination_host_false_2 [0.018538s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_is_flexgroup_destination_host_not_enabled [0.018382s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_is_flexgroup_pool [0.017758s] ... ok DEBUG: Could not determine if the volume share_7cf7c200_d3af_4e05_b87e_9167c95dfcad is a FlexGroup or a FlexVol style. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 4591, in _is_flexgroup_share DEBUG: return vserver_client.is_flexgroup_volume(share_name) 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: manila.exception.NetAppException: Exception due to NetApp failure. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_is_flexgroup_share_raise [0.018732s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_is_flexvol_pool_configured_1 [0.017734s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_container_1 [0.019831s] ... ok DEBUG: Could not determine snapshot fake_snapshot size from volume share_585c3935_2aa9_437c_8bad_5abae1076555. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 2354, in manage_existing_snapshot DEBUG: volume = vserver_client.get_volume(share_name) 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: manila.exception.NetAppException: Exception due to NetApp failure. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_existing_snapshot_get_volume_error_2_NetAppException [0.017952s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_cancel_1 [0.023644s] ... ok DEBUG: 2025-11-13 13:52:04.475 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 34.015(s), this was the 18th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:04.475 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:06.476 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 36.016(s), this was the 19th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:06.476 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:08.477 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 38.017(s), this was the 20th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:08.477 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_vserver_state [10.022549s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionTestCase.test_get_client_for_backend [0.026568s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_driver_interfaces.NetAppFileStorageDriverInterfaceTestCase.test_driver_interfaces_match [0.035189s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_autocommit_period_2_4hours [0.031288s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_autocommit_period_3_8days [0.027560s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_default_retention_period_2_4hours [0.020100s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_default_retention_period_7_min [0.030419s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_default_retention_period_8_max [0.038541s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_max_retention_period_2_4hours [0.021578s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_max_retention_period_3_8days [0.019780s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_max_retention_period_4_5months [0.018211s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_max_retention_period_5_2years [0.032104s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_max_retention_period_6_infinite [0.025600s] ... ok DEBUG: Unable to verify if SnapLock is enabled for the cluster. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_compatibility_not_cluster_scope [0.020095s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_compatibility_true [0.020482s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__convert_schedule_to_seconds_4 [0.019477s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__convert_schedule_to_seconds_5 [0.023434s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__create_from_snapshot_continue_state_snapmirror_1 [0.020607s] ... ok DEBUG: Caught an unexpected internal state 'unknown_state' for share 7cf7c200-d3af-4e05-b87e-9167c95dfcad. Aborting operation. DEBUG: NoneType: None DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__create_from_snapshot_continue_state_unknown [0.048934s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__delete_fpolicy_for_share_1_False [0.023690s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__delete_fpolicy_for_share_2_True [0.023805s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__delete_snapshot [0.019078s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__delete_snapshot_busy_volume_clone_2_False [0.024356s] ... ok DEBUG: 2025-11-13 13:52:10.478 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 40.018(s), this was the 21st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:10.478 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_backend_fpolicy_policy_name [0.373147s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_backup_snapshot_name [0.025088s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_des_volume_backup_snapshots [0.020467s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_volume_for_backup [0.018443s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_volume_for_backup_create_new_vol [0.019065s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__is_group_cg_2___pool___False_ [0.018768s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__is_group_cg_4___fake___False_ [0.018860s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__move_volume_after_splitting [0.022508s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_adjust_qos_policy_with_volume_resize_no_cluster_creds [0.036235s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_adjust_qos_policy_with_volume_resize_no_size_dependent_qos [0.020778s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_allocate_container_from_snapshot_1 [0.019764s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_build_ems_log_message_1 [0.035064s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_for_setup_error [0.017704s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_license_for_protocol_newly_licensed_protocol [0.022716s] ... ok DEBUG: The protocol NFS is not licensed on controller 127.0.0.1 DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_license_for_protocol_unlicensed_protocol [0.019729s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_snaprestore_license_svm_scoped [0.018101s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_string_extra_specs_validity [0.019612s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_string_extra_specs_validity_empty_spec [0.019348s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_string_extra_specs_validity_invalid_value [0.021293s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_convert_destination_replica_to_independent_with_access_rules [0.022760s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_continue [0.021040s] ... ok DEBUG: There is no SnapMirror relationship available for source path 'fake_vserver_1:share_7cf7c200_d3af_4e05_b87e_9167c95dfcad' and destination path 'fake_vserver_2:fake_volume' yet. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_continue_snapmirror_none_from_destination [0.022555s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_when_cluster_are_not_peered_negative [0.019957s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_when_des_vol_creation_fail_negative [0.023480s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_snapmirror_release_vol_2 [10.027517s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_when_vserver_not_peered [0.020469s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionTestCase.test_get_config_for_backend [0.020496s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_flexgroup_share_1_None [0.026477s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionTestCase.test_get_config_for_backend_different_backend_name [0.021495s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_flexgroup_share_raise_error_job_1 [0.020092s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionTestCase.test_get_config_for_backend_not_configured_2___fake_backend1____fake_backend2__ [0.023737s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_group_snapshot_fallback_1_pool [0.018694s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_capacity_compatibility_1 [0.022421s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_replica_raise_different_type [0.017981s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_capacity_compatibility_6 [0.022012s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_replicated_snapshot_no_snapmirror_1 [0.017665s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_capacity_compatibility_8 [0.018632s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_share_from_snapshot_another_host_2 [0.026396s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_fpolicy_file_operations [0.019081s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_share_from_snapshot_another_host_5 [0.022300s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_fpolicy_file_operations_invalid_operation [0.024946s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_share_from_snapshot_another_host_driver_error_1_True [0.026975s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_autocommit_period_4_5months [0.025373s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_deallocate_container [0.017921s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_autocommit_period_5_2years [0.018562s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_backup_vserver_vol_none_negative [0.018658s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_default_retention_period_3_8days [0.018456s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_busy_snapshot [0.023589s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_min_retention_period_2_4hours [0.018411s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_cgsnapshot [0.020424s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_min_retention_period_negative [0.022468s] ... ok DEBUG: Could not determine share server for CG snapshot being deleted: 65bfa2c9-dc6c-4513-951a-b8d15b453ad8. Deletion of CG snapshot record will proceed anyway. Error: Vserver not specified. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_cgsnapshot_no_share_server_2 [0.021294s] ... ok DEBUG: Could not determine share server for CG snapshot being deleted: 65bfa2c9-dc6c-4513-951a-b8d15b453ad8. Deletion of CG snapshot record will proceed anyway. Error: Vserver fake_vserver not found. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_cgsnapshot_no_share_server_3 [0.018200s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_volume_clone_split_completed [0.034197s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_replica_with_share_server [0.020189s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__convert_schedule_to_seconds_6 [0.028050s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_replicated_snapshot [0.021556s] ... ok DEBUG: Failed to configure a FPolicy resources for share new_fake_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 4459, in _create_fpolicy_with_lock DEBUG: vserver_client.create_fpolicy_policy_with_scope( 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - fake:fake DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__create_fpolicy_for_share_client_error [0.022903s] ... ok DEBUG: Could not determine share server for share being deleted: 7cf7c200-d3af-4e05-b87e-9167c95dfcad. Deletion of share record will proceed anyway. Error: Vserver fake_vserver not found. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_share_no_share_server_3 [0.019872s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__create_from_snapshot_continue_state_snapmirror_2 [0.020904s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_share_not_found [0.018202s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__create_from_snapshot_continue_state_snapmirror_3 [0.019280s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_snapshot [0.022213s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_backend [0.027821s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_snapshot_not_found [0.019461s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_aggregate_node_cluster_creds [0.017904s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_volume_for_backup_aggr_not_found_negative [0.030368s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_backend_cg_snapshot_name [0.021139s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_vserver_for_backup [0.022979s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_default_filter_function [0.019697s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__is_readable_replica_4 [0.025600s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_flexgroup_aggregate_list_1 [0.039352s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__rehost_and_mount_volume [0.032781s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__resource_cleanup_for_backup [0.041458s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_flexgroup_pool_name_2_False [0.073231s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__resource_cleanup_for_backup_vserver_volume_none [0.033037s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__resource_cleanup_for_backup_with_exception [0.024305s] ... ok DEBUG: Could not update share 7cf7c200-d3af-4e05-b87e-9167c95dfcad status due to invalid internal state. Aborting share creation. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__update_create_from_snapshot_status_missing_source_share [0.020360s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_flexgroup_pool_space [0.058602s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_adjust_qos_policy_with_volume_resize_no_qos_on_share [0.021196s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_flexgroup_pool_space_zero_2 [0.030823s] ... ok DEBUG: Unable to verify if SnapLock is enabled for the cluster. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_allocate_container_2 [0.031802s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_flexgroup_pool_space_zero_3 [0.029404s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_helper_invalid_protocol [0.026745s] ... ok DEBUG: Unable to verify if SnapLock is enabled for the cluster. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_allocate_container_3 [0.052845s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_licenses_one_protocol [0.018867s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_max_throughput_1 [0.018706s] ... ok DEBUG: Unable to verify if SnapLock is enabled for the cluster. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_allocate_container_4 [0.045408s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_normalized_qos_specs_multiple_qos_specs_2 [0.018253s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_pool_no_pool_2_False [0.025514s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_provisioning_options_for_share_1 [0.028026s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_share_stats_1 [0.022155s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_allocate_container_no_pool [0.087280s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_share_stats_3 [0.020327s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_allocate_container_no_pool_name [0.029645s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_string_provisioning_options_implicit_false [0.020178s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_aggregate_extra_specs_validity [0.030199s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_handle_qos_on_replication_change_nothing_to_handle_3 [0.027138s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_boolean_extra_specs_validity_invalid_value [0.020647s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_initialize_flexgroup_pools_2_False [0.019875s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_is_flexgroup_destination_host_false_1_None [0.020146s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_extra_specs_validity_invalid_value [0.027200s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_is_flexvol_pool_configured_2 [0.021392s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_snaprestore_license_admin_found [0.031290s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_is_flexvol_pool_configured_3 [0.028945s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_snaprestore_license_admin_notfound [0.021391s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_convert_destination_replica_to_independent_failed_access_rules [0.020148s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_container_3 [0.031822s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_bad_backup_config_negative [0.022906s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_container_invalid_extra_specs [0.032154s] ... ok DEBUG: There is no SnapMirror relationship available for source path yet fake_vserver_1:share_7cf7c200_d3af_4e05_b87e_9167c95dfcad. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_continue_snapmirror_none [0.030690s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_existing_1_None [0.030109s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_continue_with_state_not_update [0.033462s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_existing_2_fake_vserver_1 [0.022621s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_continue_with_status_inprogress [0.023863s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_existing_snapshot_2 [0.017884s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_existing_snapshot_4 [0.019782s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_first_backup [0.022716s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_existing_snapshot_not_from_share [0.029935s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_second_backup [0.037236s] ... ok DEBUG: 2025-11-13 13:52:12.479 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 42.019(s), this was the 22nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:12.479 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_cancel_exception_volume_status_2 [0.029803s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_source_has_2_more_relationships_negative [0.048457s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_1_False [0.034619s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_when_snapmirror_creation_failed_negative [0.037253s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_2_True [0.040471s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_cgsnapshot [0.047735s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_client_error [0.032849s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_flexgroup_share_2_1000 [0.030089s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_destination_not_configured [0.044492s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_group_from_snapshot_cg [0.040019s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_errors_2_src_share_server_not_expected [0.025584s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_group_from_snapshot_fallback_2_None [0.030359s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_extra_specs_invalid_2 [0.030170s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_qos_policy_group [0.018125s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_no_cluster_credentials [0.023031s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_replica_1 [0.019612s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_replica_with_share_server [0.017977s] ... ok DEBUG: Cannot migrate share fakeinstanceid efficiently between fakehost and fakehost. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 3682, in migration_check_compatibility DEBUG: raise exception.NetAppException(msg) DEBUG: manila.exception.NetAppException: Cannot migrate share because the source and destination pool support different SnapLock type. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_snaplock_not_compatible [0.035320s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_replicated_snapshot [0.018541s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_continue_3 [0.018336s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_share_from_snapshot_1_None [0.020708s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_share_from_snapshot_2_629f79ef_b27e_4596_9737_30f084e5ba29 [0.028289s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_continue_volume_move_failed [0.037475s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_get_progress_at_phase_2_cutover_soft_deferred [0.018715s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_share_from_snapshot_another_host_driver_error_2_False [0.020557s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_backup [0.018561s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_get_progress_at_phase_4_Replicating [0.022434s] ... ok DEBUG: Snapshot 'backup_242ff47e-518d-4b07-b3c3-0a51e6744149_d24e7257-124e-4fb6-b05b-d384f660bc85' is not deleted successfully on ONTAP. DEBUG: NoneType: None DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_backup_snapshot_delete_fail_negative [0.019718s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_modify_or_create_qos_for_existing_share_1_volume_has_shared_qos_policy [0.018500s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_modify_or_create_qos_for_existing_share_2_volume_has_shared_qos_policy_iops_change [0.018091s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_backup_snapshot_not_exist [0.019730s] ... ok DEBUG: Failed to get the snapshots from cluster, provide the right backup type or check the backend details are properly configured in manila.conf file. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 5055, in delete_backup DEBUG: list_snapshots = self._get_des_volume_backup_snapshots( 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_backup_snapshot_not_found_negative [0.021747s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_modify_or_create_qos_for_existing_share_3_volume_has_nonshared_qos_policy [0.027418s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_promote_replica_cleanup_demoted_storage_error [0.031002s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_backup_with_resource_cleanup [0.054835s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_promote_replica_with_access_rules [0.024273s] ... ok DEBUG: Could not determine share server for CG snapshot being deleted: 65bfa2c9-dc6c-4513-951a-b8d15b453ad8. Deletion of CG snapshot record will proceed anyway. Error: Invalid input received: fake_reason. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_cgsnapshot_no_share_server_1 [0.021998s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_restore_backup [0.020366s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_restore_backup_continue_with_rst_relationship [0.018450s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_replicated_snapshot_replica_still_creating [0.023917s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_revert_to_replicated_snapshot_1_True [0.019803s] ... ok DEBUG: Could not determine share server for share being deleted: 7cf7c200-d3af-4e05-b87e-9167c95dfcad. Deletion of share record will proceed anyway. Error: Invalid input received: fake_reason. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_share_no_share_server_1 [0.024687s] ... ok DEBUG: Could not determine share server for snapshot being deleted: de4c9050-e2f9-4ce1-ade4-5ed0c9f26451. Deletion of snapshot record will proceed anyway. Error: Invalid input received: fake_reason. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_revert_to_replicated_snapshot_snapmirror_break_error [0.037010s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_snapshot_no_share_server_1 [0.038954s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_revert_to_replicated_snapshot_snapmirror_resync_not_found [0.026292s] ... ok DEBUG: Could not determine share server for snapshot being deleted: de4c9050-e2f9-4ce1-ade4-5ed0c9f26451. Deletion of snapshot record will proceed anyway. Error: Vserver fake_vserver not found. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_revert_to_snapshot_1_True [0.018785s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_snapshot_no_share_server_3 [0.036883s] ... ok DEBUG: Failed to change replica (7cf7c200-d3af-4e05-b87e-9167c95dfcad) to a SnapMirror destination. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 3384, in _safe_change_replica_source DEBUG: dm_session.change_snapmirror_source(replica, 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 0:unknown DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_safe_change_replica_source_error [0.019579s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_snapshot_not_unique [0.021298s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_set_cluster_info [0.019727s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_find_matching_aggregates [0.020893s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_setup_server [0.018597s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_admin_addresses_for_share_server_no_share_server [0.020592s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_aggregate_info [0.031703s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_access [0.039968s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_aggregate_node_no_cluster_creds [0.021940s] ... ok DEBUG: Could not determine share server for share 7cf7c200-d3af-4e05-b87e-9167c95dfcad during access rules update. Error: Invalid input received: fake_reason. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_access_no_share_server_1 [0.031578s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_aggregate_space_no_cluster_creds [0.023073s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_access_to_in_sync_replica_2_False [0.018905s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_backend_info_3_visible [0.022432s] ... ok DEBUG: Could not resync snapmirror. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 2987, in update_replica_state DEBUG: vserver_client.resync_snapmirror_vol( 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_broken_snapmirror_resync_error [0.019352s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_backend_share_name [0.021183s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_in_sync [0.017989s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_boolean_provisioning_options [0.023170s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_default_goodness_function [0.022206s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replicated_snapshot_created [0.042733s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replicated_snapshot_no_snapmirror_2 [0.033719s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_flexgroup_aggregate_list_2 [0.037793s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_validate_volume_for_manage [0.018481s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_flexvol_pool_space [0.019464s] ... ok DEBUG: FlexGroup share is being created. Will wait the job. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_helper_1 [0.018859s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_helper_4 [0.018273s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_licenses_no_cluster_creds [0.023005s] ... ok DEBUG: Neither NFS nor CIFS is licensed on fake_backend_name DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_licenses_no_protocols [0.018740s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_max_throughput_4 [0.020371s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_minimum_flexgroup_size [0.020426s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_normalized_qos_specs_4 [0.018859s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_normalized_qos_specs_6 [0.020784s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_normalized_qos_specs_no_qos_specs_4 [0.019914s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_pool_has_pool [0.018766s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_pool_no_pool_1_True [0.022183s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_pool_raises_2_False [0.020070s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_provisioning_options_for_share_4 [0.018962s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_provisioning_options_for_share_qos_conflict [0.020690s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_share_status_2_creating_from_snapshot [0.020953s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_handle_ems_logging [0.018514s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_handle_qos_on_replication_change_nothing_to_handle_2 [0.019187s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_initialize_flexgroup_pools_1_True [0.019099s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_is_flexvol_pool_configured_4 [0.017977s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_container_invalid_export_location [0.029215s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_container_invalid_fpolicy [0.022802s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_container_wrong_pool_style [0.025531s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_existing_snapshot_mirrors_present [0.028496s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_existing_snapshot_no_snapshot_name [0.022848s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_cancel_exception_volume_status_1 [0.026976s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_destination_type_is_encrypted [0.020355s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_extra_specs_invalid_1 [0.026231s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_flexgroup_2 [0.061155s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_incompatible_vservers [0.040043s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_invalid_qos_configuration [0.050332s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_complete_2 [0.038227s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_complete_3 [0.020477s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_complete_invalid_phase [0.021971s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_continue_2 [0.020226s] ... ok DEBUG: 2025-11-13 13:52:14.480 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 44.020(s), this was the 23rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:14.480 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_cancel_2 [10.021928s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_errors_1_dest_share_server_not_expected [0.051449s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_check_compatibility_flexgroup_1 [0.025111s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_complete_1 [0.022968s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_continue_4 [0.029824s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_start_encrypted_destination [0.023272s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_get_progress_at_phase_1_cutover_hard_deferred [0.393062s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_promote_replica_1_True [0.031550s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_modify_or_create_qos_for_existing_share_4_volume_has_nonshared_qos_policy_iops_change [0.032510s] ... ok DEBUG: Could not communicate with the backend for replica b51c5a31-aa5b-4254-9ee8-7d39fa4c8c38 during promotion. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 3080, in promote_replica DEBUG: self._convert_destination_replica_to_independent( 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: manila.exception.StorageCommunicationException: Could not communicate with storage array. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_promote_replica_destination_unreachable [0.021374s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_modify_or_create_qos_for_existing_share_no_existing_qos [0.035038s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_promote_replica_fail_to_set_access_rules [0.024892s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_remove_export_target_not_found [0.021396s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_revert_to_replicated_snapshot_not_found [0.028805s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_restore_backup_continue [0.041162s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_revert_to_replicated_snapshot_snapmirror_resync_error [0.028052s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_revert_to_replicated_snapshot_2_False [0.027581s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_revert_to_snapshot_2_False [0.022141s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_safe_change_replica_source_1_True [0.030269s] ... ok DEBUG: Failed to change replica (7cf7c200-d3af-4e05-b87e-9167c95dfcad) to a SnapMirror destination. Replica backend is unreachable. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 3384, in _safe_change_replica_source DEBUG: dm_session.change_snapmirror_source(replica, 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: manila.exception.StorageCommunicationException: Could not communicate with storage array. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_safe_change_replica_source_destination_unreachable [0.023529s] ... ok DEBUG: Failed to create export for readable replica (7cf7c200-d3af-4e05-b87e-9167c95dfcad). DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py", line 371, in invoke_elem DEBUG: response = self._session.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/sessions.py", line 703, in send DEBUG: r = adapter.send(request, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests/adapters.py", line 639, in send DEBUG: self.cert_verify(conn, request.url, verify, cert) DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_safe_change_replica_source_2_False [0.030903s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/requests/adapters.py", line 350, in cert_verify DEBUG: raise OSError( DEBUG: OSError: Could not find the TLS certificate file, invalid path: /fake_certificate.pem DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 3436, in _safe_change_replica_source DEBUG: replica_cluster_client = self._get_api_client_for_backend( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/utils.py", line 118, in trace_wrapper DEBUG: result = f(self, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 316, in _get_api_client_for_backend DEBUG: client = self._get_client(config, vserver=vserver) DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_safe_change_replica_source_fail_recover_readable_2 [0.027646s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 265, in _get_client DEBUG: client = client_cmode.NetAppCmodeClient( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode.py", line 63, in __init__ DEBUG: (major, minor) = self.get_ontapi_version(cached=False) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_base.py", line 50, in get_ontapi_version DEBUG: result = self.send_request('system-get-ontapi-version', DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_base.py", line 93, in send_request DEBUG: return self.connection.invoke_successfully( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py", line 759, in invoke_successfully DEBUG: return self.get_client(use_zapi=use_zapi).invoke_successfully( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py", line 401, in invoke_successfully DEBUG: result = self.invoke_elem( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py", line 378, in invoke_elem DEBUG: raise NaApiError(message=e) DEBUG: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:Could not find the TLS certificate file, invalid path: /fake_certificate.pem DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_share_exists_not_found [0.019608s] ... ok DEBUG: Failed to mount readable replica (7cf7c200-d3af-4e05-b87e-9167c95dfcad). DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 3425, in _safe_change_replica_source DEBUG: dm_session.wait_for_mount_replica( 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_safe_change_replica_source_fail_recover_readable_1 [0.037169s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_shrink_share [0.021562s] ... ok DEBUG: Failed to shrink share 7cf7c200-d3af-4e05-b87e-9167c95dfcad. The current used space is larger than the the size requested. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_shrinking_possible_data_loss [0.024293s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_sort_export_locations_by_preferred_paths_1_True [0.048599s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_unmanage_snapshot_1_None [0.021786s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_start_periodic_tasks [0.039496s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_unmanage_snapshot_2_fake_vserver_1 [0.030363s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_teardown_server [0.044898s] ... ok DEBUG: Could not determine share server for share 7cf7c200-d3af-4e05-b87e-9167c95dfcad during access rules update. Error: Vserver not specified. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_access_no_share_server_2 [0.025467s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_unmanage_2_fake_vserver_1 [0.023079s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_access_to_in_sync_replica_1_True [0.028687s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_unmount_orig_active_replica [0.021628s] ... ok DEBUG: Could not determine share server for share 7cf7c200-d3af-4e05-b87e-9167c95dfcad during access rules update. Error: Vserver fake_vserver not found. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_in_sync_with_snapshots [0.025000s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_access_no_share_server_3 [0.022670s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_no_snapmirror_2_available [0.028698s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_access_to_active_replica [0.023743s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_backend_volume_absent [0.024750s] ... ok DEBUG: Could not create snapmirror for replica 7cf7c200-d3af-4e05-b87e-9167c95dfcad. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 2960, in update_replica_state DEBUG: dm_session.create_snapmirror(active_replica, replica, 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 0:unknown DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_no_snapmirror_create_failed [0.036529s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_broken_snapmirror [0.020835s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_share_reverting_to_snapshot [0.024904s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_missing_snapshot [0.020552s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_stale_snapmirror [0.024872s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_no_snapmirror_1_error [0.018078s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_no_snapmirror_share_creating [0.017916s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replicated_snapshot_no_provider_locations [0.021980s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_replica_change_to_in_sycn [0.018006s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_share_network_subnet_from_metadata [0.021915s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replicated_snapshot_no_snapmirror_1 [0.024403s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_ssc_info_no_cluster_creds [0.030052s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replicated_snapshot_update_error [0.030288s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_ssc_info_non_unified_aggr [0.022631s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_validate_volume_for_manage_invalid_volume_1 [0.020832s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_ssc_info [0.037941s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_verify_and_wait_for_snapshot_to_transfer [0.021840s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_validate_provisioning_options_for_share_invalid_params_1 [0.023089s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_validate_provisioning_options_for_share_invalid_params_2 [0.020795s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_validate_provisioning_options_for_share_invalid_params_6 [0.027973s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_validate_volume_for_manage_invalid_volume_2 [0.025564s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_validate_volume_for_manage_junctioned_volumes_present [0.021167s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_validate_volume_for_manage_luns_present [0.019466s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_validate_volume_for_manage_snapmirror_relationships_present [0.021622s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_wai_for_flexgroup_deployment_job_error_1_failure [0.021209s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__check_compatibility_for_svm_migrate_2 [0.025875s] ... ok DEBUG: Failed to check compatibility for migration. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__check_compatibility_for_svm_migrate_check_failure [0.023645s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__delete_vserver_peers [0.021131s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__get_backup_vserver [0.021078s] ... ok DEBUG: Could not retrieve snapmirrors between source fake_id and destination fake_id_2 vServers. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py", line 1713, in _get_snapmirror_svm DEBUG: snapmirrors = dm_session.get_snapmirrors_svm( 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 0:unknown DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__get_snapmirror_svm_fail_to_get_snapmirrors [0.019790s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__migration_cancel_using_svm_migrate_error_2 [0.024845s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__migration_start_using_svm_dr_3 [0.021233s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__migration_start_using_svm_migrate_1 [0.020706s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__migration_start_using_svm_migrate_2 [0.021993s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__set_network_with_metadata [0.019378s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__set_network_with_metadata_exception_2 [0.022682s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__setup_networking_for_destination_vserver [0.020222s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__verify_share_server_name_2__False___c5b3a865_56d0_4d88_dke5_853465e099c9__ [0.020290s] ... ok DEBUG: 2025-11-13 13:52:16.480 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 46.021(s), this was the 24th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:16.481 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_wait_for_flexgroup_deployment_timeout [5.019990s] ... ok DEBUG: FlexGroup share is being created. Will wait the job. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test___update_share_attributes_after_server_migration [0.020300s] ... ok DEBUG: 2025-11-13 13:52:18.481 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 48.021(s), this was the 25th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:18.481 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__check_data_lif_count_limit_reached_for_ha_pair_false [0.026042s] ... ok DEBUG: If a partner node fails, the number of data LIFs {513} will exceed the node's maximum data LIF limit {512} DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__check_data_lif_count_limit_reached_for_ha_pair_true [0.023371s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__migration_start_using_svm_migrate_exception [0.019964s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__share_server_migration_complete_svm_migrate_failed_to_complete [0.020626s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__verify_share_server_name_1__True___c5b3a865_56d0_4d88_dke5_853465e099c9__ [0.025123s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_build_model_update_1_True [0.021242s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_nfs_config_extra_specs_validity [0.022224s] ... ok DEBUG: Invalid share server network allocation. Bad network configuration: fake exception message. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_update_share_server_network_allocations_subnets_error [0.021254s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_update_share_server_security_service_1 [0.023999s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_different_aggrs [0.024258s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_fpolicy_3 [0.024238s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_and_nfs_config_1 [0.019413s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_nfs_6 [0.021141s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_no_share_server [0.020183s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_vserver_info_1 [0.023678s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_nfs_config_only_2 [0.019387s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_nfs_config_only_5 [0.020313s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_no_specification_2 [0.020453s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_vserver_info_1 [0.021312s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_vserver_info_2 [0.019630s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_vserver_info_3 [0.024046s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_ipspace_not_vlan_2_flat [0.022049s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_lif_existent_home_port [0.020692s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_replica_1___ [0.022846s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_2 [0.031721s] ... ok DEBUG: Failed to configure Vserver. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_lif_creation_failure_2 [0.042654s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_delete_port_vlans [0.021297s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_delete_replica [0.019921s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_delete_vserver_ipspace_has_data_vservers_2_False [0.020436s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_delete_vserver_with_ipspace_1___ [0.024152s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_delete_vserver_with_ipspace_2 [0.022431s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_find_matching_aggregates [0.025724s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_find_matching_aggregates_no_flexvol_pool [0.018697s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_admin_network_allocations_number [0.021007s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_lif_name [0.023049s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_network_allocations_number [0.019754s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_nfs_config_provisioning_options_empty_2 [0.018843s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_node_data_port_no_match [0.018286s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_share_server_network_info [0.019077s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_vserver_name [0.022611s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_vserver_none_backend_details [0.019249s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_vserver_not_found [0.019415s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_vservers_from_replicas [0.019221s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_handle_housekeeping_tasks [0.025127s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_false_05 [0.022709s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_false_08 [0.018849s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_true_6 [0.019136s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_setup_server_1 [0.019959s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_cancel_svm_dr_2___fake_snapmirror__ [0.018694s] ... ok DEBUG: Cannot perform server migration for different security services. Please choose a suitable share network that matches the source security service. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_check_compatibility_different_sec_service [0.024294s] ... ok DEBUG: Cannot perform server migration since the destination host doesn't support the required extra-spec netapp_flexvol_encryption. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_check_compatibility_invalid_capabilities_1_netapp_flexvol_encryption [0.032906s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_complete_failure_breaking [0.018679s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_complete_failure_get_new_volume [0.019583s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_continue_2_fake_migration_id [0.019348s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_continue_svm_migrate_exception [0.018964s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_start_3 [0.018219s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_update_share_server_network_allocations_2_dr [0.017477s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_update_share_server_security_service_2 [0.020051s] ... ok DEBUG: The requested security service update is not supported by the NetApp driver. DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_update_share_server_security_service_check_error [0.018439s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_validate_network_type_with_valid_network_types_2 [0.019783s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_validate_share_network_subnets_invalid_vlan_config [0.025561s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test__get_backup_vserver [0.019803s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_check_for_setup_error_cluster_creds_vserver_mismatch [0.020299s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_check_for_setup_error_no_vserver [0.023031s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_find_matching_aggregates_2_False [0.022538s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_find_matching_aggregates_no_flexvol_pool [0.026957s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_handle_housekeeping_tasks_with_cluster_creds_1_True [0.017919s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_handle_housekeeping_tasks_with_cluster_creds_2_False [0.018648s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_init [0.018817s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_base_counter_name [0.017785s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_for_pool_2 [0.017115s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_zero_time_1 [0.022180s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_zero_time_2 [0.019551s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_performance_counter_average [0.018992s] ... ok DEBUG: Could not get performance base counter name. Performance-based scheduler functions may not be available. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/performance.py", line 56, in _init_counter_info DEBUG: self._get_base_counter_name('system', 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_init_counter_info_api_error_1 [0.020767s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_init_counter_info_not_supported [0.026116s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_init_counter_info_system [0.017497s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_update_performance_cache_counters_unavailable [0.025223s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_base.NetAppNASHelperBaseTestCase.test_is_readonly_1 [0.018892s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_base.NetAppNASHelperBaseTestCase.test_is_readonly_2 [0.018222s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_create_share_1 [0.023580s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_create_share_2 [0.018596s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_create_share_ensure_not_exist_error [0.017592s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_get_export_location_4 [0.018381s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_get_share_name_for_share_not_found [0.017628s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_handle_rw_to_ro_rules [0.016735s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_update_access [0.016972s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_cleanup_demoted_replica [0.018588s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_create_share_2_False [0.016737s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_verify_and_wait_for_snapshot_to_transfer_negative [5.024278s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_get_export_location [0.017731s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_get_export_policy_name [0.020600s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_wait_for_flexgroup_deployment [0.030788s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_wait_for_start_create_flexgroup [0.026011s] ... ok DEBUG: Cannot perform server migration because destination host doesn't have enough free space. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__check_compatibility_svm_dr_not_compatible_2 [0.024170s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__check_for_migration_support_1__True___svm_migrate__ [0.020754s] ... ok DEBUG: 2025-11-13 13:52:20.482 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 50.022(s), this was the 26th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:20.482 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__check_for_migration_support_2__False___svm_dr__ [0.031643s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__delete_backup_vserver [0.028333s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__get_job_uuid [0.025750s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__get_snapmirror_svm [0.023596s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_validate_access_rule_invalid_level [0.342375s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.test_common.NetAppDriverFactoryTestCase.test_create_driver_case_insensitive [0.018859s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.test_common.NetAppDriverFactoryTestCase.test_get_driver_mode_missing_mode_good_default [0.018569s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.test_common.NetAppDriverFactoryTestCase.test_new [0.019324s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.test_common.NetAppDriverFactoryTestCase.test_new_missing_mode [0.021825s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.test_utils.DataCacheTestCase.test_is_expired_1_True [0.022940s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_get_relationship_type_1 [0.018433s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_parse_flexgroup_pool_config_1_True [0.017565s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_round_down [0.020150s] ... ok DEBUG: Invalid trace flag: fake DEBUG: {0} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_setup_tracing_invalid_key [0.025182s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_setup_tracing_invalid_regex_2__reg__ [0.021522s] ... ok DEBUG: Please use NetAppDriver in the configuration file to load the driver instead of directly specifying the driver module name. DEBUG: {0} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_validate_driver_instantiation_no_proxy [0.026425s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_exception_in_info_from_version_info [0.024802s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_exception_in_update_info_from_dpkg [0.018539s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_no_info_from_version_info [0.019520s] ... ok DEBUG: {0} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_update_info_from_dpkg [0.018821s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns4.test_jsonrpc.TestNexentaJSONProxy.test_call [0.020107s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_create_share__thin_provisioning [0.019017s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_create_share__wrong_proto [0.021320s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_delete_snapshot [0.019465s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_deny_access__unsupported_access_type [0.018512s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_get_capacity_info [0.019746s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_update_access__add_one_ip_to_empty_access_list [0.019354s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_update_access__cidr [0.019533s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefCollections.test_create_error [0.017992s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefCollections.test_create_exist [0.017725s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefCollections.test_delete [0.019762s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefCollections.test_delete_error [0.021205s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefCollections.test_delete_not_found [0.017497s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefCollections.test_list [0.018695s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefException.test_message_kwargs [0.019949s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefFilesystems.test_promote [0.018810s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefHpr.test_activate [0.018533s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test___init___http [0.019230s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test___init___iscsi_no_rest_address [0.019472s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test_delay [0.018830s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test_update_host [0.017885s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test_update_token [0.018733s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_200_pagination_end [0.018687s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___delete [0.019066s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_failover [0.018852s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_failover_timeout [0.018447s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_getpath_no_content [0.018908s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_getpath_no_href [0.018346s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_200_bad_content [0.017810s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_404_failover_error [0.018795s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_404_failover_ok [0.019215s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_404_max_retries [0.018682s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_500_busy_ok [0.020795s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_500_empty [0.017602s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefSettings.test_create [0.017617s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_check_for_setup_error [0.023118s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_create_share [0.022855s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_get_capacity_info [0.019909s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_manage_existing [0.023782s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_mount_filesystem [0.018609s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_set_quota [0.018677s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_shrink_share [0.018560s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_update_access__ip_ro [0.019472s] ... ok DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_update_access__ip_rw [0.018474s] ... ok DEBUG: Only IP access control type is supported for NFS. DEBUG: {0} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_update_access__not_ip_2_ro [0.020355s] ... ok DEBUG: {0} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_create_nfs_share [0.032023s] ... ok DEBUG: {0} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_delete_share [0.022636s] ... ok DEBUG: {0} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_delete_snapshot_no_eradicate [0.038611s] ... ok DEBUG: {0} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_extend_share [0.021488s] ... ok DEBUG: flashblade_api configuration parameter must be specified DEBUG: NoneType: None DEBUG: {0} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_no_auth_parameters [0.020395s] ... ok DEBUG: Only "ip" access type is allowed for NFS protocol. DEBUG: {0} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_update_access_share [0.020391s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_api_delete_share [0.020381s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_clone_snapshot_api [0.017990s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_create_share_api_1_fake_share_name [0.018851s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_create_share_api_2_fakeLabel [0.025346s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_delete_snapshot_api_1 [0.018599s] ... ok DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:552: DeprecationWarning: Testing an element's truth value will always return True in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. DEBUG: if not host_list: DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_host_list_1 [0.018942s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_host_list_2 [0.019214s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_05 [0.020966s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_07 [0.023209s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_08 [0.020011s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_15 [0.026350s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_16 [0.027397s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_18 [0.022039s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_25 [0.027220s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_26 [0.022474s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_27 [0.027521s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_28 [0.036474s] ... ok DEBUG: 2025-11-13 13:52:22.483 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 52.023(s), this was the 27th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:22.483 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_check_for_setup_error [0.018009s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_7 [0.028273s] ... ok DEBUG: Failed to create HTTP client. Check IP address, port, username, password and make sure the array version is compatible. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 102, in do_setup DEBUG: self.api_executor = self._create_api_executor() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 188, in _create_api_executor DEBUG: raise exception.ShareBackendException(msg=msg) DEBUG: manila.exception.ShareBackendException: Share backend error: QNAP Storage model is not supported by this driver. DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_negative_1 [0.021099s] ... ok DEBUG: Failed to create HTTP client. Check IP address, port, username, password and make sure the array version is compatible. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 102, in do_setup DEBUG: self.api_executor = self._create_api_executor() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 188, in _create_api_executor DEBUG: raise exception.ShareBackendException(msg=msg) DEBUG: manila.exception.ShareBackendException: Share backend error: QNAP Storage model is not supported by this driver. DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_negative_4 [0.019046s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_do_setup_positive_1 [0.018603s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_do_setup_positive_with_diff_nas_1 [0.018839s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_share_positive_4 [0.025379s] ... ok DEBUG: volID for Share fakeId does not exist DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_snapshot_without_volid [0.020229s] ... ok DEBUG: Share shareId does not exist DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_delete_share_no_delete_share [0.018078s] ... ok DEBUG: volID for Share shareId does not exist DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_delete_share_no_volid [0.020649s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_delete_snapshot [0.020373s] ... ok DEBUG: Snapshot fakeSnapshotId does not exist DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_delete_snapshot_without_snapshot_id [0.022066s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_deny_access_without_hostlist [0.025721s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_gen_random_name_1 [0.022172s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_manage_existing_nfs_ip_not_equel_share_ip [0.018208s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_manage_existing_snapshot [0.017525s] ... ok DEBUG: {0} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_update_access_without_volname [0.018136s] ... ok DEBUG: {0} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_checked_for_application_error_no_entry [0.021381s] ... ok DEBUG: {0} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_jsonrpc_init_without_ca [0.018633s] ... ok DEBUG: {0} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_allow_access [0.017584s] ... ok DEBUG: {0} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_allow_ro_access [0.017469s] ... ok DEBUG: {0} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_create_share_wrong_protocol [0.017804s] ... ok DEBUG: {0} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_ensure_deleted_share [0.017927s] ... ok DEBUG: {0} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_update_access_recovery_add_superfluous [0.024080s] ... ok DEBUG: {0} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_update_access_recovery_additionals [0.024573s] ... ok DEBUG: {0} manila.tests.share.drivers.tegile.test_tegile.TegileAPIExecutorTestCase.test_send_api_get [0.017087s] ... ok DEBUG: {0} manila.tests.share.drivers.tegile.test_tegile.TegileAPIExecutorTestCase.test_send_api_get_fail [0.017565s] ... ok DEBUG: {0} manila.tests.share.drivers.tegile.test_tegile.TegileAPIExecutorTestCase.test_send_api_post [0.016611s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: Only IP or USER access types are allowed for NFS shares. DEBUG: {0} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_allow_access_fail_1 [0.019653s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {0} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_create_share_from_snapshot [0.020283s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {0} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_create_snapshot [0.027019s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {0} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_delete_snapshot [0.023948s] ... ok DEBUG: Only USER access type is allowed for CIFS shares. DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {0} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_deny_access_fail_3 [0.018442s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {0} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_deny_access_fail_4 [0.018577s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {0} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_get_location_path_2 [0.018092s] ... ok DEBUG: {0} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_get_location_path_fail [0.022200s] ... ok DEBUG: {0} manila.tests.share.drivers.test_ganesha.GaneshaNASHelper2TestCase.test_init_helper_conf_dir_empty_2_True [0.017276s] ... ok DEBUG: {0} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_cleanup_fsal_hook [0.018986s] ... ok DEBUG: {0} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_fsal_hook [0.017316s] ... ok DEBUG: {0} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_load_conf_dir [0.018429s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test__get_helper_with_wrong_proto_1_None [0.020429s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test__get_helper_with_wrong_proto_3_None [0.029692s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test__teardown_server [0.020311s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_allocate_container [0.020252s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_attach_volume_attached_retry_correct [0.019106s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_attach_volume_not_attached [0.018871s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_delete_share_no_share_servers_handling [0.019872s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_detach_volume_with_volume_not_found [0.020134s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_do_setup_with_dhss_2_False [0.020767s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_extend_volume [0.018823s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_consumed_space [0.017614s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_mounted_share_size_invalid_output_1_fake_fake_ [0.017747s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_share_stats_refresh_true [0.018088s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_is_device_mounted_true [0.017492s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_manage_snapshot_valid [0.021308s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_mount_device_exception_raised [0.017925s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_resize_filesystem_invalid_new_size_1 [0.025235s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_shrink_share [0.019396s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_update_access_2_ro [0.017835s] ... ok DEBUG: {0} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_wait_for_available_volume [0.018303s] ... ok DEBUG: {0} manila.tests.share.drivers.test_glusterfs.GaneshaNFSHelperTestCase.test_default_config_hook [0.017751s] ... ok DEBUG: {0} manila.tests.share.drivers.test_glusterfs.GaneshaNFSHelperTestCase.test_init_helper [0.017836s] ... ok DEBUG: {0} manila.tests.share.drivers.test_glusterfs.GlusterNFSHelperTestCase.test_get_export_dir_dict_1 [0.017770s] ... ok DEBUG: {0} manila.tests.share.drivers.test_glusterfs.GlusterNFSHelperTestCase.test_update_access_4 [0.017501s] ... ok DEBUG: {0} manila.tests.share.drivers.test_glusterfs.GlusterNFSHelperTestCase.test_update_access_5 [0.016157s] ... ok DEBUG: {0} manila.tests.share.drivers.test_glusterfs.GlusterNFSVolHelperTestCase.test_update_access_1 [0.016073s] ... ok DEBUG: {0} manila.tests.share.drivers.test_glusterfs.GlusterNFSVolHelperTestCase.test_update_access_2 [0.016385s] ... ok DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {0} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_do_setup [0.016430s] ... ok DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {0} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_get_network_allocations_number [0.016679s] ... ok DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {0} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_setup_via_manager_1_True [0.016288s] ... ok DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {0} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_supported_access_features_2_level [0.015988s] ... ok DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {0} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_update_share_stats [0.016542s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test__get_share_group_name_from_export_location_1_ [0.016530s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test__get_share_group_name_from_export_location_3__1_2_3_4_foo [0.016382s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_create_export_share_does_not_exist [0.024189s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_get_exports_for_share_with_exception_3 [0.016828s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_get_exports_for_share_with_exception_4 [0.016583s] ... ok DEBUG: Caught error trying delete share: None, trying delete it forcibly. DEBUG: {0} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_remove_export_forcibly [0.017036s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.CIFSHelperUserAccessTestCase.test_update_access [0.017834s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.CIFSHelperUserAccessTestCase.test_update_access_exception_type [0.021198s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test__get_parsed_address_or_cidr_3 [0.031133s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test__get_parsed_address_or_cidr_4 [0.016368s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test__get_parsed_address_or_cidr_with_invalid_access_4_1001__1000_129 [0.015850s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_create_exports_6 [0.016296s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_create_exports_7 [0.016282s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_disable_access_for_maintenance_1____shares_fake_share1_n_t_t1_1_1_10_n_shares_fake_share2_n_t_t1_1_1_16_n_shares_fake_share3_n_t_t_world__n_mnt_fake_share1_1_1_1_11___False_ [0.017772s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_disable_access_for_maintenance_3____mnt_fake_share_name_n_t_t1_1_1_11_n_shares_fake_share_name_n_t_t1_1_1_10_n_shares_fake_share_name_n_t_t1_1_1_16_n_shares_fake_share_name_n_t_t_world__n___True_ [0.016810s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_exports_for_share_multi_ip_2_5_6_7_8__bar_quuz [0.019325s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_exports_for_share_single_ip_1__foo_bar [0.016771s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_exports_for_share_single_ip_4__1001__1001___foo_bar [0.016249s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_exports_for_share_with_error_1 [0.016341s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_share_path_by_export_location_3_5_6_7_88_fake__foo_bar [0.015805s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_share_path_by_export_location_4__1001__1002___foo_bar [0.015867s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_update_access_delete_invalid_rule_3 [0.016932s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_update_access_invalid_type [0.017652s] ... ok DEBUG: {0} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_update_access_recovery_mode_3 [0.018180s] ... ok DEBUG: {0} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_check_for_setup_error_no_vg [0.016913s] ... ok DEBUG: {0} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_copy_volume_error_2_False [0.018064s] ... ok DEBUG: {0} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_create_share_mirrors [0.017758s] ... ok DEBUG: {0} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_configured_ip_versions_4___1_1_1_0____4__ [0.017264s] ... ok DEBUG: {0} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_configured_ip_versions_6____1001__1001_129____1_1_1_0____False_ [0.017242s] ... ok DEBUG: {0} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_mount_point_name_with_mount_point_name [0.016651s] ... ok DEBUG: {0} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_share_stats_refresh [0.021407s] ... ok DEBUG: {0} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_update_share_stats_1____1_1_1_1____4_ [0.018690s] ... ok DEBUG: 2025-11-13 13:52:24.483 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 54.024(s), this was the 28th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:24.484 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {0} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_update_share_stats_2____1001__1001____6_ [0.020765s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_cidr_for_subnet_success [0.017469s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_private_router_no_gateway [0.018956s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_private_router_subnet_is_not_attached_to_the_router [0.017453s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_private_router_success [0.018105s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_service_port_default_host [0.018204s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_service_port_one_exist_on_same_host [0.018687s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_service_subnet_none_found [0.016976s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_get_service_network_id_none_exist [0.017065s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_setup_network_and_connect_share_server_to_tenant_net_admin [0.017893s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_setup_network_using_router_addon_of_interface_failed [0.018508s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_no_service_data_2 [0.018599s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_subnet_is_used [0.346901s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_subnet_not_used_and_get_error_404 [0.018156s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_with_ports_3 [0.020819s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_with_ports_5 [0.031246s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_with_ports_unhandled_exception_1 [0.040977s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test__check_server_availability_with_recall_1_True [0.035767s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_ensure_server [0.031123s] ... ok DEBUG: Unable to check server existence since 'instance_id' key is not set in share server backend details. DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_ensure_server_no_instance_id [0.022247s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_01 [0.021328s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_03 [0.018412s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_04 [0.018098s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_06 [0.020770s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_09 [0.018694s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_14 [0.020951s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_16 [0.022869s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_cases_4 [0.024326s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_cases_8 [0.019677s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_ipv6_address_2 [0.019173s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_ipv6_address_5 [0.019241s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_config_option_from_driver_config [0.021524s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_key_more_than_one_exist [0.019954s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_neutron_network_helper [0.029885s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_server_ip_not_found_1 [0.020944s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_server_ip_not_found_2 [0.019892s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_security_group_creation_with_name_from_config_1_None [0.023999s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_security_group_limit_ssh_invalid_subnet [0.020730s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_security_group_name_from_config_and_sg_exist [0.019481s] ... ok DEBUG: Name for service instance security group is not provided. Skipping security group step. DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_security_group_name_not_specified [0.018712s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_set_up_service_instance_2 [0.020568s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_wait_for_instance_available [0.019431s] ... ok DEBUG: {0} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_wait_for_instance_timeout [0.020192s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_create_shares_3__1073741824___SMB____fakeid__ [0.007251s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_create_shares_4__1073741824___SMB___None_ [0.006186s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_delete_snapshot [0.006941s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_do_setup_missing_required_fields_3_vast_mgmt_host [0.001236s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_ensure_shares_1___ [0.006009s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_ensure_shares_2___fake_path_1____fake_path__ [0.005610s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_resize_share_exceeded_hard_limit [0.006053s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_resize_share_ok [0.006591s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_update_access_add_rules_3____________ [0.010835s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_update_access_add_rules_no_policy [0.006027s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_update_access_rules_wrong_proto [0.001127s] ... ok DEBUG: The share protocol flavor is invalid. Please use NFS. DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_copy_1_True [0.017818s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_edge_cases [0.019346s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__wait_for_operation_status_error [10.022932s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_from_dict [0.017540s] ... ok DEBUG: Vserver is specified in the configuration. This is ignored when the driver is managing share servers. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_for_setup_error_cluster_creds_with_vserver [0.029762s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_recursion [0.017480s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver_util.TestBunchify.test_bunchify [0.019171s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_nfs_config_extra_specs_validity_invalid_value_1 [0.026664s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_driver_util.TestUnbunchify.test_unbunchify [0.018952s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {0} manila.tests.share.drivers.vastdata.test_rest.TestFolders.test_requisite_decorator_2_4_0_11_12 [0.000855s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_rest.TestFolders.test_requisite_decorator_4_4_5_6_1 [0.000365s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_rest.TestFolders.test_requisite_decorator_5_4_6_0 [0.000312s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_rest.TestFolders.test_requisite_decorator_7_4_6_0_1_1 [0.000346s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_rest.TestVastResource.test_ensure_when_entry_not_found [0.000657s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_rest.TestVastResource.test_one_when_multiple_entries_found [0.000455s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_rest.TestVastResource.test_one_when_no_entries_found [0.000343s] ... ok DEBUG: {0} manila.tests.share.drivers.vastdata.test_rest.VipPoolTest.test_no_vipool [0.000445s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_update_share_server_network_allocations [0.034117s] ... ok DEBUG: {0} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test__get_vip [0.018816s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_update_share_server_security_service_4 [0.019265s] ... ok DEBUG: {0} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test__update_share_stats [0.018195s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_update_share_server_security_service_5 [0.023368s] ... ok DEBUG: {0} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_create_share [0.028170s] ... ok DEBUG: {0} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_delete_share_if_not_present_at_backend [0.020364s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_nfs_1 [0.042186s] ... ok DEBUG: {0} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_delete_snapshot [0.018497s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_nfs_conflict_4 [0.020760s] ... ok DEBUG: ('ACCESSShareDriver delete snapshot failed snapname %s sharename %s', 'fakesnapshotname', '144c9def-b068931c') DEBUG: {0} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_delete_snapshot_negative [0.018483s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_only_4 [0.019531s] ... ok DEBUG: {0} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_update_access_for_access_rules [0.018404s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_nfs_config_only_3 [0.018578s] ... ok DEBUG: ('ACCESSShareDriver access failed sharepath %s server %s', '/vx/fake_location', '10.0.0.2') DEBUG: {0} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_update_access_for_allow_negative [0.018957s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_check_auth_mode_1 [0.019038s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_no_specification_3 [0.028188s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_check_auth_mode_3 [0.033410s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_no_specification_4 [0.042544s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_check_password_complexity_1___abAB01___True_ [0.026918s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_ipspace_not_vlan_1_None [0.038043s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_get_auth_info_1_False [0.028994s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_lif_1_1234 [0.020084s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_get_cbs_init_reg_section_1 [0.018941s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_get_cbs_init_reg_section_4 [0.019198s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_lif_2_None [0.025688s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_get_valid_security_service_2 [0.030209s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_lif_if_nonexistent_already_present [0.033291s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_join_domain_2 [0.020962s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_share_from_snaphot_different_hosts_3 [0.029495s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_set_up_service_instance [0.020384s] ... ok DEBUG: Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_share_from_snapshot_group [0.018445s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_get_consumed_space [0.018717s] ... ok DEBUG: Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_admin_lif [0.017049s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_get_disk_number_1_None [0.021725s] ... ok DEBUG: Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_admin_lif_no_admin_network [0.033885s] ... ok DEBUG: Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: {0} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_get_mount_path [0.028264s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_is_device_mounted_2_2 [0.020523s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_dp_destination_2_fake_ipspace [0.026373s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_get_acls_helper_2 [0.019767s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_routes_1 [0.021295s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_get_share_path_by_export_location [0.017881s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_delete_vserver_peer [0.019311s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_get_share_path_by_name [0.018310s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_admin_network_allocations_number_no_admin_network [0.019265s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_revoke_share_access [0.018405s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_share_exists [0.020197s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_ems_pool_info [0.033469s] ... ok DEBUG: Unsupported access level fake_level or access type user, skipping removal of access rule to FakeDomain\FakeUser. DEBUG: 2025-11-13 13:52:26.487 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 56.027(s), this was the 29th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:26.488 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter in 2.0 seconds as it raised NaRetryableError: NetApp API failed. Try again. Reason - 4:entry doesn't exist. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {0} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_update_access_deleting_invalid_rule [0.022506s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_nfs_config_provisioning_options_empty_1 [0.038917s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_update_access_invalid_type [0.021687s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_get_disk_space_by_path [0.018000s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_nfs_config_provisioning_options_valid_3 [0.031562s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_get_interface_index_by_ip [0.017985s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_vserver_no_vserver [0.021611s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_get_win_reg_value_1_None [0.018131s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_false_04 [0.022342s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_initialize_disk [0.021617s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_normalize_path [0.027764s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_true_2 [0.053045s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_quote_string [0.025113s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_true_5 [0.035192s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_set_disk_online_status [0.032863s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_set_win_reg_value [0.018792s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_manage_existing_error [0.024314s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_unjoin_domain [0.020134s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_setup_server_with_error [0.050140s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_winrm_helper.WinRMConnectionTestCase.test_get_url_missing_ip [0.040786s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_winrm_helper.WinRMHelperTestCase.test_execute_3 [0.036958s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_cancel_2_fake_migration_id [0.049367s] ... ok DEBUG: {0} manila.tests.share.drivers.windows.test_winrm_helper.WinRMHelperTestCase.test_parse_command [0.037238s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_check_compatibility_compatible [0.035279s] ... ok DEBUG: {0} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_create_delete_share [0.021882s] ... ok DEBUG: Cannot perform server migration to a specific pool. Please choose a destination host 'host@backend' as destination. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_check_compatibility_dest_with_pool [0.022270s] ... ok DEBUG: VPSA volume for share fakeid2 could not be found. DEBUG: {0} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_extend_share [0.021177s] ... ok DEBUG: Cannot perform server migration within the same cluster. Please choose a destination host that's in a different cluster. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_check_compatibility_same_cluster [0.023453s] ... ok DEBUG: {0} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_no_active_ctrl [0.021790s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_complete_1 [0.024589s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__delete_dataset_or_snapshot_with_retry_snapshot [0.021119s] ... ok DEBUG: Could not delete ipspace on SVM migration source. Reason: 'Mock' object is not subscriptable DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_complete_2 [0.021648s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_1_True [0.019718s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_continue_svm_migrate_2___transferring___False_ [0.020508s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_compression_4___off____True__False________compression_off__ [0.020123s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_start_1 [0.024471s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_compression_6___bar____True________compression_bar__ [0.019139s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_start_2 [0.018585s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_dedupe_02___True____True__False_____dedup_off_____dedup_on__ [0.019891s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_start_4 [0.017785s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_dedupe_04___yes____True__False_____dedup_off_____dedup_on__ [0.020445s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_teardown_server [0.021779s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_dedupe_08___False____True__False________dedup_off__ [0.020497s] ... ok DEBUG: Could not find Vserver for share server being deleted: fake_vserver_1. Deletion of share server record will proceed anyway. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_teardown_server_no_vserver [0.019080s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_dedupe_09___False____False_____dedup_on_____dedup_off__ [0.019933s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_name_2_bar_quuz_ [0.018791s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_update_share_server_network_allocations_1_active [0.039112s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_name_3_bar [0.018974s] ... ok DEBUG: Failed to update vserver network configuration. DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_update_share_server_network_allocations_setup_network_fail [0.018393s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_pools_info_2_ [0.018664s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_update_share_server_security_service_1 [0.018391s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_pools_info_3_foo_replication_domain [0.018972s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_share_helper_error_1 [0.021597s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_update_share_server_security_service_3 [0.029150s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_snapshot_name_1_ [0.022904s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_snapshot_name_2_foo [0.017413s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_check_for_setup_error_cluster_creds_vserver_match [0.050211s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__init_common_capabilities_3 [0.016862s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__init_common_capabilities_5 [0.023788s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__update_share_stats_1_None [0.017588s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test__update_for_failover [0.046055s] ... ok DEBUG: Failed to sync snapshot instance si_fake_second_replica_id. Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'Second replica sync failure' DEBUG: Stderr: None DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_create_replicated_snapshot [0.018061s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_find_performance_counter_timestamp [0.028910s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_create_share [0.025293s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_find_performance_counter_timestamp_not_found [0.024169s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_delete_replica_not_found [0.017685s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_do_setup_error_on_ip_addresses_configuration_2___127_0_0_1____foo__ [0.020591s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_find_performance_counter_value_not_found [0.036948s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_do_setup_error_on_ip_addresses_configuration_4_____1_128____127_0_0_1__ [0.019379s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_do_setup_error_on_ip_addresses_configuration_5___127_0_0_1______1_128__ [0.017913s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_do_setup_no_zpools_configured_2_ [0.017901s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_kahuna_utilization [0.049206s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_ensure_share_2_off [0.020308s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_for_pool_1 [0.033822s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_ensure_share_with_share_server [0.027868s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_extend_share_with_share_server [0.023304s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_total_consistency_point_time [0.024827s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_get_network_allocations_number [0.021810s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_update_performance_cache_first_pass [0.025862s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_init [0.017773s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_update_performance_cache_not_supported [0.025519s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_manage_existing_snapshot_1 [0.016870s] ... ok DEBUG: Caught following error trying to kill migration process: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: Failed to destroy destination dataset with following error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_migration_cancel_error [0.018570s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_base.NetAppNASHelperBaseTestCase.test__get_share_export_location_2 [0.027697s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_migration_cancel_success [0.018564s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_migration_complete [0.020939s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_base.NetAppNASHelperBaseTestCase.test__get_share_export_location_4 [0.046615s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_migration_continue_exception [0.023548s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_base.NetAppNASHelperBaseTestCase.test_set_client [0.021066s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_migration_continue_pending [0.019288s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_cleanup_demoted_replica [0.021376s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_shrink_share_data_loss [0.018968s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_shrink_share_with_share_server [0.028900s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_delete_share [0.035027s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_execute_with_provided_executor [0.025918s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_get_export_location_2 [0.026138s] ... ok DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_execute_with_retry_exceeded [0.026189s] ... ok DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_get_export_location_3 [0.027435s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_get_zfs_option [0.018926s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_get_share_name_for_share [0.024744s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_init [0.017306s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_get_target [0.023118s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_local_shell_execute [0.019279s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_validate_access_rule_invalid_level [0.023824s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_remove_exports_that_absent [0.040670s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test__get_security_flavors_2__True____krb5____krb5i____krb5p___ [0.034334s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_ensure_export_policy_default [0.027787s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_not_ip_access_type_4_ [0.066592s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_get_export_location_missing_location_invalid_1_ [0.023233s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_get_share_name_for_share_not_found [0.023823s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_not_ip_access_type_6_i [0.041073s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_get_temp_export_policy_name [0.024341s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_common.NetAppDriverFactoryTestCase.test_create_driver [0.024777s] ... ok DEBUG: {0} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_rw_and_ro_2____fake_modinfo_result_________sharenfs_ro_1_1_1_1_2_2_2_2_3_3_3_0_255_255_255_0_no_root_squash___True_ [0.045158s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_common.NetAppDriverFactoryTestCase.test_get_driver_mode_single_svm [0.022402s] ... ok DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_create_schema [0.048442s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_common.NetAppDriverFactoryTestCase.test_new_missing_config [0.028508s] ... ok DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_delete_share [0.018065s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_utils.DataCacheTestCase.test_get_data [0.021737s] ... ok DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_enable_service [0.016675s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_utils.DataCacheTestCase.test_is_expired_2_False [0.022160s] ... ok DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_create_share [0.020161s] ... ok DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_create_snapshot [0.028060s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_utils.DataCacheTestCase.test_update_data_1_True [0.036251s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_check_flags_missing_flag [0.019382s] ... ok DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_delete_share [0.025042s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_is_style_extended_flexgroup_1 [0.018323s] ... ok DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_delete_snapshot [0.021571s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_setup_tracing_invalid_regex_1____bad [0.015879s] ... ok DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_extend_share [0.020534s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_trace_no_tracing [0.016919s] ... ok DEBUG: Name of the share in ZFSSA share has to be specified in option zfssa_name. DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_manage_invalid_option [0.019844s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_exception_in_update_info_from_rpm [0.017226s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_exception_in_update_release_from_release_string [0.015679s] ... ok DEBUG: Unknown if the share: fakename to be managed is already being managed by Manila. Aborting manage share. Please add 'manila_managed' custom schema property to the share and set its value to False.Alternatively, set Manila config property 'zfssa_manage_policy' to 'loose' to remove this restriction. DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_manage_invalid_size [0.026616s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_exception_in_update_version_from_version_string [0.017320s] ... ok DEBUG: Unknown if the share: fakename to be managed is already being managed by Manila. Aborting manage share. Please add 'manila_managed' custom schema property to the share and set its value to False.Alternatively, set Manila config property 'zfssa_manage_policy' to 'loose' to remove this restriction. DEBUG: Share fakeid is not being managed by the current Manila instance. DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_manage_unmanage_no_schema [0.019424s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_update_info_from_dpkg_no_pkg_found [0.016902s] ... ok DEBUG: 2.8GB of share fakeid2 is already used. Cannot shrink to 2GB. DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_shrink_share_negative [0.019237s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_update_info_from_rpm_no_pkg_found [0.016256s] ... ok DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_unmanage_CIFS [0.019480s] ... ok DEBUG: {1} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_update_openstack_info_rpm_pkg_not_found [0.018531s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_check_for_setup_error__folder_doesnt_exist [0.017489s] ... ok DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_unmanage_NFS [0.022338s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_check_for_setup_error__volume_doesnt_exist [0.018320s] ... ok DEBUG: Share sharename is already being managed by Manila. DEBUG: {0} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_verify_share_to_manage_alredy_managed [0.020786s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_create_snapshot [0.019334s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_delete_share__some_error [0.018591s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_extend_share__thick_provisoning [0.018007s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefCollections.test_set [0.020335s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefException.test_dict [0.020340s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefException.test_message [0.018507s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefFilesystems.test_acl [0.017692s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefFilesystems.test_mount [0.017147s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test___init___no_ssl_cert_verify [0.017504s] ... ok DEBUG: 2025-11-13 13:52:28.488 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.client.client_cmode_rest.NetAppRestClient._wait_job_result.._waiter' after 58.028(s), this was the 30th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:28.490 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__wait_job_result_failure [58.058391s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test_update_bearer [0.021660s] ... ok DEBUG: 2025-11-13 13:52:28.518 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:28.521 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:28.527 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:28.530 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___delete_invalid_payload [0.020116s] ... ok DEBUG: 2025-11-13 13:52:28.535 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_add_nfs_export_rule_with_rule_created [0.047189s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___empty_path [0.021360s] ... ok DEBUG: 2025-11-13 13:52:28.578 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:28.583 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:28.584 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___get [0.029713s] ... ok DEBUG: 2025-11-13 13:52:28.586 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:28.592 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_check_for_cluster_credentials_1_True [0.055860s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___get_invalid_payload [0.019832s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___invalid_method [0.017499s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___non_ok_response [0.019510s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___put_invalid_payload [0.020453s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___request_failover_error [0.020935s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_201_empty [0.017520s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_backend_name [0.017674s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_create_share_from_snapshot [0.019823s] ... ok DEBUG: {0} manila.tests.share.test_access.LockedOperationsTestCase.test_locked_access_rules_operation [0.431194s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_create_share_from_snapshot_error [0.019226s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_create_snapshot [0.018663s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_delete_snapshot [0.018205s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_mount_filesystem_with_activate [0.024983s] ... ok DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_access_rule_just_get [0.086483s] ... ok DEBUG: Only IP access control type is supported for NFS. DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_update_access__not_ip_1_rw [0.020915s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_update_nfs_access_1 [0.019683s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.drivers.nexenta.test_utils.TestNexentaUtils.test_str2size_02______0_ [0.018240s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.test_utils.TestNexentaUtils.test_str2size_04___12___12_ [0.016927s] ... ok DEBUG: {1} manila.tests.share.drivers.nexenta.test_utils.TestNexentaUtils.test_str2size_08___1023b___1023_ [0.017377s] ... ok DEBUG: {1} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_create_snapshot [0.031361s] ... ok DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_access_rule_updates_conditionally_changed_2_denying [0.125597s] ... ok DEBUG: {1} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_delete_share_no_eradicate [0.029694s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: flashblade_api configuration parameter must be specified DEBUG: NoneType: None DEBUG: {1} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_empty_auth_parameters [0.026580s] ... ok DEBUG: {1} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_no_purity_fb_module [0.021357s] ... ok DEBUG: 2025-11-13 13:52:29.044 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.046 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.048 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.049 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.052 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_clear_nfs_export_policy_for_volume [0.457919s] ... ok DEBUG: {1} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_revert_to_snapshot_bad_snapshot [0.018852s] ... ok DEBUG: 2025-11-13 13:52:29.073 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_access_rule_updates_conditionally_changed_3_active [0.107164s] ... ok DEBUG: 2025-11-13 13:52:29.075 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.075 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.076 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.081 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_shrink_share_over_consumed [0.019761s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_dns_already_present [0.028902s] ... ok DEBUG: Share of snapshot id fakeSnapshotId does not exist DEBUG: {1} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_delete_snapshot_api_3 [0.018631s] ... ok DEBUG: 2025-11-13 13:52:29.104 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.106 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.107 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.108 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.112 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_configure_dns_api_error [0.030469s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_edit_share_api [0.021462s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:52:29.136 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.138 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.140 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.141 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.144 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_fpolicy_event [0.031900s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_share_info_2 [0.024869s] ... ok DEBUG: 2025-11-13 13:52:29.166 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {1} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_share_info_3 [0.019100s] ... ok DEBUG: 2025-11-13 13:52:29.168 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.168 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.168 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.173 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_fpolicy_policy_with_scope [0.028678s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_01 [0.028359s] ... ok DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_access_rule_updates_conditionally_changed_4_queued_to_apply [0.125546s] ... ok DEBUG: 2025-11-13 13:52:29.200 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.201 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.201 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.202 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.207 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Kerberos realm config already exists. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:29.209 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_kerberos_realm_error_1_1 [0.037190s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_06 [0.020325s] ... ok DEBUG: 2025-11-13 13:52:29.236 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.238 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.240 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.241 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.244 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_kerberos_realm_error_2_None [0.032787s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:52:29.286 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.288 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.289 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.290 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.293 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_port_and_broadcast_domain [0.049136s] ... ok DEBUG: 2025-11-13 13:52:29.313 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.315 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.316 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.317 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.320 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_route_1___10_10_10_0_24____10_10_10_1___False_ [0.026834s] ... ok DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_all_access_rules_updates_conditionally_changed_5____active____denying____0_ [0.127663s] ... ok DEBUG: 2025-11-13 13:52:29.343 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.345 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.345 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.348 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.350 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_route_2___fc00___7____fe80__1___False_ [0.029800s] ... ok DEBUG: 2025-11-13 13:52:29.376 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:52:29.378 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.380 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.381 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.384 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_snapmirror_vol_1 [0.033120s] ... ok DEBUG: 2025-11-13 13:52:29.405 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.407 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.409 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.411 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.414 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_snapmirror_vol_2 [0.030178s] ... ok DEBUG: 2025-11-13 13:52:29.435 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.437 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.439 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.440 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.443 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_volume_clone_3 [0.028758s] ... ok DEBUG: 2025-11-13 13:52:29.464 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.466 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.467 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.469 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.472 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_volume_clone_4 [0.028441s] ... ok DEBUG: 2025-11-13 13:52:29.499 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.502 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.503 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__check_needs_refresh_1_True [0.176007s] ... ok DEBUG: 2025-11-13 13:52:29.504 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.508 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_create_volume_split_1_True [0.035745s] ... ok DEBUG: 2025-11-13 13:52:29.530 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:52:29.532 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.533 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.536 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.538 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] FPolicy event fake_event not found. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:29.540 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_fpolicy_event_error_not_found_1_4 [0.032265s] ... ok DEBUG: 2025-11-13 13:52:29.561 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.563 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.564 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.566 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.568 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] FPolicy policy fake_policy not found. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:29.570 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_fpolicy_policy_request_error_1_4 [0.029418s] ... ok DEBUG: 2025-11-13 13:52:29.593 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.595 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.596 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.598 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.601 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_fpolicy_policy_request_error_2_None [0.030154s] ... ok DEBUG: 2025-11-13 13:52:29.629 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.631 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.632 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_10 [0.417110s] ... ok DEBUG: 2025-11-13 13:52:29.634 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.637 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_nfs_export_policy [0.036628s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_12 [0.026779s] ... ok DEBUG: 2025-11-13 13:52:29.668 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.669 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.671 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.672 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.675 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_port_and_broadcast_domains_for_ipspace_not_found [0.037537s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_19 [0.020807s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_22 [0.020902s] ... ok DEBUG: 2025-11-13 13:52:29.708 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.714 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.716 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.717 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.720 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_snapmirror_vol [0.044205s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_24 [0.028616s] ... ok DEBUG: 2025-11-13 13:52:29.743 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.751 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.752 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.754 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.757 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_snapshot_1_True [0.036840s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_2 [0.041636s] ... ok DEBUG: 2025-11-13 13:52:29.778 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.780 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.782 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.783 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.786 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_vserver_multiple_volumes [0.028636s] ... ok DEBUG: 2025-11-13 13:52:29.806 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.808 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__update_access_rules_recursive_driver_exception_2_False [0.303418s] ... ok DEBUG: 2025-11-13 13:52:29.809 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.809 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.814 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_3 [0.027876s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_vserver_one_volume_api_error [0.027939s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_4 [0.023595s] ... ok DEBUG: 2025-11-13 13:52:29.840 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.846 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.848 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.849 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.852 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_delete_vserver_peer [0.038840s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__update_rules_through_share_driver_3___cifs___True__False_ [0.056595s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_5 [0.029646s] ... ok DEBUG: 2025-11-13 13:52:29.874 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.876 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.877 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.878 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.882 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_disable_compression_async [0.029486s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_do_setup_positive_with_diff_nas_3 [0.020755s] ... ok DEBUG: 2025-11-13 13:52:29.904 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.905 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_allow_access_ro [0.019145s] ... ok DEBUG: 2025-11-13 13:52:29.908 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.910 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.916 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_disable_dedupe_async [0.033721s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_allow_access_ro_without_hostlist [0.018820s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:52:29.939 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.940 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.942 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.943 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.946 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_check_share_access_2_CIFS [0.016923s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_disable_fpolicy_policy [0.028897s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_check_share_access_3_proto [0.027854s] ... ok DEBUG: 2025-11-13 13:52:29.977 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:29.980 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.981 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:29.982 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:29.986 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_disable_fpolicy_policy_failure_2 [0.039657s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_share_from_snapshot [0.023697s] ... ok DEBUG: 2025-11-13 13:52:30.009 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.011 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.013 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.014 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.021 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_disable_kerberos [0.034813s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_share_from_snapshot_negative_clone_fail [0.027492s] ... ok DEBUG: 2025-11-13 13:52:30.044 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_share_from_snapshot_negative_name_exist [0.019417s] ... ok DEBUG: 2025-11-13 13:52:30.046 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.047 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.047 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.051 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_aggregate_disk_types_2 [0.028842s] ... ok DEBUG: Snapshot fakeSnapshotId does not exist DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_share_from_snapshot_without_snapshot_id [0.018489s] ... ok DEBUG: 2025-11-13 13:52:30.070 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.071 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.073 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.074 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.076 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_cifs_share_access_rules_empty [0.025964s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_deny_access_with_hostlist [0.029443s] ... ok DEBUG: 2025-11-13 13:52:30.098 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.100 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.102 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.103 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.106 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_fpolicy_policies_status [0.029260s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_deny_access_with_hostlist_not_equel_access_to [0.019071s] ... ok DEBUG: 2025-11-13 13:52:30.131 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_extend_share [0.017620s] ... ok DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessTestCase.test_reset_rules_to_queueing_states_2_False [0.267377s] ... ok DEBUG: 2025-11-13 13:52:30.133 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.134 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.134 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.135 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not find fpolicy. Share not found: fake_share. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:30.139 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_fpolicy_scopes_not_found [0.032382s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_extend_share_without_share_name [0.018579s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_gen_random_name_2 [0.017974s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:52:30.170 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.171 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.172 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.175 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.178 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_ipspaces_no_records [0.038953s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_get_location_path [0.020914s] ... ok DEBUG: 2025-11-13 13:52:30.200 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.202 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.203 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.205 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.207 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_job [0.028320s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_get_ts_model_pool_id [0.022867s] ... ok DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessTestCase.test_update_access_rules_an_update_is_in_progress_1_applying [0.096506s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_manage_existing_nfs [0.018481s] ... ok DEBUG: 2025-11-13 13:52:30.230 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.231 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.231 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.231 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.237 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_job_state_not_found [0.029191s] ... ok DEBUG: {1} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_manage_invalid_protocol [0.018239s] ... ok DEBUG: 2025-11-13 13:52:30.265 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.267 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.268 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.270 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.273 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_key_store_config_uuid_no_response [0.035740s] ... ok DEBUG: {1} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_checked_for_application_error [0.026353s] ... ok DEBUG: Will not verify the server certificate of the API service because the CA certificate is not available. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_https_call_with_cert [0.019223s] ... ok DEBUG: 2025-11-13 13:52:30.302 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.304 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.306 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.307 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.311 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_licenses [0.037000s] ... ok DEBUG: {1} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_jsonrpc_call_http_exception [0.021960s] ... ok DEBUG: 2025-11-13 13:52:30.332 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.334 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.335 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.337 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {1} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_jsonrpc_init_no_ssl [0.017026s] ... ok DEBUG: {1} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_jsonrpc_init_with_ca [0.016603s] ... ok DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not get list of ONTAP licenses.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - fake:fake DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest Traceback (most recent call last): DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode_rest.py", line 326, in get_licenses DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest result = self.send_request('/cluster/licensing/licenses', 'get') DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest result = effect(*args, **kwargs) DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest raise effect DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - fake:fake DEBUG: 2025-11-13 13:52:30.339 3331052 ERROR manila.share.drivers.netapp.dataontap.client.client_cmode_rest DEBUG: 2025-11-13 13:52:30.347 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_licenses_error [0.039310s] ... ok DEBUG: {1} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_create_share_existing_volume [0.017333s] ... ok DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessTestCase.test_update_access_rules_an_update_is_in_progress_2_denying [0.144298s] ... ok DEBUG: 2025-11-13 13:52:30.373 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.374 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.374 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.374 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.375 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_migration_check_job_state [0.023797s] ... ok DEBUG: {1} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_delete_share_existing_volume [0.018677s] ... ok DEBUG: 2025-11-13 13:52:30.400 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.400 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.400 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.400 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.401 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Both source and destination clusters must be AFF systems.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 13172984:unknown DEBUG: 2025-11-13 13:52:30.402 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_migration_check_job_state_raise_error_2_13172984 [0.026663s] ... ok DEBUG: {1} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_deny_access [0.018673s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_fetch_existing_access [0.021856s] ... ok DEBUG: 2025-11-13 13:52:30.429 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.430 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.430 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.430 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.431 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_net_options [0.024568s] ... ok DEBUG: {1} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_get_capacities_gb [0.017361s] ... ok DEBUG: 2025-11-13 13:52:30.449 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.450 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.450 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.450 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.451 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_nfs_config [0.020202s] ... ok DEBUG: {1} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_get_replication [0.016702s] ... ok DEBUG: 2025-11-13 13:52:30.470 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.470 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.470 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.471 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.472 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_nfs_config_default [0.020787s] ... ok DEBUG: {1} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_resize_share [0.016655s] ... ok DEBUG: 2025-11-13 13:52:30.490 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.491 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.491 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.491 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.492 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_nfs_export_policy_for_volume_empty [0.020193s] ... ok DEBUG: {1} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_shrink_share [0.016609s] ... ok DEBUG: {1} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_update_access_add_delete [0.017368s] ... ok DEBUG: 2025-11-13 13:52:30.514 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.514 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.514 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.514 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.516 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_node_data_ports [0.023482s] ... ok DEBUG: 2025-11-13 13:52:30.534 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.534 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.534 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.535 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.539 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_node_for_aggregate [0.023356s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileAPIExecutorTestCase.test_send_api_value_error_fail [0.037846s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_allow_access_2_user [0.018737s] ... ok DEBUG: 2025-11-13 13:52:30.566 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.566 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.566 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.566 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.568 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_ontap_version_1_True [0.028286s] ... ok DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessTestCase.test_update_access_rules_delete_all_rules_1_True [0.207663s] ... ok DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_allow_access_fail_2 [0.017493s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:30.598 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.598 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.598 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.598 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.600 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_ontap_version_2_False [0.032047s] ... ok DEBUG: Only USER access type is allowed for CIFS shares. DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__wait_for_operation_status [10.024793s] ... ok DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_allow_access_fail_3 [0.017556s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_create_share [0.025083s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_for_setup_error_vserver_creds [0.037572s] ... ok DEBUG: 2025-11-13 13:52:30.656 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.656 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.656 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:30.657 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.658 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_create_share_fail [0.024501s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_records_1_True [0.058111s] ... ok DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_delete_snapshot_fail [0.020835s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_if_extra_spec_is_positive_with_negative_integer [0.049902s] ... ok DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_deny_access_1_ip [0.022389s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:30.711 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.712 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.712 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.712 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.716 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_records_not_found [0.059858s] ... ok DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_deny_access_2_user [0.029564s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_nfs_config_extra_specs_validity_invalid_value_2 [0.045539s] ... ok DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessTestCase.test_update_access_rules_delete_all_rules_2_False [0.157835s] ... ok DEBUG: 2025-11-13 13:52:30.750 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.751 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.751 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:30.751 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.753 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_deny_access_fail_2 [0.018993s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_records_timeout [0.040894s] ... ok DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_get_location_path_3 [0.018120s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_update_share_server_security_service_2 [0.039264s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.share.test_access.ShareInstanceAccessTestCase.test_update_share_instances_access_rules_status [0.044303s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_get_network_allocations_number [0.020643s] ... ok DEBUG: 2025-11-13 13:52:30.794 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.795 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.795 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.795 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.796 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_snapmirrors_svm [0.041158s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_all_06 [0.034349s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_and_nfs_config_2 [0.048561s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_get_pool [0.040258s] ... ok DEBUG: 2025-11-13 13:52:30.839 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.840 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.840 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.840 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.841 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_snapshot_1_True [0.050264s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_shrink_share_fail [0.020018s] ... ok DEBUG: 2025-11-13 13:52:30.869 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.870 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.870 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:30.870 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.871 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_snapshot_2_False [0.019638s] ... ok DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_update_access_1 [0.019636s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_all_12 [0.053668s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_and_nfs_config_3 [0.059240s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:30.890 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.891 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.891 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.891 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.892 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_svm_volumes_total_size [0.021310s] ... ok DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_update_access_2 [0.021478s] ... ok DEBUG: 2025-11-13 13:52:30.910 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.910 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.911 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.911 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.912 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_unique_export_policy_id [0.019380s] ... ok DEBUG: {1} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_update_access_3 [0.021270s] ... ok DEBUG: 2025-11-13 13:52:30.929 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.929 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.930 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.930 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.931 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_unique_export_policy_id_empty [0.019053s] ... ok DEBUG: 2025-11-13 13:52:30.949 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.949 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.949 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.949 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.950 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_volume_at_junction_path_2_ [0.019330s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_and_nfs_config_4 [0.071940s] ... ok DEBUG: {1} manila.tests.share.drivers.test_ganesha.GaneshaNASHelper2TestCase.test_init_helper_conf_dir_empty_1_False [0.049834s] ... ok DEBUG: 2025-11-13 13:52:30.969 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.970 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.970 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.970 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.971 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_volume_move_status_error [0.020871s] ... ok DEBUG: {1} manila.tests.share.drivers.test_ganesha.GaneshaNASHelper2TestCase.test_update_access_add_export [0.019744s] ... ok DEBUG: 2025-11-13 13:52:30.989 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:30.990 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.990 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:30.990 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:30.991 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_aggregate_capabilities_no_response [0.019469s] ... ok DEBUG: Unsupported access rule of 'type' notip, 'level' rw, 'to' 10.0.0.1: type should be one of 'ip'. DEBUG: 2025-11-13 13:52:31.009 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.009 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.009 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.009 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.010 3331052 WARNING mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] No aggregates assigned to Vserver fake_vserver. DEBUG: 2025-11-13 13:52:31.010 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_aggregate_capacities_no_aggregate [0.019062s] ... ok DEBUG: {1} manila.tests.share.drivers.test_ganesha.GaneshaNASHelper2TestCase.test_update_access_invalid_share_access_type [0.022092s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_and_nfs_config_5 [0.059534s] ... ok DEBUG: 2025-11-13 13:52:31.028 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.029 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.029 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.029 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.030 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_aggregate_capacities_none_requested [0.019937s] ... ok DEBUG: {1} manila.tests.share.drivers.test_ganesha.GaneshaNASHelper2TestCase.test_update_access_remove_export [0.019410s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_nfs_2 [0.021213s] ... ok DEBUG: 2025-11-13 13:52:31.049 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.049 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.049 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.050 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.050 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Found available Vserver aggregates: {'fake_aggr1': {'available': 568692293632}}. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:31.051 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_aggregate_capacities_partial_request [0.020570s] ... ok DEBUG: {1} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_default_config_hook [0.022977s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_nfs_4 [0.024128s] ... ok DEBUG: 2025-11-13 13:52:31.074 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.075 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.075 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.075 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.076 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieving Vserver fake_vserver information. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:31.077 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_info_1 [0.025719s] ... ok DEBUG: Share 4017aec2-7c8e-4879-94f4-adc109c44ee0 has replicas. Remove the replicas of all shares in the share server before attempting to migrate it. DEBUG: {1} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_init_helper_conf_dir_empty [0.033945s] ... ok DEBUG: 2025-11-13 13:52:31.095 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.095 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.095 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.095 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.096 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_get_vserver_root_volume_name [0.019514s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_nfs_conflict_3 [0.033419s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test__migration_initial_checks_share_with_replicas [0.220720s] ... ok DEBUG: 2025-11-13 13:52:31.114 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.114 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.114 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.114 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.115 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_ipspace_has_data_vservers_not_supported [0.018793s] ... ok DEBUG: {1} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_update_access_for_deny [0.037821s] ... ok DEBUG: 2025-11-13 13:52:31.133 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.133 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.133 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.134 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.135 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_is_flexgroup_volume_raise_no_records [0.019469s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_only_1 [0.054768s] ... ok DEBUG: Unsupported access rule of 'type' ip, 'level' RO, 'to' 10.0.0.1: level should be one of 'rw', 'ro'. DEBUG: 2025-11-13 13:52:31.153 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.153 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.153 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.153 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.154 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_list_snapmirror_snapshots [0.019280s] ... ok DEBUG: {1} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_update_access_invalid_share_access_level [0.026083s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test__modify_quotas_for_share_migration_1_True [0.058887s] ... ok DEBUG: 2025-11-13 13:52:31.172 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.172 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.173 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.173 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.175 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_mark_qos_policy_group_for_deletion_policy_exists_1_True [0.020630s] ... ok DEBUG: {1} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_update_access_recovery [0.018729s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_only_2 [0.025064s] ... ok DEBUG: 2025-11-13 13:52:31.192 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.193 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.193 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: --- Logging error --- DEBUG: 2025-11-13 13:52:31.193 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: {1} manila.tests.share.drivers.test_generic.GenericDriverEnsureServerTestCase.test_share_servers_are_handled_invalid_server_provided [0.021980s] ... ok DEBUG: 2025-11-13 13:52:31.202 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_mark_qos_policy_group_for_deletion_policy_exists_2_False [0.027363s] ... ok DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py", line 1847, in _modify_quotas_for_share_migration DEBUG: reservations = QUOTAS.reserve( 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: manila.exception.OverQuota: Quota exceeded for resources: ['share_replicas']. DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.share.drivers.test_generic.GenericDriverEnsureServerTestCase.test_share_servers_are_not_handled_server_provided_2 [0.019934s] ... ok DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 703, in format DEBUG: record.message = record.getMessage() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 392, in getMessage DEBUG: msg = msg % self.args DEBUG: ~~~~^~~~~~~~~~~ DEBUG: TypeError: %d format: a real number is required, not str DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: 2025-11-13 13:52:31.222 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.222 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.222 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/usr/lib/python3.12/site-packages/ddt.py", line 220, in wrapper DEBUG: return func(self, *args, **kwargs) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_api.py", line 4003, in test__modify_quotas_for_share_migration_reservation_failed DEBUG: self.assertRaises( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 495, in assertRaises DEBUG: self.assertThat(our_callable, matcher) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 507, in assertThat DEBUG: mismatch_error = self._matchHelper(matchee, matcher, message, verbose) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 560, in _matchHelper DEBUG: mismatch = matcher.match(matchee) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/matchers/_exception.py", line 101, in match DEBUG: result = matchee() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 1110, in __call__ DEBUG: return self._callable_object(*self._args, **self._kwargs) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py", line 1878, in _modify_quotas_for_share_migration DEBUG: LOG.warning("Quota exceeded for %(s_pid)s, " DEBUG: Message: 'Quota exceeded for %(s_pid)s, unable to migrate share-replica (%(d_consumed)d of %(d_quota)d already consumed).' DEBUG: Arguments: {'s_pid': None, 'd_consumed': 'fakefake', 'd_quota': 'fake'} DEBUG: 2025-11-13 13:52:31.222 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.223 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_modify_ldap_ad [0.021083s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_only_3 [0.047911s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test__modify_quotas_for_share_migration_reservation_failed_2 [0.066350s] ... ok DEBUG: 2025-11-13 13:52:31.249 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.250 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.250 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.250 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.250 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] All SnapLock attributes are None, not updating SnapLock attributes _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:31.251 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_modify_volume_no_optional_args_2_False [0.028176s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test__security_service_update_validate_hosts_new_check [0.034065s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_nfs_config_only_6 [0.051435s] ... ok DEBUG: 2025-11-13 13:52:31.279 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.279 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.279 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.279 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.281 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_mount_volume_error [0.028834s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test__get_helper_with_wrong_proto_2_None [0.081767s] ... ok DEBUG: 2025-11-13 13:52:31.300 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.300 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.300 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.300 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.301 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_qos_policy_group_rename_error [0.020321s] ... ok DEBUG: 2025-11-13 13:52:31.321 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.322 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.322 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.322 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.322 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not delete QoS policy group extreme. Details: NetApp API failed. Reason - unknown:unknown _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:31.323 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_remove_unused_qos_policy_groups_error [0.021624s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_no_specification_1 [0.046968s] ... ok DEBUG: 2025-11-13 13:52:31.350 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.351 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.351 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.351 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.352 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_rename_nfs_export_policy_error [0.029543s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_add_mount_permanently_raise_error_on_add [0.057232s] ... ok DEBUG: 2025-11-13 13:52:31.377 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.378 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.378 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.378 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.379 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_rename_snapshot [0.026573s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test__share_network_update_initial_checks_add_type_conflict [0.120612s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_ipspace [0.066375s] ... ok DEBUG: 2025-11-13 13:52:31.398 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.398 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.398 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.398 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.399 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_restore_snapshot [0.019836s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_allocate_container_error [0.046028s] ... ok DEBUG: 2025-11-13 13:52:31.424 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.424 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.424 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.424 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.425 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_send_request [0.026100s] ... ok DEBUG: 2025-11-13 13:52:31.444 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.444 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.444 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.444 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.445 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_preferred_dc_no_server [0.019582s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_lif_3_not_present [0.059673s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_allocate_container_with_snaphot [0.031833s] ... ok DEBUG: 2025-11-13 13:52:31.463 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.463 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.463 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.463 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.465 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_qos_adaptive_policy_group_for_volume [0.019234s] ... ok DEBUG: 2025-11-13 13:52:31.489 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.490 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.490 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.490 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.491 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_qos_policy_group_for_volume [0.026764s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_attach_volume_attached_incorrect [0.033827s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_share_from_snaphot_different_hosts_1 [0.056308s] ... ok DEBUG: 2025-11-13 13:52:31.510 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.511 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.511 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.511 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.512 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_set_volume_max_files [0.020219s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_attach_volume_error [0.029050s] ... ok DEBUG: 2025-11-13 13:52:31.529 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.529 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.530 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.530 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.530 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The configure_cifs_options call is not supported for REST, falling back to ZAPI. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:31.531 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The configure_cifs_options call is not supported for REST, falling back to ZAPI. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:31.531 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_share_from_snaphot_different_hosts_2 [0.026956s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_setup_security_services_1 [0.019261s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_create_share [0.022715s] ... ok DEBUG: 2025-11-13 13:52:31.548 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.548 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.549 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.549 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.550 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_already_present [0.023903s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_snapmirror_restore_vol [0.018323s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_create_share_from_snapshot [0.020922s] ... ok DEBUG: 2025-11-13 13:52:31.566 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.566 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.567 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.567 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.567 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if snapshot fake_snapshot exists for volume volume1 _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:31.568 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_snapshot_exists_1_True [0.018557s] ... ok DEBUG: Failed to configure Vserver. DEBUG: 2025-11-13 13:52:31.586 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.586 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.587 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.587 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.587 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if snapshot fake_snapshot exists for volume volume1 _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:31.588 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_snapshot_exists_2_False [0.020369s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test__share_network_update_initial_checks_rules_in_error [0.206663s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_create_share_invalid_helper [0.027842s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_lif_creation_failure_3 [0.041486s] ... ok DEBUG: 2025-11-13 13:52:31.621 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.622 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.622 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.622 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.623 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_start_volume_move [0.034705s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_delete_share_without_server_availability [0.030637s] ... ok DEBUG: 2025-11-13 13:52:31.651 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.651 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.651 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.651 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: Failed to configure Vserver. DEBUG: 2025-11-13 13:52:31.652 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_svm_migration_get [0.033001s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_lif_creation_failure_4 [0.073520s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_delete_share_without_share_server [0.061211s] ... ok DEBUG: 2025-11-13 13:52:31.693 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.693 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.694 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.694 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.694 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] CIFS server does not exist for Vserver fake_vserver.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 4:fake DEBUG: 2025-11-13 13:52:31.703 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_terminate_vserver_services_cifs_not_found [0.046191s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_routes_2 [0.037958s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_do_setup_dhss_false_server_avail_after_retry [0.039079s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_ensure_share_invalid_helper [0.025765s] ... ok DEBUG: 2025-11-13 13:52:31.743 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.743 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.743 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.743 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.744 3331052 WARNING mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID...: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 917536:...job ID... DEBUG: 2025-11-13 13:52:31.744 3331052 WARNING mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID...: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 917536:...job ID... DEBUG: 2025-11-13 13:52:31.744 3331052 WARNING mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID...: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 917536:...job ID... DEBUG: 2025-11-13 13:52:31.744 3331052 WARNING mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID...: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 917536:...job ID... DEBUG: 2025-11-13 13:52:31.744 3331052 WARNING mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not unmount volume fake_share due to ongoing volume operation: NetApp API failed. Reason - 917536:...job ID...: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 917536:...job ID... DEBUG: 2025-11-13 13:52:31.745 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Volume fake_share unmounted. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:31.746 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_unmount_volume_with_retries [0.053741s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_delete_port_vlans_client_error [0.051133s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test__share_network_update_initial_checks_update_different_types [0.180344s] ... ok DEBUG: 2025-11-13 13:52:31.784 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.785 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.785 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.785 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.792 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_ensure_share_volume_is_absent [0.035354s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_update_dns_configuration [0.039801s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test__share_server_update_allocations_initial_checks_no_support [0.033844s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_delete_vserver_no_ipspace_2_False [0.037329s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_extend_share_2_130 [0.031103s] ... ok DEBUG: 2025-11-13 13:52:31.837 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.838 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.838 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.838 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.839 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_update_dns_configuration_all_operations_1____name_services_dns_b32bab78_82be_11ec_a8a3_0242ac120002____patch_____fake_domain______fake_ip___ [0.044614s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_consumed_space_invalid [0.021638s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_nfs_config_provisioning_options_valid_1 [0.042095s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_mounted_share_size_invalid_output_3_fake_ [0.026336s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test__share_server_update_allocations_initial_checks_rules_na [0.068349s] ... ok DEBUG: 2025-11-13 13:52:31.885 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.886 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.886 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.886 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.888 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_update_dns_configuration_error [0.052636s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_nfs_config_provisioning_options_valid_2 [0.048705s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_volume [0.039734s] ... ok DEBUG: 2025-11-13 13:52:31.933 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.934 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.934 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.934 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.941 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_allow_access_1_rw [0.064213s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_volume_snapshot_error [0.027141s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_update_showmount [0.048169s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_vserver_no_share_server_with_vserver_name [0.046762s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_is_device_file_available [0.034904s] ... ok DEBUG: 2025-11-13 13:52:31.974 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:31.974 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.974 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:31.975 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:31.975 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if volume volume1 exists _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:31.976 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_volume_exists [0.031078s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_vserver_none_vserver [0.036196s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_is_device_mounted_false [0.020974s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_allow_access_invalid_instance_3 [0.059900s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_is_device_mounted_false_no_volume_provided [0.021009s] ... ok DEBUG: 2025-11-13 13:52:32.025 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:32.025 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:32.026 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:113 DEBUG: 2025-11-13 13:52:32.026 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using NetApp controller: hostname __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py:643 DEBUG: 2025-11-13 13:52:32.026 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if Vserver fake_vserver exists _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:32.027 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test_vserver_exists_exception_1_13434920 [0.051019s] ... ok DEBUG: 2025-11-13 13:52:32.037 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_is_device_mounted_true_no_volume_provided [0.022078s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_vserver_peers [0.046261s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_manage_not_mounted_share [0.023901s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_false_01 [0.020853s] ... ok DEBUG: 2025-11-13 13:52:32.077 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__add_query_params_to_url [0.049187s] ... ok DEBUG: 2025-11-13 13:52:32.086 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_false_02 [0.025000s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_allow_access_rule_already_exists [0.094571s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_manage_share_not_attached_to_cinder_volume [0.038029s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_false_03 [0.021369s] ... ok DEBUG: 2025-11-13 13:52:32.128 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__build_headers_2_False [0.046904s] ... ok DEBUG: 2025-11-13 13:52:32.133 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_false_06 [0.023206s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_manage_snapshot_not_found [0.050833s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_false_07 [0.022942s] ... ok DEBUG: 2025-11-13 13:52:32.177 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__create_certificate_auth_handler_with_host_validation [0.047007s] ... ok DEBUG: 2025-11-13 13:52:32.180 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_mount_device_not_present [0.025796s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_true_1 [0.038404s] ... ok DEBUG: 2025-11-13 13:52:32.216 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 192.168.1.0 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:32.218 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_mount_device_present [0.033069s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__get_base_url_1 [0.042113s] ... ok DEBUG: 2025-11-13 13:52:32.223 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_from_snapshot_1 [0.145312s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_true_4 [0.050365s] ... ok DEBUG: 2025-11-13 13:52:32.261 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: fdf8:f53b:82e4::53 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:32.262 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_remove_mount_permanently [0.044000s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__get_base_url_4 [0.043084s] ... ok DEBUG: 2025-11-13 13:52:32.266 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_manage_server_1 [0.031018s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_backup_rollback_quota [0.050126s] ... ok DEBUG: 2025-11-13 13:52:32.305 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:32.310 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__init__ssl_verify_2_my_cert [0.045688s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_setup_helpers [0.048903s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_setup_server_2 [0.027015s] ... ok DEBUG: 2025-11-13 13:52:32.312 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_cancel_svm_dr_1___ [0.021697s] ... ok DEBUG: 2025-11-13 13:52:32.353 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: fake_host __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: 2025-11-13 13:52:32.356 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test__str__ [0.046373s] ... ok DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_unmanage_snapshot [0.046113s] ... ok DEBUG: 2025-11-13 13:52:32.358 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_cancel_svm_dr_snapmirror_failure [0.036327s] ... ok DEBUG: Cannot perform server migration within the same backend. Please choose a destination host different from the source. DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_check_compatibility_same_backend [0.022014s] ... ok DEBUG: 2025-11-13 13:52:32.398 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_get_request_method_1_post [0.042200s] ... ok DEBUG: 2025-11-13 13:52:32.400 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_update_access_1_rw [0.052892s] ... ok DEBUG: 2025-11-13 13:52:32.420 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_get_vserver [0.021054s] ... ok DEBUG: 2025-11-13 13:52:32.422 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_backup_share_has_snapshots [0.131258s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_continue_svm_dr_1 [0.035078s] ... ok DEBUG: 2025-11-13 13:52:32.441 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_invoke_successfully_1_None [0.020664s] ... ok DEBUG: 2025-11-13 13:52:32.442 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_wait_for_available_volume_invalid_1 [0.045179s] ... ok DEBUG: 2025-11-13 13:52:32.470 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_continue_svm_dr_2 [0.035781s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_invoke_successfully_naapi_error [0.029331s] ... ok DEBUG: 2025-11-13 13:52:32.472 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {1} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.tests_choose_share_server_compatible_with_share_4 [0.034133s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_start_snapmirror_start_failure [0.032117s] ... ok DEBUG: 2025-11-13 13:52:32.506 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_send_http_request_1 [0.035704s] ... ok DEBUG: 2025-11-13 13:52:32.508 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_get_helper_vol_1 [0.026469s] ... ok DEBUG: 2025-11-13 13:52:32.528 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_send_http_request_http_error_1 [0.022343s] ... ok DEBUG: 2025-11-13 13:52:32.530 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_setup_via_manager_export_volumes_off [0.020905s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_instance_from_snapshot [0.116320s] ... ok DEBUG: Vserver not specified for share server being deleted. Deletion of share server record will proceed anyway. DEBUG: 2025-11-13 13:52:32.554 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_teardown_server_no_share_server_1_None [0.053110s] ... ok DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_api_version_value_error_1 [0.031026s] ... ok DEBUG: {1} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_setup_via_manager_path_2 [0.021019s] ... ok DEBUG: 2025-11-13 13:52:32.561 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_setup_via_manager_path_3 [0.020931s] ... ok DEBUG: Vserver not specified for share server being deleted. Deletion of share server record will proceed anyway. DEBUG: 2025-11-13 13:52:32.585 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_port_1 [0.025653s] ... ok DEBUG: 2025-11-13 13:52:32.587 3331052 DEBUG manila.share.drivers.netapp.dataontap.client.rest_api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using REST with NetApp controller: 127.0.0.1 __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/rest_api.py:103 DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_teardown_server_no_share_server_3 [0.030549s] ... ok DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_instance_with_host_and_az [0.051504s] ... ok DEBUG: {1} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_supported_access_features_1_type [0.029962s] ... ok DEBUG: 2025-11-13 13:52:32.618 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_update_share_server_security_service_4 [0.030183s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.client.test_rest_api.NetAppRestApiServerTests.test_set_transport_type_value_error_2_ftp [0.031946s] ... ok DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_update_access_via_manager [0.037829s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_validate_network_type_with_invalid_network_types_1 [0.032298s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_invalid_protocol_2_ [0.056742s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test__get_share_group_name_from_export_location_2_1_2_3_4__nfs_like_export [0.035009s] ... ok DEBUG: 2025-11-13 13:52:32.691 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_break_snapmirror_wait_for_quiesced [0.073008s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_validate_network_type_with_valid_network_types_1 [0.051701s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test__get_share_group_name_from_export_location_4__1_2_3_4_foo [0.023211s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test__get_share_group_name_from_export_location_5___1_2_3_4_mixed_slashes_and_backslashes_one [0.020771s] ... ok DEBUG: 2025-11-13 13:52:32.734 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.data_motion [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cleaning up old snapmirror relationships for replica src_share. cleanup_previous_snapmirror_relationships /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/data_motion.py:919 DEBUG: 2025-11-13 13:52:32.737 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_invalid_protocol_4_nfsfake [0.076831s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_cleanup_previous_snapmirror_relationships_1 [0.047528s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test__kick_out_users_failed [0.021563s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_validate_provisioning_options_for_share [0.053853s] ... ok DEBUG: Quota exceeded for None, tried to create 1G share (10G of 5G already consumed). DEBUG: {1} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_create_export_share_exist_recreate_false [0.019963s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_over_quota_1 [0.038721s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_create_exports_share_exist_recreate_true [0.029188s] ... ok DEBUG: Quota exceeded for None, unable to create a share replica size of 1G (10G of 5G already consumed). DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_validate_provisioning_options_for_share_aqos_not_supported [0.048525s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_over_quota_3 [0.035966s] ... ok DEBUG: 2025-11-13 13:52:32.825 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.data_motion [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cleaning up old snapmirror relationships for replica src_share. cleanup_previous_snapmirror_relationships /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/data_motion.py:919 DEBUG: 2025-11-13 13:52:32.826 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_validate_share_network_subnets [0.028134s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_cleanup_previous_snapmirror_relationships_2 [0.097272s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_get_exports_for_share_2___5_6_7_8_foo [0.034725s] ... ok DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: self.force_reraise() DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test__get_backup_vserver_with_share_server_negative [0.033485s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: raise self.value DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_1 [0.058681s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_remove_exports [0.035418s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: 2025-11-13 13:52:32.881 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.data_motion [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cleaning up old snapmirror relationships for replica src_share. cleanup_previous_snapmirror_relationships /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/data_motion.py:919 DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Error releasing snapmirror destination dst_share for replica src_share.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion Traceback (most recent call last): DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/data_motion.py", line 933, in cleanup_previous_snapmirror_relationships DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion src_client.release_snapmirror_vol( DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: Fixed interval looping call 'manila.share.drivers.netapp.dataontap.cluster_mode.lib_single_svm.trace..trace_wrapper' failed DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py", line 371, in invoke_elem DEBUG: response = self._session.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/sessions.py", line 703, in send DEBUG: r = adapter.send(request, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests/adapters.py", line 639, in send DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion raise effect DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: 2025-11-13 13:52:32.881 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.data_motion DEBUG: 2025-11-13 13:52:32.883 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_cleanup_previous_snapmirror_relationships_does_not_exist_1 [0.044265s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_update_access [0.026383s] ... ok DEBUG: 2025-11-13 13:52:32.910 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_check_for_setup_error_no_aggregates_no_flexvol_pool [0.041279s] ... ok DEBUG: self.cert_verify(conn, request.url, verify, cert) DEBUG: File "/usr/lib/python3.12/site-packages/requests/adapters.py", line 350, in cert_verify DEBUG: raise OSError( DEBUG: OSError: Could not find the TLS certificate file, invalid path: /fake_certificate.pem DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib/python3.12/site-packages/oslo_service/backend/_eventlet/loopingcall.py", line 152, in _run_loop DEBUG: result = func(*self.args, **self.kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/utils.py", line 118, in trace_wrapper DEBUG: result = f(self, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 673, in _handle_ems_logging DEBUG: self._client.send_ems_log_message(self._build_ems_log_message_1()) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/utils.py", line 118, in trace_wrapper DEBUG: result = f(self, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 703, in _build_ems_log_message_1 DEBUG: message = self._get_ems_pool_info() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_single_svm.py", line 114, in _get_ems_pool_info DEBUG: 'aggregates': self._find_matching_aggregates(), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/utils.py", line 118, in trace_wrapper DEBUG: result = f(self, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_single_svm.py", line 141, in _find_matching_aggregates DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_2 [0.041082s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_get_snapmirror_destinations_svm [0.031373s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_update_access_wrong_access_type [0.025463s] ... ok DEBUG: vserver_client = self._get_api_client(vserver=self._vserver) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/utils.py", line 118, in trace_wrapper DEBUG: result = f(self, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 306, in _get_api_client DEBUG: client = self._get_client(self.configuration, vserver=vserver) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 265, in _get_client DEBUG: client = client_cmode.NetAppCmodeClient( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode.py", line 63, in __init__ DEBUG: (major, minor) = self.get_ontapi_version(cached=False) DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_find_performance_counter_value [0.029676s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_base.py", line 50, in get_ontapi_version DEBUG: result = self.send_request('system-get-ontapi-version', DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_base.py", line 93, in send_request DEBUG: return self.connection.invoke_successfully( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py", line 759, in invoke_successfully DEBUG: return self.get_client(use_zapi=use_zapi).invoke_successfully( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py", line 401, in invoke_successfully DEBUG: result = self.invoke_elem( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test__get_parsed_address_or_cidr_5 [0.020081s] ... ok DEBUG: 2025-11-13 13:52:32.953 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py", line 378, in invoke_elem DEBUG: raise NaApiError(message=e) DEBUG: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:Could not find the TLS certificate file, invalid path: /fake_certificate.pem DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_get_snapmirrors [0.041993s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: 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 "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_over_quota_2 [0.044801s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: {1} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test__get_parsed_address_or_cidr_with_invalid_access_1_10_0_0_265 [0.022057s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_adjusted_consistency_point_time [0.030846s] ... ok DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: Fixed interval looping call 'manila.share.drivers.netapp.dataontap.cluster_mode.lib_single_svm.trace..trace_wrapper' failed DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py", line 371, in invoke_elem DEBUG: response = self._session.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/sessions.py", line 703, in send DEBUG: r = adapter.send(request, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests/adapters.py", line 639, in send DEBUG: self.cert_verify(conn, request.url, verify, cert) DEBUG: File "/usr/lib/python3.12/site-packages/requests/adapters.py", line 350, in cert_verify DEBUG: raise OSError( DEBUG: OSError: Could not find the TLS certificate file, invalid path: /fake_certificate.pem DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib/python3.12/site-packages/oslo_service/backend/_eventlet/loopingcall.py", line 152, in _run_loop DEBUG: result = func(*self.args, **self.kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/utils.py", line 118, in trace_wrapper DEBUG: result = f(self, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_single_svm.py", line 122, in _handle_housekeeping_tasks DEBUG: vserver_client = self._get_api_client(vserver=self._vserver) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/utils.py", line 118, in trace_wrapper DEBUG: result = f(self, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_aggregates_for_pools [0.018395s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 306, in _get_api_client DEBUG: client = self._get_client(self.configuration, vserver=vserver) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 265, in _get_client DEBUG: client = client_cmode.NetAppCmodeClient( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_cmode.py", line 63, in __init__ DEBUG: (major, minor) = self.get_ontapi_version(cached=False) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_base.py", line 50, in get_ontapi_version DEBUG: result = self.send_request('system-get-ontapi-version', DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_disable_access_for_maintenance_2____shares_fake_share_name_n_t_t1_1_1_10_n_shares_fake_share_name_n_t_t1_1_1_16_n_shares_fake_share_name_n_t_t_world__n_mnt_fake_share1_n_t_t1_1_1_11___True_ [0.023019s] ... ok DEBUG: 2025-11-13 13:52:32.995 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.cluster_mode.data_motion.DataMotionSession.quiesce_then_abort_svm..wait_for_quiesced' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/client_base.py", line 93, in send_request DEBUG: return self.connection.invoke_successfully( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py", line 759, in invoke_successfully DEBUG: return self.get_client(use_zapi=use_zapi).invoke_successfully( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py", line 401, in invoke_successfully DEBUG: result = self.invoke_elem( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/client/api.py", line 378, in invoke_elem DEBUG: raise NaApiError(message=e) DEBUG: 2025-11-13 13:52:32.996 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.cluster_mode.data_motion.DataMotionSession.quiesce_then_abort_svm..wait_for_quiesced in 5.0 seconds as it raised ReplicationException: Unable to perform a replication action: Snapmirror relationship is not quiesced.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:32.997 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_quiesce_then_abort_svm_wait_for_quiesced [0.040332s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_valid_protocol_2_CIFS [0.043190s] ... ok DEBUG: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:Could not find the TLS certificate file, invalid path: /fake_certificate.pem DEBUG: Quota exceeded for None, unable to create share-replica (10 of 5 already consumed). DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_counters [0.023686s] ... ok 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 "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: {1} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_exports_for_share_multi_ip_3_5_6_7_9__foo_quuz [0.031191s] ... ok DEBUG: 2025-11-13 13:52:33.026 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.cluster_mode.data_motion.DataMotionSession.quiesce_then_abort..wait_for_quiesced' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:33.027 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.cluster_mode.data_motion.DataMotionSession.quiesce_then_abort..wait_for_quiesced in 5.0 seconds as it raised ReplicationException: Unable to perform a replication action: Snapmirror relationship is not quiesced.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: 2025-11-13 13:52:33.027 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.cluster_mode.data_motion.DataMotionSession.quiesce_then_abort..wait_for_quiesced' after 0.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:33.028 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_quiesce_then_abort_timeout [0.030641s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_counters_api_error [0.026810s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: Could not get utilization counters from node cluster1-01 DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/performance.py", line 348, in _get_node_utilization_counters DEBUG: return (self._get_node_utilization_system_counters(node_name) + DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_exports_for_share_single_ip_2_5_6_7_8__bar_quuz [0.029765s] ... ok 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:33.054 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.cluster_mode.data_motion.DataMotionSession.quiesce_then_abort..wait_for_quiesced' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:33.055 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.cluster_mode.data_motion.DataMotionSession.quiesce_then_abort..wait_for_quiesced in 5.0 seconds as it raised ReplicationException: Unable to perform a replication action: Snapmirror relationship is not quiesced.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: 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 "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: 2025-11-13 13:52:33.056 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_quiesce_then_abort_wait_for_quiesced [0.027683s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_valid_protocol_4_HDFS [0.055501s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_wafl_counters [0.038251s] ... ok DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: {1} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_exports_for_share_single_ip_3_5_6_7_9__foo_quuz [0.046818s] ... ok DEBUG: 2025-11-13 13:52:33.103 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.cluster_mode.data_motion.DataMotionSession.quiesce_then_abort..wait_for_quiesced' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:33.104 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.cluster_mode.data_motion.DataMotionSession.quiesce_then_abort..wait_for_quiesced in 5.0 seconds as it raised ReplicationException: Unable to perform a replication action: Snapmirror relationship is not quiesced.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:33.104 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.cluster_mode.data_motion.DataMotionSession.quiesce_then_abort..wait_for_quiesced' after 0.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:33.105 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_quiesce_then_abort_wait_time_1_None [0.049513s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_zero_time_3 [0.028491s] ... ok DEBUG: 2025-11-13 13:52:33.130 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_remove_qos_on_old_active_replica_unreachable_backend_2 [0.025433s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_exports_for_share_single_ip_5__1001__1000___124__foo_bar [0.028220s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_nodes_for_aggregates [0.020909s] ... ok DEBUG: 2025-11-13 13:52:33.152 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.cluster_mode.data_motion.DataMotionSession.wait_for_vserver_state..wait_for_state' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:33.153 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_vserver_state_timeout [0.024429s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_share_path_by_export_location_1__foo_bar [0.024097s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_performance_counter_average_multi_instance [0.022332s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_performance_counter_delta [0.018462s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_share_with_share_group [0.116352s] ... ok DEBUG: 2025-11-13 13:52:33.181 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionTestCase.test_get_client_for_backend_with_vserver [0.029314s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_total_time [0.023969s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_sync_nfs_temp_and_perm_files [0.044691s] ... ok DEBUG: Quota exceeded for None, tried to create snapshot (10 snapshots already consumed). DEBUG: 2025-11-13 13:52:33.220 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Could not get performance base counter name. Performance-based scheduler functions may not be available. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/performance.py", line 51, in _init_counter_info DEBUG: self._get_base_counter_name('system:constituent', 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: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionTestCase.test_get_client_for_host [0.035542s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_snapshot_count_quota_exceeded [0.041075s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_init_counter_info_api_error_2 [0.022302s] ... ok DEBUG: Unsupported access level rw or access type user, skipping removal of access rule to lala. DEBUG: 2025-11-13 13:52:33.244 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionTestCase.test_get_config_for_backend_not_configured_1___ [0.023772s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_update_access_delete_invalid_rule_1 [0.043179s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_snapshot_if_share_not_available [0.038945s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_init_counter_info_system_constituent [0.041006s] ... ok DEBUG: 2025-11-13 13:52:33.270 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_capacity_compatibility_3 [0.025426s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_update_access_delete_invalid_rule_2 [0.027722s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_update_access_invalid_level [0.018806s] ... ok DEBUG: 2025-11-13 13:52:33.293 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_capacity_compatibility_4 [0.023112s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_snapshot_invalid_task_state [0.037124s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_update_performance_cache_unknown_nodes [0.040773s] ... ok DEBUG: {1} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_update_access_recovery_mode_1 [0.021260s] ... ok DEBUG: 2025-11-13 13:52:33.326 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_capacity_compatibility_7 [0.033638s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_snapshot_quota_commit_fail [0.030189s] ... ok DEBUG: 2025-11-13 13:52:33.351 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Quota exceeded for None, tried to create 1G snapshot (10G of 10G already consumed). DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_autocommit_period_negative [0.024484s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_create_snapshot_space_quota_exceeded [0.026265s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test__unmount_device_rmdir_error [0.045244s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.protocols.test_base.NetAppNASHelperBaseTestCase.test__get_share_export_location_1 [0.048562s] ... ok DEBUG: 2025-11-13 13:52:33.376 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_default_retention_period_5_2years [0.023639s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_delete_last_active_replica [0.022710s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test__unmount_device_with_retry_busy_device_2_False [0.021949s] ... ok DEBUG: 2025-11-13 13:52:33.397 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_max_retention_period_1_15minutes [0.020439s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_check_for_setup_error_no_export_ips [0.020247s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_get_access_rules [0.043172s] ... ok DEBUG: 2025-11-13 13:52:33.420 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__check_snaplock_attributes_min_retention_period_3_8days [0.023662s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_copy_volume_error_1_True [0.021507s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_get_export_location_1 [0.024908s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_delete_quota_with_different_user [0.067577s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_create_share_from_snapshot [0.024180s] ... ok DEBUG: 2025-11-13 13:52:33.456 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__convert_schedule_to_seconds_1 [0.035155s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_get_target_missing_location [0.023269s] ... ok DEBUG: Volume not found: Logical volume "fake/fake-volume" not found DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_deallocate_container_not_found_error_1_Logical_volume__fake_fake_volume__not_found_ [0.028526s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_handle_added_rules [0.020124s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_delete_share [0.020708s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_backup_1_manila_share [0.058342s] ... ok DEBUG: 2025-11-13 13:52:33.505 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__convert_schedule_to_seconds_7 [0.049705s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_validate_access_rule_invalid_type [0.021155s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_do_setup [0.019863s] ... ok DEBUG: 2025-11-13 13:52:33.527 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "netapp-fpolicy-fake_vserver_1" by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary._create_fpolicy_for_share.._create_fpolicy_with_lock" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:33.528 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "netapp-fpolicy-fake_vserver_1" acquired by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary._create_fpolicy_for_share.._create_fpolicy_with_lock" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:33.528 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "netapp-fpolicy-fake_vserver_1" "released" by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary._create_fpolicy_for_share.._create_fpolicy_with_lock" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:33.528 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] A new fpolicy was successfully created and associated to share new_fake_id _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:33.529 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__create_fpolicy_for_share_1 [0.023824s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test__get_security_flavors_1__False____sys___ [0.028074s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_configured_ip_versions_1____1001__1001_129____False_ [0.019279s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_instance_deferred_1 [0.036117s] ... ok DEBUG: 2025-11-13 13:52:33.552 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "netapp-fpolicy-fake_vserver_1" by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary._create_fpolicy_for_share.._create_fpolicy_with_lock" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:33.552 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "netapp-fpolicy-fake_vserver_1" acquired by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary._create_fpolicy_for_share.._create_fpolicy_with_lock" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:33.553 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share new_fake_id was added to an existing fpolicy scope. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:33.553 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "netapp-fpolicy-fake_vserver_1" "released" by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary._create_fpolicy_for_share.._create_fpolicy_with_lock" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:33.553 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] A new fpolicy was successfully created and associated to share new_fake_id _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:33.554 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__create_fpolicy_for_share_2 [0.024339s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_configured_ip_versions_5____1001__1001____1_1_1_0_____6__4__ [0.020800s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_create_share_1_True [0.038848s] ... ok DEBUG: 2025-11-13 13:52:33.577 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__create_from_snapshot_continue_state_moving_1_True [0.023377s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_helper [0.032103s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_instance_deferred_3 [0.061905s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_delete_share [0.030871s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_mount_point_name_without_mount_point_name [0.022851s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_ensure_export_policy_rename [0.021371s] ... ok DEBUG: 2025-11-13 13:52:33.642 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__create_from_snapshot_continue_state_moving_2_False [0.070347s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_get_target_missing_location [0.022129s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_local_path_escapes [0.037579s] ... ok DEBUG: 2025-11-13 13:52:33.671 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting snapshot fake_snapshot for share share_7cf7c200_d3af_4e05_b87e_9167c95dfcad. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:33.672 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__delete_snapshot_busy_snapmirror [0.024717s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_validate_access_rule [0.024631s] ... ok DEBUG: 2025-11-13 13:52:33.692 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting snapshot fake_snapshot for share share_7cf7c200_d3af_4e05_b87e_9167c95dfcad. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:33.694 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__delete_snapshot_busy_volume_clone_1_True [0.020988s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_mount_device [0.026560s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_validate_access_rule_invalid_type [0.022094s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.test_common.NetAppDriverFactoryTestCase.test_create_driver_invalid_mode [0.019247s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_mount_device_already [0.030230s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.test_common.NetAppDriverFactoryTestCase.test_new_missing_family [0.020532s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_mount_device_error [0.019483s] ... ok DEBUG: 2025-11-13 13:52:33.746 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__find_reusable_fpolicy_scope [0.052414s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_ssh_exec_as_root [0.019145s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.test_utils.DataCacheTestCase.test_update_data_2_False [0.029324s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_update_access_1_rw [0.025304s] ... ok DEBUG: 2025-11-13 13:52:33.793 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_aggregate_snaplock_type_cluster_scope [0.037093s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_check_flags [0.027993s] ... ok DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_update_share_usage_size_fail [0.019163s] ... ok DEBUG: 2025-11-13 13:52:33.816 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_aggregate_snaplock_type_vserver_scope [0.021666s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_convert_to_list [0.021961s] ... ok DEBUG: Failed to gather 'used_size' for share fakeid_get_fail. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/lvm.py", line 570, in update_share_usage_size DEBUG: used_size = (re.findall( DEBUG: ^^^^^^^^^^^ DEBUG: IndexError: list index out of range DEBUG: {1} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_update_share_usage_size_multiple_share [0.020196s] ... ok DEBUG: Failed to gather 'used_size' for share fakeid_not_exist. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/lvm.py", line 577, in update_share_usage_size DEBUG: raise exception.NotFound( DEBUG: manila.exception.NotFound: Share mount path /builddir/build/BUILD/manila-21.1.0.dev33/mnt/get_not_exist could not be found. DEBUG: 2025-11-13 13:52:33.844 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__get_backend_snapmirror_policy_name_svm [0.028569s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_is_style_extended_flexgroup_2 [0.028798s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__add_fixed_ips_to_service_port [0.018922s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_service_port_two_exist_on_same_host [0.018795s] ... ok DEBUG: 2025-11-13 13:52:33.873 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__is_group_cg_1___host___True_ [0.029124s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_parse_flexgroup_pool_config_2_False [0.025254s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_service_subnet_one_found [0.024368s] ... ok DEBUG: 2025-11-13 13:52:33.897 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__is_readable_replica_1 [0.023123s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_parse_flexgroup_pool_config_raise_duplicated_pool [0.022014s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_service_subnet_unused_found [0.020125s] ... ok DEBUG: 2025-11-13 13:52:33.934 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_parse_flexgroup_pool_config_raise_repeated_aggr [0.023455s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_admin_project_id [0.024018s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__is_snaplock_compatible_for_migration_for_non_snaplock [0.047053s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_get_service_network_id_two_exist [0.018663s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_trace_method_tracing [0.025726s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_setup_network_using_router_success_1_None [0.019370s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_openstack_info_init [0.019715s] ... ok DEBUG: 2025-11-13 13:52:33.993 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__is_snaplock_compatible_for_migration_for_unified_aggr [0.048908s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_with_ports_1 [0.021061s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_update_info_from_rpm [0.020697s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_with_ports_unhandled_exception_3 [0.019405s] ... ok DEBUG: {2} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_update_openstack_info_rpm_pkg_found [0.020381s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test___create_service_instance_failed_to_create_2 [0.018678s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_create_share [0.019509s] ... ok DEBUG: Admin port is being used but Admin IP was not found. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py", line 650, in _create_service_instance DEBUG: admin_port['fixed_ips'][0]['ip_address']) DEBUG: ~~~~~~~~~~~~~~~~~~~~~~~^^^ DEBUG: IndexError: list index out of range DEBUG: 2025-11-13 13:52:34.049 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__move_volume_after_splitting_api_not_found [0.055701s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test___create_service_instance_neutron_no_admin_ip [0.022524s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_create_share_from_snapshot [0.020748s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test___create_service_instance_with_sg_success [0.028674s] ... ok DEBUG: 2025-11-13 13:52:34.110 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_delete_share__exists_error [0.042672s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__update_create_from_snapshot_status [0.062044s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test__create_service_instance_no_key_and_no_path_1 [0.022158s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_delete_snapshot__some_error [0.021304s] ... ok DEBUG: Service instance fake_inst_id does not exist. DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_quota_error [0.540518s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_ensure_server_not_exists [0.035163s] ... ok DEBUG: 2025-11-13 13:52:34.153 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not complete share 7cf7c200-d3af-4e05-b87e-9167c95dfcad creation due to an internal error.: manila.exception.NetAppException: Exception due to NetApp failure. DEBUG: 2025-11-13 13:52:34.155 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test__update_create_from_snapshot_status_driver_error [0.043310s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_update_share_stats [0.028481s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_13 [0.018883s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefCollections.test_create [0.018676s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_ipv6_address_6 [0.019107s] ... ok DEBUG: 2025-11-13 13:52:34.199 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_adjust_qos_policy_with_volume_resize [0.045088s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefCollections.test_path [0.022480s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_key_create_new [0.028948s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_server_no_dependent_shares [0.074932s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_key_exists [0.020050s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefException.test_defaults [0.032870s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_delete_snapshot_force_delete_2_error_deleting [0.026935s] ... ok DEBUG: 2025-11-13 13:52:34.244 3331052 WARNING mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unable to verify if SnapLock is enabled for the cluster. DEBUG: 2025-11-13 13:52:34.251 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating an encrypted share share_7cf7c200_d3af_4e05_b87e_9167c95dfcad on pool fake_pool with provisioning options {'thin_provisioned': True, 'snapshot_policy': 'default', 'language': 'en-US', 'dedup_enabled': True, 'compression_enabled': False, 'max_files': 5000, 'split': True, 'encrypt': True, 'adaptive_qos_policy_group': None, 'fpolicy_extensions_to_include': 'avi', 'fpolicy_extensions_to_exclude': 'jpg,mp3', 'fpolicy_file_operations': 'create,write,rename', 'snaplock_type': 'compliance'} _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:34.253 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_allocate_container_1 [0.053164s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_key_keypath_to_private_not_set [0.018914s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefException.test_dict_kwargs [0.024738s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_key_keypath_to_public_not_set [0.020397s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefException.test_no_message_kwargs [0.031837s] ... ok DEBUG: 2025-11-13 13:52:34.297 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_build_ems_log_message_0 [0.047246s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_server_ip_found_in_networks_section [0.028407s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefFilesystems.test_unmount [0.024584s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_delete_snapshot_wrong_status [0.082129s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_server_ip_not_found_3 [0.025054s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_service_image [0.019524s] ... ok DEBUG: 2025-11-13 13:52:34.361 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test___init___iscsi [0.032572s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_extra_specs_validity [0.064336s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_service_image_not_active [0.018823s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test___init___no_rest_port_https [0.020019s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_init_with_driver_config_and_handling_of_share_servers [0.018818s] ... ok DEBUG: 2025-11-13 13:52:34.397 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_extra_specs_validity_invalid_combination [0.031630s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test_update_lock [0.021196s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_extend_share_over_per_share_quota [0.074159s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_init_with_driver_config_and_wo_handling_of_share_servers [0.020202s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test_url [0.024263s] ... ok DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_reboot_server [0.021457s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {1} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_set_up_service_instance_not_available [0.020273s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___delete_payload [0.020089s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver.TestPolicyPayloadFromRules.test_policy_payload_from_rules_invalid_ip [0.000291s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get [0.051481s] ... ok DEBUG: 2025-11-13 13:52:34.458 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_if_max_files_is_valid_with_negative_integer [0.061629s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_create_shares_1__1073741824___NFS____fakeid__ [0.008737s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_create_shares_8__1___SMB___None_ [0.006156s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_delete_share [0.006149s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_do_setup_missing_required_fields_1_vast_mgmt_user [0.001376s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_network_allocation_number [0.000937s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___get_data_payload [0.025584s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_update_access_add_rules_1___________10_10_10_1____10_10_10_2___ [0.011605s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_update_access_add_rules_2____10_10_10_1____10_10_10_2_______ [0.009685s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_default_filters [0.047360s] ... ok DEBUG: 2025-11-13 13:52:34.507 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___none_path [0.027347s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_if_max_files_is_valid_with_string [0.051758s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___post_invalid_payload [0.018946s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_name [0.043828s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___post_payload [0.019945s] ... ok DEBUG: 2025-11-13 13:52:34.566 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_license_for_protocol_have_license [0.055768s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___put [0.023515s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_name_and_description_2 [0.029989s] ... ok DEBUG: 2025-11-13 13:52:34.594 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_check_license_for_protocol_no_cluster_creds [0.028678s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___put_payload [0.023945s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_name_and_description_3 [0.024933s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_auth [0.020058s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 492, in format DEBUG: return logging.Formatter.format(self, record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 703, in format DEBUG: record.message = record.getMessage() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 392, in getMessage DEBUG: msg = msg % self.args DEBUG: ~~~~^~~~~~~~~~~ DEBUG: ValueError: unsupported format character '{' (0x7b) at index 19 DEBUG: Call stack: DEBUG: 2025-11-13 13:52:34.625 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] SnapMirror source path: fake_vserver_1:share_7cf7c200_d3af_4e05_b87e_9167c95dfcad _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:34.625 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] SnapMirror destination path: fake_vserver_2:fake_volume _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:34.626 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] SnapMirror details [{'source-vserver': 'fake_vserver_1', 'source-volume': 'fake_volume', 'destination-vserver': 'fake_vserver_2', 'destination-volume': 'fake_volume_1', 'relationship-status': 'idle', 'last-transfer-type': 'update'}]: _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: 2025-11-13 13:52:34.628 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Snapshot 'backup_d24e7257-124e-4fb6-b05b-d384f660bc85_242ff47e-518d-4b07-b3c3-0a51e6744149' transferred successfully to destination. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:34.628 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Snapshot list for backup ['snap1', 'snap2']. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_name_and_description_4 [0.027109s] ... ok DEBUG: 2025-11-13 13:52:34.632 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_continue_snapshot_left_from_old_relationship [0.037519s] ... ok DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_failover_404 [0.027638s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_base.py", line 8931, in test_create_backup_continue_snapshot_left_from_old_relationship DEBUG: self.library.create_backup_continue(self.context, share_instance, DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/utils.py", line 118, in trace_wrapper DEBUG: result = f(self, *args, **kwargs) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 4941, in create_backup_continue DEBUG: LOG.debug("Previous snapshot %{snap_name}s deleted" DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: return self._mock_call(*args, **kwargs) DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: return self._execute_mock_call(*args, **kwargs) DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: Message: 'Previous snapshot %{snap_name}s deleted successfully.' DEBUG: Arguments: {'snap_name': 'snap1'} DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_status_and_all_tenants [0.027964s] ... ok DEBUG: 2025-11-13 13:52:34.672 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_when_invalid_backend_negative [0.044808s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_failover_error [0.032701s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_filter_by_invalid_extra_specs [0.027267s] ... ok DEBUG: 2025-11-13 13:52:34.700 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_when_invalid_backup_type_negative [0.022478s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_getpath_no_links [0.041626s] ... ok DEBUG: 2025-11-13 13:52:34.724 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_when_policy_creation_failed_negative [0.024374s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_invalid_public_value_1_truefoo [0.039924s] ... ok DEBUG: 2025-11-13 13:52:34.750 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_backup_with_backup_type_none_negative [0.026381s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_200_empty [0.041850s] ... ok DEBUG: 2025-11-13 13:52:34.795 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating consistency group from CG snapshot 6ddd8a6b-5df7-417b-a2ae-3f6e449f4eea. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:34.796 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_401 [0.031353s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_consistency_group_from_cgsnapshot [0.047643s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_not_public_1_False [0.076343s] ... ok DEBUG: 2025-11-13 13:52:34.822 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_export_2_fake_host_fake_backend_name_fake_pool_2 [0.022328s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_401_max_retries [0.034584s] ... ok DEBUG: 2025-11-13 13:52:34.842 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_flexgroup_share_raise_error_job_2 [0.019882s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_not_public_3_0 [0.038846s] ... ok DEBUG: 2025-11-13 13:52:34.863 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_group_snapshot_cg [0.021152s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_404_nested [0.027703s] ... ok DEBUG: 2025-11-13 13:52:34.886 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_group_snapshot_fallback_2_None [0.023616s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_500_permanent [0.021960s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_default [0.018344s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_not_public_4_no [0.067742s] ... ok DEBUG: 2025-11-13 13:52:34.923 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_group_snapshot_fallback_3_fake [0.037205s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefSnapshots.test_clone [0.022619s] ... ok DEBUG: 2025-11-13 13:52:34.947 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_replica_2 [0.023207s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test__get_provisioned_capacity [0.022141s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_public_2_true [0.047321s] ... ok DEBUG: 2025-11-13 13:52:34.966 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating snapshot share_snapshot_de4c9050_e2f9_4ce1_ade4_5ed0c9f26451 _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:34.967 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_replicated_snapshot_no_snapmirror_2 [0.019491s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_delete_share [0.024102s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_update_access_delete_rules_1___________10_10_10_1____10_10_10_2___ [0.488661s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_update_share_stats [0.001463s] ... ok DEBUG: 2025-11-13 13:52:34.992 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating snapshot share_snapshot_de4c9050_e2f9_4ce1_ade4_5ed0c9f26451 _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:34.995 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_public_3_1 [0.031010s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_replicated_snapshot_with_creating_replica [0.031431s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_extend_share [0.027545s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_from_json [0.019851s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_remount_filesystem [0.022810s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_getattr [0.024254s] ... ok DEBUG: 2025-11-13 13:52:35.049 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_filter_by_name_and_description_5 [0.056133s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_share_from_snapshot_another_host_3 [0.055651s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_revert_to_snapshot [0.025503s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_pickle [0.022758s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.test_utils.TestNexentaUtils.test_str2size_01__None__0_ [0.017807s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_serialization [0.019458s] ... ok DEBUG: 2025-11-13 13:52:35.092 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.nexenta.test_utils.TestNexentaUtils.test_str2size_03___0___0_ [0.019429s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_to_dict [0.018175s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_share_from_snapshot_different_pool_types [0.037124s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_not_admin [0.051115s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.test_utils.TestNexentaUtils.test_str2size_05__10__10_ [0.022393s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_name_starts_with_underscore_and_digit [0.029614s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.test_utils.TestNexentaUtils.test_str2size_06___1b___1_ [0.022977s] ... ok DEBUG: 2025-11-13 13:52:35.143 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_share_from_snapshot_mismatch_flexgroup_pools_len [0.050258s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_sort_dir_invalid [0.051893s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.test_utils.TestNexentaUtils.test_str2size_07___1B___1_ [0.021910s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver_util.TestBunchify.test_bunchify_nested_structures [0.037470s] ... ok DEBUG: {2} manila.tests.share.drivers.nexenta.test_utils.TestNexentaUtils.test_str2size_11___1_0M___1048576_ [0.022172s] ... ok DEBUG: 2025-11-13 13:52:35.198 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating snapshot share_snapshot_de4c9050_e2f9_4ce1_ade4_5ed0c9f26451 _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:35.200 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_create_snapshot [0.054150s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_get_share_attributes_from_share_type_defaults_3_None [0.055874s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_driver_util.TestGenerateIpRange.test_generate_ip_range_edge_cases [0.049021s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {1} manila.tests.share.drivers.vastdata.test_rest.TestCapacityMetrics.test_capacity_metrics [0.000948s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_rest.TestFolders.test_requisite_decorator_6_4_6_0_1 [0.000902s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_rest.TestSession.test_getattr_with_underscore [0.000263s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {1} manila.tests.share.drivers.vastdata.test_rest.TestSession.test_request_failure_400 [0.001053s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_rest.TestVastResource.test_create_with_provided_params [0.000783s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_rest.TestVastResource.test_delete_when_entry_found [0.001133s] ... ok DEBUG: {2} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_create_nfs_share_multiple_vips [0.044811s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_rest.TestVastResource.test_one_when_single_entry_found [0.000751s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_rest.ViewTest.test_view_create [0.000746s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_rest.VipPoolTest.test_no_vips [0.000783s] ... ok DEBUG: {1} manila.tests.share.drivers.vastdata.test_rest.VipPoolTest.test_vips_ok [0.000767s] ... ok DEBUG: 2025-11-13 13:52:35.244 3331052 INFO mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Snapshot share_cg_snapshot_6ddd8a6b_5df7_417b_a2ae_3f6e449f4eea does not exist on share share_7cf7c200_d3af_4e05_b87e_9167c95dfcad. DEBUG: 2025-11-13 13:52:35.244 3331052 INFO mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Snapshot share_cg_snapshot_6ddd8a6b_5df7_417b_a2ae_3f6e449f4eea does not exist on share share_b51c5a31_aa5b_4254_9ee8_7d39fa4c8c38. DEBUG: 2025-11-13 13:52:35.249 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_cgsnapshot_snapshots_not_found [0.047024s] ... ok DEBUG: Quota exceeded for None. Reverting share e8223964-e23f-4f3a-ae5f-d22b28c92cf7 to snapshot 07372b17-02be-4ad7-981d-6bf61eceee23 will increase the share's size by 1G, (10G of 10G already consumed). DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_handle_revert_to_snapshot_quotas_quota_exceeded [0.046287s] ... ok DEBUG: share share-1-manila not found on FlashBlade, skip delete DEBUG: {2} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_delete_share_not_found [0.029109s] ... ok DEBUG: {1} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test__get_access_pool_details [0.029640s] ... ok DEBUG: 2025-11-13 13:52:35.297 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_group_snapshot_fallback_1_pool [0.049105s] ... ok DEBUG: {1} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_create_snapshot [0.026429s] ... ok DEBUG: snapshot fake_dataset.snap not found on FlashBlade, skip delete DEBUG: ('ACCESSShareDriver create snapshot failed snapname %s sharename %s', 'fakesnapshotname', '144c9def-b068931c') DEBUG: {2} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_delete_snapshot_not_found [0.044218s] ... ok DEBUG: {1} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_create_snapshot_negative [0.024505s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_add_host [0.024361s] ... ok DEBUG: ('ACCESSShareDriver delete share failed %s', 'fakename') DEBUG: {1} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_delete_share_negative [0.021126s] ... ok DEBUG: 2025-11-13 13:52:35.350 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_group_snapshot_fallback_2_None [0.053680s] ... ok DEBUG: {1} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_extend_share [0.017943s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_api_create_share_with_fail_response_1 [0.034241s] ... ok DEBUG: ('ACCESSShareDriver extend share failed %s', 'fakename') DEBUG: {1} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_extend_share_negative [0.019005s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_manage_new_4 [0.124563s] ... ok DEBUG: 2025-11-13 13:52:35.404 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_shrink_share [0.021213s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_group_snapshot_fallback_3_fake [0.053626s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_manage_snapshot_share_not_found [0.034273s] ... ok DEBUG: Snapshot id fakeSnapshotId does not exist DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_delete_snapshot_api_2 [0.048507s] ... ok DEBUG: {1} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_update_access_for_deny [0.027341s] ... ok DEBUG: 2025-11-13 13:52:35.449 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting snapshot share_snapshot_de4c9050_e2f9_4ce1_ade4_5ed0c9f26451 for share share_7cf7c200_d3af_4e05_b87e_9167c95dfcad. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:35.453 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_update_access_for_deny_for_invalid_access_type [0.025129s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_delete_replicated_snapshot_missing_snapmirror_1 [0.050633s] ... ok DEBUG: Migration of share fake_id has already completed. DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_share_info_1 [0.044965s] ... ok DEBUG: ('ACCESSShareDriver deny failed sharepath %s server %s', '/vx/fake_location', '10.0.0.2') DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_cancel_task_state_invalid_2_migration_success [0.054219s] ... ok DEBUG: {1} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_update_access_for_deny_negative [0.019630s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_check_password_complexity_3___aA0___False_ [0.018253s] ... ok DEBUG: 2025-11-13 13:52:35.508 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: There is no migration being performed for share fake_id at this moment. DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_cancel_task_state_invalid_5_None [0.033236s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_backend_snapshot_name [0.048151s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_get_auth_info_2_True [0.017665s] ... ok DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:393: DeprecationWarning: Testing an element's truth value will always return True in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. DEBUG: if not snapshot_list: DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_es [0.052659s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_get_cbs_init_reg_section_2 [0.024773s] ... ok DEBUG: First migration phase of share fake_id not completed yet. DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_complete_task_state_invalid_3_data_copying_in_progress [0.047395s] ... ok DEBUG: Only security services of type 'active_directory' are supported. Retrieved security service type: sentinel.invalid_type. DEBUG: {1} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_get_valid_security_service_4 [0.024491s] ... ok DEBUG: 2025-11-13 13:52:35.583 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_boolean_provisioning_options_implicit_false [0.073833s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_join_domain_1 [0.029725s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_api [0.078560s] ... ok DEBUG: There is no migration being performed for share fake_id at this moment. DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_complete_task_state_invalid_4_migration_error [0.064342s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_run_cloudbase_init_plugin_after_reboot [0.021252s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_server_connection_1_None [0.022666s] ... ok DEBUG: 2025-11-13 13:52:35.644 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_boolean_provisioning_options_missing_spec [0.066154s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_get_mounted_share_size [0.019461s] ... ok DEBUG: Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: There is no migration being performed for share fake_id at this moment. DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_02 [0.065928s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_complete_task_state_invalid_6_None [0.066798s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_is_device_mounted_1_None [0.025256s] ... ok DEBUG: 2025-11-13 13:52:35.693 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_default_filter_function_flexgroup [0.041045s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_get_acls_helper_1 [0.031037s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_03 [0.045052s] ... ok DEBUG: 2025-11-13 13:52:35.737 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_ems_pool_info [0.043994s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_09 [0.033944s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_refresh_acl [0.035873s] ... ok DEBUG: Migration progress of share fake_id cannot be obtained at this moment. DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_invalid_2 [0.077077s] ... ok DEBUG: 2025-11-13 13:52:35.783 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_11 [0.021834s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_export_addresses_with_metadata_1_True [0.049747s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_13 [0.020873s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_progress_0_2_migration_driver_starting [0.031758s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_update_access [0.032950s] ... ok DEBUG: 2025-11-13 13:52:35.818 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_export_addresses_with_metadata_node_unknown [0.032314s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_17 [0.019179s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_update_access_invalid_level [0.017508s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_progress_100_1_migration_success [0.036032s] ... ok DEBUG: 2025-11-13 13:52:35.853 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_max_throughput_3 [0.035106s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_20 [0.032285s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_add_access_path [0.038461s] ... ok DEBUG: 2025-11-13 13:52:35.879 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_specific_poolinfo [0.023022s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_normalized_qos_specs_3 [0.027544s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_progress_100_7_data_copying_completing [0.045472s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_ensure_directory_exists [0.023804s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_specific_volinfo [0.020495s] ... ok DEBUG: 2025-11-13 13:52:35.921 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_get_current_domain [0.029212s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_normalized_qos_specs_5 [0.039287s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_8 [0.023150s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_progress_100_9_migration_error [0.045475s] ... ok DEBUG: Failed to create HTTP client. Check IP address, port, username, password and make sure the array version is compatible. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 102, in do_setup DEBUG: self.api_executor = self._create_api_executor() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 188, in _create_api_executor DEBUG: raise exception.ShareBackendException(msg=msg) DEBUG: manila.exception.ShareBackendException: Share backend error: QNAP Storage model is not supported by this driver. DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_negative_3 [0.021758s] ... ok DEBUG: 2025-11-13 13:52:35.951 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_normalized_qos_specs_multiple_qos_specs_1 [0.029746s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_get_disk_number_by_serial_number_1_1 [0.032057s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_do_setup_positive_2 [0.034624s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_join_domain [0.033838s] ... ok DEBUG: 2025-11-13 13:52:36.006 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_normalized_qos_specs_no_qos_specs_1 [0.058558s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_path_exists_2_False [0.023199s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_do_setup_positive_with_diff_nas_2 [0.031382s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_2 [0.086410s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_resize_partition [0.019661s] ... ok DEBUG: 2025-11-13 13:52:36.045 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Failed to create HTTP client. Check IP address, port, username, password and make sure the array version is compatible. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 102, in do_setup DEBUG: self.api_executor = self._create_api_executor() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 188, in _create_api_executor DEBUG: raise exception.ShareBackendException(msg=msg) DEBUG: manila.exception.ShareBackendException: Share backend error: QNAP Storage model is not supported by this driver. DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_pool_vserver_creds [0.030630s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_do_setup_with_exception [0.027384s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_set_disk_readonly_status [0.019889s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_allow_access_ro_with_hostlist [0.020729s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_set_dns_client_search_list [0.019261s] ... ok DEBUG: 2025-11-13 13:52:36.078 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_pools [0.032669s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_5 [0.057408s] ... ok DEBUG: Share only supports one access level: ro DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_allow_access_rw_with_hostlist_invalid_access [0.021459s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_update_disk [0.028387s] ... ok DEBUG: 2025-11-13 13:52:36.108 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_provisioning_options_for_share_2 [0.029712s] ... ok DEBUG: 2025-11-13 13:52:36.134 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Only "ip" access type is allowed for NFS shares. DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_provisioning_options_for_share_3 [0.025319s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_check_share_access_1_NFS [0.046245s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_access_rules_status_error [0.057208s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_winrm_helper.WinRMConnectionTestCase.test_execute [0.040671s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_share_from_snapshot_diff_size [0.024044s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_winrm_helper.WinRMConnectionTestCase.test_get_default_port_https [0.020636s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_destination_az_unsupported [0.040411s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_winrm_helper.WinRMConnectionTestCase.test_get_url_using_plaintext [0.020350s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_share_negative_configutarion [0.023269s] ... ok DEBUG: Invalid mount_point_name: prefixinvalid*name DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_prefix_with_invalid_mount_point_name [0.024257s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_winrm_helper.WinRMConnectionTestCase.test_get_url_using_ssl [0.022509s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_share_positive_1 [0.022564s] ... ok DEBUG: Invalid mount_point_name: prefixaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_prefix_with_too_long_mount_point_name [0.027434s] ... ok DEBUG: {1} manila.tests.share.drivers.windows.test_winrm_helper.WinRMHelperTestCase.test_setup_winrm_1 [0.023700s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_delete_share_positive [0.031676s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_promote_share_replica_non_available_status_1_creating [0.030667s] ... ok DEBUG: {1} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_allow_access_with_incorrect_access_type [0.039364s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_manage_existing_nfs_without_existing_share [0.029988s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_manage_existing_nfs_without_export_locations [0.022245s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_promote_share_replica_non_available_status_7_error_deleting [0.037896s] ... ok DEBUG: {1} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_create_delete_multiple_shares [0.029855s] ... ok DEBUG: Volume fakeid could not be found. It might be already deleted DEBUG: {1} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_delete_non_existent [0.020752s] ... ok DEBUG: snapshot: snapshot OS_share-snapshot-manage_snapname not found, skipping delete operation DEBUG: {1} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_manage_existing_snapshot [0.021014s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_restore_share [0.045390s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.GetBackendConfigurationTestCase.test_get_backend_configuration_error [0.022794s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.GetBackendConfigurationTestCase.test_get_backend_configuration_success [0.028584s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_revert_to_replicated_snapshot_no_snapshot_instance [0.065384s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_2_False [0.027720s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_error_2 [0.019277s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_revert_to_snapshot_2_False [0.043730s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_error_3 [0.029030s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_error_5 [0.037646s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_compression_1___on____True__False_____compression_off_____compression_on__ [0.030160s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_server_migration_check_nondisruptive_and_network_change [0.105365s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_compression_3___off____False_____compression_on_____compression_off__ [0.019860s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_dedupe_01____is__True____True__False_____dedup_off_____dedup_on__ [0.027543s] ... ok DEBUG: 2025-11-13 13:52:36.599 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_provisioning_options_implicit_false [0.464250s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_dedupe_05___1____True__False_____dedup_off_____dedup_on__ [0.022210s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_share_metadata_get [0.061694s] ... ok DEBUG: 2025-11-13 13:52:36.625 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_share_stats_2 [0.025195s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_pools_info_1_None [0.025282s] ... ok DEBUG: 2025-11-13 13:52:36.654 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_share_stats_4 [0.029323s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_replication_snapshot_prefix [0.026830s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_share_helper [0.018591s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_share_metadata_update [0.067982s] ... ok DEBUG: 2025-11-13 13:52:36.694 3331052 WARNING mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Caught an unexpected share status 'active' during share status update routine. Skipping. DEBUG: 2025-11-13 13:52:36.697 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_share_status_1_active [0.041935s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_share_name_3_foo_bar [0.025523s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_share_name_4_foo_bar [0.018999s] ... ok DEBUG: Migration of share server 1fcaae59-aaff-4f4d-9d1c-6ad6b48d3f29 can be cancelled only after the driver already started the migration, or when the first phase of the migration gets completed. DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_cancel_server_not_migrating_2___server_migrating____migration_starting__ [0.045352s] ... ok DEBUG: 2025-11-13 13:52:36.745 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_get_string_provisioning_options [0.044018s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_share_name_5_foo_bar_quuz [0.019794s] ... ok DEBUG: 2025-11-13 13:52:36.769 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_handle_qos_on_replication_change_create_new_policy [0.023418s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_shell_executor_by_host_local [0.036062s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_unmanage [0.496965s] ... ok DEBUG: 2025-11-13 13:52:36.797 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_handle_qos_on_replication_change_exception [0.027087s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__init_common_capabilities_8 [0.019814s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_unmanage_snapshot [0.020474s] ... ok DEBUG: 2025-11-13 13:52:36.825 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_handle_qos_on_replication_change_modify_existing_policy_1_True [0.030280s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__update_share_stats_2_ [0.038739s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_update_access_allow_access_1_fakeHostName [0.039343s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_check [0.119737s] ... ok DEBUG: 2025-11-13 13:52:36.858 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_handle_qos_on_replication_change_modify_existing_policy_2_False [0.030206s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__update_share_stats_3_foo_replication_domain [0.031992s] ... ok DEBUG: 2025-11-13 13:52:36.883 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_init [0.023678s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_update_access_allow_access_2_fakeHostNameNotMatch [0.028108s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_update_access_deny_and_allow_access [0.026698s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_create_replica [0.040315s] ... ok DEBUG: 2025-11-13 13:52:36.922 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_initialize_flexgroup_pools_no_opt [0.044360s] ... ok DEBUG: {2} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_update_share_stats [0.021446s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_create_snapshot [0.021956s] ... ok DEBUG: {2} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_checked_for_application_error_enf [0.018485s] ... ok DEBUG: {2} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_checked_for_application_error_exception [0.018059s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_delete_replica [0.034824s] ... ok DEBUG: The first phase of migration has to finish to request the completion of server d3285fac-e7b8-4bb0-a868-787773f41db3's migration. DEBUG: 2025-11-13 13:52:36.983 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_complete_invalid_status_2___server_migrating____migration_starting__ [0.131037s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_initialize_flexgroup_pools_raise_version [0.061678s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_delete_share [0.041099s] ... ok DEBUG: {2} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_https_call_verify_expected_error [0.051845s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_delete_share_absent [0.023007s] ... ok DEBUG: {2} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_request_generation_and_basic_auth [0.025465s] ... ok DEBUG: 2025-11-13 13:52:37.055 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_delete_snapshot_absent [0.021205s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_is_flexgroup_destination_host_true [0.072799s] ... ok DEBUG: {2} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_successful_call [0.028240s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_delete_snapshot_with_share_server [0.022444s] ... ok DEBUG: {2} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_allow_access_nonip [0.023626s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_do_setup_1_True [0.024590s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_progress_not_determinated [0.137046s] ... ok DEBUG: {2} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_deny_access_nonip [0.021142s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_do_setup_error_on_ip_addresses_configuration_3___256_0_0_1____127_0_0_1__ [0.018538s] ... ok DEBUG: 2025-11-13 13:52:37.132 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_is_flexgroup_share [0.066658s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_do_setup_no_zpools_configured_3_None [0.024014s] ... ok DEBUG: {2} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_do_setup_success [0.030201s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_extend_share [0.020998s] ... ok DEBUG: {2} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_ensure_share [0.021708s] ... ok DEBUG: 2025-11-13 13:52:37.180 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Managing share share_7cf7c200_d3af_4e05_b87e_9167c95dfcad on aggregate(s) fake_pool with provisioning options {'thin_provisioned': True, 'dedup_enabled': True, 'compression_enabled': False, 'split': True, 'hide_snapdir': False, 'snapshot_policy': 'default', 'language': 'en-US', 'max_files': 5000, 'max_files_multiplier': None, 'adaptive_qos_policy_group': None, 'fpolicy_extensions_to_include': 'avi', 'fpolicy_extensions_to_exclude': 'jpg,mp3', 'fpolicy_file_operations': 'create,write,rename', 'efficiency_policy': None, 'snaplock_type': None, 'snaplock_autocommit_period': '4months', 'snaplock_min_retention_period': '30minutes', 'snaplock_max_retention_period': '2years', 'snaplock_default_retention_period': '2months', 'encrypt': True} _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:37.186 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_container_2 [0.054874s] ... ok DEBUG: {2} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_get_capacities_gb_full [0.019817s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_manage_existing_snapshot_2 [0.035238s] ... ok DEBUG: {2} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_resolve_volume_name_NOENT [0.023665s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_manage_share_success_expected_2 [0.035794s] ... ok DEBUG: {2} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_resolve_volume_name_other_error [0.028233s] ... ok DEBUG: Failed to obtain migration progress of share server abaa235c-815c-4697-af0b-7194890d7670. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py", line 3476, in share_server_migration_get_progress DEBUG: self.share_rpcapi.share_server_migration_get_progress( 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} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_progress_rpcapi_exception [0.136094s] ... ok DEBUG: 2025-11-13 13:52:37.266 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Managing share share_7cf7c200_d3af_4e05_b87e_9167c95dfcad on aggregate(s) fake_pool with provisioning options {'thin_provisioned': True, 'dedup_enabled': True, 'compression_enabled': False, 'split': True, 'hide_snapdir': False, 'snapshot_policy': 'default', 'language': 'en-US', 'max_files': 5000, 'max_files_multiplier': None, 'adaptive_qos_policy_group': None, 'fpolicy_extensions_to_include': 'avi', 'fpolicy_extensions_to_exclude': 'jpg,mp3', 'fpolicy_file_operations': 'create,write,rename', 'efficiency_policy': None, 'snaplock_type': None, 'snaplock_autocommit_period': '4months', 'snaplock_min_retention_period': '30minutes', 'snaplock_max_retention_period': '2years', 'snaplock_default_retention_period': '2months', 'encrypt': True} _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: {2} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_subtract_access_lists_level [0.027182s] ... ok DEBUG: 2025-11-13 13:52:37.280 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_container_4 [0.089809s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_manage_share_success_expected_3 [0.041771s] ... ok DEBUG: {2} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_update_share_stats [0.020741s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:37.312 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_container_not_found [0.028638s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_manage_share_success_expected_4 [0.035693s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {2} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_delete_share [0.029083s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_shrink_invalid_size_1_300 [0.058005s] ... ok DEBUG: 2025-11-13 13:52:37.358 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_manage_share_wrong_pool [0.032623s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_existing_snapshot_1 [0.044659s] ... ok DEBUG: {2} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_delete_share_fail [0.034807s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_shrink_invalid_size_2_0 [0.042973s] ... ok DEBUG: 2025-11-13 13:52:37.381 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_existing_snapshot_3 [0.022658s] ... ok DEBUG: {2} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_extend_share [0.034268s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_migration_continue_success [0.040231s] ... ok DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not determine snapshot fake_snapshot size from volume share_585c3935_2aa9_437c_8bad_5abae1076555.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base Traceback (most recent call last): DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 2354, in manage_existing_snapshot DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base volume = vserver_client.get_volume(share_name) DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base raise effect DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: 2025-11-13 13:52:37.412 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base DEBUG: 2025-11-13 13:52:37.414 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_manage_existing_snapshot_get_volume_error_1_NaApiError [0.031803s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_migration_start [0.040374s] ... ok DEBUG: Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:37.442 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_complete_4 [0.028299s] ... ok DEBUG: {2} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_get_location_path_1 [0.047055s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_snapshot_allow_access_instance_exception [0.079078s] ... ok DEBUG: 2025-11-13 13:52:37.465 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary._wait_for_cutover_completion..check_move_completion' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:37.465 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary._wait_for_cutover_completion..check_move_completion in 5.0 seconds as it raised ShareBusyException: Share is busy with an active task: Volume move operation for share source-share-instance is not complete. Current Phase: Cutover. Retrying.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: Failed to update currently active replica. DEBUG: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'Active replica failure' DEBUG: Stderr: None DEBUG: 2025-11-13 13:52:37.465 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary._wait_for_cutover_completion..check_move_completion' after 0.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:37.466 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary._wait_for_cutover_completion..check_move_completion in 5.0 seconds as it raised ShareBusyException: Share is busy with an active task: Volume move operation for share source-share-instance is not complete. Current Phase: Finishing. Retrying.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:37.466 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary._wait_for_cutover_completion..check_move_completion' after 0.001(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:37.475 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_complete_timeout [0.033252s] ... ok DEBUG: {2} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_get_share_stats [0.041986s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_snapshot_export_location_get [0.040797s] ... ok DEBUG: Failed to sync replica fake_third_replica_id. Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'Second replica sync failure' DEBUG: Stderr: None DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_promote_replica_active_not_available [0.056437s] ... ok DEBUG: 2025-11-13 13:52:37.498 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_continue_1 [0.022141s] ... ok DEBUG: 2025-11-13 13:52:37.519 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_continue_5 [0.021199s] ... ok DEBUG: {2} manila.tests.share.drivers.test_ganesha.GaneshaNASHelper2TestCase.test_init_helper_with_rados_store_2_True [0.038395s] ... ok DEBUG: {2} manila.tests.share.drivers.test_ganesha.GaneshaNASHelper2TestCase.test_init_helper_with_rados_store_pool_name_not_set [0.023264s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_snapshot_export_locations_get [0.059199s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_unmanage [0.059951s] ... ok DEBUG: {2} manila.tests.share.drivers.test_ganesha.GaneshaNASHelper2TestCase.test_update_access_export_file_already_removed [0.021532s] ... ok DEBUG: 2025-11-13 13:52:37.583 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_get_progress_at_phase_3_Queued [0.063198s] ... ok DEBUG: {2} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_deny_access [0.024101s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_soft_delete_locked_share [0.046133s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test__get_option_2_False [0.049780s] ... ok DEBUG: 2025-11-13 13:52:37.632 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_migration_start [0.054702s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_soft_delete_share_with_replicas [0.040902s] ... ok DEBUG: {2} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_load_conf_dir_no_conf_dir_must_exist_false [0.041952s] ... ok DEBUG: Failed to run command, got error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'FAKE' DEBUG: Stderr: None DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_execute_with_retry [0.044862s] ... ok DEBUG: {2} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_update_access_for_allow [0.022083s] ... ok DEBUG: 2025-11-13 13:52:37.685 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.test_generic.GenericDriverEnsureServerTestCase.test_share_servers_are_handled_server_provided [0.021551s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_modify_or_create_qos_for_existing_share_no_qos_extra_specs [0.050446s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_parse_zfs_answer [0.041879s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericDriverEnsureServerTestCase.test_share_servers_are_not_handled_server_not_provided [0.019672s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test__setup_server [0.021090s] ... ok DEBUG: 2025-11-13 13:52:37.736 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_promote_replica_2_False [0.048116s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_parse_zfs_answer_empty [0.044446s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test__ssh_exec_check_list_comprehensions_still_work [0.019873s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_unmanage [0.130942s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_add_mount_permanently [0.024716s] ... ok DEBUG: 2025-11-13 13:52:37.785 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_promote_replica_more_than_two_replicas [0.048231s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_zfs_with_retry [0.050546s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_attach_volume_attached_correct [0.020789s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_attach_volume_failed_attach_2_Invalid [0.022330s] ... ok DEBUG: share server '4a03a592-fd24-474e-9989-adda92cc82e4' in use by share groups. DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_is_kernel_version_true [0.031980s] ... ok DEBUG: 2025-11-13 13:52:37.829 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_remap_standard_boolean_extra_specs [0.043803s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_unmanage_share_server_in_use_share_groups [0.055421s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_create_share_from_snapshot_invalid_helper [0.021513s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_remove_exports [0.025711s] ... ok DEBUG: 2025-11-13 13:52:37.851 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_remove_export [0.024833s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_update_share_replica_no_host [0.027943s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_create_snapshot [0.021399s] ... ok DEBUG: 2025-11-13 13:52:37.876 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] SnapMirror relationship of type RST is deleted. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:37.877 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_restore_backup_continue_restore_failed_negative [0.023123s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_dataset_not_found [0.033949s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_delete_share_without_server_backend_details [0.026134s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_update_share_server_network_allocations [0.040929s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_detach_volume [0.020211s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_neither_rw_nor_ro_access_level_1_ [0.034449s] ... ok DEBUG: 2025-11-13 13:52:37.917 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_restore_backup_with_vserver_volume_none [0.044382s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_detach_volume_detached [0.018789s] ... ok DEBUG: 2025-11-13 13:52:37.945 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Restoring snapshot share_snapshot_de4c9050_e2f9_4ce1_ade4_5ed0c9f26451 _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:37.947 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_revert_to_replicated_snapshot_snapmirror_break_not_found [0.025244s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_do_setup_with_dhss_1_True [0.019922s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_update_share_server_network_allocations_check_fail_1_False [0.051378s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_neither_rw_nor_ro_access_level_6_su [0.047036s] ... ok DEBUG: 2025-11-13 13:52:37.968 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_share_exists [0.020761s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_format_device [0.019486s] ... ok DEBUG: {0} manila.tests.share.test_api.ShareAPITestCase.test_update_share_server_network_allocations_check_fail_2_None [0.032308s] ... ok DEBUG: 2025-11-13 13:52:37.989 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_sort_export_locations_by_preferred_paths_2_False [0.021094s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_mount_path [0.024807s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_no_rules_2___Ok______ [0.039162s] ... ok DEBUG: 2025-11-13 13:52:38.011 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_unmanage_1_None [0.022489s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_invalid_cases_5 [0.025159s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_share_stats_refresh_false [0.023948s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_volume_none [0.020806s] ... ok DEBUG: 2025-11-13 13:52:38.051 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_not_ip_access_type_1_user [0.052868s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_access_share_not_found [0.048986s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_invalid_cases_6 [0.051922s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_volume_snapshot [0.048482s] ... ok DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not get snapmirrors for replica 7cf7c200-d3af-4e05-b87e-9167c95dfcad.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 0:unknown DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base Traceback (most recent call last): DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 2946, in update_replica_state DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base snapmirrors = dm_session.get_snapmirrors(active_replica, replica) DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base raise effect DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 0:unknown DEBUG: 2025-11-13 13:52:38.086 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_base DEBUG: 2025-11-13 13:52:38.088 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_fail_to_get_snapmirrors [0.026811s] ... ok DEBUG: 2025-11-13 13:52:38.110 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replica_state_snapmirror_still_initializing [0.022351s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_invalid_cases_7 [0.055206s] ... ok DEBUG: {1} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_not_ip_access_type_5_fake [0.066405s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_manage_invalid_protocol [0.030869s] ... ok DEBUG: 2025-11-13 13:52:38.130 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replicated_snapshot_created_no_provider_location [0.020229s] ... ok DEBUG: 2025-11-13 13:52:38.150 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replicated_snapshot_deleted [0.019548s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_manage_share_attached_to_cinder_volume_not_found [0.046793s] ... ok DEBUG: Property manila_managed already exists. DEBUG: 2025-11-13 13:52:38.182 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replicated_snapshot_still_creating [0.031709s] ... ok DEBUG: {1} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_create_schema_property_exists [0.064248s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_valid_cases_3 [0.049994s] ... ok DEBUG: 2025-11-13 13:52:38.212 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replicated_snapshot_still_creating_no_host [0.030670s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_resize_filesystem_invalid_new_size_2 [0.031440s] ... ok DEBUG: {1} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_create_share [0.043950s] ... ok DEBUG: 2025-11-13 13:52:38.235 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_replicated_snapshot_still_deleting [0.022811s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_shrink_share_invalid_size [0.024286s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_valid_cases_4 [0.039973s] ... ok DEBUG: 2025-11-13 13:52:38.257 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_share_from_metadata [0.020715s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_ssh_exec_connection_not_exist [0.019893s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_ssh_exec_connection_recreation [0.019558s] ... ok DEBUG: Error deleting snapshot: fakesnapshot on share: fakeshare to pool: fakepool project: fakeproject return code: 400 message: data. DEBUG: {1} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_delete_snapshot [0.056024s] ... ok DEBUG: 2025-11-13 13:52:38.290 3331052 INFO mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updating storage service catalog information for backend 'fake_backend_name' DEBUG: 2025-11-13 13:52:38.292 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_update_ssc_info_no_aggregates [0.035161s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_unmount_device_not_present [0.020690s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_valid_cases_8 [0.051165s] ... ok DEBUG: 2025-11-13 13:52:38.320 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_validate_provisioning_options_for_share_invalid_params_3 [0.032074s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_unmount_device_present [0.026866s] ... ok DEBUG: {1} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_modify_share [0.061968s] ... ok DEBUG: 2025-11-13 13:52:38.355 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_add_ip_version_capability_if_dhss_false_1 [0.048032s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_unmount_device_retry_once [0.025423s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_validate_provisioning_options_for_share_invalid_params_4 [0.032844s] ... ok DEBUG: {1} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_verify_avail_space [0.021700s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_add_ip_version_capability_if_dhss_false_2 [0.020008s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_wait_for_available_volume_error_extending [0.020715s] ... ok DEBUG: There is not enough free space in project project DEBUG: {1} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_extend_share_negative [0.019736s] ... ok DEBUG: 2025-11-13 13:52:38.395 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_validate_provisioning_options_for_share_invalid_params_5 [0.039509s] ... ok DEBUG: Quota and reservation of share fakename need to be rounded up to 4. But there is not enough space in the backend. DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_wait_for_available_volume_invalid_2 [0.023913s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_add_ip_version_capability_if_dhss_true_5 [0.026681s] ... ok DEBUG: {1} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_manage_not_enough_space [0.021305s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_add_ip_version_capability_if_dhss_true_6 [0.018763s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.tests_choose_share_server_compatible_with_share_2 [0.023971s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_add_ip_version_capability_if_dhss_true_7 [0.020449s] ... ok DEBUG: {2} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.tests_choose_share_server_compatible_with_share_3 [0.020093s] ... ok DEBUG: 2025-11-13 13:52:38.452 3331052 INFO mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Rehosting volume of share 7cf7c200-d3af-4e05-b87e-9167c95dfcad from vserver fake_vserver_1 to vserver fake_vserver_2. DEBUG: {1} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_manage_round_up_size [0.048951s] ... ok DEBUG: 2025-11-13 13:52:38.473 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_volume_rehost [0.077795s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_allocate_admin_network_count_1_api_initialized [0.034105s] ... ok DEBUG: {1} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_manage_unmanage_NFS [0.024981s] ... ok DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GaneshaNFSHelperTestCase.test_init_remote_ganesha_server [0.032653s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_check_redefined_driver_methods_2____create_snapshot____delete_snapshot________True_ [0.020375s] ... ok DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterNFSHelperTestCase.test_get_export [0.022914s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_check_update_share_server_security_service [0.031071s] ... ok DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterNFSHelperTestCase.test_get_export_dir_dict_2 [0.022970s] ... ok DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterNFSHelperTestCase.test_update_access_1 [0.018291s] ... ok DEBUG: 2025-11-13 13:52:38.553 3331052 DEBUG mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Waiting for creating FlexGroup job 123 in state: error. _execute_mock_call /usr/lib64/python3.12/unittest/mock.py:1204 DEBUG: 2025-11-13 13:52:38.555 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_connection_get_info_1_True [0.021614s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_wai_for_flexgroup_deployment_job_error_2_error [0.086361s] ... ok DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterNFSHelperTestCase.test_update_access_disjoint_1 [0.022084s] ... ok DEBUG: {1} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_access_rules_status_conditionally_change_1___syncing___True_ [0.090123s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_from_snapshot_not_exists_and_set_explicitly_1_True [0.027793s] ... ok DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterNFSHelperTestCase.test_update_access_disjoint_2 [0.023363s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_from_snapshot_not_exists_and_set_explicitly_2_False [0.028922s] ... ok DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterNFSVolHelperTestCase.test_get_vol_exports_1 [0.024267s] ... ok DEBUG: 2025-11-13 13:52:38.619 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Another volume is currently being provisioned using one or more of the aggregates selected to provision FlexGroup volume share_7cf7c200_d3af_4e05_b87e_9167c95dfcad.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 13001:try the command again DEBUG: 2025-11-13 13:52:38.619 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary.wait_for_start_create_flexgroup.._start_create_flexgroup_volume' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:38.620 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary.wait_for_start_create_flexgroup.._start_create_flexgroup_volume in 5.0 seconds as it raised NetAppBusyAggregateForFlexGroupException: Exception due to an aggregate being busy while trying to provision the FlexGroup.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_from_snapshot_support_absent_1___ [0.027800s] ... ok DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterNFSVolHelperTestCase.test_update_access_3 [0.019944s] ... ok DEBUG: {1} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_access_rules_status_conditionally_change_2___error___False_ [0.078804s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_group_from_share_group_snapshot_with_dict [0.026068s] ... ok DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterNFSVolHelperTestCase.test_update_access_4 [0.029883s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_group_from_share_group_snapshot_with_dict_raise [0.021782s] ... ok DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterNFSVolHelperTestCase.test_update_access_empty [0.026008s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_drivers_methods_needed_by_manage_snapshot_functionality_1_manage_existing_snapshot [0.022693s] ... ok DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_check_for_setup_error [0.027054s] ... ok DEBUG: {1} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_access_rules_status_force_status [0.078684s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_drivers_methods_needed_by_share_revert_to_snapshot_functionality_2_revert_to_replicated_snapshot [0.026689s] ... ok DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_get_helper [0.025241s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_get_share_server_pools_1_True [0.018137s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_setup_via_manager_2_False [0.026072s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_share_server_migration_check_compatibility [0.020974s] ... ok DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_share_server_migration_get_progress [0.018319s] ... ok DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_setup_via_manager_path_1 [0.022679s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_teardown_server_handling_enabled [0.017164s] ... ok DEBUG: GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: {2} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_setup_via_manager_path_4 [0.024497s] ... ok DEBUG: {1} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_all_access_rules_updates_conditionally_changed_1____queued_to_apply____2_ [0.099038s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_update_replica_state [0.018393s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test__get_share_group_name_from_export_location_6___1_2_3_4_mixed_slashes_and_backslashes_two [0.024790s] ... ok DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_update_replicated_snapshot [0.023859s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.share.test_driver.ShareDriverTestCase.test_verify_share_driver_mode_option_type [0.020345s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test__kick_out_users_success [0.043125s] ... ok DEBUG: {0} manila.tests.share.test_drivers_private_data.DriverPrivateDataTestCase.test_default_storage_driver [0.020778s] ... ok DEBUG: Could not create CIFS export fake_share_name. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/helpers.py", line 454, in create_exports DEBUG: self._ssh_exec( 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/helpers.py", line 459, in create_exports DEBUG: {2} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_create_export_share_does_not_exist_exception [0.022009s] ... ok DEBUG: {0} manila.tests.share.test_drivers_private_data.DriverPrivateDataTestCase.test_update_invalid [0.018848s] ... ok DEBUG: self._ssh_exec(server, create_cmd) 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: Exception DEBUG: {2} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_get_allow_hosts [0.020156s] ... ok DEBUG: {0} manila.tests.share.test_drivers_private_data.SqlStorageDriverTestCase.test_methods_2 [0.017869s] ... ok DEBUG: {1} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_all_access_rules_updates_conditionally_changed_4____applying____error____1_ [0.113306s] ... ok DEBUG: {0} manila.tests.share.test_hook.HookBaseTestCase.test_execute_periodic_hook_disabled [0.016769s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_get_share_path_by_export_location_1___5_6_7_8_foo [0.027229s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.share.test_hook.HookBaseTestCase.test_execute_post_hook_success_2_False [0.021542s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_get_share_path_by_export_location_2___5_6_7_8_foo [0.027618s] ... ok DEBUG: {0} manila.tests.share.test_hook.HookBaseTestCase.test_instantiate_hook_successfully_and_set_configuration_2_False [0.029192s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.CIFSHelperUserAccessTestCase.test_update_access_exception_level [0.018503s] ... ok DEBUG: {0} manila.tests.share.test_manager.LockedOperationsTestCase.test_locked_share_replica_operation [0.020480s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test__get_parsed_address_or_cidr_2 [0.018588s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test__get_parsed_address_or_cidr_6 [0.019203s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test__get_parsed_address_or_cidr_with_invalid_access_3_1001__10069 [0.018208s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_create_exports_1 [0.018226s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_create_exports_5 [0.018393s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_exports_for_share_multi_ip_1__foo_bar [0.023647s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_exports_for_share_with_error_4 [0.021929s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_share_path_by_export_location_2_5_6_7_8__foo_bar [0.025851s] ... ok DEBUG: {1} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__update_access_rules_with_driver_updates_2__True___active__ [0.238559s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_init_helper [0.018087s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__check_share_server_backend_limits_1__True__1__3__10__0_ [0.175702s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_restore_access_after_maintenance [0.016933s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__update_rules_through_share_driver_5___cephx___True__False_ [0.034346s] ... ok DEBUG: Unsupported access level ro or access type user, skipping removal of access rule to 4.4.4.4. DEBUG: Access rule ip:2.2.2.3 already exists for share fake_share_name DEBUG: {2} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_update_access_2_ro [0.017639s] ... ok DEBUG: {2} manila.tests.share.drivers.test_helpers.NFSSynchronizedTestCase.test_with_lock_name_1 [0.019690s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.drivers.test_helpers.NFSSynchronizedTestCase.test_with_lock_name_2 [0.021128s] ... ok DEBUG: Unable to umount: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: 'fake error' DEBUG: {2} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test__unmount_device_error [0.031059s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__check_share_server_backend_limits_3__True__1__10__3__0_ [0.164292s] ... ok DEBUG: {1} manila.tests.share.test_access.ShareInstanceAccessTestCase.test_reset_rules_to_queueing_states_1_True [0.180015s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__check_share_server_backend_limits_migrating_share [0.053426s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__form_network_allocations [0.020679s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_api.OtherTenantsShareActionsTestCase.test_delete_other_tenants_public_share [0.059925s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_complete_host_assisted [0.039156s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_2_False [0.024803s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_all_03 [0.022939s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_all_04 [0.023008s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_all_10 [0.021999s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test__migration_initial_checks_dest_az_not_match_host_az [0.062542s] ... ok DEBUG: Share 88aeb112-afd5-4e71-979e-706884c3aaf7 is a member of a group. This operation is not currently supported for share servers that contain shares members of groups. DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test__migration_initial_checks_instance_rules_error_status [0.051528s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test__migration_initial_checks_share_group_related_to_server [0.049493s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test__migration_initial_checks_share_not_available [0.051259s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test__share_network_update_initial_checks_share_is_busy [0.070046s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_start_driver_3 [0.360987s] ... ok DEBUG: Driver-assisted migration of share 768aad89-1c93-4b82-acf3-b297d386fcbf failed. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1405, in _migration_start_driver DEBUG: self.driver.migration_start( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py", line 461, in migration_start DEBUG: raise NotImplementedError() DEBUG: NotImplementedError DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_start_driver_not_compatible_3 [0.087229s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__provide_share_server_for_migration [0.055908s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__provide_share_server_for_migration_subnet_not_found [0.040367s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__revert_to_snapshot_1__None__False_ [0.021103s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__revert_to_snapshot_3___fake_reservations___False_ [0.018730s] ... ok DEBUG: Share fake_share_id could not be reverted to snapshot fake_snapshot_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 3633, in _revert_to_snapshot DEBUG: updated_share_size = self.driver.revert_to_snapshot( 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: manila.exception.ManilaException: An unknown exception occurred. DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__revert_to_snapshot_driver_exception_1_None [0.020941s] ... ok DEBUG: Share fake_share_id could not be reverted to snapshot fake_snapshot_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 3633, in _revert_to_snapshot DEBUG: updated_share_size = self.driver.revert_to_snapshot( 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: manila.exception.ManilaException: An unknown exception occurred. DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__revert_to_snapshot_driver_exception_2_fake_reservations [0.020837s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__server_migration_complete_driver_4 [0.083966s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_4_active [0.024109s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_unqualified_replica_1 [0.022003s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test__share_network_update_initial_checks_shares_not_available [0.411524s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_unqualified_replica_4 [0.022102s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test__share_server_update_allocations_initial_checks_shares_na [0.048681s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_unqualified_replica_6 [0.037681s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_access_get [0.026540s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__update_replica_snapshot_driver_raises_other_exception_1_NotFound [0.028573s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__update_replica_snapshot_driver_raises_other_exception_2_ManilaException [0.023155s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__update_replica_snapshot_driver_updates_replica_2_False [0.024281s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_access_get_all [0.057335s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__update_resource_status_2 [0.021870s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_allow_access_2_ro [0.032983s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__update_resource_status_3 [0.021127s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_allow_access_invalid_instance_1 [0.041171s] ... ok DEBUG: Share server f8ee9432-be56-4167-bbd5-da4a567edb1e has failed on security service update operation for current security service 1b197821-638c-4a57-bcb2-05ff239a1217 and new security service 1bc7abb5-a6e8-435a-adfd-34422c1f409a. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 6792, in _update_share_network_security_service DEBUG: updates = self.driver.update_share_server_security_service( 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} manila.tests.share.test_manager.ShareManagerTestCase.test__update_share_network_security_service_exception [0.063511s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_allow_access_to_instance [0.042784s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_check_update_share_server_network_allocations [0.021907s] ... ok DEBUG: Invalid share network: msg DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py", line 3980, in check_update_share_server_network_allocations DEBUG: self._share_server_update_allocations_validate_hosts( 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: manila.exception.InvalidShareNetwork: Invalid share network: msg DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__update_share_network_security_service_no_support [0.068782s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_check_update_share_server_network_allocations_failed [0.024403s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__update_share_server_allocations_check_operation_1_None [0.024878s] ... ok DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: 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 "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_default_snapshot_semantics_1 [0.055072s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: 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 "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_default_snapshot_semantics_3 [0.043044s] ... ok DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: 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 "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_default_snapshot_semantics_4 [0.046139s] ... ok DEBUG: Status of share instance 3eb7dec1-ea1f-4840-bce1-3fb71ee946bf that belongs to share fake_id_7 was updated to 'error'. DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__update_share_status_share_with_error_or_exception_1 [0.140648s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_from_snapshot_not_available [0.057758s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_error_on_quota_commit_1_QuotaError [0.033235s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__validate_check_compatibility_result_1 [0.109495s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_instance_with_mount_point_name [0.050221s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_invalid_protocol_3_fake [0.033706s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__validate_check_compatibility_result_2 [0.085961s] ... ok DEBUG: Quota exceeded for None, tried to create share (20 shares already consumed). DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_over_quota_2 [0.044808s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_az_not_found [0.034235s] ... ok DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: 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 "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_azs_with_subnets_1 [0.044083s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test__validate_check_compatibility_result_4 [0.094704s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_02_migration_cancel [0.034820s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_azs_with_subnets_invalid_input_1 [0.051396s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_03_migration_get_progress [0.030374s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_no_active_replica_2___ [0.027819s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_15__report_driver_status [0.024302s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_type_doesnt_support_AZ_1_None [0.037488s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_17_publish_service_capabilities [0.022691s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_18_delete_share_server [0.025622s] ... ok DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: 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 "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_25_create_share_replica [0.023543s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_valid_protocol_3_GLUSTERFS [0.058266s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_27_promote_share_replica [0.018757s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_31_delete_replicated_snapshot [0.019818s] ... ok DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: 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 "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_valid_protocol_6_MAPRFS [0.051529s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_replicated_snapshot_driver_updates_nothing_1_None [0.019905s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_replicated_snapshot_driver_updates_nothing_2___ [0.021690s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_with_share_type_size_limit [0.028326s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_replicated_snapshot_driver_updates_snapshot [0.024883s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_from_sg_snapshot [0.023879s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_with_subnets_invalid_azs_1 [0.056129s] ... ok DEBUG: Share group fake_id: create failed DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_from_sg_snapshot_with_share_error [0.019888s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_from_sg_snapshot_with_share_update_status_2_creating_from_snapshot [0.021500s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_with_subnets_invalid_azs_2 [0.035134s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_from_share_group_snapshot_with_update [0.021644s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_share_wrong_size_0 [0.021688s] ... ok DEBUG: One of share group snapshot 'fake_snap_id' members does not have reference ID. Its update was skipped. DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_snapshot_with_member_update [0.023268s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_snapshot [0.058887s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_create_snapshot_fail [0.022487s] ... ok DEBUG: Share instance 6a128945-adda-49c4-bce9-577c6887170c failed on creation. DEBUG: Share instance information in exception can not be written to db because it contains {} and it is not a dictionary. DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_from_snapshot_invalid_status [0.090927s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_delete_2_error [0.064583s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_update_availability_zone [0.080918s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_delete_dependent_share_group_snapshot_members [0.048547s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_delete_locked_share [0.032161s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_replica_no_host_1_True [0.035057s] ... ok DEBUG: share server 'fake_share_server_id' in use by share groups. DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_with_network_port_limit_exceeded [0.093812s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_server_dependent_group_exists [0.021676s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_deny_access_invalid_instance_1 [0.076528s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_with_server_created [0.126637s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_with_share_network_dhss_false [0.044992s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_deny_access_invalid_instance_3 [0.094201s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_deny_access_invalid_instance_4 [0.084984s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_with_share_network_server_exists [0.138801s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_deny_access_to_instance [0.067701s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_replica_driver_error_on_creation [0.041891s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_extend_with_share_type_size_limit_admin [0.037967s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_admin_deferred_state [0.023358s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_server [0.053142s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_all_tenants [0.023437s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_create_snapshot_driver_exception [0.024461s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_all_tenants_with_invaild_value [0.023216s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_free_share_servers [0.025727s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_share_server_and_all_tenants [0.025896s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_free_share_servers_cleanup_disabled [0.023244s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_all_filter_by_extra_specs [0.027942s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_group [0.025780s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_all_filter_by_invalid_metadata [0.027824s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_not_public_5_n [0.027277s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_not_public_8_False [0.026611s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_public_4_yes [0.025299s] ... ok DEBUG: Change will make usage less than 0 for the following resources: ['shares'] DEBUG: Change will make usage less than 0 for the following resources: ['shares'] DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_instance_last_on_server_deletion_disabled [0.118229s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_public_6_on [0.026696s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_public_7_t [0.020597s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_replica_access_rules_exception [0.025594s] ... ok DEBUG: {2} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test__unmount_device_with_retry_busy_device_1_True [3.025623s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_filter_by_name_and_description_4 [0.020623s] ... ok DEBUG: {2} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_deallocate_container [0.021388s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_not_admin_search_opts [0.020127s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_replica_drv_misbehavior_ignored_with_the_force [0.043003s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_sort_key_invalid [0.021020s] ... ok DEBUG: Volume not found: Failed to find logical volume "fake/fake-volume" DEBUG: {2} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_deallocate_container_not_found_error_2_Failed_to_find_logical_volume__fake_fake_volume__ [0.024911s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_snapshot_ignore_exceptions_with_the_force_2_ManilaException [0.020831s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_share_attributes_from_share_type [0.020204s] ... ok DEBUG: Invalid share: fake. DEBUG: {2} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_delete_share_invalid_share [0.023220s] ... ok DEBUG: {2} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_delete_share_process_execution_error [0.025674s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_share_attributes_from_share_type_defaults_1 [0.026206s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_snapshot_non_admin_deferred_state [0.025322s] ... ok DEBUG: {2} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_delete_snapshot [0.027983s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_get_snapshot_not_authorized [0.020905s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_do_deferred_share_deletion [0.104605s] ... ok DEBUG: {2} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_extend_share [0.028698s] ... ok DEBUG: Found an existing share with export location fake! DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_manage_duplicate_2_available [0.021584s] ... ok DEBUG: {2} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_configured_ip_versions_2____1_1_1_256____False_ [0.024210s] ... ok DEBUG: {2} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_revert_to_snapshot [0.024792s] ... ok DEBUG: {2} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_ssh_exec_as_root_with_sudo [0.028049s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_manage_new_1 [0.083514s] ... ok DEBUG: {2} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_update_access_2_ro [0.027054s] ... ok DEBUG: {2} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_update_share_usage_size [0.019418s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.BaseNetworkHelperTestCase.test_instantiate_invalid [0.019063s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.BaseNetworkHelperTestCase.test_instantiate_valid [0.018528s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_manage_new_3 [0.077638s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_cidr_for_subnet_failure [0.027639s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_manage_new_dhss_true_and_false_1 [0.029192s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_ensure_driver_resources_driver_needs_to_reapply_rules_2_False [0.211591s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_service_port_none_exist [0.024874s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_manage_new_dhss_true_and_false_3 [0.024624s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_service_port_one_exist_on_different_host [0.036401s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_manage_new_dhss_true_and_false_4 [0.033932s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_service_subnet_two_found [0.021493s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_get_network_name [0.019725s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_manage_new_share_server_not_active [0.033039s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_get_service_network_id_one_exist [0.020881s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_init_neutron_network_plugin_with_driver_config_group [0.020764s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_manage_share_server [0.025589s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_setup_network_using_router_success_2 [0.026769s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_manage_snapshot_already_managed [0.034539s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_no_service_data_3 [0.021555s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_subnet_not_used [0.023778s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_cancel_1_None [0.035297s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_subnet_not_used_get_unhandled_error [0.021703s] ... ok DEBUG: Unexpected error occurred while updating access rules for share instance aee24e64-2a34-4530-8ad3-fdd563892906. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 584, in ensure_driver_resources DEBUG: self.access_helper.update_access_rules( 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_manager.py", line 620, in raise_share_access_exists DEBUG: raise exception.ShareAccessExists( DEBUG: manila.exception.ShareAccessExists: Share access fake_access_type:fake_access exists. DEBUG: Unexpected error occurred while updating access rules for share instance ed0f6279-ce60-4224-8319-95ae81c3212a. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 584, in ensure_driver_resources DEBUG: self.access_helper.update_access_rules( 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_manager.py", line 620, in raise_share_access_exists DEBUG: raise exception.ShareAccessExists( DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_with_shares_and_rules_1 [0.232915s] ... ok DEBUG: manila.exception.ShareAccessExists: Share access fake_access_type:fake_access exists. DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_cancel_driver [0.042446s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_with_ports_2 [0.035314s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_without_shares_and_rules_2 [0.025051s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_with_ports_4 [0.024469s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_with_ports_6 [0.031434s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_share_invalid_size [0.062389s] ... ok DEBUG: Migration of share fake_id cannot be cancelled at this moment. DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_cancel_driver_service_down_1_migration_driver_in_progress [0.085126s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_with_wrong_ports [0.042835s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test___create_service_instance_failed_to_build [0.032486s] ... ok DEBUG: Migration of share fake_id has already completed first phase. DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_cancel_driver_service_down_2_migration_driver_phase1_done [0.054797s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_share_server_2 [0.093797s] ... ok DEBUG: Migration of share fake_id has already completed first phase. DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test___create_service_instance_failed_to_create_1 [0.034917s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_cancel_driver_service_down_3_data_copying_completed [0.041636s] ... ok DEBUG: Unable to limit ssh access to instance id: 'fakeid'! DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test___create_service_instance_limit_ssh_no_service_subnet [0.023590s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test__check_server_availability_with_recall_2_False [0.018692s] ... ok DEBUG: There is no migration being performed for share fake_id at this moment. DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_cancel_task_state_invalid_3_migration_error [0.031940s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test__delete_server_found_always [0.023651s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_delete_service_instance [0.018901s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_complete_status_invalid [0.043211s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_ensure_server_exception [0.019801s] ... ok DEBUG: First migration phase of share fake_id not completed yet. DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_complete_task_state_invalid_1_data_copying_starting [0.035938s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_02 [0.027692s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_10 [0.026624s] ... ok DEBUG: Migration of share fake_id was already cancelled. DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_complete_task_state_invalid_5_migration_cancelled [0.053151s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_11 [0.027074s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_12 [0.034549s] ... ok DEBUG: Migration progress of share fake_id cannot be obtained at this moment. DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_invalid_1_None [0.039796s] ... ok DEBUG: Migration progress of share fake_id cannot be obtained at this moment. DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_15 [0.044479s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_invalid_3 [0.040848s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_cases_1 [0.030284s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_race [0.046029s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_cases_2 [0.024237s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_cases_5 [0.021546s] ... ok DEBUG: There is no migration being performed for share fake_id at this moment. DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_None [0.036386s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_cases_6 [0.026095s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_ipv6_address_1 [0.024291s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_progress_0_1_migration_starting [0.044068s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_progress_0_3_data_copying_starting [0.036894s] ... ok DEBUG: Failed to commit reservations DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: self.force_reraise() DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_share_valid_share_1 [0.444354s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: raise self.value DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_ipv6_address_3 [0.056982s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got . DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_progress_0_4_migration_in_progress [0.042240s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_key_incorrect_keypath_to_private [0.043430s] ... ok DEBUG: 2025-11-13 13:52:43.620 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Another volume is currently being provisioned using one or more of the aggregates selected to provision FlexGroup volume share_7cf7c200_d3af_4e05_b87e_9167c95dfcad.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 13001:try the command again DEBUG: 2025-11-13 13:52:43.620 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.netapp.dataontap.cluster_mode.lib_base.NetAppCmodeFileStorageLibrary.wait_for_start_create_flexgroup.._start_create_flexgroup_volume' after 5.002(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:43.622 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_base.NetAppFileStorageLibraryTestCase.test_wait_for_start_create_flexgroup_timeout [5.061596s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_progress_100_2_data_copying_error [0.034868s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_complete_2 [0.088085s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_key_incorrect_keypath_to_public [0.041059s] ... ok DEBUG: 2025-11-13 13:52:43.655 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__check_compatibility_for_svm_migrate_1 [0.032546s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_complete_3 [0.044669s] ... ok DEBUG: 2025-11-13 13:52:43.699 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot perform server migration because at leat one of the backends doesn't support SVM DR. DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_service_image_ambiguous [0.052056s] ... ok DEBUG: 2025-11-13 13:52:43.700 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__check_compatibility_svm_dr_not_compatible_1 [0.048991s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_4 [0.077067s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_service_instance_name_using_default_config [0.044276s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_get_progress_exception_1_migration_starting [0.065220s] ... ok DEBUG: 2025-11-13 13:52:43.760 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot perform server migration since a FlexGroup was encountered in share server to be migrated. DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_invalid_host [0.047435s] ... ok DEBUG: 2025-11-13 13:52:43.767 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__check_compatibility_svm_dr_not_compatible_3 [0.062685s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_init_with_common_config_and_wo_handling_of_share_servers [0.023238s] ... ok DEBUG: Invalid parameter combination. Cannot set parameters "nondisruptive", "writable", "preserve_snapshots" or "preserve_metadata" to True when enabling the "force_host_assisted_migration" option. DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_security_group_two_sg_in_list [0.020416s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_invalid_host_and_driver_assisted_params_1 [0.036334s] ... ok DEBUG: 2025-11-13 13:52:43.811 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to check the compatibility for the share server migration using SVM Migrate.: manila.exception.NetAppException: Exception due to NetApp failure. DEBUG: 2025-11-13 13:52:43.813 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_set_up_service_instance_3 [0.023517s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_get_progress_invalid [0.063563s] ... ok DEBUG: {2} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_wait_for_instance_error_state [0.021642s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver.TestPolicyPayloadFromRules.test_policy_payload_from_rules_deny [0.000970s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver.TestPolicyPayloadFromRules.test_policy_payload_from_rules_invalid_action [0.000408s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver.TestPolicyPayloadFromRules.test_policy_payload_from_rules_update [0.000482s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__check_for_migration_support_svm_migrate_exception [0.069181s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver.TestValidateAccessRules.test_validate_access_rules_invalid_type [0.000696s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_create_shares_7__1___SMB____fakeid__ [0.006924s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_do_setup_missing_required_fields_2_vast_vippool_name [0.001833s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_do_setup_with_api_token [0.001769s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_start_2_False [0.048418s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_update_access_delete_rules_2____10_10_10_1____10_10_10_2_______ [0.018364s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_same_data_as_source_3 [0.079870s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_update_access_delete_rules_3____________ [0.012111s] ... ok DEBUG: 2025-11-13 13:52:43.883 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating a Barbican KMS configuration for the vserver os_56aafd02-4d44-43d7-b784-57fc88167224 _create_barbican_kms_config_for_specified_vserver /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:409 DEBUG: 2025-11-13 13:52:43.883 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Getting the key store configuration uuid for the config barbican_config_41825c9d-5943-4148-9909-301303c44006 _create_barbican_kms_config_for_specified_vserver /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:416 DEBUG: 2025-11-13 13:52:43.883 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Enabling the key store configuration the config barbican_config_41825c9d-5943-4148-9909-301303c44006 _create_barbican_kms_config_for_specified_vserver /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:420 DEBUG: 2025-11-13 13:52:43.887 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__create_barbican_kms_config_for_specified_vserver [0.049325s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_copy_2_False [0.029623s] ... ok DEBUG: 2025-11-13 13:52:43.922 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__create_port_and_broadcast_domain [0.034878s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_task_state_invalid [0.048506s] ... ok DEBUG: Host-assisted migration failed for share share_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1705, in migration_start DEBUG: raise exception.ShareMigrationFailed(reason=msg) DEBUG: manila.exception.ShareMigrationFailed: Share migration failed: Share share_id must not have snapshots in order to perform a host-assisted migration. DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_delattr [0.031528s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_start_prevent_host_assisted_5 [0.087117s] ... ok DEBUG: 2025-11-13 13:52:43.953 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__get_different_keys_for_equal_ss_type [0.030927s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_render [0.020284s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_repr [0.018009s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_prefix_with_missing_extra_spec_mount_point_name_support [0.057776s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_periodic_share_replica_snapshot_update_nothing_to_update_1_True [0.040052s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_setattr [0.019905s] ... ok DEBUG: 2025-11-13 13:52:44.001 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__migration_cancel_using_svm_migrate_1_True [0.047856s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_promote_share_replica_non_available_status_2_deleting [0.027474s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_periodic_share_replica_snapshot_update_nothing_to_update_2_False [0.031589s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_to_json [0.023041s] ... ok DEBUG: 2025-11-13 13:52:44.034 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__migration_cancel_using_svm_migrate_2_False [0.034913s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver_util.TestDecorateMethodsWith.test_decorate_methods_with [0.020697s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_promote_share_replica_non_available_status_3_error [0.031295s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_periodic_share_replica_update_1_openstack1_watson__pool0 [0.034556s] ... ok DEBUG: 2025-11-13 13:52:44.059 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__migration_cancel_using_svm_migrate_error_1 [0.023209s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver_util.TestGenerateIpRange.test_generate_ip_range_1_____15_0_0_1____15_0_0_4______10_0_0_27____10_0_0_30_______15_0_0_1____15_0_0_2____15_0_0_3____15_0_0_4____10_0_0_27____10_0_0_28____10_0_0_29____10_0_0_30___ [0.022046s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_periodic_share_replica_update_2_openstack1_newton__pool0 [0.029229s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_promote_share_replica_non_available_status_4_extending [0.039448s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_driver_util.TestGenerateIpRange.test_generate_ip_range_3_________ [0.027690s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {2} manila.tests.share.drivers.vastdata.test_rest.TestFolders.test_double_deletion [0.002779s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_rest.TestFolders.test_requisite_decorator_1_4_3_9 [0.000808s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_rest.TestFolders.test_requisite_decorator_3_3_4_6_123_1 [0.000684s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {2} manila.tests.share.drivers.vastdata.test_rest.TestFolders.test_trash_api_disabled [0.000977s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_rest.TestFolders.test_trash_api_unpredictable_error [0.001354s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_rest.TestRestApi.test_get_sw_version [0.001053s] ... ok DEBUG: 2025-11-13 13:52:44.103 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.vastdata.test_rest.TestSession.test_getattr_without_underscore [0.001753s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__migration_complete_svm_dr [0.045974s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_rest.TestSession.test_refresh_auth_token_success [0.004568s] ... ok DEBUG: {2} manila.tests.share.drivers.vastdata.test_rest.TestSession.test_request_success [0.001618s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: vastresource test not found on VAST, skipping delete DEBUG: {2} manila.tests.share.drivers.vastdata.test_rest.TestVastResource.test_delete_when_entry_not_found [0.000941s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_promote_share_replica_non_available_status_6_manage_starting [0.035321s] ... ok DEBUG: 2025-11-13 13:52:44.144 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__migration_start_using_svm_dr_1 [0.037788s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_promote_share_replica_out_of_sync_non_admin_1_out_of_sync [0.023887s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_promote_share_replica_driver_updates_replica_list_3_dr [0.072469s] ... ok DEBUG: {2} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test__access_api_ret_for_update_object [0.052165s] ... ok DEBUG: 2025-11-13 13:52:44.183 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__migration_start_using_svm_dr_2 [0.039313s] ... ok DEBUG: {2} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test__does_item_exist_at_va_backend_negative [0.021702s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_restore_share_backup_1_manila_share [0.045891s] ... ok DEBUG: {2} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test__get_access_ips [0.021492s] ... ok DEBUG: 2025-11-13 13:52:44.223 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__set_network_with_metadata_exception_1 [0.042988s] ... ok DEBUG: ('ACCESSShareDriver create share failed %s', 'fakename') DEBUG: {2} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_create_share_negative [0.029572s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_restore_share_backup_2_manila_data [0.044780s] ... ok DEBUG: {2} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_delete_share [0.022381s] ... ok DEBUG: Cannot choose compatible share server: fake DEBUG: 2025-11-13 13:52:44.270 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__share_server_migration_complete_svm_migrate [0.045441s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_provide_share_server_for_share_incompatible_servers [0.116491s] ... ok DEBUG: {2} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_delete_share_if_share_created_from_snap [0.020746s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_restore_share_backup_invalid_share_sizee [0.052875s] ... ok DEBUG: No access rules provided in update_access. DEBUG: {2} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_update_access_for_empty_rule_list [0.019344s] ... ok DEBUG: 2025-11-13 13:52:44.303 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_build_model_update_2_False [0.033446s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_check_auth_mode_4 [0.021320s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_provide_share_server_for_share_invalid_arguments [0.046180s] ... ok DEBUG: 2025-11-13 13:52:44.327 3331052 WARNING mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Vserver is specified in the configuration. This is ignored when the driver is managing share servers. DEBUG: 2025-11-13 13:52:44.328 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_for_setup_error_cluster_creds_no_vserver [0.021065s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_common_server [0.025211s] ... ok DEBUG: 2025-11-13 13:52:44.348 3331052 WARNING mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Vserver is specified in the configuration. This is ignored when the driver is managing share servers. DEBUG: 2025-11-13 13:52:44.349 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_for_setup_error_no_aggregates [0.024304s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_revert_to_snapshot_exception_1_None [0.047908s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_get_cbs_init_reg_section_3 [0.027325s] ... ok DEBUG: 2025-11-13 13:52:44.378 3331052 WARNING mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Vserver is specified in the configuration. This is ignored when the driver is managing share servers. DEBUG: 2025-11-13 13:52:44.378 3331052 INFO manila.share.drivers.netapp.dataontap.cluster_mode.lib_base [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Updating storage service catalog information for backend 'fake_backend_name' DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_revert_to_snapshot_exception_2_fake_reservations [0.044882s] ... ok DEBUG: Parent share server fake_server_id has invalid status 'fake'. DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall [-] Fixed interval looping call 'manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm.trace..trace_wrapper' failed: TypeError: 'Mock' object is not iterable DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall Traceback (most recent call last): DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall File "/usr/lib/python3.12/site-packages/oslo_service/backend/_eventlet/loopingcall.py", line 152, in _run_loop DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall result = func(*self.args, **self.kw) DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/utils.py", line 118, in trace_wrapper DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall result = f(self, *args, **kwargs) DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 673, in _handle_ems_logging DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall self._client.send_ems_log_message(self._build_ems_log_message_1()) DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/utils.py", line 118, in trace_wrapper DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall result = f(self, *args, **kwargs) DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py", line 703, in _build_ems_log_message_1 DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall message = self._get_ems_pool_info() DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py", line 122, in _get_ems_pool_info DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall 'aggregates': self._find_matching_aggregates(), DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/utils.py", line 118, in trace_wrapper DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall result = f(self, *args, **kwargs) DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py", line 148, in _find_matching_aggregates DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall return [aggr_name for aggr_name in aggregate_names DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall ^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall TypeError: 'Mock' object is not iterable DEBUG: 2025-11-13 13:52:44.379 3331052 ERROR oslo.service.backend._eventlet.loopingcall DEBUG: 2025-11-13 13:52:44.381 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_for_setup_error_no_aggregates_no_flexvol_pool [0.028503s] ... ok DEBUG: 2025-11-13 13:52:44.400 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_if_extra_spec_is_positive_with_string [0.019311s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_get_service_instance_create_kwargs_1_False [0.043421s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_provide_share_server_for_share_parent_ss_invalid [0.094068s] ... ok DEBUG: 2025-11-13 13:52:44.419 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_nfs_config_extra_specs_validity_empty_spec [0.018878s] ... ok DEBUG: 2025-11-13 13:52:44.438 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if network configuration is valid to update shareserver fake_id. check_update_share_server_network_allocations /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:2455 DEBUG: 2025-11-13 13:52:44.438 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invalid share server network allocation. Bad network configuration: fake exception message.: manila.exception.NetworkBadConfigurationException: Bad network configuration: fake exception message. DEBUG: 2025-11-13 13:52:44.439 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_update_share_server_network_allocations_fail_on_type [0.019810s] ... ok DEBUG: 2025-11-13 13:52:44.458 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_check_update_share_server_security_service_3 [0.018805s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_get_service_instance_create_kwargs_2_True [0.058822s] ... ok DEBUG: Parent share server fake_server_id does not exist. DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_provide_share_server_for_share_parent_ss_not_found [0.068555s] ... ok DEBUG: 2025-11-13 13:52:44.490 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.491 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_flexgroups [0.034754s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_join_domain_4 [0.041479s] ... ok DEBUG: 2025-11-13 13:52:44.528 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.529 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_fpolicy_1 [0.036774s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_server_migration_cancel_exception_2_migration_in_progress [0.050523s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_server_connection_2_Exception [0.038952s] ... ok DEBUG: Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: 2025-11-13 13:52:44.557 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.558 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_fpolicy_2 [0.028267s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_ensure_disk_online_and_writable [0.021056s] ... ok DEBUG: Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: 2025-11-13 13:52:44.577 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.577 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.578 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_nfs_3 [0.019201s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_mount_device [0.020127s] ... ok DEBUG: Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: 2025-11-13 13:52:44.596 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.596 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.596 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.596 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.597 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_nfs_5 [0.019282s] ... ok DEBUG: 2025-11-13 13:52:44.619 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_nfs_conflict_1 [0.022292s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_resize_filesystem_2_1 [0.020658s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_setup_server_exception_in_cleanup_after_error_2 [0.076108s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_setup_helpers [0.022086s] ... ok DEBUG: 2025-11-13 13:52:44.648 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_nfs_conflict_2 [0.028207s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_create_exports_1_True [0.020340s] ... ok DEBUG: 2025-11-13 13:52:44.678 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.679 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_group_vserver_info_2 [0.030996s] ... ok DEBUG: Account 'FakeDomain\FakeUser' was given full access right on share sentinel.share_name. Manila only grants 'change' access. DEBUG: Found 'custom' ACE rule that will be ignored: {'AccountName': 'FakeDomain\\FakeUser', 'AccessRight': 3, 'AccessControlType': 0} DEBUG: Found explicit deny ACE rule that was not created by Manila and will be ignored: {'AccountName': 'FakeDomain\\FakeUser', 'AccessRight': 0, 'AccessControlType': 1} DEBUG: {2} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_get_access_rules [0.019546s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_get_acls_helper_3 [0.018451s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_setup_server_exception_in_cleanup_after_error_3 [0.079212s] ... ok DEBUG: 2025-11-13 13:52:44.728 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.729 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_nfs_config_only_1 [0.050335s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_get_share_name [0.030717s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_grant_share_access [0.020898s] ... ok DEBUG: 2025-11-13 13:52:44.757 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.757 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.758 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.758 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.759 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_nfs_config_only_4 [0.029474s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_setup_server_exception_in_cleanup_after_error_5 [0.075438s] ... ok DEBUG: 2025-11-13 13:52:44.778 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: 2025-11-13 13:52:44.779 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_no_specification_5 [0.020549s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_init_helper [0.026709s] ... ok DEBUG: 2025-11-13 13:52:44.801 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking if the encryption key ref passed is already configured for the existing share_servers _check_reuse_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1045 DEBUG: {2} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_remove_exports [0.025816s] ... ok DEBUG: 2025-11-13 13:52:44.809 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_choose_share_server_compatible_with_share_vserver_info_4 [0.029101s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_setup_server_exception_in_driver [0.041664s] ... ok DEBUG: 2025-11-13 13:52:44.830 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_ipspace_not_supported [0.021727s] ... ok DEBUG: 2025-11-13 13:52:44.850 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_replica_2 [0.019721s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_setup_server_server_info_not_present [0.032240s] ... ok DEBUG: 2025-11-13 13:52:44.877 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_share_from_snapshot [0.026395s] ... ok DEBUG: 2025-11-13 13:52:44.903 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Vserver os_56aafd02-4d44-43d7-b784-57fc88167224 does not exist, creating. _create_vserver /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:356 DEBUG: 2025-11-13 13:52:44.905 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_1 [0.027755s] ... ok DEBUG: 2025-11-13 13:52:44.937 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Starting creation of a vserver with 'dp_destination' subtype. _create_vserver /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:321 DEBUG: 2025-11-13 13:52:44.937 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating a new Vserver (os_56aafd02-4d44-43d7-b784-57fc88167224) for data protection. _create_vserver /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:344 DEBUG: 2025-11-13 13:52:44.939 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_dp_destination_1_None [0.033789s] ... ok DEBUG: 2025-11-13 13:52:44.960 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Vserver os_56aafd02-4d44-43d7-b784-57fc88167224 does not exist, creating. _create_vserver /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:356 DEBUG: 2025-11-13 13:52:44.961 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to configure Vserver.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - unknown:unknown DEBUG: 2025-11-13 13:52:44.962 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_lif_creation_failure_1 [0.023650s] ... ok DEBUG: 2025-11-13 13:52:45.002 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_complete_1___fake_src_identifier____fake_dest_identifier__ [0.150954s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_lifs [0.044825s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_cancel_1_migration_driver_phase1_done [0.605542s] ... ok DEBUG: 2025-11-13 13:52:45.034 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_lifs_pre_configured_home_ports [0.026896s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_cancel_service_not_up_2_migration_driver_in_progress [0.056708s] ... ok DEBUG: 2025-11-13 13:52:45.077 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_create_vserver_peer [0.042759s] ... ok DEBUG: 2025-11-13 13:52:45.099 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "netapp-VLAN-1001" by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm.NetAppCmodeMultiSVMFileStorageLibrary._delete_vserver.._delete_vserver_with_lock" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:45.100 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "netapp-VLAN-1001" acquired by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm.NetAppCmodeMultiSVMFileStorageLibrary._delete_vserver.._delete_vserver_with_lock" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:45.100 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "netapp-VLAN-1001" "released" by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm.NetAppCmodeMultiSVMFileStorageLibrary._delete_vserver.._delete_vserver_with_lock" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:45.101 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_delete_vserver_ipspace_has_data_vservers_1_True [0.023884s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_complete_2___fake_src_identifier___None_ [0.124538s] ... ok DEBUG: 2025-11-13 13:52:45.129 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "netapp-VLAN-1001" by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm.NetAppCmodeMultiSVMFileStorageLibrary._delete_vserver.._delete_vserver_with_lock" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:45.129 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "netapp-VLAN-1001" acquired by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm.NetAppCmodeMultiSVMFileStorageLibrary._delete_vserver.._delete_vserver_with_lock" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:45.129 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "netapp-VLAN-1001" "released" by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm.NetAppCmodeMultiSVMFileStorageLibrary._delete_vserver.._delete_vserver_with_lock" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:45.131 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_delete_vserver_no_ipspace_1_True [0.030042s] ... ok DEBUG: 2025-11-13 13:52:45.154 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_node_data_port [0.023960s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_complete [0.099012s] ... ok DEBUG: 2025-11-13 13:52:45.191 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_valid_ipspace_name [0.035386s] ... ok DEBUG: Driver migration completion failed for share server 5cd53242-3b59-4fca-9f13-728c4bbbac2a. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 6374, in share_server_migration_complete DEBUG: self._server_migration_complete_driver(context, 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: 2025-11-13 13:52:45.212 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_vserver [0.020613s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_complete_exception_1_True [0.081193s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_destination_multiple_servers [0.058972s] ... ok DEBUG: 2025-11-13 13:52:45.233 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_vserver_no_backend_details [0.020706s] ... ok DEBUG: 2025-11-13 13:52:45.258 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_get_vserver_no_share_server [0.025631s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_destination_no_share_server [0.041627s] ... ok DEBUG: 2025-11-13 13:52:45.283 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_false_09 [0.024058s] ... ok DEBUG: 2025-11-13 13:52:45.320 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Migration progress of share server 456709c0-8b33-4e2d-b354-4f388497fdfd cannot be obtained. The provided share server is not being migrated. DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_false_10 [0.038933s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_progress_invalid_share_server_1_server_migrating_to [0.056080s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_continue_2_False [0.117242s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_format_partition [0.538272s] ... ok DEBUG: 2025-11-13 13:52:45.370 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_is_share_server_compatible_true_3 [0.048150s] ... ok DEBUG: 2025-11-13 13:52:45.399 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_manage_server_2 [0.028401s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_progress_service_not_up [0.071375s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_get_disk_number_by_mount_path_1_1 [0.059318s] ... ok DEBUG: 2025-11-13 13:52:45.427 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up server 56aafd02-4d44-43d7-b784-57fc88167224. setup_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:196 DEBUG: 2025-11-13 13:52:45.427 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "netapp-VLAN-1000" by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm.NetAppCmodeMultiSVMFileStorageLibrary.setup_server..setup_server_with_lock" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:45.428 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "netapp-VLAN-1000" acquired by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm.NetAppCmodeMultiSVMFileStorageLibrary.setup_server..setup_server_with_lock" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:45.429 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "netapp-VLAN-1000" "released" by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm.NetAppCmodeMultiSVMFileStorageLibrary.setup_server..setup_server_with_lock" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:45.430 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_setup_server_3 [0.031063s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_get_progress [0.115526s] ... ok DEBUG: 2025-11-13 13:52:45.459 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up server 56aafd02-4d44-43d7-b784-57fc88167224. setup_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:196 DEBUG: 2025-11-13 13:52:45.459 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "netapp-VLAN-1000" by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm.NetAppCmodeMultiSVMFileStorageLibrary.setup_server..setup_server_with_lock" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:45.459 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "netapp-VLAN-1000" acquired by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm.NetAppCmodeMultiSVMFileStorageLibrary.setup_server..setup_server_with_lock" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:45.459 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "netapp-VLAN-1000" "released" by "manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm.NetAppCmodeMultiSVMFileStorageLibrary.setup_server..setup_server_with_lock" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:45.460 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_setup_server_invalid_subnet [0.030543s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_get_disk_number_by_mount_path_2_ [0.062350s] ... ok DEBUG: 2025-11-13 13:52:45.486 3331052 INFO manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share server migration was cancelled. DEBUG: 2025-11-13 13:52:45.487 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_cancel_1_None [0.026660s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_start [0.070983s] ... ok DEBUG: 2025-11-13 13:52:45.538 3331052 ERROR mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot perform server migration since the destination host doesn't support the required extra-spec revert_to_snapshot_support. DEBUG: 2025-11-13 13:52:45.540 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_check_compatibility_invalid_capabilities_2_revert_to_snapshot_support [0.051228s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_get_partition_maximum_size [0.069577s] ... ok DEBUG: 2025-11-13 13:52:45.563 3331052 WARNING mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not delete ipspace on SVM migration source. Reason: 'Mock' object is not subscriptable DEBUG: 2025-11-13 13:52:45.564 3331052 INFO manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share server migration completed. DEBUG: 2025-11-13 13:52:45.565 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_complete_3 [0.025032s] ... ok DEBUG: 2025-11-13 13:52:45.592 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_continue_1_None [0.027262s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_remove_1_False [0.051724s] ... ok DEBUG: 2025-11-13 13:52:45.612 3331052 DEBUG manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Snapmirror is not ready yet. The current mirror state is 'snapmirrored' and relationship status is 'quiescing'. _share_server_migration_continue_svm_dr /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:1760 DEBUG: 2025-11-13 13:52:45.613 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: This operation is supported only on backends that handle share servers. DEBUG: The driver could not migrate the share server b487a3a4-a2a9-47bf-bf19-d9437f0e1c68 DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 6219, in share_server_migration_start DEBUG: raise exception.OperationNotSupportedByDriverMode() DEBUG: manila.exception.OperationNotSupportedByDriverMode: The share driver mode does not support this operation. DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_continue_svm_dr_3 [0.020423s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_remove_unexisting_path [0.031332s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_start_exception_2_False [0.114310s] ... ok DEBUG: 2025-11-13 13:52:45.637 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] No snapmirror relationship was found between source fake_id and destination fake_id_2 vServers.: NoneType: None DEBUG: 2025-11-13 13:52:45.637 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm NoneType: None DEBUG: 2025-11-13 13:52:45.637 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.lib_multi_svm DEBUG: 2025-11-13 13:52:45.640 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_continue_svm_dr_no_snapmirror [0.027269s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_start [0.246411s] ... ok DEBUG: 2025-11-13 13:52:45.667 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_continue_svm_migrate_1___ready_for_cutover___True_ [0.026702s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_shrink_invalid_size_3__1 [0.032908s] ... ok DEBUG: 2025-11-13 13:52:45.687 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_share_server_migration_get_progress [0.019792s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_set_dns_client_server_addresses [0.058677s] ... ok DEBUG: 2025-11-13 13:52:45.705 3331052 WARNING mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Vserver not specified for share server being deleted. Deletion of share server record will proceed anyway. DEBUG: 2025-11-13 13:52:45.706 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_teardown_server_no_share_server_2 [0.019089s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_shrink_invalid_status [0.039536s] ... ok DEBUG: 2025-11-13 13:52:45.726 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_validate_network_type_with_invalid_network_types_2 [0.019221s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_shrink_share_1_True [0.104036s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_winrm_helper.WinRMConnectionTestCase.test_execute_exception [0.050636s] ... ok DEBUG: 2025-11-13 13:52:45.746 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test_validate_network_type_with_valid_network_types_3 [0.020415s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_shrink_with_share_type_size_limit [0.038523s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_winrm_helper.WinRMHelperTestCase.test_get_auth_using_certificates [0.018488s] ... ok DEBUG: 2025-11-13 13:52:45.764 3331052 INFO mock_logger [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using Vserver fake_vserver_1 for backend fake_backend_name with cluster credentials. DEBUG: 2025-11-13 13:52:45.764 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_check_for_setup_error [0.018218s] ... ok DEBUG: 2025-11-13 13:52:45.790 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_check_for_setup_error_no_aggregates [0.025918s] ... ok DEBUG: 2025-11-13 13:52:45.814 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_check_for_setup_error_vserver_not_found [0.022409s] ... ok DEBUG: Shrink share operation not supported. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 5047, in shrink_share DEBUG: self.driver.shrink_share( 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: NotImplementedError DEBUG: 2025-11-13 13:52:45.834 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_find_matching_aggregates_1_True [0.020018s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_shrink_share_not_supported [0.097442s] ... ok DEBUG: {2} manila.tests.share.drivers.windows.test_winrm_helper.WinRMHelperTestCase.test_get_auth_using_password [0.087358s] ... ok DEBUG: 2025-11-13 13:52:45.855 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_get_admin_network_allocations_number [0.020613s] ... ok DEBUG: VPSA volume for share fakeid2 could not be found. DEBUG: snapshot: original volume OS_share-fakeid2 not found, skipping delete operation DEBUG: snapshot: snapshot OS_share-snapshot-wrong_id not found, skipping delete operation DEBUG: {2} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_create_delete_share_snapshot [0.025917s] ... ok DEBUG: 2025-11-13 13:52:45.875 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_get_ems_pool_info [0.019899s] ... ok DEBUG: 2025-11-13 13:52:45.899 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_get_network_allocations_number [0.023838s] ... ok DEBUG: VPSA volume for share fakeid2 could not be found. DEBUG: Snapshot OS_share-snapshot-fakesnapid not found DEBUG: {2} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_create_share_from_snapshot [0.039807s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_snapshot_access_get [0.160425s] ... ok DEBUG: 2025-11-13 13:52:45.920 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_get_vserver [0.021179s] ... ok DEBUG: 2025-11-13 13:52:45.942 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Error unmanaging share server fake_share_server_id DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 3571, in unmanage_share_server DEBUG: self.driver.network_api.unmanage_network_allocations( 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: manila.exception.ShareNetworkNotFound: Share network fake could not be found. DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_get_vserver_no_vserver [0.021405s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_server_network_allocations_error [0.108902s] ... ok DEBUG: 2025-11-13 13:52:45.962 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_get_vserver_share_server_specified [0.020385s] ... ok DEBUG: {2} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_do_setup [0.052387s] ... ok DEBUG: 2025-11-13 13:52:45.986 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_single_svm.NetAppFileStorageLibraryTestCase.test_get_vserver_vserver_not_found [0.023769s] ... ok DEBUG: 2025-11-13 13:52:46.006 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_expand_performance_array [0.019662s] ... ok DEBUG: {2} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_get_share_stats [0.056508s] ... ok DEBUG: 2025-11-13 13:52:46.026 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_average_cpu_utilization [0.019580s] ... ok DEBUG: VPSA server 10.0.0.1 could not be found. DEBUG: 2025-11-13 13:52:46.061 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: VPSA server 10.0.0.1 could not be found. DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_consistency_point_p2_flush_time [0.035232s] ... ok DEBUG: {2} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_share_allow_deny_access [0.046483s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_server_with_admin_network_allocations [0.126349s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_snapshot_deny_access [0.167346s] ... ok DEBUG: 2025-11-13 13:52:46.097 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_1 [0.037511s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__delete_dataset_or_snapshot_with_retry_dataset_busy_fail [0.037159s] ... ok DEBUG: 2025-11-13 13:52:46.122 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_2 [0.023567s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_active_replica [0.036552s] ... ok DEBUG: 2025-11-13 13:52:46.144 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_3 [0.021154s] ... ok DEBUG: Share snapshot cannot be unmanaged: Unmanage existing share snapshot failed due to invalid share snapshot: fake.. DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_snapshot_invalid_share [0.078251s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_unmanage_share_server [0.072272s] ... ok DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not calculate node utilization for node fake_node.: ZeroDivisionError DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance Traceback (most recent call last): DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/netapp/dataontap/cluster_mode/performance.py", line 193, in _get_node_utilization DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance adjusted_cp_time_msec = self._get_adjusted_consistency_point_time( DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance raise effect DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance ZeroDivisionError DEBUG: 2025-11-13 13:52:46.163 3331052 ERROR manila.share.drivers.netapp.dataontap.cluster_mode.performance DEBUG: 2025-11-13 13:52:46.165 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_calculation_error [0.021245s] ... ok DEBUG: 2025-11-13 13:52:46.189 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_kahuna_overutilized [0.024193s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_active_replica_not_found [0.061832s] ... ok DEBUG: 2025-11-13 13:52:46.209 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_processor_counters [0.019917s] ... ok DEBUG: 2025-11-13 13:52:46.232 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_get_node_utilization_system_counters [0.022427s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_snapshot_valid_snapshot_1 [0.092239s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_error_1 [0.044543s] ... ok DEBUG: 2025-11-13 13:52:46.254 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_init [0.021514s] ... ok DEBUG: 2025-11-13 13:52:46.275 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_performance.PerformanceLibraryTestCase.test_update_performance_cache [0.021366s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_update_access [0.030209s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_unmanage_share_server_in_use [0.124014s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_compression_2___on____True________compression_on__ [0.041431s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_invalid_values_02 [0.028704s] ... ok DEBUG: 2025-11-13 13:52:46.301 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.protocols.test_base.NetAppNASHelperBaseTestCase.test__get_share_export_location_3 [0.030551s] ... ok DEBUG: 2025-11-13 13:52:46.334 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.protocols.test_base.NetAppNASHelperBaseTestCase.test__get_share_export_location_5 [0.027816s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_invalid_values_06 [0.032766s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_dedupe_03___on____True__False_____dedup_off_____dedup_on__ [0.052500s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_unmanage_snapshot [0.064588s] ... ok DEBUG: 2025-11-13 13:52:46.355 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_handle_deleted_rules [0.021066s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_invalid_values_12 [0.030236s] ... ok DEBUG: 2025-11-13 13:52:46.374 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_handle_ro_to_rw_rules [0.019090s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_valid_values_01 [0.020360s] ... ok DEBUG: 2025-11-13 13:52:46.393 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.protocols.test_cifs_cmode.NetAppClusteredCIFSHelperTestCase.test_validate_access_rule [0.018076s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_dedupe_07____is__False____True__False________dedup_off__ [0.064511s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_valid_values_02 [0.021013s] ... ok DEBUG: 2025-11-13 13:52:46.411 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test__escaped_address_1___1_2_3_4____1_2_3_4__ [0.018129s] ... ok DEBUG: 2025-11-13 13:52:46.430 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test__escaped_address_2___fc00__1_____fc00__1___ [0.022186s] ... ok DEBUG: {0} manila.tests.share.test_manager.ShareManagerTestCase.test_verify_server_cleanup_interval_valid_cases_3_720 [0.038605s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_name_1_bar_quuz [0.048113s] ... ok DEBUG: 2025-11-13 13:52:46.458 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_ensure_export_policy_equal [0.024520s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_unmanage_task_state_busy [0.112691s] ... ok DEBUG: 2025-11-13 13:52:46.477 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_get_export_location_missing_location_invalid_2_invalid [0.019231s] ... ok DEBUG: {0} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_cleanup_new_instance_1_None [0.038340s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_share_helper_error_2 [0.041549s] ... ok DEBUG: 2025-11-13 13:52:46.500 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_get_share_name_for_share [0.022556s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_update_metadata_from_share_type_extra_specs_1_True [0.046732s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_shell_executor_by_host_remote [0.023254s] ... ok DEBUG: {0} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_create_instance_and_wait [0.043386s] ... ok DEBUG: 2025-11-13 13:52:46.541 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_snapshot_name_3_foo_bar [0.020745s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_get_target [0.044137s] ... ok DEBUG: {0} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_create_instance_and_wait_status_error [0.043778s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_snapshot_name_4_foo_bar [0.034502s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_update_share_backup [0.080325s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_snapshot_name_5_foo_bar_quuz [0.022252s] ... ok DEBUG: 2025-11-13 13:52:46.587 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "share-access-9dba208c-9aa7-11e4-89d3-123b93f75cba" by "manila.share.drivers.netapp.dataontap.protocols.base.access_rules_synchronized..wrapped_func..source_func" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:46.590 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "share-access-9dba208c-9aa7-11e4-89d3-123b93f75cba" acquired by "manila.share.drivers.netapp.dataontap.protocols.base.access_rules_synchronized..wrapped_func..source_func" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:46.590 3331052 INFO manila.share.drivers.netapp.dataontap.protocols.nfs_cmode [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Renaming NFS export policy for share fake_share to fake_old_export_policy. DEBUG: 2025-11-13 13:52:46.591 3331052 INFO manila.share.drivers.netapp.dataontap.protocols.nfs_cmode [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting NFS export policy for share fake_share to fake_new_export_policy. DEBUG: 2025-11-13 13:52:46.591 3331052 INFO manila.share.drivers.netapp.dataontap.protocols.nfs_cmode [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Renaming NFS export policy for share fake_share to fake_export_policy. DEBUG: 2025-11-13 13:52:46.591 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "share-access-9dba208c-9aa7-11e4-89d3-123b93f75cba" "released" by "manila.share.drivers.netapp.dataontap.protocols.base.access_rules_synchronized..wrapped_func..source_func" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:46.592 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.dataontap.protocols.test_nfs_cmode.NetAppClusteredNFSHelperTestCase.test_update_access [0.052180s] ... ok DEBUG: {0} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_create_instance_and_wait_timeout [0.037028s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__init_common_capabilities_2 [0.029396s] ... ok DEBUG: 2025-11-13 13:52:46.633 3331052 INFO manila.share.drivers.netapp.common [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Requested unified config: fake_family and multi_svm. DEBUG: 2025-11-13 13:52:46.638 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.test_common.NetAppDriverFactoryTestCase.test_create_driver_invalid_family [0.046327s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__init_common_capabilities_4 [0.022157s] ... ok DEBUG: {0} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_delete_instance_and_wait [0.042339s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_update_share_network_security_service_backend_host_failure [0.070226s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__init_common_capabilities_7 [0.020128s] ... ok DEBUG: 2025-11-13 13:52:46.681 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.test_common.NetAppDriverFactoryTestCase.test_create_driver_missing_mode_no_default [0.041037s] ... ok DEBUG: {0} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_delete_instance_and_wait_timeout [0.037197s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_update_share_network_security_service_without_check [0.055563s] ... ok DEBUG: 2025-11-13 13:52:46.722 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.test_common.NetAppDriverFactoryTestCase.test_get_driver_mode_multi_svm [0.041909s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_create_share_from_snapshot_1 [0.075999s] ... ok DEBUG: {1} manila.tests.share.test_api.ShareAPITestCase.test_update_share_replica [0.045285s] ... ok DEBUG: 2025-11-13 13:52:46.762 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_get_relationship_type_2 [0.038638s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_create_share_from_snapshot_with_share_server [0.025486s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_create_replicated_snapshot [0.098691s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_do_setup_2_False [0.021114s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_invalid_cases_1 [0.042650s] ... ok DEBUG: 2025-11-13 13:52:46.804 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_parse_flexgroup_pool_config_raise_invalid_aggr [0.039034s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_do_setup_error_on_ip_addresses_configuration_1___foo____127_0_0_1__ [0.022536s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_do_setup_no_zpools_configured_1___ [0.021324s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_invalid_cases_2 [0.039396s] ... ok DEBUG: 2025-11-13 13:52:46.844 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_parse_flexgroup_pool_config_raise_invalid_pool_name [0.040397s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_ensure_share_3_rw_1_1_1_1 [0.020517s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_ensure_share_absent [0.017633s] ... ok DEBUG: 2025-11-13 13:52:46.880 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_invalid_cases_8 [0.040099s] ... ok DEBUG: {3} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_setup_tracing [0.037399s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_init_error_with_duplicated_zpools [0.019036s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_create_share_group [0.118650s] ... ok DEBUG: 2025-11-13 13:52:46.911 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_setup_tracing_invalid_regex_3_eX___ [0.028861s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_manage_existing_snapshot_3 [0.024241s] ... ok DEBUG: The enabled IP version of the network plugin is not compatible with the version supported by backend fake_backend. DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_add_ip_version_capability_if_dhss_true_4 [0.045312s] ... ok DEBUG: 2025-11-13 13:52:46.934 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.test_utils.NetAppDriverUtilsTestCase.test_validate_driver_instantiation_proxy [0.022650s] ... ok DEBUG: 2025-11-13 13:52:46.953 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_exception_in_update_platform [0.018905s] ... ok DEBUG: 2025-11-13 13:52:46.972 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_update_info_from_version_info [0.018532s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_allocate_admin_network_count_0 [0.040977s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_manage_unmount_exception [0.057893s] ... ok DEBUG: 2025-11-13 13:52:46.990 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_update_platform [0.018170s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_allocate_admin_network_count_1_api_not_initialized [0.034576s] ... ok DEBUG: 2025-11-13 13:52:47.008 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_update_release_from_release_string [0.017644s] ... ok DEBUG: {0} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_create_share_server [0.097792s] ... ok DEBUG: Failed to sync replica fake_second_replica_id. Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'Second replica sync failure' DEBUG: Stderr: None DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_promote_replica_active_available [0.038729s] ... ok DEBUG: 2025-11-13 13:52:47.025 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.netapp.test_utils.OpenstackInfoTestCase.test_update_version_from_version_string [0.017061s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_check_redefined_driver_methods_4____create_snapshot______delete_snapshot____True_ [0.044469s] ... ok DEBUG: 2025-11-13 13:52:47.046 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Nexenta driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:39 DEBUG: 2025-11-13 13:52:47.046 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up the NexentaStor4 plugin. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:67 DEBUG: 2025-11-13 13:52:47.047 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating share share. create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:76 DEBUG: 2025-11-13 13:52:47.047 3331052 DEBUG manila.share.drivers.nexenta.ns4.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Sending JSON data: {"object": "folder", "method": "create_with_props", "params": ["volume/nfs_share", "share", {"recordsize": "4K", "quota": "1G", "compression": "on", "reservation": "1G"}]} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/jsonrpc.py:85 DEBUG: 2025-11-13 13:52:47.047 3331052 DEBUG manila.share.drivers.nexenta.ns4.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Got response: {} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/jsonrpc.py:88 DEBUG: 2025-11-13 13:52:47.048 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_create_share__thick_provisioning [0.022827s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_update_access_with_share_server [0.040749s] ... ok DEBUG: 2025-11-13 13:52:47.078 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Nexenta driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:39 DEBUG: 2025-11-13 13:52:47.078 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up the NexentaStor4 plugin. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:67 DEBUG: 2025-11-13 13:52:47.078 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting share share. delete_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:87 DEBUG: 2025-11-13 13:52:47.079 3331052 DEBUG manila.share.drivers.nexenta.ns4.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Sending JSON data: {"object": "folder", "method": "destroy", "params": ["volume/nfs_share/share", "-r"]} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/jsonrpc.py:85 DEBUG: 2025-11-13 13:52:47.079 3331052 DEBUG manila.share.drivers.nexenta.ns4.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Got response: {} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/jsonrpc.py:88 DEBUG: 2025-11-13 13:52:47.080 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_delete_share [0.032250s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_create_replicated_snapshot [0.049118s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_update_replica [0.048994s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:52:47.103 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Nexenta driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:39 DEBUG: 2025-11-13 13:52:47.103 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up the NexentaStor4 plugin. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:67 DEBUG: 2025-11-13 13:52:47.104 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting snapshot share@share@first. delete_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:105 DEBUG: 2025-11-13 13:52:47.104 3331052 DEBUG manila.share.drivers.nexenta.ns4.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Sending JSON data: {"object": "snapshot", "method": "destroy", "params": ["volume/nfs_share/share@share@first", ""]} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/jsonrpc.py:85 DEBUG: 2025-11-13 13:52:47.104 3331052 INFO manila.share.drivers.nexenta.ns4.nexenta_nfs_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Snapshot share@share@first does not exist, it was already deleted. DEBUG: 2025-11-13 13:52:47.105 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_delete_snapshot__nexenta_error_1 [0.024452s] ... ok DEBUG: {0} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_delete_share_replica [0.107196s] ... ok DEBUG: 2025-11-13 13:52:47.124 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Nexenta driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:39 DEBUG: 2025-11-13 13:52:47.124 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up the NexentaStor4 plugin. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:67 DEBUG: 2025-11-13 13:52:47.125 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Deleting snapshot share@share@first. delete_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:105 DEBUG: 2025-11-13 13:52:47.125 3331052 DEBUG manila.share.drivers.nexenta.ns4.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Sending JSON data: {"object": "snapshot", "method": "destroy", "params": ["volume/nfs_share/share@share@first", ""]} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/jsonrpc.py:85 DEBUG: 2025-11-13 13:52:47.125 3331052 INFO manila.share.drivers.nexenta.ns4.nexenta_nfs_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Snapshot share@share@first has dependent clones, it will be deleted later. DEBUG: 2025-11-13 13:52:47.126 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_delete_snapshot__nexenta_error_2 [0.020469s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_group_from_sg_snapshot_with_no_members [0.038646s] ... ok DEBUG: 2025-11-13 13:52:47.143 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Nexenta driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:39 DEBUG: 2025-11-13 13:52:47.143 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up the NexentaStor4 plugin. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:67 DEBUG: 2025-11-13 13:52:47.144 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Extending share share to 5G. extend_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:92 DEBUG: 2025-11-13 13:52:47.144 3331052 DEBUG manila.share.drivers.nexenta.ns4.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Sending JSON data: {"object": "folder", "method": "set_child_prop", "params": ["volume/nfs_share/share", "quota", "5G"]} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/jsonrpc.py:85 DEBUG: 2025-11-13 13:52:47.144 3331052 DEBUG manila.share.drivers.nexenta.ns4.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Got response: {} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/jsonrpc.py:88 DEBUG: 2025-11-13 13:52:47.145 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_extend_share__thin_provisoning [0.018620s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_update_replicated_snapshot_1 [0.046492s] ... ok DEBUG: 2025-11-13 13:52:47.167 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Nexenta driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:39 DEBUG: 2025-11-13 13:52:47.167 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up the NexentaStor4 plugin. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:67 DEBUG: 2025-11-13 13:52:47.168 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_share_backend_name [0.023889s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_group_from_share_group_snapshot [0.053643s] ... ok DEBUG: 2025-11-13 13:52:47.192 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Nexenta driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:39 DEBUG: 2025-11-13 13:52:47.192 3331052 DEBUG manila.share.drivers.nexenta.ns4.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Setting up the NexentaStor4 plugin. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns4/nexenta_nas.py:67 DEBUG: 2025-11-13 13:52:47.193 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns4.test_nexenta_nas.TestNexentaNasDriver.test_update_access__unsupported_access_type [0.024598s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test__get_option_1_True [0.042200s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:52:47.211 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get properties of collection parent/child: {'key': 'value'} get /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:336 DEBUG: 2025-11-13 13:52:47.212 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefCollections.test_get [0.018728s] ... ok DEBUG: {0} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_delete_snapshot [0.097547s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_group_snapshot [0.038512s] ... ok DEBUG: 2025-11-13 13:52:47.232 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Rename dataset parent/child: {'key': 'value'} rename /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:388 DEBUG: 2025-11-13 13:52:47.233 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefDatasets.test_rename [0.020529s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_get_zpool_option [0.040474s] ... ok DEBUG: 2025-11-13 13:52:47.250 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefException.test_kwargs [0.016888s] ... ok DEBUG: 2025-11-13 13:52:47.266 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefException.test_message_plus_kwargs [0.016870s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_group_snapshot_no_support [0.042693s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_get_exports [0.038673s] ... ok DEBUG: 2025-11-13 13:52:47.292 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Rollback filesystem parent/child: {'key': 'value'} rollback /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:410 DEBUG: 2025-11-13 13:52:47.293 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefFilesystems.test_rollback [0.026158s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_get_admin_network_allocations_number [0.033011s] ... ok DEBUG: 2025-11-13 13:52:47.311 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Start HPR service parent/child: {'key': 'value'} start /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:451 DEBUG: 2025-11-13 13:52:47.312 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefHpr.test_start [0.018891s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_init [0.049350s] ... ok DEBUG: {0} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_provide_share_server [0.115053s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_get_share_stats_refresh_true [0.040728s] ... ok DEBUG: 2025-11-13 13:52:47.343 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get properties of setting system.guid: None get /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:336 DEBUG: 2025-11-13 13:52:47.349 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get properties of setting system.guid: None get /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:336 DEBUG: 2025-11-13 13:52:47.350 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test___init___nfs_no_rest_address [0.040492s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_is_kernel_version_false [0.038610s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_instantiate_share_driver [0.037612s] ... ok DEBUG: 2025-11-13 13:52:47.389 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get properties of setting system.guid: None get /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:336 DEBUG: 2025-11-13 13:52:47.390 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get properties of setting system.guid: None get /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:336 DEBUG: 2025-11-13 13:52:47.392 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test___init___no_rest_port_http [0.042588s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_is_kernel_version_second_call [0.038738s] ... ok DEBUG: 2025-11-13 13:52:47.427 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get properties of setting system.guid: None get /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:336 DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_instantiate_share_driver_with_admin_network [0.042654s] ... ok DEBUG: 2025-11-13 13:52:47.433 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test_delete_bearer [0.037569s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_neither_rw_nor_ro_access_level_2_r [0.040552s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_serialized_share_has_id [0.121976s] ... ok DEBUG: 2025-11-13 13:52:47.469 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get properties of setting system.guid: None get /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:336 DEBUG: 2025-11-13 13:52:47.471 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_migration_complete [0.041566s] ... ok DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefProxy.test_skip_update_host [0.042955s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_neither_rw_nor_ro_access_level_4_w [0.039727s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_migration_continue [0.034499s] ... ok DEBUG: 2025-11-13 13:52:47.512 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hook start on session request get https://1.1.1.1:8443/parent/child None and session response 200 {"name": "test"} hook /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:154 DEBUG: 2025-11-13 13:52:47.513 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hook done on session request get https://1.1.1.1:8443/parent/child None and session response 200 {"name": "test"}: there is no JSON data available hook /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:229 DEBUG: 2025-11-13 13:52:47.514 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_200_no_data [0.039816s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_no_rules_1 [0.040546s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_migration_start [0.035946s] ... ok DEBUG: {0} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_share_server_migration_get_progress [0.094775s] ... ok DEBUG: 2025-11-13 13:52:47.549 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hook start on session request get https://1.1.1.1:8443/parent/child None and session response 200 {"data": [{"name": "test"}], "links": [{"rel": "next", "href": "parent/child"}]} hook /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:154 DEBUG: 2025-11-13 13:52:47.553 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Append 1 data items to response hook /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:233 DEBUG: 2025-11-13 13:52:47.553 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Perform next session request get parent/child hook /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:242 DEBUG: 2025-11-13 13:52:47.554 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_200_pagination_next [0.040165s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_setup_server_handling_disabled [0.017391s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_not_ip_access_type_2_cert [0.034944s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_share_group_snapshot_support_exists_and_equals_snapshot_support_1_True [0.020099s] ... ok DEBUG: 2025-11-13 13:52:47.592 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] NEF request start: get parent/child {'key': 'value'} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:80 DEBUG: 2025-11-13 13:52:47.594 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] NEF request done: get parent/child {'params': {'key': 'value'}}, total response time: 0 seconds, total requests count: 0, requests statistics: {} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:113 DEBUG: 2025-11-13 13:52:47.595 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___get_payload [0.039290s] ... ok DEBUG: Call of 'exportfs' utility returned error. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfsonlinux/utils.py", line 216, in verify_setup DEBUG: self.execute('sudo', 'exportfs') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfsonlinux/utils.py", line 96, in execute DEBUG: return executor(*cmd, **kwargs) 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'Fake' DEBUG: Stderr: None DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_verify_setup_error_calling_exportfs [0.044201s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_share_group_snapshot_support_exists_and_equals_snapshot_support_2_False [0.031320s] ... ok DEBUG: {2} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_verify_setup_exportfs_not_installed [0.019461s] ... ok DEBUG: 2025-11-13 13:52:47.621 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] NEF request start: post parent/child {} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:80 DEBUG: 2025-11-13 13:52:47.622 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] NEF request done: post parent/child {}, total response time: 0 seconds, total requests count: 0, requests statistics: {} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:113 DEBUG: 2025-11-13 13:52:47.622 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___post [0.027044s] ... ok DEBUG: 2025-11-13 13:52:47.641 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] NEF request start: post parent/child {'key': 'value'} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:80 DEBUG: 2025-11-13 13:52:47.642 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to post parent/child {'data': '{"key": "value"}'}: __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:102 DEBUG: 2025-11-13 13:52:47.642 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retry initial request after failover: post parent/child {'data': '{"key": "value"}'} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:107 DEBUG: 2025-11-13 13:52:47.642 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] NEF request done: post parent/child {'data': '{"key": "value"}'}, total response time: 0 seconds, total requests count: 0, requests statistics: {} __call__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:113 DEBUG: 2025-11-13 13:52:47.643 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test___call___request_after_failover [0.019910s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_share_server_migration_complete [0.038181s] ... ok DEBUG: {2} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_allow_access_nfs [0.029064s] ... ok DEBUG: 2025-11-13 13:52:47.662 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_auth_error [0.019365s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_share_server_migration_continue [0.029307s] ... ok DEBUG: 2025-11-13 13:52:47.682 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_getpath [0.020266s] ... ok DEBUG: {2} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_create_snapshot [0.031621s] ... ok DEBUG: {0} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_unmanage_share_server [0.140069s] ... ok DEBUG: 2025-11-13 13:52:47.708 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_getpath_no_rel [0.025562s] ... ok DEBUG: {2} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_deny_access [0.025249s] ... ok DEBUG: Share fakeid doesn't exist in ZFSSA. DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_share_server_migration_start [0.049778s] ... ok DEBUG: {2} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_ensure_share [0.023153s] ... ok DEBUG: 2025-11-13 13:52:47.735 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hook start on session request get https://1.1.1.1:8443/parent/child None and session response 202 {"monitor": "unknown"} hook /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:154 DEBUG: 2025-11-13 13:52:47.741 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_201_no_monitor [0.032940s] ... ok DEBUG: Cannot manage share fakename DEBUG: {2} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_manage_no_share_details [0.025415s] ... ok DEBUG: 2025-11-13 13:52:47.764 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hook start on session request delete https://1.1.1.1:8443/parent/child None and session response 202 {"links": [{"rel": "monitor", "href": "/jobStatus/jobID"}]} hook /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:154 DEBUG: 2025-11-13 13:52:47.766 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_201_ok [0.027860s] ... ok DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_snapshot_support_absent_3_delete_snapshot [0.048533s] ... ok DEBUG: 2025-11-13 13:52:47.792 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Hook start on session request get https://1.1.1.1:8443/parent/child None and session response 500 {"code": "EBUSY"} hook /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:154 DEBUG: 2025-11-13 13:52:47.794 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_hook_500_busy_max_retries [0.022410s] ... ok DEBUG: {2} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_manage_unmanage_CIFS [0.040580s] ... ok DEBUG: 2025-11-13 13:52:47.813 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Perform session request: get https://1.1.1.1:8443/parent/child {'key': 'value'} request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:134 DEBUG: 2025-11-13 13:52:47.814 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_snapshot_support_exists [0.037439s] ... ok DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefRequest.test_request [0.020517s] ... ok DEBUG: {2} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_shrink_share [0.040071s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_driver.ShareDriverTestCase.test_update_share_server_security_service [0.036380s] ... ok DEBUG: {0} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_unmanage_snapshot [0.171092s] ... ok DEBUG: 2025-11-13 13:52:47.857 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_jsonrpc.TestNefSettings.test_delete [0.044747s] ... ok DEBUG: {2} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_verify_share_to_manage_loose_policy [0.032791s] ... ok DEBUG: Unknown if the share: sharename to be managed is already being managed by Manila. Aborting manage share. Please add 'manila_managed' custom schema property to the share and set its value to False.Alternatively, set Manila config property 'zfssa_manage_policy' to 'loose' to remove this restriction. DEBUG: {2} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_verify_share_to_manage_no_property [0.022024s] ... ok DEBUG: 2025-11-13 13:52:47.898 3331052 DEBUG manila.share.drivers.nexenta.ns5.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Nexenta driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/nexenta_nas.py:52 DEBUG: 2025-11-13 13:52:47.899 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get properties of setting system.guid: None get /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:336 DEBUG: {1} manila.tests.share.test_drivers_private_data.DriverPrivateDataTestCase.test_update [0.050581s] ... ok DEBUG: 2025-11-13 13:52:47.903 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_set_reservation [0.044042s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_drivers_private_data.DriverPrivateDataTestCase.test_validate_entity_id_valid [0.050020s] ... ok DEBUG: 2025-11-13 13:52:47.951 3331052 DEBUG manila.share.drivers.nexenta.ns5.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Nexenta driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/nexenta_nas.py:52 DEBUG: 2025-11-13 13:52:47.952 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get properties of setting system.guid: None get /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:336 DEBUG: 2025-11-13 13:52:47.958 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_update_nfs_access_2 [0.054302s] ... ok DEBUG: {2} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_all_access_rules_just_get [0.097229s] ... ok DEBUG: 2025-11-13 13:52:47.988 3331052 DEBUG manila.share.drivers.nexenta.ns5.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Nexenta driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/nexenta_nas.py:52 DEBUG: 2025-11-13 13:52:47.992 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get properties of setting system.guid: None get /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:336 DEBUG: 2025-11-13 13:52:47.994 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_update_nfs_access_bad_mask [0.035077s] ... ok DEBUG: {1} manila.tests.share.test_drivers_private_data.SqlStorageDriverTestCase.test_methods_1 [0.042828s] ... ok DEBUG: 2025-11-13 13:52:48.014 3331052 DEBUG manila.share.drivers.nexenta.ns5.nexenta_nas [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Initializing Nexenta driver. __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/nexenta_nas.py:52 DEBUG: 2025-11-13 13:52:48.014 3331052 DEBUG manila.share.drivers.nexenta.ns5.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Get properties of setting system.guid: None get /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/nexenta/ns5/jsonrpc.py:336 DEBUG: 2025-11-13 13:52:48.016 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.ns5.test_nexenta_nas.TestNexentaNasDriver.test_update_share_stats [0.022298s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:52:48.035 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.test_utils.TestNexentaUtils.test_str2size_09___0B___0_ [0.018257s] ... ok DEBUG: {1} manila.tests.share.test_hook.HookBaseTestCase.test_execute_pre_hook_exception_without_suppression [0.040903s] ... ok DEBUG: 2025-11-13 13:52:48.056 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.test_utils.TestNexentaUtils.test_str2size_10___1M___1048576_ [0.021474s] ... ok DEBUG: {1} manila.tests.share.test_hook.HookBaseTestCase.test_execute_pre_hook_success_1_True [0.035219s] ... ok DEBUG: 2025-11-13 13:52:48.076 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.nexenta.test_utils.TestNexentaUtils.test_str2size_input_error [0.020002s] ... ok DEBUG: 2025-11-13 13:52:48.107 3331052 DEBUG manila.share.drivers.purestorage.flashblade [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/purestorage/flashblade.py:152 DEBUG: 2025-11-13 13:52:48.108 3331052 ERROR manila.share.drivers.purestorage.flashblade [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unsupported share protocol: CIFS.: NoneType: None DEBUG: 2025-11-13 13:52:48.108 3331052 ERROR manila.share.drivers.purestorage.flashblade NoneType: None DEBUG: 2025-11-13 13:52:48.108 3331052 ERROR manila.share.drivers.purestorage.flashblade DEBUG: 2025-11-13 13:52:48.109 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_create_share_incorrect_protocol [0.032829s] ... ok DEBUG: {2} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_all_access_rules_updates_conditionally_changed_2____queued_to_apply____active____1_ [0.121734s] ... ok DEBUG: 2025-11-13 13:52:48.134 3331052 DEBUG manila.share.drivers.purestorage.flashblade [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/purestorage/flashblade.py:152 DEBUG: {1} manila.tests.share.test_hook.HookBaseTestCase.test_execute_pre_hook_success_2_False [0.063403s] ... ok DEBUG: 2025-11-13 13:52:48.138 3331052 DEBUG manila.share.drivers.purestorage.flashblade [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] FlashBlade filter source_display_name='fake_dataset' and suffix='snap' delete_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/purestorage/flashblade.py:430 DEBUG: 2025-11-13 13:52:48.140 3331052 DEBUG manila.share.drivers.purestorage.flashblade [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Snapshot fake_dataset.snap deleted successfully delete_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/purestorage/flashblade.py:444 DEBUG: 2025-11-13 13:52:48.142 3331052 DEBUG manila.share.drivers.purestorage.flashblade [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Snapshot fake_dataset.snap eradicated successfully delete_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/purestorage/flashblade.py:452 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:52:48.146 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_delete_snapshot [0.041324s] ... ok DEBUG: 2025-11-13 13:52:48.175 3331052 DEBUG manila.share.drivers.purestorage.flashblade [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/purestorage/flashblade.py:152 DEBUG: 2025-11-13 13:52:48.177 3331052 DEBUG manila.share.drivers.purestorage.flashblade [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] FlashBlade filter source_display_name='fake_dataset' and suffix='snap' revert_to_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/purestorage/flashblade.py:500 DEBUG: 2025-11-13 13:52:48.180 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_revert_to_snapshot [0.030797s] ... ok DEBUG: {1} manila.tests.share.test_hook.HookBaseTestCase.test_instantiate_hook_fail [0.053014s] ... ok DEBUG: {1} manila.tests.share.test_hook.HookBaseTestCase.test_instantiate_hook_successfully_and_set_configuration_1_True [0.043496s] ... ok DEBUG: {2} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__check_needs_refresh_2_False [0.164413s] ... ok DEBUG: {1} manila.tests.share.test_manager.HookWrapperTestCase.test_hooks_enabled [0.052786s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__update_access_rules_for_migration [0.190441s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__check_share_server_backend_limits_6__False__1__10___1__3_ [0.355404s] ... ok DEBUG: {2} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__update_access_rules_with_driver_updates_1__True___error__ [0.206582s] ... ok DEBUG: 2025-11-13 13:52:48.682 3331052 DEBUG manila.share.drivers.purestorage.flashblade [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] setup complete do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/purestorage/flashblade.py:152 DEBUG: 2025-11-13 13:52:48.686 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.purestorage.test_flashblade.FlashBladeDriverTestCase.test_shrink_share [0.506620s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__ensure_share [0.061626s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__update_rules_through_share_driver_2___nfs___False__True_ [0.036076s] ... ok DEBUG: 2025-11-13 13:52:48.715 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:48.717 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.718 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.720 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.722 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:48.723 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__update_rules_through_share_driver_4___cifs___False__False_ [0.038205s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__get_subnet_allocations [0.068724s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.test_api.OtherTenantsShareActionsTestCase.test_get_other_tenants_public_share [0.066201s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_update_access [0.993844s] ... ok DEBUG: 2025-11-13 13:52:48.725 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:48.727 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create ES API Executor _create_api_executor /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:181 DEBUG: 2025-11-13 13:52:48.727 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.727 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.727 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:52:48.728 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:48.728 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:48.728 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] create_share_name: fake_share_name create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:185 DEBUG: 2025-11-13 13:52:48.728 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.728 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/wizReq.cgi?wiz_func=share_create&action=add_share&vol_name=fake_share_name&vol_size=10GB&threshold=80&dedup=off&compression=1&thin_pro=1&cache=0&cifs_enable=0&nfs_enable=1&afp_enable=0&ftp_enable=0&encryption=0&hidden=0&oplocks=1&sync=always&userrw0=admin&userrd_len=0&userrw_len=1&userno_len=0&access_r=setup_users&path_type=auto&recycle_bin=1&recycle_bin_administrators_only=0&pool_name=Storage+Pool+1&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.728 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.729 3331052 ERROR manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to create share fake_share_name on NAS. DEBUG: 2025-11-13 13:52:48.729 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.create_share' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:48.729 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.create_share in 1.0 seconds as it raised ShareBackendException: Share backend error: Fail to create share fake_share_name on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:48.729 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:48.729 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] create_share_name: fake_share_name create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:185 DEBUG: 2025-11-13 13:52:48.729 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.730 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/wizReq.cgi?wiz_func=share_create&action=add_share&vol_name=fake_share_name&vol_size=10GB&threshold=80&dedup=off&compression=1&thin_pro=1&cache=0&cifs_enable=0&nfs_enable=1&afp_enable=0&ftp_enable=0&encryption=0&hidden=0&oplocks=1&sync=always&userrw0=admin&userrd_len=0&userrw_len=1&userno_len=0&access_r=setup_users&path_type=auto&recycle_bin=1&recycle_bin_administrators_only=0&pool_name=Storage+Pool+1&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.730 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.730 3331052 ERROR manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to create share fake_share_name on NAS. DEBUG: 2025-11-13 13:52:48.730 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.create_share' after 0.002(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:48.730 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.create_share in 2.0 seconds as it raised ShareBackendException: Share backend error: Fail to create share fake_share_name on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:48.730 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:48.730 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] create_share_name: fake_share_name create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:185 DEBUG: 2025-11-13 13:52:48.730 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.731 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/wizReq.cgi?wiz_func=share_create&action=add_share&vol_name=fake_share_name&vol_size=10GB&threshold=80&dedup=off&compression=1&thin_pro=1&cache=0&cifs_enable=0&nfs_enable=1&afp_enable=0&ftp_enable=0&encryption=0&hidden=0&oplocks=1&sync=always&userrw0=admin&userrd_len=0&userrw_len=1&userno_len=0&access_r=setup_users&path_type=auto&recycle_bin=1&recycle_bin_administrators_only=0&pool_name=Storage+Pool+1&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.731 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.738 3331052 ERROR manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to create share fake_share_name on NAS. DEBUG: 2025-11-13 13:52:48.738 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.create_share' after 0.010(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:48.738 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.create_share in 4.0 seconds as it raised ShareBackendException: Share backend error: Fail to create share fake_share_name on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:48.738 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:48.738 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] create_share_name: fake_share_name create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:185 DEBUG: 2025-11-13 13:52:48.738 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.739 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/wizReq.cgi?wiz_func=share_create&action=add_share&vol_name=fake_share_name&vol_size=10GB&threshold=80&dedup=off&compression=1&thin_pro=1&cache=0&cifs_enable=0&nfs_enable=1&afp_enable=0&ftp_enable=0&encryption=0&hidden=0&oplocks=1&sync=always&userrw0=admin&userrd_len=0&userrw_len=1&userno_len=0&access_r=setup_users&path_type=auto&recycle_bin=1&recycle_bin_administrators_only=0&pool_name=Storage+Pool+1&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.739 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.743 3331052 ERROR manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to create share fake_share_name on NAS. DEBUG: 2025-11-13 13:52:48.743 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.create_share' after 0.015(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:48.743 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.create_share in 8.0 seconds as it raised ShareBackendException: Share backend error: Fail to create share fake_share_name on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:48.743 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:48.744 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] create_share_name: fake_share_name create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:185 DEBUG: 2025-11-13 13:52:48.744 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.744 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/wizReq.cgi?wiz_func=share_create&action=add_share&vol_name=fake_share_name&vol_size=10GB&threshold=80&dedup=off&compression=1&thin_pro=1&cache=0&cifs_enable=0&nfs_enable=1&afp_enable=0&ftp_enable=0&encryption=0&hidden=0&oplocks=1&sync=always&userrw0=admin&userrd_len=0&userrw_len=1&userno_len=0&access_r=setup_users&path_type=auto&recycle_bin=1&recycle_bin_administrators_only=0&pool_name=Storage+Pool+1&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.744 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.744 3331052 ERROR manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to create share fake_share_name on NAS. DEBUG: 2025-11-13 13:52:48.744 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.create_share' after 0.016(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:48.745 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_api_create_share_with_fail_response_2 [0.055801s] ... ok DEBUG: {2} manila.tests.share.test_api.OtherTenantsShareActionsTestCase.test_update_other_tenants_public_share [0.050762s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_complete_driver_1 [0.098071s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_1_True [0.035572s] ... ok DEBUG: 2025-11-13 13:52:48.791 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:48.791 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.791 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.791 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.792 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:48.792 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: 2025-11-13 13:52:48.792 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:48.792 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create ES API Executor _create_api_executor /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:181 DEBUG: 2025-11-13 13:52:48.792 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.792 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.793 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.793 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:48.793 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:48.803 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] volumeID: fakeVolumeId create_snapshot_api /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:410 DEBUG: 2025-11-13 13:52:48.803 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] snapshot_name: fakeSnapshotName create_snapshot_api /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:411 DEBUG: 2025-11-13 13:52:48.803 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.803 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/disk/snapshot.cgi?func=create_snapshot&volumeID=fakeVolumeId&snapshot_name=fakeSnapshotName&expire_min=0&vital=1&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.803 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.804 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_create_snapshot_api [0.058832s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_all_01 [0.042071s] ... ok DEBUG: {0} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_update_share_from_metadata [0.102587s] ... ok DEBUG: 2025-11-13 13:52:48.837 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:48.837 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.837 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.838 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.838 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:48.838 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: 2025-11-13 13:52:48.838 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:48.838 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create ES API Executor _create_api_executor /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:181 DEBUG: 2025-11-13 13:52:48.838 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.839 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.839 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.839 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:48.839 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:48.839 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.839 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/accessrights/accessrightsRequest.cgi?module=hosts&func=apply_delhost&host_name=fakeHostName&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.839 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.840 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_all_05 [0.035386s] ... ok DEBUG: {3} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_delete_host [0.035936s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_all_09 [0.023419s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_complete_driver_4 [0.133172s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test__revert_allocated_share_type_quotas_during_migration_1_True [0.073444s] ... ok DEBUG: 2025-11-13 13:52:48.907 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:48.907 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.907 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.908 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.908 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:48.908 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: 2025-11-13 13:52:48.915 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:48.916 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create ES API Executor _create_api_executor /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:181 DEBUG: 2025-11-13 13:52:48.916 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.916 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.920 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.920 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:48.920 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:48.921 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.921 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/accessrights/accessrightsRequest.cgi?module=hosts&func=apply_sethost&name=fakeHostName&ipaddr_v4=fakeIpV4&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.921 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.922 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_all_11 [0.050309s] ... ok DEBUG: {3} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_edit_host [0.081613s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_all_types_search_by_availability_zone_1_nova [0.037811s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__get_all_availability_zones_with_subnets_1 [0.024605s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_all_types_search_by_availability_zone_3_supernova [0.024185s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_share_type_extra_specs [0.024419s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__get_all_availability_zones_with_subnets_2 [0.035715s] ... ok DEBUG: Driver-assisted migration of share 12f66f12-279f-4d84-b033-6594a56f15a0 failed. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1342, in _migration_start_driver DEBUG: raise exception.ShareMigrationFailed(reason=msg) DEBUG: manila.exception.ShareMigrationFailed: Share migration failed: Driver cannot perform migration of share 12f66f12-279f-4d84-b033-6594a56f15a0 while remaining writable. DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_start_driver_not_compatible_1 [0.124402s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_valid_required_extra_specs_invalid_1_None [0.017968s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__get_all_availability_zones_with_subnets_4 [0.031654s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_05___snapshot_support____y__ [0.017199s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_09___snapshot_support____false__ [0.017394s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_10___snapshot_support____off__ [0.026212s] ... ok DEBUG: 2025-11-13 13:52:48.959 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:48.960 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.960 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.960 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.960 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:48.960 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: 2025-11-13 13:52:48.961 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: Driver-assisted migration of share c6c29dec-4f09-4adf-87a9-075d7d6fb398 failed. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1337, in _migration_start_driver DEBUG: raise exception.ShareMigrationFailed(reason=msg) DEBUG: manila.exception.ShareMigrationFailed: Share migration failed: Driver cannot perform migration of share c6c29dec-4f09-4adf-87a9-075d7d6fb398 while preserving all metadata. DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:48.961 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create ES API Executor _create_api_executor /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:181 DEBUG: 2025-11-13 13:52:48.961 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.961 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.961 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.961 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:48.962 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:48.968 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] volumeID: fakeVolumeId create_snapshot_api /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:410 DEBUG: 2025-11-13 13:52:48.968 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] snapshot_name: fakeSnapshotName create_snapshot_api /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:411 DEBUG: 2025-11-13 13:52:48.968 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.968 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/disk/snapshot.cgi?func=create_snapshot&volumeID=fakeVolumeId&snapshot_name=fakeSnapshotName&expire_min=0&vital=1&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.968 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.969 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.create_snapshot_api' after 0.007(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:48.969 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.create_snapshot_api in 1.0 seconds as it raised ShareBackendException: Share backend error: Create snapshot failed.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:48.969 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:48.969 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] volumeID: fakeVolumeId create_snapshot_api /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:410 DEBUG: 2025-11-13 13:52:48.969 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] snapshot_name: fakeSnapshotName create_snapshot_api /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:411 DEBUG: 2025-11-13 13:52:48.969 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.969 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/disk/snapshot.cgi?func=create_snapshot&volumeID=fakeVolumeId&snapshot_name=fakeSnapshotName&expire_min=0&vital=1&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.969 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.970 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.create_snapshot_api' after 0.008(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:48.970 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.create_snapshot_api in 2.0 seconds as it raised ShareBackendException: Share backend error: Create snapshot failed.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:48.970 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:48.970 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] volumeID: fakeVolumeId create_snapshot_api /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:410 DEBUG: 2025-11-13 13:52:48.970 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] snapshot_name: fakeSnapshotName create_snapshot_api /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:411 DEBUG: 2025-11-13 13:52:48.970 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.970 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/disk/snapshot.cgi?func=create_snapshot&volumeID=fakeVolumeId&snapshot_name=fakeSnapshotName&expire_min=0&vital=1&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.970 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.971 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.create_snapshot_api' after 0.009(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:48.971 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.create_snapshot_api in 4.0 seconds as it raised ShareBackendException: Share backend error: Create snapshot failed.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:48.971 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:48.971 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] volumeID: fakeVolumeId create_snapshot_api /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:410 DEBUG: 2025-11-13 13:52:48.971 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] snapshot_name: fakeSnapshotName create_snapshot_api /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:411 DEBUG: 2025-11-13 13:52:48.971 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.971 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/disk/snapshot.cgi?func=create_snapshot&volumeID=fakeVolumeId&snapshot_name=fakeSnapshotName&expire_min=0&vital=1&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.971 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.972 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.create_snapshot_api' after 0.010(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: Driver-assisted migration of share 400d545a-a632-4e54-acb4-a96267189da6 failed. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1391, in _migration_start_driver DEBUG: raise exception.ShareMigrationFailed(reason=msg) DEBUG: manila.exception.ShareMigrationFailed: Share migration failed: Driver does not support preserving snapshots, driver-assisted migration cannot proceed while share 400d545a-a632-4e54-acb4-a96267189da6 has snapshots. DEBUG: 2025-11-13 13:52:48.972 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.create_snapshot_api in 8.0 seconds as it raised ShareBackendException: Share backend error: Create snapshot failed.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:48.972 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:48.972 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] volumeID: fakeVolumeId create_snapshot_api /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:410 DEBUG: 2025-11-13 13:52:48.972 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] snapshot_name: fakeSnapshotName create_snapshot_api /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:411 DEBUG: 2025-11-13 13:52:48.972 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:48.972 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/disk/snapshot.cgi?func=create_snapshot&volumeID=fakeVolumeId&snapshot_name=fakeSnapshotName&expire_min=0&vital=1&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:48.973 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:48.982 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.create_snapshot_api' after 0.020(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:48.983 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_13___create_share_from_snapshot_support____1__ [0.024168s] ... ok DEBUG: {3} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_04 [0.060700s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_start_driver_not_compatible_2 [0.099740s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_16___create_share_from_snapshot_support____on__ [0.021428s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_18___create_share_from_snapshot_support____yes__ [0.017341s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__migration_initial_checks_1_True [0.114387s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_21___create_share_from_snapshot_support____false__ [0.017926s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_23___create_share_from_snapshot_support____n__ [0.020509s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_24___create_share_from_snapshot_support____no__ [0.025898s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_start_driver_not_compatible_6 [0.094885s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_30___revert_to_snapshot_support____yes__ [0.022875s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__migration_initial_checks_2_False [0.082748s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_32___revert_to_snapshot_support____f__ [0.027641s] ... ok DEBUG: Failed to obtain migration info from backends or invoking Data Service for migration of share fake_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1777, in _migration_start_host_assisted DEBUG: data_rpc.migration_start( 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: fake DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_start_host_assisted_1_None [0.067500s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_35___revert_to_snapshot_support____n__ [0.020965s] ... ok DEBUG: 2025-11-13 13:52:49.034 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:49.034 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.034 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.035 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.035 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.035 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: 2025-11-13 13:52:49.035 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:49.035 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create ES API Executor _create_api_executor /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:181 DEBUG: 2025-11-13 13:52:49.035 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.036 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.036 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.036 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.036 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.036 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.036 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/disk/snapshot.cgi?func=clone_qsnapshot&by_vol=1&snapshotID=fakeSnapshotId&new_name=fakeNewShareName&clone_size=fakeCloneSizeg&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.037 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.037 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Session might have expired. Trying to relogin inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:50 DEBUG: 2025-11-13 13:52:49.037 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.037 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.037 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.037 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.clone_snapshot' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.037 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.clone_snapshot in 1.0 seconds as it raised ShareBackendException: Share backend error: Session ID expired.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.038 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.038 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.038 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/disk/snapshot.cgi?func=clone_qsnapshot&by_vol=1&snapshotID=fakeSnapshotId&new_name=fakeNewShareName&clone_size=fakeCloneSizeg&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.038 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.038 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Session might have expired. Trying to relogin inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:50 DEBUG: 2025-11-13 13:52:49.038 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.038 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.038 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.039 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.clone_snapshot' after 0.003(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.039 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.clone_snapshot in 2.0 seconds as it raised ShareBackendException: Share backend error: Session ID expired.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.039 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.039 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.039 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/disk/snapshot.cgi?func=clone_qsnapshot&by_vol=1&snapshotID=fakeSnapshotId&new_name=fakeNewShareName&clone_size=fakeCloneSizeg&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.039 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.039 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Session might have expired. Trying to relogin inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:50 DEBUG: 2025-11-13 13:52:49.040 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.040 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.040 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.040 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.clone_snapshot' after 0.004(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.040 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.clone_snapshot in 4.0 seconds as it raised ShareBackendException: Share backend error: Session ID expired.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.040 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.040 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.041 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/disk/snapshot.cgi?func=clone_qsnapshot&by_vol=1&snapshotID=fakeSnapshotId&new_name=fakeNewShareName&clone_size=fakeCloneSizeg&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.041 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.041 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Session might have expired. Trying to relogin inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:50 DEBUG: 2025-11-13 13:52:49.041 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.041 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.041 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.041 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.clone_snapshot' after 0.005(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.042 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.clone_snapshot in 8.0 seconds as it raised ShareBackendException: Share backend error: Session ID expired.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.042 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.042 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.042 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/disk/snapshot.cgi?func=clone_qsnapshot&by_vol=1&snapshotID=fakeSnapshotId&new_name=fakeNewShareName&clone_size=fakeCloneSizeg&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.042 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.042 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Session might have expired. Trying to relogin inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:50 DEBUG: 2025-11-13 13:52:49.042 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.042 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.043 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.075 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.clone_snapshot' after 0.007(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.076 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_14 [0.093112s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_39___mount_snapshot_support____true__ [0.017369s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__revert_to_snapshot_4___fake_reservations___True_ [0.027005s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_43___mount_snapshot_support____0__ [0.020166s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__migration_initial_checks_no_matching_subnet [0.094947s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_49___mount_point_name_support____1__ [0.038862s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__migration_initial_checks_no_shares [0.033592s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_50___mount_point_name_support____t__ [0.030189s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_51___mount_point_name_support____true__ [0.017579s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__server_migration_complete_driver_2 [0.103979s] ... ok DEBUG: 2025-11-13 13:52:49.126 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:49.132 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.132 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.132 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.132 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.132 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: 2025-11-13 13:52:49.133 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:49.133 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create ES API Executor _create_api_executor /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:181 DEBUG: 2025-11-13 13:52:49.133 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.133 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.136 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.136 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.136 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.137 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.137 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/accessrights/accessrightsRequest.cgi?module=hosts&func=apply_delhost&host_name=fakeHostName&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.137 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.137 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.delete_host' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.137 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.delete_host in 1.0 seconds as it raised ShareBackendException: Share backend error: Unexpected response from QNAP API.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.137 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.138 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.138 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/accessrights/accessrightsRequest.cgi?module=hosts&func=apply_delhost&host_name=fakeHostName&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.138 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.138 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.delete_host' after 0.002(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.138 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.delete_host in 2.0 seconds as it raised ShareBackendException: Share backend error: Unexpected response from QNAP API.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.138 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.138 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.139 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/accessrights/accessrightsRequest.cgi?module=hosts&func=apply_delhost&host_name=fakeHostName&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.139 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.139 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.delete_host' after 0.002(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.139 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.delete_host in 4.0 seconds as it raised ShareBackendException: Share backend error: Unexpected response from QNAP API.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.139 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.139 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.139 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/accessrights/accessrightsRequest.cgi?module=hosts&func=apply_delhost&host_name=fakeHostName&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.139 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.140 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.delete_host' after 0.003(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.140 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.delete_host in 8.0 seconds as it raised ShareBackendException: Share backend error: Unexpected response from QNAP API.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.140 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.140 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.147 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/accessrights/accessrightsRequest.cgi?module=hosts&func=apply_delhost&host_name=fakeHostName&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.147 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.147 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.delete_host' after 0.011(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.148 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_21 [0.072181s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_53___mount_point_name_support____y__ [0.019408s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__migration_initial_checks_same_backend_and_network [0.063668s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_66___availability_zones____zone_a__zoneb_c__ [0.026162s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_68___availability_zones____zone1__ [0.024753s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_73___encryption_support____share_server__ [0.023009s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__server_migration_complete_driver_3 [0.094294s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__modify_quotas_for_share_migration_2_False [0.081821s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_invalid_1_invalid [0.019189s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_2_in_sync [0.034063s] ... ok DEBUG: 2025-11-13 13:52:49.187 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:49.190 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.190 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.191 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.191 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.191 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: 2025-11-13 13:52:49.191 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: Driver error when updating replica state for replica 2853ebe8-f33b-4b15-b8a9-f7a72250220f. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 3009, in _share_replica_update DEBUG: replica_state = self.driver.update_replica_state( 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: manila.exception.ManilaException: An unknown exception occurred. DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:49.191 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create ES API Executor _create_api_executor /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:181 DEBUG: 2025-11-13 13:52:49.191 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py", line 1847, in _modify_quotas_for_share_migration DEBUG: reservations = QUOTAS.reserve( 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: manila.exception.OverQuota: Quota exceeded for resources: ['replica_gigabytes']. DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:49.192 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.192 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.192 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.192 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.192 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.192 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/accessrights/accessrightsRequest.cgi?module=hosts&func=get_hostlist&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.193 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 703, in format DEBUG: record.message = record.getMessage() DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 392, in getMessage DEBUG: msg = msg % self.args DEBUG: ~~~~^~~~~~~~~~~ DEBUG: TypeError: %d format: a real number is required, not str DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.193 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.get_host_list' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.193 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.get_host_list in 1.0 seconds as it raised ShareBackendException: Share backend error: Unexpected response from QNAP API.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/usr/lib/python3.12/site-packages/ddt.py", line 220, in wrapper DEBUG: return func(self, *args, **kwargs) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_api.py", line 4003, in test__modify_quotas_for_share_migration_reservation_failed DEBUG: self.assertRaises( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 495, in assertRaises DEBUG: self.assertThat(our_callable, matcher) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 507, in assertThat DEBUG: mismatch_error = self._matchHelper(matchee, matcher, message, verbose) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 560, in _matchHelper DEBUG: mismatch = matcher.match(matchee) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/matchers/_exception.py", line 101, in match DEBUG: result = matchee() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 1110, in __call__ DEBUG: return self._callable_object(*self._args, **self._kwargs) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py", line 1862, in _modify_quotas_for_share_migration DEBUG: LOG.warning("Replica gigabytes quota exceeded " DEBUG: Message: 'Replica gigabytes quota exceeded for %(s_pid)s, tried to migrate %(s_size)sG share (%(d_consumed)dG of %(d_quota)dG already consumed).' DEBUG: 2025-11-13 13:52:49.193 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.193 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.193 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/accessrights/accessrightsRequest.cgi?module=hosts&func=get_hostlist&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.193 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: Arguments: {'s_pid': None, 's_size': 0, 'd_consumed': 'fakefake', 'd_quota': 'fake'} DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.194 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.get_host_list' after 0.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.194 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.get_host_list in 2.0 seconds as it raised ShareBackendException: Share backend error: Unexpected response from QNAP API.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.194 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.194 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.204 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/accessrights/accessrightsRequest.cgi?module=hosts&func=get_hostlist&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.204 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.204 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.get_host_list' after 0.012(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.204 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.get_host_list in 4.0 seconds as it raised ShareBackendException: Share backend error: Unexpected response from QNAP API.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.205 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.205 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.205 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/accessrights/accessrightsRequest.cgi?module=hosts&func=get_hostlist&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.205 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.205 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.get_host_list' after 0.013(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.205 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.api.QnapAPIExecutor.get_host_list in 8.0 seconds as it raised ShareBackendException: Share backend error: Unexpected response from QNAP API.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.206 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.206 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.206 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/accessrights/accessrightsRequest.cgi?module=hosts&func=get_hostlist&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.206 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.206 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.api.QnapAPIExecutor.get_host_list' after 0.014(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.207 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_get_snapshot_info_ts_with_fail_response_23 [0.063796s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_valid_05___driver_handles_share_servers____y__ [0.040931s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_driver_exception_2_out_of_sync [0.026500s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__modify_quotas_for_share_migration_reservation_failed_1 [0.069018s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_unqualified_replica_5 [0.022008s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_non_string_input [0.031026s] ... ok DEBUG: 2025-11-13 13:52:49.257 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:49.257 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.257 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.258 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.258 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.258 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: 2025-11-13 13:52:49.258 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:49.258 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create ES API Executor _create_api_executor /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:181 DEBUG: 2025-11-13 13:52:49.258 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.259 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.259 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.259 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.259 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in _connection_checker inner_connection_checker /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:43 DEBUG: 2025-11-13 13:52:49.259 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 8080, ssl: False _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.259 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/priv/privWizard.cgi?wiz_func=share_nfs_control&action=share_nfs_control&sharename=fakeShareName&access=fakeAccess&host_name=fakeHostName&sid=fakeSid _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.259 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.260 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_api.QnapAPITestCase.test_set_nfs_access_1 [0.047066s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__revert_to_snapshot [0.043188s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_parse_boolean_extra_spec_2 [0.042516s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__share_server_migration_start_driver_2__False__True_ [0.059331s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__update_replica_snapshot_driver_updates_replica_1_True [0.023424s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_parse_boolean_extra_spec_invalid_1__isnt__True [0.036029s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__share_network_update_initial_checks_network_not_active [0.059548s] ... ok DEBUG: 2025-11-13 13:52:49.305 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:49.306 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 443, ssl: True _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.306 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.306 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.307 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.307 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: 2025-11-13 13:52:49.307 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:49.308 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create TS API Executor _create_api_executor /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:150 DEBUG: 2025-11-13 13:52:49.308 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 443, ssl: True _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.308 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.309 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.309 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.315 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_1 [0.051248s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_parse_boolean_extra_spec_invalid_4_5 [0.026267s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__update_replica_snapshot_replica_deleted_from_database [0.038013s] ... ok DEBUG: 2025-11-13 13:52:49.365 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:49.365 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 443, ssl: True _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.366 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.372 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.372 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.372 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: 2025-11-13 13:52:49.373 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:49.373 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Create ES API Executor _create_api_executor /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:181 DEBUG: 2025-11-13 13:52:49.373 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 443, ssl: True _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.373 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.374 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.374 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.375 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_6 [0.060016s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_remove_access_invalid [0.019817s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_sanitize_extra_specs_1_______az_1___az2__az_3__ [0.020346s] ... ok DEBUG: {0} manila.tests.share.test_share_types.ShareTypesTestCase.test_valid_string [0.017882s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__share_network_update_initial_checks_server_not_active [0.088082s] ... ok DEBUG: 2025-11-13 13:52:49.418 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:49.418 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 443, ssl: True _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.419 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.419 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.419 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.419 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: 2025-11-13 13:52:49.420 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:49.420 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create HTTP client. Check IP address, port, username, password and make sure the array version is compatible.: manila.exception.ShareBackendException: Share backend error: QNAP Storage model is not supported by this driver. DEBUG: 2025-11-13 13:52:49.420 3331052 ERROR manila.share.drivers.qnap.qnap Traceback (most recent call last): DEBUG: 2025-11-13 13:52:49.420 3331052 ERROR manila.share.drivers.qnap.qnap File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 102, in do_setup DEBUG: 2025-11-13 13:52:49.420 3331052 ERROR manila.share.drivers.qnap.qnap self.api_executor = self._create_api_executor() DEBUG: 2025-11-13 13:52:49.420 3331052 ERROR manila.share.drivers.qnap.qnap ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:49.420 3331052 ERROR manila.share.drivers.qnap.qnap File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 188, in _create_api_executor DEBUG: 2025-11-13 13:52:49.420 3331052 ERROR manila.share.drivers.qnap.qnap raise exception.ShareBackendException(msg=msg) DEBUG: 2025-11-13 13:52:49.420 3331052 ERROR manila.share.drivers.qnap.qnap manila.exception.ShareBackendException: Share backend error: QNAP Storage model is not supported by this driver. DEBUG: 2025-11-13 13:52:49.420 3331052 ERROR manila.share.drivers.qnap.qnap DEBUG: 2025-11-13 13:52:49.428 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_negative_2 [0.053234s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__update_share_network_security_service_2_True [0.072466s] ... ok DEBUG: {0} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_only_return_pool [0.019174s] ... ok DEBUG: {0} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_get_active_replica_not_exist [0.022543s] ... ok DEBUG: {0} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_share_group_snapshot_failure_reserving_quota [0.019379s] ... ok DEBUG: 2025-11-13 13:52:49.473 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:49.473 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 443, ssl: True _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.474 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.474 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.474 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.474 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: 2025-11-13 13:52:49.475 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:49.475 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create HTTP client. Check IP address, port, username, password and make sure the array version is compatible.: manila.exception.ShareBackendException: Share backend error: QNAP Storage model is not supported by this driver. DEBUG: 2025-11-13 13:52:49.475 3331052 ERROR manila.share.drivers.qnap.qnap Traceback (most recent call last): DEBUG: 2025-11-13 13:52:49.475 3331052 ERROR manila.share.drivers.qnap.qnap File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 102, in do_setup DEBUG: 2025-11-13 13:52:49.475 3331052 ERROR manila.share.drivers.qnap.qnap self.api_executor = self._create_api_executor() DEBUG: 2025-11-13 13:52:49.475 3331052 ERROR manila.share.drivers.qnap.qnap ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:49.475 3331052 ERROR manila.share.drivers.qnap.qnap File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 188, in _create_api_executor DEBUG: 2025-11-13 13:52:49.475 3331052 ERROR manila.share.drivers.qnap.qnap raise exception.ShareBackendException(msg=msg) DEBUG: 2025-11-13 13:52:49.475 3331052 ERROR manila.share.drivers.qnap.qnap manila.exception.ShareBackendException: Share backend error: QNAP Storage model is not supported by this driver. DEBUG: 2025-11-13 13:52:49.475 3331052 ERROR manila.share.drivers.qnap.qnap DEBUG: 2025-11-13 13:52:49.491 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_negative_5 [0.062666s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__share_server_update_allocations_initial_checks [0.070895s] ... ok DEBUG: {0} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_share_group_snapshot_with_member_share_in_creating [0.031889s] ... ok DEBUG: {0} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_unsupported_az_2_specified_stypes_all_unsupported_in_AZ [0.022275s] ... ok DEBUG: 2025-11-13 13:52:49.530 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:49.530 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] port: 443, ssl: True _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:118 DEBUG: 2025-11-13 13:52:49.531 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] url : /cgi-bin/authLogin.cgi?user=admin&pwd=b%27cW5hcGFkbWlu%27&serviceKey=1 _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:129 DEBUG: 2025-11-13 13:52:49.531 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: _execute_and_get_response_details /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:135 DEBUG: 2025-11-13 13:52:49.531 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] sid: fakeSid _login /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:168 DEBUG: 2025-11-13 13:52:49.532 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] in get_basic_info get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:95 DEBUG: 2025-11-13 13:52:49.537 3331052 DEBUG manila.share.drivers.qnap.api [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] response data: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: DEBUG: get_basic_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/api.py:105 DEBUG: 2025-11-13 13:52:49.537 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to create HTTP client. Check IP address, port, username, password and make sure the array version is compatible.: manila.exception.ShareBackendException: Share backend error: QNAP Storage model is not supported by this driver. DEBUG: 2025-11-13 13:52:49.537 3331052 ERROR manila.share.drivers.qnap.qnap Traceback (most recent call last): DEBUG: 2025-11-13 13:52:49.537 3331052 ERROR manila.share.drivers.qnap.qnap File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 102, in do_setup DEBUG: 2025-11-13 13:52:49.537 3331052 ERROR manila.share.drivers.qnap.qnap self.api_executor = self._create_api_executor() DEBUG: 2025-11-13 13:52:49.537 3331052 ERROR manila.share.drivers.qnap.qnap ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:49.537 3331052 ERROR manila.share.drivers.qnap.qnap File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py", line 188, in _create_api_executor DEBUG: 2025-11-13 13:52:49.537 3331052 ERROR manila.share.drivers.qnap.qnap raise exception.ShareBackendException(msg=msg) DEBUG: 2025-11-13 13:52:49.537 3331052 ERROR manila.share.drivers.qnap.qnap manila.exception.ShareBackendException: Share backend error: QNAP Storage model is not supported by this driver. DEBUG: 2025-11-13 13:52:49.537 3331052 ERROR manila.share.drivers.qnap.qnap DEBUG: 2025-11-13 13:52:49.539 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverLoginTestCase.test_create_api_executor_negative_6 [0.047940s] ... ok DEBUG: {0} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_source_share_group_snapshot_id [0.020168s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test__validate_check_compatibility_result_3 [0.133986s] ... ok DEBUG: {0} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_delete_share_group_snapshot [0.019834s] ... ok DEBUG: 2025-11-13 13:52:49.587 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:49.587 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share_proto: NFS access_type: fakeAccessType access_level: rw access_to: fakeIp _allow_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:667 DEBUG: 2025-11-13 13:52:49.587 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] vol_name: fakeVolName access_level: rw host_name: manila-fakeHostName-rw host_list: [] _allow_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:683 DEBUG: 2025-11-13 13:52:49.588 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] _get_vol_host vol_host_list:[] _get_vol_host /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:625 DEBUG: 2025-11-13 13:52:49.591 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__share_server_update_allocations_initial_checks_inactive [0.095780s] ... ok DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_allow_access_rw [0.058114s] ... ok DEBUG: {0} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_share_group_snapshot_get_all [0.021437s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_10_delete_free_share_servers [0.030696s] ... ok DEBUG: {0} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_share_group_snapshot_get_all_all_tenants_as_admin [0.018487s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_12_create_snapshot [0.021808s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_21_create_share_group [0.022002s] ... ok DEBUG: {0} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_update_share_group_snapshot_no_values_1 [0.037811s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test__share_server_update_allocations_validate_hosts [0.073679s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_29_update_share_replica [0.035707s] ... ok DEBUG: {0} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_update_share_group_snapshot_no_values_2 [0.038744s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_33_do_deferred_share_deletion [0.027665s] ... ok DEBUG: {0} manila.tests.share_group.test_share_group_types.ShareGroupTypesTestCase.test_add_access_invalid [0.018037s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_check_update_share_server_network_allocations_2_False [0.018939s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_allow_access_3_None [0.085616s] ... ok DEBUG: {0} manila.tests.test_conf.ConfigTestCase.test_runtime_and_unknown_flags [0.049299s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_sg_with_share_network_driver_handles_servers [0.031122s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group [0.032950s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_allow_access_invalid_access_level [0.043320s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.test_context.ContextTestCase.test_request_context_sets_is_admin_upcase [0.046485s] ... ok DEBUG: Share group fake_id: create failed DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_from_sg_snapshot_with_error [0.030288s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.test_context.ContextTestCase.test_request_context_sets_is_service [0.038108s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_from_sg_snapshot_with_share_update_status_1_available [0.023183s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_allow_access_invalid_instance_2 [0.057181s] ... ok DEBUG: {0} manila.tests.test_coordination.CoordinationTestCase.test_lock [0.019167s] ... ok DEBUG: {0} manila.tests.test_coordination.CoordinationTestCase.test_synchronized [0.018377s] ... ok DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: self.force_reraise() DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_parameter_value [0.025627s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: raise self.value DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_default_snapshot_semantics_5 [0.075895s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_quota_value [0.030658s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_for_share_with_replication_support [0.091574s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: 2025-11-13 13:52:49.632 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:49.632 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_share" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:49.632 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:49.632 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share: {'values': {'id': 'shareId', 'name': 'fakename', 'size': 10, 'share_proto': 'NFS', 'share_network_id': 'fake share network id', 'share_server_id': 'fake share server id', 'export_location': 'fake_location:/fake_share', 'project_id': 'fake_project_uuid', 'availability_zone': 'fake_az', 'snapshot_support': 'True', 'replication_type': None, 'is_busy': False, 'share_group_id': None, 'instance': {'id': 'fake_share_instance_id', 'host': 'fakehost', 'share_type_id': '1', 'share_network_id': 'fake share network id'}, 'mount_snapshot_support': False, 'display_name': 'fakeDisplayName', 'export_locations': [{'path': '1.2.3.4:/share/fakeShareName'}], 'host': 'QnapShareDriver'}} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:303 DEBUG: 2025-11-13 13:52:49.632 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extra_specs: {} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:305 DEBUG: 2025-11-13 13:52:49.633 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: True qnap_compression: True qnap_deduplication: False qnap_ssd_cache: False create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:318 DEBUG: 2025-11-13 13:52:49.633 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_share: None create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:336 DEBUG: 2025-11-13 13:52:49.638 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.638 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.638 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.638 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.638 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.638 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.639 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.639 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.001(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.639 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.639 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.639 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.002(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.639 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.639 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.640 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.002(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.640 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: held 0.008s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:49.640 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver.create_share' after 0.008(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.640 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver.create_share in 3.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.640 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_share" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:49.640 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:49.640 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share: {'values': {'id': 'shareId', 'name': 'fakename', 'size': 10, 'share_proto': 'NFS', 'share_network_id': 'fake share network id', 'share_server_id': 'fake share server id', 'export_location': 'fake_location:/fake_share', 'project_id': 'fake_project_uuid', 'availability_zone': 'fake_az', 'snapshot_support': 'True', 'replication_type': None, 'is_busy': False, 'share_group_id': None, 'instance': {'id': 'fake_share_instance_id', 'host': 'fakehost', 'share_type_id': '1', 'share_network_id': 'fake share network id'}, 'mount_snapshot_support': False, 'display_name': 'fakeDisplayName', 'export_locations': [{'path': '1.2.3.4:/share/fakeShareName'}], 'host': 'QnapShareDriver'}} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:303 DEBUG: 2025-11-13 13:52:49.641 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extra_specs: {} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:305 DEBUG: 2025-11-13 13:52:49.641 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: True qnap_compression: True qnap_deduplication: False qnap_ssd_cache: False create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:318 DEBUG: 2025-11-13 13:52:49.641 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_share: None create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:336 DEBUG: 2025-11-13 13:52:49.641 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.641 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.641 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.641 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.642 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.642 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.642 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.642 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.001(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.642 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.642 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.642 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.001(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.642 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.643 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.643 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.002(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.643 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: held 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:49.643 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver.create_share' after 0.011(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.643 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver.create_share in 6.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.643 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_share" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:49.643 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:49.644 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share: {'values': {'id': 'shareId', 'name': 'fakename', 'size': 10, 'share_proto': 'NFS', 'share_network_id': 'fake share network id', 'share_server_id': 'fake share server id', 'export_location': 'fake_location:/fake_share', 'project_id': 'fake_project_uuid', 'availability_zone': 'fake_az', 'snapshot_support': 'True', 'replication_type': None, 'is_busy': False, 'share_group_id': None, 'instance': {'id': 'fake_share_instance_id', 'host': 'fakehost', 'share_type_id': '1', 'share_network_id': 'fake share network id'}, 'mount_snapshot_support': False, 'display_name': 'fakeDisplayName', 'export_locations': [{'path': '1.2.3.4:/share/fakeShareName'}], 'host': 'QnapShareDriver'}} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:303 DEBUG: 2025-11-13 13:52:49.644 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extra_specs: {} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:305 DEBUG: 2025-11-13 13:52:49.644 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: True qnap_compression: True qnap_deduplication: False qnap_ssd_cache: False create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:318 DEBUG: 2025-11-13 13:52:49.644 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_share: None create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:336 DEBUG: 2025-11-13 13:52:49.654 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.655 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.011(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.655 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.655 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.655 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.011(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.655 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.656 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.656 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.012(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.656 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.656 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.656 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.012(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.656 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.656 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.656 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.012(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.657 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: held 0.013s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:49.657 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver.create_share' after 0.025(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.657 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver.create_share in 12.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.657 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_share" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:49.657 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:49.657 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share: {'values': {'id': 'shareId', 'name': 'fakename', 'size': 10, 'share_proto': 'NFS', 'share_network_id': 'fake share network id', 'share_server_id': 'fake share server id', 'export_location': 'fake_location:/fake_share', 'project_id': 'fake_project_uuid', 'availability_zone': 'fake_az', 'snapshot_support': 'True', 'replication_type': None, 'is_busy': False, 'share_group_id': None, 'instance': {'id': 'fake_share_instance_id', 'host': 'fakehost', 'share_type_id': '1', 'share_network_id': 'fake share network id'}, 'mount_snapshot_support': False, 'display_name': 'fakeDisplayName', 'export_locations': [{'path': '1.2.3.4:/share/fakeShareName'}], 'host': 'QnapShareDriver'}} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:303 DEBUG: 2025-11-13 13:52:49.657 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extra_specs: {} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:305 DEBUG: 2025-11-13 13:52:49.657 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: True qnap_compression: True qnap_deduplication: False qnap_ssd_cache: False create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:318 DEBUG: 2025-11-13 13:52:49.658 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_share: None create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:336 DEBUG: 2025-11-13 13:52:49.658 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.661 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.003(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.661 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.661 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.662 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.004(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.662 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.662 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.662 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.004(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.662 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.662 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.662 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.005(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.663 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.663 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.663 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.005(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.663 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: held 0.006s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:49.663 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver.create_share' after 0.031(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.663 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver.create_share in 24.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.672 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_share" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:49.672 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:49.672 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share: {'values': {'id': 'shareId', 'name': 'fakename', 'size': 10, 'share_proto': 'NFS', 'share_network_id': 'fake share network id', 'share_server_id': 'fake share server id', 'export_location': 'fake_location:/fake_share', 'project_id': 'fake_project_uuid', 'availability_zone': 'fake_az', 'snapshot_support': 'True', 'replication_type': None, 'is_busy': False, 'share_group_id': None, 'instance': {'id': 'fake_share_instance_id', 'host': 'fakehost', 'share_type_id': '1', 'share_network_id': 'fake share network id'}, 'mount_snapshot_support': False, 'display_name': 'fakeDisplayName', 'export_locations': [{'path': '1.2.3.4:/share/fakeShareName'}], 'host': 'QnapShareDriver'}} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:303 DEBUG: 2025-11-13 13:52:49.672 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extra_specs: {} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:305 DEBUG: 2025-11-13 13:52:49.672 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: True qnap_compression: True qnap_deduplication: False qnap_ssd_cache: False create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:318 DEBUG: 2025-11-13 13:52:49.672 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_share: None create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:336 DEBUG: 2025-11-13 13:52:49.673 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.673 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.673 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.673 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.673 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.730 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.731 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.731 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.058(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.731 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.731 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.731 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.059(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.731 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info in 5.0 seconds as it raised ShareBackendException: Share backend error: Fail to get share info of fakeShareName on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.731 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fail to get share info of fakeShareName on NAS. DEBUG: 2025-11-13 13:52:49.732 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver._get_share_info' after 0.059(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.732 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: held 0.060s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:49.732 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver.create_share' after 0.100(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.733 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_results [0.049479s] ... ok DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_share_negative_create_fail [0.136919s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode404.test_host_binary_not_found [0.028901s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode404.test_paste_app_not_found [0.034291s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode404.test_scheduler_host_filter_not_found [0.021780s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode404.test_service_not_found [0.039316s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode404.test_share_network_subnet_not_found [0.027854s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode404.test_share_not_found [0.019601s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_from_snapshot_2 [0.240680s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode404.test_share_server_not_found_by_filters [0.019379s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode413.test_per_share_limit_exceeded [0.020063s] ... ok DEBUG: 2025-11-13 13:52:49.812 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:49.818 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_share" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:49.818 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:49.818 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share: {'values': {'id': 'shareId', 'name': 'fakename', 'size': 10, 'share_proto': 'NFS', 'share_network_id': 'fake share network id', 'share_server_id': 'fake share server id', 'export_location': 'fake_location:/fake_share', 'project_id': 'fake_project_uuid', 'availability_zone': 'fake_az', 'snapshot_support': 'True', 'replication_type': None, 'is_busy': False, 'share_group_id': None, 'instance': {'id': 'fake_share_instance_id', 'host': 'fakehost', 'share_type_id': '1', 'share_network_id': 'fake share network id'}, 'mount_snapshot_support': False, 'display_name': 'fakeDisplayName', 'export_locations': [{'path': '1.2.3.4:/share/fakeShareName'}], 'host': 'QnapShareDriver'}} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:303 DEBUG: 2025-11-13 13:52:49.819 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extra_specs: {} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:305 DEBUG: 2025-11-13 13:52:49.819 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: True qnap_compression: True qnap_deduplication: False qnap_ssd_cache: False create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:318 DEBUG: 2025-11-13 13:52:49.819 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_share: create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:336 DEBUG: 2025-11-13 13:52:49.819 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The share name fakeShareName is used by other share on NAS. DEBUG: 2025-11-13 13:52:49.823 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:49.830 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver.create_share' after 0.012(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.830 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver.create_share in 3.0 seconds as it raised ShareBackendException: Share backend error: The share name fakeShareName is used by other share on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.830 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_share" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:49.830 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:49.831 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share: {'values': {'id': 'shareId', 'name': 'fakename', 'size': 10, 'share_proto': 'NFS', 'share_network_id': 'fake share network id', 'share_server_id': 'fake share server id', 'export_location': 'fake_location:/fake_share', 'project_id': 'fake_project_uuid', 'availability_zone': 'fake_az', 'snapshot_support': 'True', 'replication_type': None, 'is_busy': False, 'share_group_id': None, 'instance': {'id': 'fake_share_instance_id', 'host': 'fakehost', 'share_type_id': '1', 'share_network_id': 'fake share network id'}, 'mount_snapshot_support': False, 'display_name': 'fakeDisplayName', 'export_locations': [{'path': '1.2.3.4:/share/fakeShareName'}], 'host': 'QnapShareDriver'}} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:303 DEBUG: 2025-11-13 13:52:49.831 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extra_specs: {} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:305 DEBUG: 2025-11-13 13:52:49.831 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: True qnap_compression: True qnap_deduplication: False qnap_ssd_cache: False create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:318 DEBUG: 2025-11-13 13:52:49.831 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_share: create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:336 DEBUG: 2025-11-13 13:52:49.831 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The share name fakeShareName is used by other share on NAS. DEBUG: 2025-11-13 13:52:49.831 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:49.831 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver.create_share' after 0.013(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.832 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver.create_share in 6.0 seconds as it raised ShareBackendException: Share backend error: The share name fakeShareName is used by other share on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.865 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_share" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:49.865 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:49.865 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share: {'values': {'id': 'shareId', 'name': 'fakename', 'size': 10, 'share_proto': 'NFS', 'share_network_id': 'fake share network id', 'share_server_id': 'fake share server id', 'export_location': 'fake_location:/fake_share', 'project_id': 'fake_project_uuid', 'availability_zone': 'fake_az', 'snapshot_support': 'True', 'replication_type': None, 'is_busy': False, 'share_group_id': None, 'instance': {'id': 'fake_share_instance_id', 'host': 'fakehost', 'share_type_id': '1', 'share_network_id': 'fake share network id'}, 'mount_snapshot_support': False, 'display_name': 'fakeDisplayName', 'export_locations': [{'path': '1.2.3.4:/share/fakeShareName'}], 'host': 'QnapShareDriver'}} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:303 DEBUG: 2025-11-13 13:52:49.865 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extra_specs: {} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:305 DEBUG: 2025-11-13 13:52:49.865 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: True qnap_compression: True qnap_deduplication: False qnap_ssd_cache: False create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:318 DEBUG: 2025-11-13 13:52:49.866 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_share: create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:336 DEBUG: 2025-11-13 13:52:49.866 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The share name fakeShareName is used by other share on NAS. DEBUG: 2025-11-13 13:52:49.866 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:49.866 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver.create_share' after 0.048(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'misspelled_code' DEBUG: 2025-11-13 13:52:49.866 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver.create_share in 12.0 seconds as it raised ShareBackendException: Share backend error: The share name fakeShareName is used by other share on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.911 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_share" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:49.911 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:49.911 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share: {'values': {'id': 'shareId', 'name': 'fakename', 'size': 10, 'share_proto': 'NFS', 'share_network_id': 'fake share network id', 'share_server_id': 'fake share server id', 'export_location': 'fake_location:/fake_share', 'project_id': 'fake_project_uuid', 'availability_zone': 'fake_az', 'snapshot_support': 'True', 'replication_type': None, 'is_busy': False, 'share_group_id': None, 'instance': {'id': 'fake_share_instance_id', 'host': 'fakehost', 'share_type_id': '1', 'share_network_id': 'fake share network id'}, 'mount_snapshot_support': False, 'display_name': 'fakeDisplayName', 'export_locations': [{'path': '1.2.3.4:/share/fakeShareName'}], 'host': 'QnapShareDriver'}} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:303 DEBUG: 2025-11-13 13:52:49.911 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extra_specs: {} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:305 DEBUG: code: 500 DEBUG: 2025-11-13 13:52:49.912 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: True qnap_compression: True qnap_deduplication: False qnap_ssd_cache: False create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:318 DEBUG: 2025-11-13 13:52:49.912 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_share: create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:336 DEBUG: 2025-11-13 13:52:49.912 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The share name fakeShareName is used by other share on NAS. DEBUG: 2025-11-13 13:52:49.912 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:49.912 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver.create_share' after 0.094(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.912 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.qnap.qnap.QnapShareDriver.create_share in 24.0 seconds as it raised ShareBackendException: Share backend error: The share name fakeShareName is used by other share on NAS.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:49.972 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_share" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:49.972 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:49.972 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share: {'values': {'id': 'shareId', 'name': 'fakename', 'size': 10, 'share_proto': 'NFS', 'share_network_id': 'fake share network id', 'share_server_id': 'fake share server id', 'export_location': 'fake_location:/fake_share', 'project_id': 'fake_project_uuid', 'availability_zone': 'fake_az', 'snapshot_support': 'True', 'replication_type': None, 'is_busy': False, 'share_group_id': None, 'instance': {'id': 'fake_share_instance_id', 'host': 'fakehost', 'share_type_id': '1', 'share_network_id': 'fake share network id'}, 'mount_snapshot_support': False, 'display_name': 'fakeDisplayName', 'export_locations': [{'path': '1.2.3.4:/share/fakeShareName'}], 'host': 'QnapShareDriver'}} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:303 DEBUG: 2025-11-13 13:52:49.972 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extra_specs: {} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:305 DEBUG: 2025-11-13 13:52:49.973 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: True qnap_compression: True qnap_deduplication: False qnap_ssd_cache: False create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:318 DEBUG: 2025-11-13 13:52:49.973 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_share: create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:336 DEBUG: 2025-11-13 13:52:49.973 3331052 ERROR manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] The share name fakeShareName is used by other share on NAS. DEBUG: 2025-11-13 13:52:49.973 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:49.973 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.qnap.qnap.QnapShareDriver.create_share' after 0.155(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:49.974 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode413.test_port_limit_exceeded [0.022994s] ... ok DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_share_negative_share_exist [0.239807s] ... ok DEBUG: 2025-11-13 13:52:50.076 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:50.077 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_share" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:50.077 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:50.077 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share: {'values': {'id': 'shareId', 'name': 'fakename', 'size': 10, 'share_proto': 'NFS', 'share_network_id': 'fake share network id', 'share_server_id': 'fake share server id', 'export_location': 'fake_location:/fake_share', 'project_id': 'fake_project_uuid', 'availability_zone': 'fake_az', 'snapshot_support': 'True', 'replication_type': None, 'is_busy': False, 'share_group_id': None, 'instance': {'id': 'fake_share_instance_id', 'host': 'fakehost', 'share_type_id': '1', 'share_network_id': 'fake share network id'}, 'mount_snapshot_support': False, 'display_name': 'fakeDisplayName', 'export_locations': [{'path': '1.2.3.4:/share/fakeShareName'}], 'host': 'QnapShareDriver'}} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:303 DEBUG: 2025-11-13 13:52:50.077 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extra_specs: {'thin_provisioning': 'true', 'compression': 'true', 'qnap_ssd_cache': 'true'} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:305 DEBUG: 2025-11-13 13:52:50.077 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: True qnap_compression: True qnap_deduplication: False qnap_ssd_cache: True create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:318 DEBUG: 2025-11-13 13:52:50.077 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_share: None create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:336 DEBUG: 2025-11-13 13:52:50.078 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] volID: fakeNo volName: fakeShareName create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:359 DEBUG: 2025-11-13 13:52:50.078 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:50.088 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_share_positive_2 [0.117026s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode413.test_share_limit_exceeded [0.032789s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionResponseCode413.test_share_networks_limit_exceeded [0.018638s] ... ok DEBUG: 2025-11-13 13:52:50.148 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:50.148 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_share" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: 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 "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:50.149 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: 2025-11-13 13:52:50.149 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share: {'values': {'id': 'shareId', 'name': 'fakename', 'size': 10, 'share_proto': 'NFS', 'share_network_id': 'fake share network id', 'share_server_id': 'fake share server id', 'export_location': 'fake_location:/fake_share', 'project_id': 'fake_project_uuid', 'availability_zone': 'fake_az', 'snapshot_support': 'True', 'replication_type': None, 'is_busy': False, 'share_group_id': None, 'instance': {'id': 'fake_share_instance_id', 'host': 'fakehost', 'share_type_id': '1', 'share_network_id': 'fake share network id'}, 'mount_snapshot_support': False, 'display_name': 'fakeDisplayName', 'export_locations': [{'path': '1.2.3.4:/share/fakeShareName'}], 'host': 'QnapShareDriver'}} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:303 DEBUG: 2025-11-13 13:52:50.149 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extra_specs: {'thin_provisioning': ' False', 'compression': ' True', 'qnap_ssd_cache': ' True'} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:305 DEBUG: 2025-11-13 13:52:50.149 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: False qnap_compression: True qnap_deduplication: False qnap_ssd_cache: True create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:318 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: 2025-11-13 13:52:50.150 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_share: None create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:336 DEBUG: 2025-11-13 13:52:50.151 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] volID: fakeNo volName: fakeShareName create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:359 DEBUG: 2025-11-13 13:52:50.151 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:50.152 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_share_positive_3 [0.060966s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionTestCase.test_default_error_msg_with_kwargs [0.017999s] ... ok DEBUG: 2025-11-13 13:52:50.196 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:50.202 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_share" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:50.202 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:50.202 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] share: {'values': {'id': 'shareId', 'name': 'fakename', 'size': 10, 'share_proto': 'NFS', 'share_network_id': 'fake share network id', 'share_server_id': 'fake share server id', 'export_location': 'fake_location:/fake_share', 'project_id': 'fake_project_uuid', 'availability_zone': 'fake_az', 'snapshot_support': 'True', 'replication_type': None, 'is_busy': False, 'share_group_id': None, 'instance': {'id': 'fake_share_instance_id', 'host': 'fakehost', 'share_type_id': '1', 'share_network_id': 'fake share network id'}, 'mount_snapshot_support': False, 'display_name': 'fakeDisplayName', 'export_locations': [{'path': '1.2.3.4:/share/fakeShareName'}], 'host': 'QnapShareDriver'}} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:303 DEBUG: 2025-11-13 13:52:50.202 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] extra_specs: {'thin_provisioning': ' False', 'compression': 'false', 'dedupe': ' False', 'qnap_ssd_cache': ' False'} create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:305 DEBUG: 2025-11-13 13:52:50.202 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: False qnap_compression: False qnap_deduplication: False qnap_ssd_cache: False create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:318 DEBUG: 2025-11-13 13:52:50.203 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_share: None create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:336 DEBUG: 2025-11-13 13:52:50.203 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] volID: fakeNo volName: fakeShareName create_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:359 DEBUG: 2025-11-13 13:52:50.203 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_share" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_share" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:50.204 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.test_exception.ManilaExceptionTestCase.test_error_msg_exception_with_kwargs [0.018257s] ... ok DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_share_positive_5 [0.046785s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_from_snapshot_3 [0.144783s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionTestCase.test_exception_kwargs_to_string [0.029263s] ... ok DEBUG: 2025-11-13 13:52:50.261 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:50.261 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-create_snapshot" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_snapshot" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:50.261 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_snapshot" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_snapshot" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:50.262 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] snapshot[share][share_id]: fakeShareId create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:458 DEBUG: 2025-11-13 13:52:50.262 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] snapshot id: fakeSnapshotId create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:460 DEBUG: 2025-11-13 13:52:50.262 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] volID: fakeVolId create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:470 DEBUG: 2025-11-13 13:52:50.262 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] create_snapshot_name: fakeSnapshotName create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:477 DEBUG: 2025-11-13 13:52:50.262 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] create_snapshot_name: fakeSnapshotName create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:484 DEBUG: 2025-11-13 13:52:50.262 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] created_snapshot: create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:496 DEBUG: 2025-11-13 13:52:50.262 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] snapshot_id: fakeSnapshotId create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:497 DEBUG: 2025-11-13 13:52:50.263 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] snapshot_id: fakeVolId create_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:505 DEBUG: 2025-11-13 13:52:50.263 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-create_snapshot" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver.create_snapshot" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:50.269 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_create_snapshot [0.064731s] ... ok DEBUG: 2025-11-13 13:52:50.316 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:50.316 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-gen_name" by "manila.share.drivers.qnap.qnap.QnapShareDriver._gen_random_name" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:50.317 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-gen_name" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver._gen_random_name" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:50.317 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-gen_name" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver._gen_random_name" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:50.318 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_gen_random_name_3 [0.048396s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionTestCase.test_exception_not_redundant_period_1_test_message_ [0.027430s] ... ok DEBUG: 2025-11-13 13:52:50.366 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:50.366 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "qnap-gen_name" by "manila.share.drivers.qnap.qnap.QnapShareDriver._gen_random_name" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:50.367 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-gen_name" acquired by "manila.share.drivers.qnap.qnap.QnapShareDriver._gen_random_name" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:50.367 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "qnap-gen_name" "released" by "manila.share.drivers.qnap.qnap.QnapShareDriver._gen_random_name" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:50.368 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_gen_random_name_4 [0.058047s] ... ok DEBUG: 2025-11-13 13:52:50.441 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:50.441 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] _get_vol_host name:manila-fakeHostName _get_vol_host /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:611 DEBUG: 2025-11-13 13:52:50.441 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] _get_vol_host vol_host_list:[{'index': 'fakeHostIndex', 'hostid': 'fakeHostId', 'name': 'manila-fakeHostName', 'ipv4': ['\n fakeIp\n ']}] _get_vol_host /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:625 DEBUG: 2025-11-13 13:52:50.445 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_get_vol_host [0.081257s] ... ok DEBUG: 2025-11-13 13:52:50.518 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] context: context do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:98 DEBUG: 2025-11-13 13:52:50.519 3331052 INFO manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share 1.2.3.4:/share/fakeShareName will be managed with ID shareId. DEBUG: 2025-11-13 13:52:50.519 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] qnap_thin_provision: False qnap_compression: True qnap_deduplication: True qnap_ssd_cache: False manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:826 DEBUG: 2025-11-13 13:52:50.519 3331052 DEBUG manila.share.drivers.qnap.qnap [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Dedupe cannot be enabled without thin_provisioning. manage_existing /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/qnap/qnap.py:836 DEBUG: 2025-11-13 13:52:50.525 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.test_exception.ManilaExceptionTestCase.test_exception_redundant_period [0.035720s] ... ok DEBUG: {3} manila.tests.share.drivers.qnap.test_qnap.QnapShareDriverTestCase.test_manage_existing_nfs_negative_configutarion [0.074133s] ... ok DEBUG: 2025-11-13 13:52:50.617 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "quobyte-request" by "manila.share.drivers.quobyte.jsonrpc.JsonRpc.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:50.617 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "quobyte-request" acquired by "manila.share.drivers.quobyte.jsonrpc.JsonRpc.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:50.617 3331052 DEBUG manila.share.drivers.quobyte.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request payload to be send is: {"jsonrpc": "2.0", "method": "method", "params": {"retry": "INFINITELY", "param": "value"}, "id": "1"} call /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/quobyte/jsonrpc.py:75 DEBUG: 2025-11-13 13:52:50.618 3331052 DEBUG manila.share.drivers.quobyte.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieved data from Quobyte backend: {'error': {'code': 28, 'message': 'text'}} call /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/quobyte/jsonrpc.py:101 DEBUG: 2025-11-13 13:52:50.618 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "quobyte-request" "released" by "manila.share.drivers.quobyte.jsonrpc.JsonRpc.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:50.619 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_application_error [0.100412s] ... ok DEBUG: {0} manila.tests.test_exception.ManilaExceptionTestCase.test_replication_exception [0.021955s] ... ok DEBUG: 2025-11-13 13:52:50.676 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "quobyte-request" by "manila.share.drivers.quobyte.jsonrpc.JsonRpc.call" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:50.677 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "quobyte-request" acquired by "manila.share.drivers.quobyte.jsonrpc.JsonRpc.call" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:50.677 3331052 DEBUG manila.share.drivers.quobyte.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Request payload to be send is: {"jsonrpc": "2.0", "method": "method", "params": {"retry": "INFINITELY", "param": "value"}, "id": "1"} call /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/quobyte/jsonrpc.py:75 DEBUG: 2025-11-13 13:52:50.677 3331052 DEBUG manila.share.drivers.quobyte.jsonrpc [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrieved data from Quobyte backend: {'result': 'Sweet gorilla of Manila'} call /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/quobyte/jsonrpc.py:101 DEBUG: 2025-11-13 13:52:50.677 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "quobyte-request" "released" by "manila.share.drivers.quobyte.jsonrpc.JsonRpc.call" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:50.678 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.quobyte.test_jsonrpc.QuobyteJsonRpcTestCase.test_https_call_verify [0.047068s] ... ok DEBUG: 2025-11-13 13:52:50.724 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_create_share_new_volume [0.052216s] ... ok DEBUG: 2025-11-13 13:52:50.770 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_delete_share_existing_volume_disabled [0.038209s] ... ok DEBUG: 2025-11-13 13:52:50.815 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_delete_share_nonexisting_volume [0.045405s] ... ok DEBUG: 2025-11-13 13:52:50.872 3331052 ERROR manila.share.drivers.quobyte.quobyte [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Could not connect to API: Quobyte JsonRpc call to backend raised an exception: fake_result, Quobyte error code 666: manila.exception.QBRpcException: Quobyte JsonRpc call to backend raised an exception: fake_result, Quobyte error code 666 DEBUG: 2025-11-13 13:52:50.877 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_do_setup_failure [0.060993s] ... ok DEBUG: 2025-11-13 13:52:50.916 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_extend_share [0.040428s] ... ok DEBUG: {0} manila.tests.test_manager.SchedulerDependentManagerTestCase.test__publish_service_capabilities_with_update_1_fake_last_capabilities [0.046115s] ... ok DEBUG: 2025-11-13 13:52:50.938 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_resolve_volume_name [0.021537s] ... ok DEBUG: {0} manila.tests.test_manager.SchedulerDependentManagerTestCase.test__publish_service_capabilities_with_update_2 [0.035861s] ... ok DEBUG: 2025-11-13 13:52:50.967 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_subtract_access_lists [0.030513s] ... ok DEBUG: 2025-11-13 13:52:50.992 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.test_misc.ProjectTestCase.test_all_migrations_have_downgrade [0.025813s] ... ok DEBUG: {3} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_subtract_access_lists_type [0.023244s] ... ok DEBUG: 2025-11-13 13:52:51.016 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.test_network.NetworkBaseAPITestCase.test__verify_share_network_ok [0.025158s] ... ok DEBUG: {3} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_update_access_no_rules [0.024407s] ... ok DEBUG: {0} manila.tests.test_network.NetworkBaseAPITestCase.test_enabled_ip_versions_4 [0.025669s] ... ok DEBUG: 2025-11-13 13:52:51.043 3331052 DEBUG manila.share.drivers.quobyte.quobyte [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Removing rule {'access_id': 'mis_1', 'access_type': 'ip', 'access_to': '10.0.0.2', 'access_level': 'rw'} in recovery. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/quobyte/quobyte.py:417 DEBUG: 2025-11-13 13:52:51.049 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.quobyte.test_quobyte.QuobyteShareDriverTestCase.test_update_access_recovery_superfluous [0.031739s] ... ok DEBUG: 2025-11-13 13:52:51.053 3331052 WARNING manila.share.drivers.tegile.tegile [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {0} manila.tests.test_network.NetworkBaseAPITestCase.test_inherit_network_base_api_no_redefinitions [0.029908s] ... ok DEBUG: 2025-11-13 13:52:51.076 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_allow_access_1_ip [0.026980s] ... ok DEBUG: 2025-11-13 13:52:51.080 3331052 WARNING manila.share.drivers.tegile.tegile [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:51.101 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_allow_access_fail_4 [0.023448s] ... ok DEBUG: 2025-11-13 13:52:51.104 3331052 WARNING manila.share.drivers.tegile.tegile [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:51.124 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_create_share_from_snapshot_fail [0.022358s] ... ok DEBUG: 2025-11-13 13:52:51.127 3331052 WARNING manila.share.drivers.tegile.tegile [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {0} manila.tests.test_policy.ContextIsAdminPolicyTestCase.test_custom_admin_role_is_admin [0.065326s] ... ok DEBUG: 2025-11-13 13:52:51.146 3331052 INFO manila.share.drivers.tegile.tegile [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating snapshot for share_name=testshare snap_name=testSnap DEBUG: 2025-11-13 13:52:51.148 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_create_snapshot_fail [0.023725s] ... ok DEBUG: 2025-11-13 13:52:51.151 3331052 WARNING manila.share.drivers.tegile.tegile [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:51.170 3331052 WARNING manila.share.drivers.tegile.tegile [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Only IP or USER access types are allowed for NFS shares. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:52:51.171 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_deny_access_fail_1 [0.022457s] ... ok DEBUG: 2025-11-13 13:52:51.174 3331052 WARNING manila.share.drivers.tegile.tegile [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Tegile share driver has been deprecated and will be removed in a future release. DEBUG: {0} manila.tests.test_policy.PolicyTestCase.test_authorize_bad_action_throws [0.045445s] ... ok DEBUG: 2025-11-13 13:52:51.193 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_ensure_share [0.021370s] ... ok DEBUG: 2025-11-13 13:52:51.196 3331052 WARNING manila.share.drivers.tegile.tegile [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:51.213 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_ensure_share_fail [0.019415s] ... ok DEBUG: 2025-11-13 13:52:51.216 3331052 WARNING manila.share.drivers.tegile.tegile [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:51.233 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_extend_share_fail [0.020221s] ... ok DEBUG: 2025-11-13 13:52:51.236 3331052 WARNING manila.share.drivers.tegile.tegile [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Tegile share driver has been deprecated and will be removed in a future release. DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unexpected error while trying to get the usage stats from array.: manila.exception.TegileAPIException: Unexpected response from Tegile IntelliFlash API: Fake Exception DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile Traceback (most recent call last): DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/tegile/tegile.py", line 438, in _update_share_stats DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile data = self._api(method='getArrayStats', DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile raise effect DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile manila.exception.TegileAPIException: Unexpected response from Tegile IntelliFlash API: Fake Exception DEBUG: 2025-11-13 13:52:51.254 3331052 ERROR manila.share.drivers.tegile.tegile DEBUG: 2025-11-13 13:52:51.263 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_get_share_stats_fail [0.027734s] ... ok DEBUG: 2025-11-13 13:52:51.264 3331052 WARNING manila.share.drivers.tegile.tegile [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Tegile share driver has been deprecated and will be removed in a future release. DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:52:51.288 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.tegile.test_tegile.TegileShareDriverTestCase.test_shrink_share [0.026127s] ... ok DEBUG: {0} manila.tests.test_policy.PolicyTestCase.test_authorize_good_action [0.104569s] ... ok DEBUG: 2025-11-13 13:52:51.313 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_ganesha.GaneshaNASHelper2TestCase.test_init_helper_with_rados_store_1_False [0.025155s] ... ok DEBUG: 2025-11-13 13:52:51.333 3331052 ERROR manila.share.drivers.ganesha.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unsupported access rule of 'type' ip, 'level' NOT_RO_OR_RW, 'to' 10.0.0.1: level should be one of 'rw', 'ro'. DEBUG: 2025-11-13 13:52:51.336 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_ganesha.GaneshaNASHelper2TestCase.test_update_access_invalid_share_access_level [0.022544s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {0} manila.tests.test_policy.PolicyTestCase.test_early_OR_authorization [0.065202s] ... ok DEBUG: 2025-11-13 13:52:51.384 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.test_quota.DbQuotaDriverTestCase.test__get_quotas_1__None__None_ [0.029452s] ... ok DEBUG: {3} manila.tests.share.drivers.test_ganesha.GaneshaNASHelper2TestCase.test_update_access_update_export_1 [0.047185s] ... ok DEBUG: {0} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_class_quotas_2_False [0.018754s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_from_snapshot_with_server [1.027725s] ... ok DEBUG: {0} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_defaults [0.022763s] ... ok DEBUG: 2025-11-13 13:52:51.432 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_settable_quotas_2__None___foo_st_id__ [0.018287s] ... ok DEBUG: {3} manila.tests.share.drivers.test_ganesha.GaneshaNASHelper2TestCase.test_update_access_update_export_2 [0.060327s] ... ok DEBUG: {0} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_user_quotas_3___fake_quota_class___True__False_ [0.026023s] ... ok DEBUG: 2025-11-13 13:52:51.478 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_allow_access [0.033691s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_public_and_private_share_2_False [0.703057s] ... ok DEBUG: {0} manila.tests.test_quota.DbQuotaDriverTestCase.test_reserve_3 [0.023577s] ... ok DEBUG: 2025-11-13 13:52:51.500 3331052 ERROR manila.share.drivers.ganesha.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unsupported access rule of 'type' notip, 'level' rw, 'to' 10.0.0.1: type should be one of 'ip'. DEBUG: 2025-11-13 13:52:51.502 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_allow_access_error_invalid_share [0.022416s] ... ok DEBUG: {0} manila.tests.test_quota.QuotaEngineTestCase.test_commit_2__None_ [0.020269s] ... ok DEBUG: 2025-11-13 13:52:51.522 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_init_helper [0.020318s] ... ok DEBUG: {0} manila.tests.test_quota.QuotaEngineTestCase.test_get_by_class [0.020092s] ... ok DEBUG: Parent share server fake-id does not exist. DEBUG: {0} manila.tests.test_quota.QuotaEngineTestCase.test_get_project_quotas_4 [0.019174s] ... ok DEBUG: Creation of share instance a5754c12-a988-4be1-8022-b36a3f862203 failed: failed to get share server. DEBUG: 2025-11-13 13:52:51.555 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_load_conf_dir_error [0.032538s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_backup_1_None [0.075098s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_from_snapshot_with_server_not_found [0.140929s] ... ok DEBUG: {0} manila.tests.test_quota.QuotaEngineTestCase.test_get_settable_quotas_1 [0.017807s] ... ok DEBUG: 2025-11-13 13:52:51.578 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_load_conf_dir_error_conf_dir_present_must_exist_false [0.020470s] ... ok DEBUG: {0} manila.tests.test_quota.QuotaEngineTestCase.test_get_share_type_quotas_1 [0.016840s] ... ok DEBUG: 2025-11-13 13:52:51.598 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_load_conf_dir_error_no_conf_dir_must_exist_true [0.018859s] ... ok DEBUG: {0} manila.tests.test_quota.QuotaEngineTestCase.test_get_user_quotas_4 [0.020664s] ... ok DEBUG: 2025-11-13 13:52:51.630 3331052 ERROR manila.share.drivers.ganesha.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unsupported access rule of 'type' notip, 'level' rw, 'to' 10.0.0.1: type should be one of 'ip'. DEBUG: {0} manila.tests.test_quota.QuotaEngineTestCase.test_register_resource [0.022192s] ... ok DEBUG: 2025-11-13 13:52:51.633 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_ganesha.GaneshaNASHelperTestCase.test_update_access_invalid_share_access_type [0.036002s] ... ok DEBUG: {0} manila.tests.test_quota.QuotaEngineTestCase.test_reserve [0.019687s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_backup_2 [0.092088s] ... ok DEBUG: 2025-11-13 13:52:51.657 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericDriverEnsureServerTestCase.test_share_servers_are_handled_server_not_provided [0.021769s] ... ok DEBUG: {0} manila.tests.test_quota.QuotaEngineTestCase.test_resources [0.027387s] ... ok DEBUG: Quota exceeded for None, tried to create 5G backup, but (10G of 5G already consumed.) DEBUG: 2025-11-13 13:52:51.686 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_backup_over_quota_1 [0.035009s] ... ok DEBUG: {3} manila.tests.share.drivers.test_generic.GenericDriverEnsureServerTestCase.test_share_servers_are_not_handled_server_provided_1 [0.030232s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: 2025-11-13 13:52:51.716 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:51.718 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:51.720 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:51.724 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test__setup_server_revert [0.035830s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_backup_share_busy_task_state [0.040373s] ... ok DEBUG: 2025-11-13 13:52:51.752 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:51.754 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:51.756 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:51.759 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.generic.GenericShareDriver._attach_volume..do_attach..attach_volume' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:51.761 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.generic.GenericShareDriver._attach_volume..do_attach..attach_volume in 2.0 seconds as it raised ManilaException: An unknown exception occurred.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {0} manila.tests.test_service.ServiceFlagsTestCase.test_service_enabled_on_create_based_on_flag [0.086582s] ... ok DEBUG: 2025-11-13 13:52:51.764 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.generic.GenericShareDriver._attach_volume..do_attach..attach_volume' after 0.004(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:51.765 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.generic.GenericShareDriver._attach_volume..do_attach..attach_volume in 2.0 seconds as it raised ManilaException: An unknown exception occurred.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:52:51.766 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.generic.GenericShareDriver._attach_volume..do_attach..attach_volume' after 0.006(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:51.771 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_attach_volume_failed_attach_1_ManilaException [0.046219s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_error_on_quota_commit_2_InvalidShare [0.059042s] ... ok DEBUG: {0} manila.tests.test_service.ServiceTestCase.test_periodic_tasks_1_True [0.024028s] ... ok DEBUG: 2025-11-13 13:52:51.804 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: 2025-11-13 13:52:51.809 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:51.811 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {0} manila.tests.test_service.ServiceTestCase.test_report_state_newly_disconnected [0.028170s] ... ok DEBUG: 2025-11-13 13:52:51.817 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: model server went away DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py", line 296, in report_state DEBUG: service_ref = db.service_get(ctxt, self.service_id) 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/test_service.py", line 115, in fake_service_get DEBUG: raise Exception() DEBUG: Exception DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_create_share_exception [0.048722s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_update_replica_state [0.258325s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_invalid_protocol_5_cifsfake [0.046675s] ... ok DEBUG: 2025-11-13 13:52:51.845 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:51.847 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:51.849 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:51.854 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py:370: DeprecationWarning: Using class 'Server' (either directly or via inheritance) is deprecated and will be removed in version '2026.2': The Server class utilises the eventlet service, and eventlet support is deprecated for removal. You should remove use of eventlet servers from your application and switch to deploying via WSGI. DEBUG: self.server = wsgi.Server( DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_deallocate_container [0.035532s] ... ok DEBUG: {0} manila.tests.test_service.TestWSGIService.test_ssl_enabled [0.052015s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_invalid_protocol_6_glusterfsfake [0.036444s] ... ok DEBUG: Check whether private key or password are correctly set. Error connecting via ssh: DEBUG: 2025-11-13 13:52:51.881 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:51.883 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:51.885 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:51.888 3331052 INFO manila.share.drivers.generic [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Volume not found. Already deleted? DEBUG: 2025-11-13 13:52:51.890 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_deallocate_container_with_volume_not_found [0.034545s] ... ok DEBUG: {0} manila.tests.test_ssh_utils.SSHPoolTestCase.test_create_ssh_error_connecting [0.021598s] ... ok DEBUG: {0} manila.tests.test_ssh_utils.SSHPoolTestCase.test_create_ssh_with_key [0.018707s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_with_backend_provided_metadata [0.088076s] ... ok DEBUG: {0} manila.tests.test_ssh_utils.SSHPoolTestCase.test_sshpool_remove [0.028537s] ... ok DEBUG: 2025-11-13 13:52:51.948 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: self.force_reraise() DEBUG: 2025-11-13 13:52:51.953 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.005s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:51.955 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:51.958 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: raise self.value DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_azs_with_subnets_2 [0.087187s] ... ok DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_delete_share [0.068041s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: {0} manila.tests.test_test.IsolationTestCase.test_rpc_consumer_isolation [0.025927s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_busy_share [0.023176s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: Share instance e8551522-0e2e-4907-b274-d1344a78c25e failed on creation. DEBUG: 2025-11-13 13:52:51.989 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:51.991 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {0} manila.tests.test_utils.CidrToNetmaskTestCase.test_cidr_to_netmask_1___10_0_0_0_0____0_0_0_0__ [0.027216s] ... ok DEBUG: 2025-11-13 13:52:51.993 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_with_error_in_driver_1_export_location [0.083206s] ... ok DEBUG: 2025-11-13 13:52:51.997 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_delete_share_invalid_helper [0.032862s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_no_active_replica_1_None [0.027882s] ... ok DEBUG: {0} manila.tests.test_utils.CidrToNetmaskTestCase.test_cidr_to_netmask_invalid_1_10_0_0_0_33 [0.021879s] ... ok DEBUG: 2025-11-13 13:52:52.019 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.021 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.023 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.026 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_delete_snapshot [0.028781s] ... ok DEBUG: {0} manila.tests.test_utils.CidrToNetmaskTestCase.test_cidr_to_netmask_invalid_3_10_0_0_555_33 [0.022844s] ... ok DEBUG: Quota exceeded for None, unable to create a share replica size of 0G (10G of 5G already consumed). DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_over_quota_1 [0.035159s] ... ok DEBUG: 2025-11-13 13:52:52.051 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.055 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.057 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {0} manila.tests.test_utils.CidrToPrefixLenTestCase.test_cidr_to_prefixlen_3___10_0_0_1___32_ [0.019637s] ... ok DEBUG: 2025-11-13 13:52:52.061 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_with_ip_address_generation_failure [0.067378s] ... ok DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_ensure_share [0.035457s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_type_doesnt_support_AZ_2_fake_share_type [0.027872s] ... ok DEBUG: 2025-11-13 13:52:52.096 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.098 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.100 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.105 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_extend_share_1_100 [0.042395s] ... ok DEBUG: 2025-11-13 13:52:52.125 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.127 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_share_type_contains_replication_type [0.054644s] ... ok DEBUG: 2025-11-13 13:52:52.130 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.134 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_extend_share_3_123 [0.028256s] ... ok DEBUG: {0} manila.tests.test_utils.CidrToPrefixLenTestCase.test_cidr_to_prefixlen_5___fdf8_f53b_82e1__1_64___64_ [0.085181s] ... ok DEBUG: 2025-11-13 13:52:52.155 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.156 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.158 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.162 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_mounted_share_size [0.027522s] ... ok DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: 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 "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_with_security_service_missing [0.120527s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_valid_protocol_1_NFS [0.057028s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: 2025-11-13 13:52:52.189 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.191 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.192 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.196 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_mounted_share_size_invalid_output_2_fake [0.033826s] ... ok DEBUG: {0} manila.tests.test_utils.CidrToPrefixLenTestCase.test_cidr_to_prefixlen_invalid_1_10_0_0_0_33 [0.054226s] ... ok DEBUG: 2025-11-13 13:52:52.223 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Failed to commit reservations None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: self.force_reraise() DEBUG: 2025-11-13 13:52:52.229 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.006s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.231 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.235 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: raise self.value DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_volume_error [0.038229s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_valid_protocol_5_CEPHFS [0.060401s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_with_share_network_server_fail [0.076831s] ... ok DEBUG: 2025-11-13 13:52:52.265 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_check_ssh_injection_3___echo_____quoted_arg_with_space___ [0.069489s] ... ok DEBUG: 2025-11-13 13:52:52.268 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.270 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.273 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_volume_snapshot_none [0.035889s] ... ok DEBUG: 2025-11-13 13:52:52.296 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.298 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_check_ssh_injection_on_error0_6___echo_____quoted_argument__rm__rf__ [0.032594s] ... ok DEBUG: 2025-11-13 13:52:52.300 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.304 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_volume_snapshot_with_private_data [0.029685s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_with_subnets_1 [0.062462s] ... ok DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_02___fake____G__ [0.023112s] ... ok DEBUG: 2025-11-13 13:52:52.342 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_04___2GG____G__ [0.019626s] ... ok DEBUG: 2025-11-13 13:52:52.347 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.005s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.349 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.354 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_with_subnets_3 [0.050394s] ... ok DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_get_volume_with_private_data [0.056006s] ... ok DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_09___1_2fake____G__ [0.031561s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_with_share_network_server_not_exists [0.139041s] ... ok DEBUG: 2025-11-13 13:52:52.402 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.404 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_10___2_2GG____G__ [0.029795s] ... ok DEBUG: 2025-11-13 13:52:52.406 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.410 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_manage_share_attached_to_cinder_volume [0.049691s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_create_share_wrong_size_some [0.056347s] ... ok DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_14___M2_2K____G__ [0.019892s] ... ok DEBUG: 2025-11-13 13:52:52.434 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.435 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.437 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.443 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_manage_share_attached_to_cinder_volume_not_mounted_to_srv [0.036324s] ... ok DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_15___M2_2K____G__ [0.032491s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_with_share_network_subnet_not_found [0.065459s] ... ok DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_02____4_1G____G____4_1_ [0.020399s] ... ok DEBUG: 2025-11-13 13:52:52.480 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.482 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.484 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.490 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_manage_share_not_attached_to_cinder_volume_invalid_size [0.041069s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_replica_1_True [0.036472s] ... ok DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_06____9728M____G____9_5_ [0.024630s] ... ok DEBUG: 2025-11-13 13:52:52.514 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.515 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.517 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.520 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_remove_mount_permanently_raise_error_on_remove [0.029345s] ... ok DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_08____2T____G____2048_0_ [0.019033s] ... ok DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_09____2_1T____G____2150_4_ [0.018953s] ... ok DEBUG: 2025-11-13 13:52:52.542 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.544 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.546 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.550 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_resize_filesystem [0.029234s] ... ok DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_11____3P____G____3145728_0_ [0.018403s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_delete_1_available [0.144873s] ... ok DEBUG: 2025-11-13 13:52:52.572 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.576 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_replica_invalid_locations_state [0.075954s] ... ok DEBUG: 2025-11-13 13:52:52.578 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.586 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_13____3_4P____G____3565158_4_ [0.027749s] ... ok DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_setup_helpers_no_helpers [0.036769s] ... ok DEBUG: {0} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_15____9728_2381T____T____9728_2381_ [0.018529s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_replica_with_share_network_id_and_not_dhss [0.028624s] ... ok DEBUG: 2025-11-13 13:52:52.616 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.618 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.620 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.624 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_shrink_share_error_on_resize_fs_1 [0.036948s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_create_snapshot_1 [0.023113s] ... ok DEBUG: {0} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_v4_address_1_None [0.027866s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_delete_no_host [0.084680s] ... ok DEBUG: 2025-11-13 13:52:52.650 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_expired_share_1_available [0.021753s] ... ok DEBUG: 2025-11-13 13:52:52.652 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.654 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {0} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_v4_address_2_fake [0.023048s] ... ok DEBUG: 2025-11-13 13:52:52.660 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_shrink_share_error_on_resize_fs_2 [0.042055s] ... ok DEBUG: {0} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_v6_address_3_1_1_1_1 [0.021309s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_free_share_servers_driver_handles_ss_disabled [0.030530s] ... ok DEBUG: 2025-11-13 13:52:52.695 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.697 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.699 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.703 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_ssh_exec_connection_exist [0.035151s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_backup_invalid_state_1_deleting [0.064859s] ... ok DEBUG: {0} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_version_1 [0.032031s] ... ok DEBUG: 2025-11-13 13:52:52.723 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.725 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.727 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.730 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.test_wait_for_extending_volume [0.027141s] ... ok DEBUG: {0} manila.tests.test_utils.IsValidIPVersion.test_valid_v6_3_2001_cdba__3257_9652 [0.037293s] ... ok DEBUG: 2025-11-13 13:52:52.752 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:52.753 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:52.756 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:52.759 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_backup_invalid_state_2_creating [0.048736s] ... ok DEBUG: {3} manila.tests.share.drivers.test_generic.GenericShareDriverTestCase.tests_choose_share_server_compatible_with_share_1 [0.028105s] ... ok DEBUG: {0} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_key_not_found_1__False__False__False_ [0.024675s] ... ok DEBUG: 2025-11-13 13:52:52.785 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_glusterfs.GaneshaNFSHelperTestCase.test_fsal_hook [0.027445s] ... ok DEBUG: {0} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_key_not_found_4___false___False__False_ [0.019306s] ... ok DEBUG: 2025-11-13 13:52:52.808 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_glusterfs.GaneshaNFSHelperTestCase.test_get_export [0.021985s] ... ok DEBUG: {0} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_key_not_found_raise_error_1_undefined [0.020217s] ... ok DEBUG: {0} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_valid_string_7___0___False_ [0.020069s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_has_replicas [0.074738s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_instance_deferred_delete [0.157270s] ... ok DEBUG: {0} manila.tests.test_utils.RequireDriverInitializedTestCase.test_require_driver_initialized_1_True [0.018026s] ... ok DEBUG: 2025-11-13 13:52:52.864 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_glusterfs.GaneshaNFSHelperTestCase.test_init_local_ganesha_server [0.055584s] ... ok DEBUG: {0} manila.tests.test_utils.RequireDriverInitializedTestCase.test_require_driver_initialized_2_False [0.018513s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_instance_deferred_2 [0.048746s] ... ok DEBUG: 2025-11-13 13:52:52.891 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_glusterfs.GlusterNFSHelperTestCase.test_update_access_2 [0.025284s] ... ok DEBUG: {0} manila.tests.test_utils.ShareMigrationHelperTestCase.test_wait_for_access_update_invalid_1 [0.023996s] ... ok DEBUG: 2025-11-13 13:52:52.911 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.test_utils.ShareMigrationHelperTestCase.test_wait_for_access_update_invalid_2 [0.024467s] ... ok DEBUG: {3} manila.tests.share.drivers.test_glusterfs.GlusterNFSHelperTestCase.test_update_access_3 [0.026552s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_instance_invalid_status [0.046671s] ... ok DEBUG: Failed to update usages deleting share '615229b1-1cc2-4912-ad82-6fa339c657fa'. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1900, in _update_share_instance_usages DEBUG: reservations = QUOTAS.reserve( 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: manila.exception.QuotaError: Quota exceeded: code=500. DEBUG: 2025-11-13 13:52:52.939 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_glusterfs.GlusterNFSVolHelperTestCase.test_get_vol_exports_2 [0.021844s] ... ok DEBUG: {0} manila.tests.test_utils.TestComparableMixin.test_lt [0.022200s] ... ok DEBUG: 2025-11-13 13:52:52.961 3331052 WARNING manila.share.drivers.glusterfs [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] GlusterFS share driver has been deprecated and is expected to be removed in a future release. DEBUG: 2025-11-13 13:52:52.963 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_glusterfs.GlusterfsShareDriverTestCase.test_get_helper_vol_2 [0.022910s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_instance_deferred_delete_quota_error [0.132088s] ... ok DEBUG: {0} manila.tests.test_utils.TestRetryDecorator.test_limit_is_reached [0.033959s] ... ok DEBUG: 2025-11-13 13:52:52.994 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.test_utils.TestRetryDecorator.test_no_retry_required_random [0.023074s] ... ok DEBUG: {3} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_disable_access_for_maintenance [0.036409s] ... ok DEBUG: 2025-11-13 13:52:53.020 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_get_exports_for_share_1___5_6_7_8_foo [0.019923s] ... ok DEBUG: {0} manila.tests.test_utils.TestRetryDecorator.test_retry_exit_code [0.026797s] ... ok DEBUG: 2025-11-13 13:52:53.046 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_get_exports_for_share_with_exception_1 [0.026096s] ... ok DEBUG: {0} manila.tests.volume.test_cinder.CinderApiTestCase.test_check_attach_availability_zone_differs [0.037638s] ... ok DEBUG: 2025-11-13 13:52:53.069 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_get_exports_for_share_with_exception_2 [0.028556s] ... ok DEBUG: {0} manila.tests.volume.test_cinder.CinderApiTestCase.test_check_attach_volume_already_attached [0.020232s] ... ok DEBUG: {0} manila.tests.volume.test_cinder.CinderApiTestCase.test_check_attach_volume_status_error [0.019272s] ... ok DEBUG: 2025-11-13 13:52:53.109 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_init_helper [0.033617s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_invalid_task_state [0.178126s] ... ok DEBUG: {0} manila.tests.volume.test_cinder.CinderApiTestCase.test_create [0.022804s] ... ok DEBUG: 2025-11-13 13:52:53.129 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_restore_access_after_maintenance [0.020187s] ... ok DEBUG: {0} manila.tests.volume.test_cinder.CinderApiTestCase.test_create_force [0.022914s] ... ok DEBUG: 2025-11-13 13:52:53.151 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.CIFSHelperIPAccessTestCase.test_update_access_wrong_access_level [0.020645s] ... ok DEBUG: 2025-11-13 13:52:53.171 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test__get_parsed_address_or_cidr_1 [0.019879s] ... ok DEBUG: {0} manila.tests.volume.test_cinder.CinderApiTestCase.test_get_failed_1 [0.026362s] ... ok DEBUG: {0} manila.tests.volume.test_cinder.CinderApiTestCase.test_get_snapshot [0.020005s] ... ok DEBUG: 2025-11-13 13:52:53.201 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test__get_parsed_address_or_cidr_with_invalid_access_2_10_0_0_1_33 [0.029894s] ... ok DEBUG: 2025-11-13 13:52:53.222 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_create_exports_2 [0.021217s] ... ok DEBUG: {0} manila.tests.volume.test_cinder.CinderApiTestCase.test_initialize_connection [0.028870s] ... ok DEBUG: 2025-11-13 13:52:53.251 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {0} manila.tests.volume.test_cinder.CinderApiTestCase.test_terminate_connection [0.028215s] ... ok DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_create_exports_3 [0.032866s] ... ok DEBUG: Change will make usage less than 0 for the following resources: ['shares'] DEBUG: {0} manila.tests.wsgi.test_common.WSGICommonTestCase.test_application___call__ [0.021749s] ... ok DEBUG: Unable to find system log file! DEBUG: OpenStack manila version: 21.1.0 DEBUG: manila-manage category action [] DEBUG: Available categories: DEBUG: config DEBUG: db DEBUG: host DEBUG: logs DEBUG: service DEBUG: share DEBUG: share_server DEBUG: shell DEBUG: version DEBUG: One or more capabilities are invalid for this operation. The supported capability(ies) is(are) ['security_service_update_support', 'network_allocation_update_support']. DEBUG: DEBUG: Bunch(a='a', b='b', d=Bunch(x=Bunch(a, b, d), y='b')) DEBUG: 2025-11-13 13:52:53.281 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_create_exports_4 [0.029486s] ... ok DEBUG: 2025-11-13 13:52:53.306 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_delete_snapshot [0.195503s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_instance_not_last_on_server [0.342295s] ... ok DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_create_exports_8 [0.026948s] ... ok DEBUG: 2025-11-13 13:52:53.334 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_exports_for_share_with_error_2 [0.020934s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_delete_snapshot_force_delete_1_manage_starting [0.030520s] ... ok DEBUG: 2025-11-13 13:52:53.354 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_exports_for_share_with_error_3 [0.019870s] ... ok DEBUG: 2025-11-13 13:52:53.377 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_host_list [0.023047s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_delete_snapshot_force_delete_3_creating [0.045977s] ... ok DEBUG: 2025-11-13 13:52:53.399 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_get_share_path_by_export_location_5__1001__1000__124__foo_bar [0.021354s] ... ok DEBUG: 2025-11-13 13:52:53.419 3331052 ERROR manila.share.drivers.helpers [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] fake: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:52:53.421 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_init_helper_log [0.021783s] ... ok DEBUG: 2025-11-13 13:52:53.450 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "nfs-fake_instance_id" by "manila.share.drivers.helpers.nfs_synchronized..wrapped_func..source_func" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:53.452 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "nfs-fake_instance_id" acquired by "manila.share.drivers.helpers.nfs_synchronized..wrapped_func..source_func" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:53.454 3331052 WARNING manila.share.drivers.helpers [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Unsupported access level rw or access type user, skipping removal of access rule to 4.4.4.4.: manila.exception.InvalidShareAccess: Invalid access rule: Only 'ip' access type allowed. DEBUG: 2025-11-13 13:52:53.456 3331052 WARNING manila.share.drivers.helpers [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Access rule ip:2.2.2.3 already exists for share fake_share_name DEBUG: 2025-11-13 13:52:53.457 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "nfs-fake_instance_id" "released" by "manila.share.drivers.helpers.nfs_synchronized..wrapped_func..source_func" :: held 0.005s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:53.461 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_update_access_1_rw [0.039736s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_deny_access [0.090074s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_instance_share_server_not_found [0.167227s] ... ok DEBUG: 2025-11-13 13:52:53.496 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "nfs-fake_instance_id" by "manila.share.drivers.helpers.nfs_synchronized..wrapped_func..source_func" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:53.498 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "nfs-fake_instance_id" acquired by "manila.share.drivers.helpers.nfs_synchronized..wrapped_func..source_func" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:53.500 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "nfs-fake_instance_id" "released" by "manila.share.drivers.helpers.nfs_synchronized..wrapped_func..source_func" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:53.503 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_update_access_recovery_mode_2 [0.039893s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_replica [0.031649s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_empty_prefix_with_valid_mount_point_name [0.044446s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_replica_both_exceptions_ignored_with_the_force [0.020278s] ... ok DEBUG: 2025-11-13 13:52:53.550 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "nfs-fake_instance_id" by "manila.share.drivers.helpers.nfs_synchronized..wrapped_func..source_func" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:53.552 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "nfs-fake_instance_id" acquired by "manila.share.drivers.helpers.nfs_synchronized..wrapped_func..source_func" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:53.555 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "nfs-fake_instance_id" "released" by "manila.share.drivers.helpers.nfs_synchronized..wrapped_func..source_func" :: held 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:53.558 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_helpers.NFSHelperTestCase.test_update_access_recovery_mode_4 [0.054777s] ... ok DEBUG: 2025-11-13 13:52:53.586 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.lvm.LVMShareDriver._unmount_device.._unmount_device_with_retry' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: The driver was unable to delete the share instance: 1 on the backend. DEBUG: 2025-11-13 13:52:53.589 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test__unmount_device_is_busy_error [0.030986s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_do_deferred_share_deletion_exception [0.060529s] ... ok DEBUG: 2025-11-13 13:52:53.615 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test__unmount_device_not_mounted [0.028590s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_extend_invalid_size [0.101108s] ... ok DEBUG: 2025-11-13 13:52:53.640 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_check_for_setup_error [0.022190s] ... ok DEBUG: Quota exceeded for None, tried to extend 100G share (23G of 13G already consumed). DEBUG: 2025-11-13 13:52:53.682 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_create_share [0.041841s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_extend_quota_error_1 [0.052303s] ... ok DEBUG: 2025-11-13 13:52:53.708 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Faking execution of cmd (subprocess): mkdir -p /builddir/build/BUILD/manila-21.1.0.dev33/mnt/fakesnapshotname fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:71 DEBUG: 2025-11-13 13:52:53.710 3331052 DEBUG manila.tests.fake_utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Reply to faked command is stdout='' stderr=''. fake_execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/fake_utils.py:100 DEBUG: 2025-11-13 13:52:53.712 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_create_snapshot [0.029409s] ... ok DEBUG: Replica gigabytes quota exceeded for None, tried to extend 100G share (23G of 13G already consumed). DEBUG: 2025-11-13 13:52:53.731 3331052 ERROR manila.share.drivers.lvm [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Error deleting volume: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: 'error' DEBUG: 2025-11-13 13:52:53.731 3331052 ERROR manila.share.drivers.lvm Traceback (most recent call last): DEBUG: 2025-11-13 13:52:53.731 3331052 ERROR manila.share.drivers.lvm File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/lvm.py", line 132, in _deallocate_container DEBUG: 2025-11-13 13:52:53.731 3331052 ERROR manila.share.drivers.lvm privsep_common.execute_with_retries( DEBUG: 2025-11-13 13:52:53.731 3331052 ERROR manila.share.drivers.lvm File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/drivers/test_lvm.py", line 289, in _fake_exec DEBUG: 2025-11-13 13:52:53.731 3331052 ERROR manila.share.drivers.lvm raise exception.ProcessExecutionError(stderr="error") DEBUG: 2025-11-13 13:52:53.731 3331052 ERROR manila.share.drivers.lvm oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: 2025-11-13 13:52:53.731 3331052 ERROR manila.share.drivers.lvm Command: None DEBUG: 2025-11-13 13:52:53.731 3331052 ERROR manila.share.drivers.lvm Exit code: - DEBUG: 2025-11-13 13:52:53.731 3331052 ERROR manila.share.drivers.lvm Stdout: None DEBUG: 2025-11-13 13:52:53.731 3331052 ERROR manila.share.drivers.lvm Stderr: 'error' DEBUG: 2025-11-13 13:52:53.731 3331052 ERROR manila.share.drivers.lvm DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_extend_quota_error_2 [0.052869s] ... ok DEBUG: 2025-11-13 13:52:53.738 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_deallocate_container_error [0.026471s] ... ok DEBUG: 2025-11-13 13:52:53.773 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_ensure_share [0.035309s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_extend_valid_1_True [0.047586s] ... ok DEBUG: 2025-11-13 13:52:53.802 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_extend_container [0.026400s] ... ok DEBUG: 2025-11-13 13:52:53.825 3331052 INFO alembic.runtime.migration [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Context impl SQLiteImpl. DEBUG: 2025-11-13 13:52:53.826 3331052 INFO alembic.runtime.migration [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Will assume non-transactional DDL. DEBUG: 2025-11-13 13:52:53.829 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_extend_valid_2_False [0.043280s] ... ok DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_backend_info [0.040486s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_ensure_driver_resources_driver_needs_to_reapply_rules_1_True [0.271849s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_extend_with_share_type_size_limit [0.045274s] ... ok DEBUG: 2025-11-13 13:52:53.885 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_configured_ip_versions_3____1001__1001_____6__ [0.042923s] ... ok DEBUG: 2025-11-13 13:52:53.929 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_mount_point_name_with_empty_mount_point_name [0.049462s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_all_tenants_with_false [0.065532s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_export_location_1_id [0.031110s] ... ok DEBUG: 2025-11-13 13:52:53.986 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_mount_point_name_with_none_mount_point_name [0.044592s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_name_and_all_tenants [0.036152s] ... ok DEBUG: 2025-11-13 13:52:54.037 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_mount_point_name_without_name [0.050936s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_name_and_description_1 [0.032287s] ... ok DEBUG: 2025-11-13 13:52:54.061 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_share_server_pools [0.022813s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_name_and_description_6 [0.026222s] ... ok DEBUG: 2025-11-13 13:52:54.083 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_get_share_stats [0.022488s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_ensure_driver_resources_share_metadata_updates [0.222239s] ... ok DEBUG: 2025-11-13 13:52:54.106 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_name_and_description_7 [0.024384s] ... ok DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_local_path_normal [0.022000s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_with_driver_failure_1_do_setup [0.030515s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_by_non_admin_using_admin_filter_1 [0.029697s] ... ok DEBUG: 2025-11-13 13:52:54.143 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_lvm.LVMShareDriverTestCase.test_snapshot_update_access [0.037666s] ... ok DEBUG: 2025-11-13 13:52:54.175 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.177 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_filter_by_metadata [0.041929s] ... ok DEBUG: 2025-11-13 13:52:54.179 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.180 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.180 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_not_public_6_off [0.028789s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_public_1_True [0.028852s] ... ok DEBUG: 2025-11-13 13:52:54.185 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.185 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_get_all_service_subnets" by "manila.share.drivers.service_instance.NeutronNetworkHelper._get_all_service_subnets" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.185 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_all_service_subnets" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper._get_all_service_subnets" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.185 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.185 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_network_id_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.186 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.187 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.187 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.187 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_all_service_subnets" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper._get_all_service_subnets" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.187 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.187 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.187 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.187 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_network_id_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.187 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.187 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Caught exception trying ensure share '35b3401b-b686-4692-85fd-916b7a99a831'. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 511, in ensure_driver_resources DEBUG: update_share_instances = self.driver.ensure_shares( 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_manager.py", line 804, in raise_NotImplementedError DEBUG: raise NotImplementedError DEBUG: NotImplementedError DEBUG: 2025-11-13 13:52:54.188 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.188 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.194 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.006s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 631, in _ensure_share DEBUG: export_locations = self.driver.ensure_share( 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: manila.exception.ManilaException: An unknown exception occurred. DEBUG: Caught exception trying ensure share '38bb257f-c65d-4a08-9690-01628b2b0046'. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 511, in ensure_driver_resources DEBUG: update_share_instances = self.driver.ensure_shares( 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_manager.py", line 804, in raise_NotImplementedError DEBUG: raise NotImplementedError DEBUG: NotImplementedError DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 631, in _ensure_share DEBUG: 2025-11-13 13:52:54.195 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test__get_all_service_subnets [0.053380s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_with_name_and_status_filters [0.044380s] ... ok DEBUG: 2025-11-13 13:52:54.240 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: export_locations = self.driver.ensure_share( 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: manila.exception.ManilaException: An unknown exception occurred. DEBUG: Caught exception trying ensure share 'd7968c2a-7ded-4229-97a1-8aa7e2ef4b09'. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 511, in ensure_driver_resources DEBUG: update_share_instances = self.driver.ensure_shares( 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_manager.py", line 804, in raise_NotImplementedError DEBUG: raise NotImplementedError DEBUG: NotImplementedError DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 631, in _ensure_share DEBUG: export_locations = self.driver.ensure_share( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: return self._mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:54.240 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.240 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.241 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_network_id_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 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: manila.exception.ManilaException: An unknown exception occurred. DEBUG: 2025-11-13 13:52:54.241 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.241 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.241 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.241 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.241 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.242 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_init_neutron_network_plugin [0.047046s] ... ok DEBUG: 2025-11-13 13:52:54.288 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.288 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.289 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.290 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_init_neutron_network_plugin_with_network_config_group [0.045429s] ... ok DEBUG: 2025-11-13 13:52:54.316 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.317 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_with_ensure_share_1_ManilaException [0.199246s] ... ok DEBUG: 2025-11-13 13:52:54.320 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.320 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_network_id_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.323 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_filter_by_name_and_description_1 [0.045795s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_filter_by_name_and_description_3 [0.023583s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_filter_by_name_and_description_7 [0.037315s] ... ok DEBUG: 2025-11-13 13:52:54.325 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.327 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Plugging service instance into service network fake_service_network_id. setup_connectivity_with_service_instances /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:990 DEBUG: 2025-11-13 13:52:54.327 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_network_id_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.329 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.330 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.330 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_plug_interface_in_host" by "manila.share.drivers.service_instance.NeutronNetworkHelper._plug_interface_in_host" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.330 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_plug_interface_in_host" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper._plug_interface_in_host" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.330 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Plug interface into host - interface_name: fake_interface_name_service, device: , port: _plug_interface_in_host /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:1015 DEBUG: 2025-11-13 13:52:54.330 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.330 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.330 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.331 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_plug_interface_in_host" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper._plug_interface_in_host" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.333 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Plugging service instance into admin network fake_admin_network_id. setup_connectivity_with_service_instances /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:1000 DEBUG: 2025-11-13 13:52:54.333 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_plug_interface_in_host" by "manila.share.drivers.service_instance.NeutronNetworkHelper._plug_interface_in_host" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.333 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_plug_interface_in_host" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper._plug_interface_in_host" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.333 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Plug interface into host - interface_name: fake_interface_name_admin, device: , port: _plug_interface_in_host /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:1015 DEBUG: 2025-11-13 13:52:54.333 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.334 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.334 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.334 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_plug_interface_in_host" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper._plug_interface_in_host" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.334 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_network_id_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.334 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.334 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.338 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.338 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.338 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.340 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_setup_connectivity_with_service_instances [0.051459s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_sort_dir_invalid [0.048035s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_sort_key_invalid [0.026023s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_all_with_sorting_valid [0.022912s] ... ok DEBUG: 2025-11-13 13:52:54.381 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_setup_and_teardown_network_for_instance" by "manila.share.drivers.service_instance.NeutronNetworkHelper.setup_network" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.381 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_setup_and_teardown_network_for_instance" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.setup_network" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.381 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.381 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.382 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.382 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.386 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.386 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.386 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_network_id_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.386 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.386 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.386 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.387 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.388 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Caught exception trying ensure share instances. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 511, in ensure_driver_resources DEBUG: update_share_instances = self.driver.ensure_shares( 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_manager.py", line 937, in raise_exception DEBUG: raise exception.ManilaException(message="Fake raise") DEBUG: manila.exception.ManilaException: Fake raise DEBUG: 2025-11-13 13:52:54.388 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.388 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_network_id_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.388 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.388 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.388 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_setup_and_teardown_network_for_instance" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.setup_network" :: held 0.007s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.392 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_setup_network_and_connect_share_server_to_tenant_net [0.049639s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_non_admin_deferred_state [0.046049s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_with_exception_on_ensure_shares [0.245597s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_not_authorized [0.054901s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_share_attributes_from_share_type_defaults_2 [0.024580s] ... ok DEBUG: The backend fake_host could not get backend info. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 436, in ensure_driver_resources DEBUG: new_backend_info = self.driver.get_backend_info(ctxt) 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_manager.py", line 999, in raise_exception DEBUG: raise exception.ManilaException(message="Fake raise") DEBUG: 2025-11-13 13:52:54.440 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_setup_and_teardown_network_for_instance" by "manila.share.drivers.service_instance.NeutronNetworkHelper.setup_network" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.440 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_setup_and_teardown_network_for_instance" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.setup_network" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: manila.exception.ManilaException: Fake raise DEBUG: 2025-11-13 13:52:54.440 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.440 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.441 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.442 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.442 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.442 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.442 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_network_id_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.442 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.442 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.442 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.443 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.443 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.443 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.443 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.443 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.443 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.443 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.443 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.443 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_network_id_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.444 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.444 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_network_id_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.service_network_id" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.447 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.447 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.447 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.447 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_setup_and_teardown_network_for_instance" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.setup_network" :: held 0.007s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.450 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_setup_network_using_router_connectivity_verification_fail [0.059225s] ... ok DEBUG: 2025-11-13 13:52:54.503 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_setup_and_teardown_network_for_instance" by "manila.share.drivers.service_instance.NeutronNetworkHelper.teardown_network" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.504 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_setup_and_teardown_network_for_instance" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.teardown_network" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.504 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_setup_and_teardown_network_for_instance" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.teardown_network" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.505 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_no_service_data_1 [0.053425s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_with_exception_on_get_backend_info [0.077926s] ... ok DEBUG: 2025-11-13 13:52:54.577 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_setup_and_teardown_network_for_instance" by "manila.share.drivers.service_instance.NeutronNetworkHelper.teardown_network" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.582 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_setup_and_teardown_network_for_instance" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.teardown_network" :: waited 0.005s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.582 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.582 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.583 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.583 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.583 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.583 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.583 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_setup_and_teardown_network_for_instance" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.teardown_network" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.589 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_subnet_not_used_with_no_router_id [0.090585s] ... ok DEBUG: 2025-11-13 13:52:54.647 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_setup_and_teardown_network_for_instance" by "manila.share.drivers.service_instance.NeutronNetworkHelper.teardown_network" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.648 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_setup_and_teardown_network_for_instance" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.teardown_network" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.648 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api_neutron_net_helper" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:54.648 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" acquired by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:54.648 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api_neutron_net_helper" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.648 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_setup_and_teardown_network_for_instance" "released" by "manila.share.drivers.service_instance.NeutronNetworkHelper.teardown_network" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:54.651 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.NeutronNetworkHelperTestCase.test_teardown_network_with_ports_unhandled_exception_2 [0.055126s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_share_attributes_from_share_type_invalid_2 [0.072157s] ... ok DEBUG: 1969-12-31 19:00:00.000 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Checking server availability. _check_server_availability /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:676 DEBUG: 2025-11-13 13:52:54.694 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test__check_server_availability_available_from_start [0.043184s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_get_snapshot [0.028349s] ... ok DEBUG: 2025-11-13 13:52:54.731 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test__create_service_instance_no_key_and_no_path_2 [0.034581s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_handle_revert_to_snapshot_quotas [0.025178s] ... ok DEBUG: 2025-11-13 13:52:54.758 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Service instance 'fake_instance_id' was deleted successfully. _delete_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:439 DEBUG: 2025-11-13 13:52:54.761 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test__delete_server [0.029305s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_manage_new_share_server_not_found [0.033456s] ... ok DEBUG: 2025-11-13 13:52:54.785 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Service instance 'fake_instance_id' was not found. Nothing to delete, skipping. _delete_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:424 DEBUG: 2025-11-13 13:52:54.789 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test__delete_server_not_found [0.031190s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_manage_share_server_invalid [0.026302s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_with_exception_on_update_access_rules [0.202179s] ... ok DEBUG: 2025-11-13 13:52:54.850 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Service instance 'fake_instance_id' was soft-deleted successfully. _delete_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:435 DEBUG: 2025-11-13 13:52:54.853 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_delete_server_soft_deleted [0.060466s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_manage_snapshot [0.057728s] ... ok DEBUG: 2025-11-13 13:52:54.886 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_ensure_server_non_active [0.032482s] ... ok DEBUG: 2025-11-13 13:52:54.915 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_manage_snapshot_share_has_replicas [0.046240s] ... ok DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_05 [0.030934s] ... ok DEBUG: 2025-11-13 13:52:54.945 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_07 [0.027132s] ... ok DEBUG: 2025-11-13 13:52:54.975 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_invalid_cases_08 [0.030080s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_with_shares_and_rules_4__None__None_ [0.139517s] ... ok DEBUG: 2025-11-13 13:52:54.998 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_cases_3 [0.021925s] ... ok DEBUG: Migration of share fake_id cannot be cancelled at this moment. DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_share_server_dhss_false [0.027182s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_cancel_service_down [0.093656s] ... ok DEBUG: 2025-11-13 13:52:55.017 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_cases_7 [0.019209s] ... ok DEBUG: 2025-11-13 13:52:55.043 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_common_server_valid_ipv6_address_4 [0.025995s] ... ok DEBUG: Migration of share fake_id cannot be cancelled at this moment. DEBUG: 2025-11-13 13:52:55.072 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Error managing share server fake_share_server_id DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 3488, in manage_share_server DEBUG: raise exception.ManageShareServerError(reason=msg) DEBUG: manila.exception.ManageShareServerError: Manage existing share server failed due to: Driver did not return required network allocations to be managed. Required number of allocations is 1. DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_cancel_task_state_invalid_1_data_copying_starting [0.058424s] ... ok DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_config_option_from_common_config [0.028893s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_share_server_without_allocations [0.070240s] ... ok DEBUG: 2025-11-13 13:52:55.092 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_get_key" by "manila.share.drivers.service_instance.ServiceInstanceManager._get_key" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.100 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_key" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager._get_key" :: waited 0.007s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.101 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Public key differs from existing keypair. Creating new keypair. _get_key /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:533 DEBUG: 2025-11-13 13:52:55.103 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_key" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager._get_key" :: held 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.106 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_key_exists_recreate [0.036205s] ... ok DEBUG: 2025-11-13 13:52:55.137 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_server_ip_found_in_addresses_section [0.027290s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_snapshot_valid_snapshot_1 [0.070068s] ... ok DEBUG: 2025-11-13 13:52:55.162 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_service_image_not_found [0.025444s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_complete [0.097407s] ... ok DEBUG: 2025-11-13 13:52:55.199 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.201 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.203 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.207 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_get_service_instance_name_using_driver_config [0.039560s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_snapshot_valid_snapshot_2 [0.074588s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_1 [0.057656s] ... ok DEBUG: 2025-11-13 13:52:55.242 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.245 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.247 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.250 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_init_with_common_config_and_handling_of_share_servers [0.043099s] ... ok DEBUG: 2025-11-13 13:52:55.275 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_no_service_user_defined [0.025140s] ... ok DEBUG: 2025-11-13 13:52:55.306 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.307 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.309 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_snapshot_valid_snapshot_3 [0.082301s] ... ok DEBUG: 2025-11-13 13:52:55.311 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_get_or_create_security_group" by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.322 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_or_create_security_group" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" :: waited 0.011s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.323 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_driver [0.098638s] ... ok DEBUG: Failed to obtain migration progress of share fake_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py", line 2140, in migration_get_progress DEBUG: result = self.share_rpcapi.migration_get_progress( 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: fake DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_driver_error [0.100332s] ... ok DEBUG: 2025-11-13 13:52:55.324 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.328 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.005s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.329 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating security group with name 'fake_sg_name_from_config'. _get_or_create_security_group /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:383 DEBUG: 2025-11-13 13:52:55.329 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.334 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.005s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.334 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.334 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.334 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.334 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.335 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.335 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Migration progress of share fake_id cannot be obtained at this moment. DEBUG: 2025-11-13 13:52:55.335 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.335 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.335 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.335 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.335 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.335 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.336 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.336 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.336 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.344 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.008s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.344 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.344 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.344 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.344 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.345 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.345 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.345 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.345 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.345 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.345 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_or_create_security_group" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" :: held 0.023s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.345 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_get_or_create_security_group" by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.345 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_or_create_security_group" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.345 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.346 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.346 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.346 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating security group with name 'manila-service-subnet-allow_subnet_id'. _get_or_create_security_group /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:383 DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: 2025-11-13 13:52:55.346 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.346 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.346 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.346 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.346 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.346 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Migration progress of share fake_id cannot be obtained at this moment. DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: 2025-11-13 13:52:55.347 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_or_create_security_group" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.355 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_security_group_creation_with_name_from_conf_allow_ssh_1_None [0.082197s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_driver_service_down [0.062487s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_service_down [0.082742s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: 2025-11-13 13:52:55.413 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.413 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.413 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.413 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_get_or_create_security_group" by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.414 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_or_create_security_group" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: 2025-11-13 13:52:55.414 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.414 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.414 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.414 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating security group with name 'fake_name'. _get_or_create_security_group /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:383 DEBUG: 2025-11-13 13:52:55.414 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.414 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: 2025-11-13 13:52:55.414 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.415 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.415 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: 2025-11-13 13:52:55.415 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.415 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.415 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.415 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.415 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.415 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.416 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.416 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.416 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: 2025-11-13 13:52:55.416 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.416 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.416 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.416 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.417 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.417 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.417 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.417 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: 2025-11-13 13:52:55.417 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.417 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.417 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.417 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.417 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.418 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_or_create_security_group" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" :: held 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.418 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_get_or_create_security_group" by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.418 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_or_create_security_group" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.418 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.418 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.418 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.418 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating security group with name 'manila-service-subnet-allow_subnet_id'. _get_or_create_security_group /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:383 DEBUG: 2025-11-13 13:52:55.418 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.419 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.419 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.419 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.419 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.419 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.419 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_or_create_security_group" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.420 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_security_group_creation_with_name_from_conf_allow_ssh_2_fake_name [0.061283s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_has_replicas [0.128430s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_host_assisted_with_snapshots [0.045916s] ... ok DEBUG: 2025-11-13 13:52:55.471 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.472 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.472 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.472 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "service_instance_get_or_create_security_group" by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.472 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_or_create_security_group" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.472 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.472 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.473 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.473 3331052 DEBUG manila.share.drivers.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Creating security group with name 'fake_name'. _get_or_create_security_group /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/service_instance.py:383 DEBUG: 2025-11-13 13:52:55.473 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.473 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.473 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.473 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.473 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.473 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.474 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.474 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.474 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.474 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.474 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.474 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.474 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.474 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.474 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.475 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.475 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.475 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.475 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: Invalid parameter combination. Cannot set parameters "nondisruptive", "writable", "preserve_snapshots" or "preserve_metadata" to True when enabling the "force_host_assisted_migration" option. DEBUG: 2025-11-13 13:52:55.475 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.475 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.475 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.475 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.476 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.476 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.481 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.005s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.481 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.482 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_network_helper" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:52:55.482 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" acquired by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:52:55.482 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_network_helper" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager.network_helper" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.482 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "service_instance_get_or_create_security_group" "released" by "manila.share.drivers.service_instance.ServiceInstanceManager._get_or_create_security_group" :: held 0.010s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:52:55.483 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_security_group_creation_with_name_from_config_2_fake_name [0.052721s] ... ok DEBUG: 2025-11-13 13:52:55.527 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_set_up_service_instance_1 [0.045573s] ... ok DEBUG: 2025-11-13 13:52:55.576 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_set_up_service_instance_4 [0.049424s] ... ok DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver.TestValidateAccessRules.test_validate_access_rules_invalid_level [0.000159s] ... ok DEBUG: 2025-11-13 13:52:55.581 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: 2025-11-13 13:52:55.581 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VAST Data driver setup is complete. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:153 DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_backend_info [0.001510s] ... ok DEBUG: 2025-11-13 13:52:55.582 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: 2025-11-13 13:52:55.587 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VAST Data driver setup is complete. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:153 DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_create_shares_2__1073741824___NFS___None_ [0.015796s] ... ok DEBUG: 2025-11-13 13:52:55.599 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: 2025-11-13 13:52:55.599 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VAST Data driver setup is complete. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:153 DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_create_shares_5__1___NFS____fakeid__ [0.011846s] ... ok DEBUG: 2025-11-13 13:52:55.618 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: 2025-11-13 13:52:55.618 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VAST Data driver setup is complete. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:153 DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_create_shares_6__1___NFS___None_ [0.024019s] ... ok DEBUG: 2025-11-13 13:52:55.635 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: 2025-11-13 13:52:55.638 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VAST Data driver setup is complete. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:153 DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_create_snapshot [0.020653s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_invalid_host_and_driver_assisted_params_2 [0.038764s] ... ok DEBUG: 2025-11-13 13:52:55.656 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: 2025-11-13 13:52:55.656 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VAST Data driver setup is complete. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:153 DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_do_setup [0.001531s] ... ok DEBUG: 2025-11-13 13:52:55.661 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: 2025-11-13 13:52:55.662 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VAST Data driver setup is complete. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:153 DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_resize_share_quota_not_found [0.016764s] ... ok DEBUG: 2025-11-13 13:52:55.676 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: 2025-11-13 13:52:55.676 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VAST Data driver setup is complete. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:153 DEBUG: 2025-11-13 13:52:55.688 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Changing access on fakeid. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:241 DEBUG: 2025-11-13 13:52:55.688 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Changing access on /fake/manila-fakeid. Rules: {'nfs_read_write': ['10.0.0.1'], 'nfs_read_only': ['10.0.0.1', '10.0.0.4', '10.0.0.2', '10.0.0.6', '10.0.0.3', '10.0.0.5']}. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:257 DEBUG: 2025-11-13 13:52:55.688 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Changing access on fakeid. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:241 DEBUG: 2025-11-13 13:52:55.689 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Changing access on /fake/manila-fakeid. Rules: {'nfs_read_write': ['10.0.0.1'], 'nfs_read_only': ['10.0.0.4', '10.0.0.6', '10.0.0.3', '10.0.0.5']}. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:264 DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_update_access_for_cidr [0.015774s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_is_member_of_group [0.052978s] ... ok DEBUG: 2025-11-13 13:52:55.690 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: 2025-11-13 13:52:55.690 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VAST Data driver setup is complete. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:153 DEBUG: 2025-11-13 13:52:55.706 3331052 ERROR manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to provide ry access to 10.0.0.1 (Rule ID: 12345, Reason: Invalid or unsupported share access level: ry.). Setting rule to 'error' state.: manila.exception.InvalidShareAccessLevel: Invalid or unsupported share access level: ry. DEBUG: 2025-11-13 13:52:55.706 3331052 ERROR manila.share.drivers.vastdata.driver Traceback (most recent call last): DEBUG: 2025-11-13 13:52:55.706 3331052 ERROR manila.share.drivers.vastdata.driver File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py", line 221, in update_access DEBUG: 2025-11-13 13:52:55.706 3331052 ERROR manila.share.drivers.vastdata.driver validate_access_rule(rule) DEBUG: 2025-11-13 13:52:55.706 3331052 ERROR manila.share.drivers.vastdata.driver File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py", line 416, in validate_access_rule DEBUG: 2025-11-13 13:52:55.706 3331052 ERROR manila.share.drivers.vastdata.driver raise exception.InvalidShareAccessLevel(level=access_level) DEBUG: 2025-11-13 13:52:55.706 3331052 ERROR manila.share.drivers.vastdata.driver manila.exception.InvalidShareAccessLevel: Invalid or unsupported share access level: ry. DEBUG: 2025-11-13 13:52:55.706 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to provide ro access to 10.0.0.2/33 (Rule ID: 12347, Reason: Invalid access rule: invalid IPNetwork 10.0.0.2/33). Setting rule to 'error' state.: manila.exception.InvalidShareAccess: Invalid access rule: invalid IPNetwork 10.0.0.2/33 DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver Traceback (most recent call last): DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver File "/usr/lib/python3.12/site-packages/netaddr/ip/__init__.py", line 1034, in __init__ DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver value, prefixlen = parse_ip_network( DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver ^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver File "/usr/lib/python3.12/site-packages/netaddr/ip/__init__.py", line 923, in parse_ip_network DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver raise AddrFormatError('invalid prefix for %s address!' % module.family_name) DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver netaddr.core.AddrFormatError: invalid prefix for IPv4 address! DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver During handling of the above exception, another exception occurred: DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver Traceback (most recent call last): DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py", line 418, in validate_access_rule DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver netaddr.IPNetwork(access_rule["access_to"]) DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver File "/usr/lib/python3.12/site-packages/netaddr/ip/__init__.py", line 1045, in __init__ DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver raise AddrFormatError('invalid IPNetwork %s' % (addr,)) DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver netaddr.core.AddrFormatError: invalid IPNetwork 10.0.0.2/33 DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver During handling of the above exception, another exception occurred: DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver Traceback (most recent call last): DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py", line 221, in update_access DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver validate_access_rule(rule) DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py", line 420, in validate_access_rule DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver raise exception.InvalidShareAccess(reason=str(exc)) DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver manila.exception.InvalidShareAccess: Invalid access rule: invalid IPNetwork 10.0.0.2/33 DEBUG: 2025-11-13 13:52:55.708 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to provide rw access to 10.0.0.2.4 (Rule ID: 12348, Reason: Invalid access rule: invalid IPNetwork 10.0.0.2.4). Setting rule to 'error' state.: manila.exception.InvalidShareAccess: Invalid access rule: invalid IPNetwork 10.0.0.2.4 DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver Traceback (most recent call last): DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver File "/usr/lib/python3.12/site-packages/netaddr/strategy/ipv4.py", line 128, in str_to_int DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver packed = _inet_pton(AF_INET, addr) DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver OSError: illegal IP address string passed to inet_pton DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver During handling of the above exception, another exception occurred: DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver Traceback (most recent call last): DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver File "/usr/lib/python3.12/site-packages/netaddr/ip/__init__.py", line 346, in __init__ DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver self._value = self._module.str_to_int(addr, flags) DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver File "/usr/lib/python3.12/site-packages/netaddr/strategy/ipv4.py", line 132, in str_to_int DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver raise error DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver netaddr.core.AddrFormatError: '10.0.0.2.4' is not a valid IPv4 address string! DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver During handling of the above exception, another exception occurred: DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver Traceback (most recent call last): DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver File "/usr/lib/python3.12/site-packages/netaddr/ip/__init__.py", line 1034, in __init__ DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver value, prefixlen = parse_ip_network( DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver ^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver File "/usr/lib/python3.12/site-packages/netaddr/ip/__init__.py", line 902, in parse_ip_network DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver ip = IPAddress(val1, module.version, flags=INET_PTON) DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver File "/usr/lib/python3.12/site-packages/netaddr/ip/__init__.py", line 348, in __init__ DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver raise AddrFormatError( DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver netaddr.core.AddrFormatError: base address '10.0.0.2.4' is not IPv4 DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver During handling of the above exception, another exception occurred: DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver Traceback (most recent call last): DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py", line 418, in validate_access_rule DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver netaddr.IPNetwork(access_rule["access_to"]) DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver File "/usr/lib/python3.12/site-packages/netaddr/ip/__init__.py", line 1045, in __init__ DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver raise AddrFormatError('invalid IPNetwork %s' % (addr,)) DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver netaddr.core.AddrFormatError: invalid IPNetwork 10.0.0.2.4 DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver During handling of the above exception, another exception occurred: DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver Traceback (most recent call last): DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py", line 221, in update_access DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver validate_access_rule(rule) DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py", line 420, in validate_access_rule DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver raise exception.InvalidShareAccess(reason=str(exc)) DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver manila.exception.InvalidShareAccess: Invalid access rule: invalid IPNetwork 10.0.0.2.4 DEBUG: 2025-11-13 13:52:55.710 3331052 ERROR manila.share.drivers.vastdata.driver DEBUG: 2025-11-13 13:52:55.722 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Changing access on fakeid. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:241 DEBUG: 2025-11-13 13:52:55.723 3331052 DEBUG manila.share.drivers.vastdata.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Changing access on /fake/manila-fakeid. Rules: {'nfs_read_write': ['10.0.0.1'], 'nfs_read_only': ['10.0.0.2']}. update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/driver.py:257 DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver.VASTShareDriverTestCase.test_update_access_for_invalid_rules [0.033992s] ... ok DEBUG: 2025-11-13 13:52:55.776 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_but_with [0.054615s] ... ok DEBUG: 2025-11-13 13:52:55.813 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_deep_copy [0.038300s] ... ok DEBUG: 2025-11-13 13:52:55.853 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_delattr_missing [0.038257s] ... ok DEBUG: 2025-11-13 13:52:55.883 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_dir [0.029731s] ... ok DEBUG: 2025-11-13 13:52:55.909 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_bunch_without [0.025791s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_same_data_as_source_2 [0.051925s] ... ok DEBUG: 2025-11-13 13:52:55.932 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver_util.TestBunch.test_getitem_with_integral_key [0.023444s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_snapshot_valid_snapshot_5 [0.644295s] ... ok DEBUG: 2025-11-13 13:52:55.959 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver_util.TestBunchify.test_bunchify_edge_cases [0.026430s] ... ok DEBUG: 2025-11-13 13:52:55.980 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver_util.TestGenerateIpRange.test_generate_ip_range_2_____15_0_0_1____15_0_0_1______10_0_0_20____10_0_0_20_______15_0_0_1____10_0_0_20___ [0.020902s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_status_unavailable [0.099652s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_prefix_with_valid_missing_extra_spec_mount_point_name [0.024563s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_cancel_invalid [0.099382s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_promote_share_replica_admin_authorized_1_out_of_sync [0.026411s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_promote_share_replica_admin_authorized_2_error [0.029262s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_promote_share_replica_non_available_status_5_replication_change [0.034329s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_revert_to_replicated_snapshot [0.024924s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_revert_to_replicated_snapshot_no_active_replica [0.021064s] ... ok DEBUG: Driver-assisted migration of share share_id failed. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1556, in migration_driver_continue DEBUG: finished = self.driver.migration_continue( 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: Exception: fake DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_driver_continue_1 [0.154014s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_revert_to_snapshot_1_True [0.021512s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_get_progress [0.074283s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_server_migration_start_nondisruptive_and_network_change [0.072608s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_get_progress_exception_2_migration_cancelled [0.042675s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_cancel_2_migration_driver_in_progress [0.063224s] ... ok DEBUG: The driver could not migrate the share fake_id DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1675, in migration_start DEBUG: success = self._migration_start_driver( 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: fake_exc_1 DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_start_exception [0.038097s] ... ok DEBUG: Host-assisted migration failed for share fake_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1714, in migration_start DEBUG: self._migration_start_host_assisted( 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: fake_exc_2 DEBUG: Migration of share server 05fff987-812e-41d8-96d4-7bafa4a7c8ee cannot be cancelled because the provided share server is not being migrated. DEBUG: Host-assisted migration failed for share share_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1697, in migration_start DEBUG: raise exception.ShareMigrationFailed(reason=msg) DEBUG: manila.exception.ShareMigrationFailed: Share migration failed: Migration for share share_id could not be performed because host-assisted migration is not allowed when share must remain writable, preserve snapshots and/or file metadata or be performed nondisruptively. DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_cancel_server_not_migrating_1___active___None_ [0.051422s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_start_prevent_host_assisted_1 [0.040829s] ... ok DEBUG: Host-assisted migration failed for share share_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1697, in migration_start DEBUG: raise exception.ShareMigrationFailed(reason=msg) DEBUG: manila.exception.ShareMigrationFailed: Share migration failed: Migration for share share_id could not be performed because host-assisted migration is not allowed when share must remain writable, preserve snapshots and/or file metadata or be performed nondisruptively. DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_start_prevent_host_assisted_2 [0.037645s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_cancel_service_not_up_1_migration_driver_phase1_done [0.049187s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_periodic_share_replica_snapshot_update [0.020795s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_promote_share_replica_driver_exception [0.027018s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_destination [0.045686s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_promote_share_replica_driver_update_nothing_has_snaps_1___ [0.031593s] ... ok DEBUG: 2025-11-13 13:52:56.522 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver_util.TestGenerateIpRange.test_generate_ip_range_large_range [0.543002s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_promote_share_replica_driver_updates_replica_list_1_readable [0.020977s] ... ok DEBUG: 2025-11-13 13:52:56.544 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.vastdata.test_driver_util.TestVerboseDriverTrace.test_verbose_driver_trace_debug_true [0.021513s] ... ok DEBUG: 2025-11-13 13:52:56.547 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {3} manila.tests.share.drivers.vastdata.test_rest.TestFolders.test_requisite_decorator_8_4_6_9 [0.001894s] ... ok DEBUG: 2025-11-13 13:52:56.549 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: {3} manila.tests.share.drivers.vastdata.test_rest.TestSession.test_refresh_auth_token_failure [0.001654s] ... ok DEBUG: 2025-11-13 13:52:56.551 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: 2025-11-13 13:52:56.552 3331052 DEBUG manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] DEBUG: [POST] https://host/api/test_method/ >>>: DEBUG: | {'foo': 'bar', 'params': None} request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/rest.py:108 DEBUG: 2025-11-13 13:52:56.554 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.vastdata.rest.Session.request' after 0.002(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:56.555 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.vastdata.rest.Session.request in 1.0 seconds as it raised VastApiRetry: Rest api retry: Token is invalid or expired.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_progress_1_migration_driver_in_progress [0.060397s] ... ok DEBUG: Cannot choose compatible share-server: fake DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_provide_share_server_for_share_group_incompatible_servers [0.025648s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_progress_2_migration_success [0.041861s] ... ok DEBUG: Cannot restore backup e5b70d09-dbfb-4bcb-b702-867a25538d81 to target share 0b77f542-1e4f-440e-9972-a008f36ef6e2 as share driver does not provide support for targeted restores DEBUG: NoneType: None DEBUG: Failed to restore backup e5b70d09-dbfb-4bcb-b702-867a25538d81 to share 0b77f542-1e4f-440e-9972-a008f36ef6e2 by driver. DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_restore_backup_respects_restore_to_target [0.061322s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_progress_has_destination_only [0.037526s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_revert_to_snapshot_1_True [0.019835s] ... ok DEBUG: Migration progress of share server 68784322-908a-4355-8928-9fc7fca39993 cannot be obtained. The provided share server is not being migrated. DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_progress_not_migrating [0.038962s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_server_migration_cancel_exception_1_migration_success [0.043208s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_setup_server_incorrect_detail_data [0.022377s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_snapshot_allow_access_access_exists_exception [0.060327s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_share_manager_instance [0.027360s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_soft_delete_share [0.025259s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_soft_delete_share_already_soft_deleted [0.022693s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_soft_delete_share_with_snapshot [0.024341s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_cancel_1_migration_driver_phase1_done [0.071952s] ... ok DEBUG: This operation is supported only on backends that handles share servers. DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_check_dhss_false [0.019328s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_update_metadata_from_share_type_extra_specs_2_False [0.024629s] ... ok DEBUG: Driver migration completion failed for share server 60bb1ac6-f501-4443-af00-6f0948da2a7d. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 6374, in share_server_migration_complete DEBUG: self._server_migration_complete_driver(context, 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: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_complete_exception_2_False [0.060370s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_update_share_network_security_service [0.061268s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_update_share_network_security_service_update_hosts_failure [0.023345s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_update_share_server_network_allocations_fail_validation [0.024457s] ... ok DEBUG: Destination share server be25aceb-da73-4492-be99-693ee517aaae refers to a source share server 1bf3fb1e-aeda-4fad-ba01-d14b6d2a8ea1 that does not exists. DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_continue_exception_1 [0.065422s] ... ok DEBUG: {2} manila.tests.share.test_api.ShareAPITestCase.test_update_share_server_network_allocations_no_check [0.022348s] ... ok DEBUG: Recovering from a failed execute. Try number 1 DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py", line 239, in _try_execute DEBUG: self._execute(*command, **kwargs) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_driver.py", line 35, in fake_execute_with_raise DEBUG: raise exception.ProcessExecutionError DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: Recovering from a failed execute. Try number 2 DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py", line 239, in _try_execute DEBUG: self._execute(*command, **kwargs) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_driver.py", line 35, in fake_execute_with_raise DEBUG: raise exception.ProcessExecutionError DEBUG: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test__try_execute [0.019885s] ... ok DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_invalid_cases_3 [0.017933s] ... ok DEBUG: Shrink share failed. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 5047, in shrink_share DEBUG: self.driver.shrink_share( 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: manila.exception.InvalidShare: fake DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_shrink_share_invalid_1 [0.053723s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_invalid_cases_4 [0.019658s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_invalid_cases_9 [0.018759s] ... ok DEBUG: Shrink share failed due to possible data loss. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 5047, in shrink_share DEBUG: self.driver.shrink_share( 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: manila.exception.ShareShrinkingPossibleDataLoss: fake DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_shrink_share_invalid_2 [0.046330s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_valid_cases_1 [0.024583s] ... ok DEBUG: Failed to update quota on share shrinking. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 5041, in shrink_share DEBUG: reservations = QUOTAS.reserve(context, **deltas) 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: fake DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_shrink_share_quota_error_1 [0.058667s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_snapshot_update_access [0.026059s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_transfer_accept_2_False [0.175549s] ... ok DEBUG: Share can not be unmanaged: Invalid share: fake.. DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_invalid_share [0.046922s] ... ok DEBUG: Error unmanaging share server fake_share_server_id DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 3579, in unmanage_share_server DEBUG: self.db.share_server_delete(context, share_server_id) 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: manila.exception.ShareServerNotFound: Share server fake could not be found. DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_server_error [0.048151s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_valid_cases_5 [0.356290s] ... ok DEBUG: The enabled IP version of the network plugin is not compatible with the version supported by backend fake_backend. DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_add_ip_version_capability_if_dhss_true_2 [0.024559s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_add_ip_version_capability_if_dhss_true_3 [0.024996s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_allocate_admin_network_count_None [0.027899s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_check_redefined_driver_methods_3____create_snapshot____delete_snapshot______create_snapshot____delete_snapshot____True_ [0.023741s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_server_with_network_allocations [0.128371s] ... ok DEBUG: 2025-11-13 13:52:57.557 3331052 DEBUG manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] DEBUG: [POST] https://host/api/test_method/ >>>: DEBUG: | {'foo': 'bar', 'params': None} request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/rest.py:108 DEBUG: 2025-11-13 13:52:57.557 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.vastdata.rest.Session.request' after 1.005(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:52:57.558 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.vastdata.rest.Session.request in 2.0 seconds as it raised VastApiRetry: Rest api retry: Token is invalid or expired.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_create_replica [0.027803s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_from_snapshot_exists_and_set_explicitly_2_False [0.020674s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_from_snapshot_support_absent_3_create_share_from_snapshotFOO [0.019406s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_valid_share_remove_access_rules [0.067468s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_from_snapshot_support_exists [0.019339s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_update_quota_usages_update [0.024365s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_group_from_share_group_snapshot_dhss [0.021197s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_update_share_network_security_service [0.024073s] ... ok DEBUG: Could not create share group snapshot. Failed to create share snapshot 1e010dfe-545b-432d-ab95-4ef03cd82f89 for share a3ebdba5-b4e1-46c8-a0ea-a9ac8daf5296. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py", line 1697, in create_share_group_snapshot DEBUG: member_update = self.create_snapshot( 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 1202, in _execute_mock_call DEBUG: raise result DEBUG: manila.exception.ManilaException: An unknown exception occurred. DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_group_snapshot_failed_snapshot [0.019345s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_update_share_replica_replica [0.024886s] ... ok DEBUG: No shares in share group to create snapshot. DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_group_snapshot_no_members [0.025188s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_delete_replicated_snapshot [0.019661s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_drivers_methods_needed_by_manage_functionality_1_manage_existing [0.017633s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_drivers_methods_needed_by_manage_snapshot_functionality_2_unmanage_snapshot [0.018409s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_get_periodic_hook_data [0.018757s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_get_share_server_pools_2_False [0.021227s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_update_share_usage_size_fail [0.114724s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_get_share_stats_refresh_false [0.021654s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_get_share_status [0.019325s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_invalid_values_05 [0.057464s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_instantiate_share_driver_another_config_group [0.028232s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_instantiate_share_driver_no_configuration [0.018995s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_migration_cancel [0.023295s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_valid_values_05 [0.059794s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_migration_check_compatibility [0.018545s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_valid_values_07 [0.024332s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_migration_get_progress [0.017666s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_verify_server_cleanup_interval_valid_cases_1_10 [0.024251s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_setup_server_handling_enabled [0.018527s] ... ok DEBUG: {1} manila.tests.share.test_manager.ShareManagerTestCase.test_verify_server_cleanup_interval_valid_cases_2_36 [0.021342s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_share_server_migration_cancel [0.019557s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_snapshot_support_absent_1___ [0.019380s] ... ok DEBUG: {1} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_cleanup_access_rules_1_None [0.041672s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_snapshot_support_absent_2_create_snapshot [0.019575s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_snapshot_support_absent_4___create_snapshot____delete_snapshotFOO__ [0.018180s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_snapshot_support_exists_and_set_explicitly_1_True [0.017890s] ... ok DEBUG: {1} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_cleanup_access_rules_2 [0.047645s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_snapshot_support_exists_and_set_explicitly_2_False [0.020339s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_snapshot_support_not_exists_and_set_explicitly_1_True [0.019308s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_snapshot_update_access [0.018051s] ... ok DEBUG: {1} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_wait_for_share_server_1_active [0.057013s] ... ok DEBUG: {2} manila.tests.share.test_driver.ShareDriverTestCase.test_update_share_server_network_allocations [0.022061s] ... ok DEBUG: {2} manila.tests.share.test_drivers_private_data.DriverPrivateDataTestCase.test_custom_storage_driver [0.019057s] ... ok DEBUG: {2} manila.tests.share.test_drivers_private_data.DriverPrivateDataTestCase.test_invalid_parameters [0.017814s] ... ok DEBUG: {1} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_wait_for_share_server_2_error [0.064735s] ... ok DEBUG: {2} manila.tests.share.test_drivers_private_data.DriverPrivateDataTestCase.test_invalid_single_parameter_1 [0.021898s] ... ok DEBUG: {2} manila.tests.share.test_drivers_private_data.DriverPrivateDataTestCase.test_invalid_single_parameter_2 [0.019745s] ... ok DEBUG: {2} manila.tests.share.test_hook.HookBaseTestCase.test_execute_periodic_hook_enabled_1_True [0.019411s] ... ok DEBUG: {2} manila.tests.share.test_hook.HookBaseTestCase.test_execute_periodic_hook_enabled_2_False [0.018881s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_connection_get_info [0.083210s] ... ok DEBUG: {2} manila.tests.share.test_hook.HookBaseTestCase.test_execute_post_hook_disabled [0.020931s] ... ok DEBUG: {2} manila.tests.share.test_hook.HookBaseTestCase.test_execute_post_hook_exception_with_suppression [0.022213s] ... ok DEBUG: {2} manila.tests.share.test_hook.HookBaseTestCase.test_execute_post_hook_exception_without_suppression [0.035932s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_create_snapshot [0.087415s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__check_share_network_update_finished_already_active [0.028672s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_delete_share_group_snapshot [0.081466s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__check_share_server_backend_limits_2__False__1__100__5__0_ [0.140831s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_ensure_driver_resources [0.084432s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__do_update_share_server_network_allocations [0.022062s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__init_hook_drivers [0.021703s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_manage_share_server [0.084569s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_complete_driver_2 [0.093447s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_complete_host_assisted_status_2_data_copying_cancelled [0.040855s] ... ok DEBUG: {1} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_migration_complete [0.086319s] ... ok DEBUG: Data copy of host assisted migration for share fake_id has not completed successfully. DEBUG: Data copy for migration of share fake_id has not completed yet. DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_complete_host_assisted_status_4_other [0.038808s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_complete_instance_2 [0.042260s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_promote_share_replica [0.089322s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_revert_to_snapshot [0.085427s] ... ok DEBUG: Driver-assisted migration of share fake_id failed. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1367, in _migration_start_driver DEBUG: raise exception.ShareMigrationFailed(reason=msg) DEBUG: manila.exception.ShareMigrationFailed: Share migration failed: All snapshots must have 'available' status to be migrated by the driver along with share fake_id. DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_start_driver_2 [0.106083s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_transfer_accept [0.080942s] ... ok DEBUG: Driver-assisted migration of share 5465b5d8-19aa-48a2-a13d-79b1f582d151 failed. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1348, in _migration_start_driver DEBUG: raise exception.ShareMigrationFailed(reason=msg) DEBUG: manila.exception.ShareMigrationFailed: Share migration failed: Driver cannot perform migration of share 5465b5d8-19aa-48a2-a13d-79b1f582d151 while preserving snapshots. DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_start_driver_not_compatible_5 [0.084052s] ... ok DEBUG: Failed to create instance on destination backend during migration of share fake_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1748, in _migration_start_host_assisted DEBUG: dest_share_instance = helper.create_instance_and_wait( 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: fake DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_start_host_assisted_2 [0.062309s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_update_access_for_share_instances [0.085208s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__reset_read_only_access_rules_2_False [0.050089s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__revert_to_snapshot_2__None__True_ [0.023201s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_update_share_network_security_service [0.083522s] ... ok DEBUG: Driver error when updating replica state for replica a281a302-5948-4554-867f-3bfa2c391351. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 3009, in _share_replica_update DEBUG: replica_state = self.driver.update_replica_state( 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: manila.exception.ManilaException: An unknown exception occurred. DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_driver_exception_ignored [0.024802s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_unqualified_replica_2 [0.019654s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test__revert_allocated_share_type_quotas_during_migration_2_False [0.036145s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_unqualified_replica_3 [0.019183s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_add_access [0.021141s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_unqualified_replica_7 [0.020097s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_add_access_invalid [0.018156s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_create_without_required_extra_spec_1 [0.019868s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_empty_string [0.018459s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__share_server_migration_start_driver_1__True__True_ [0.048777s] ... ok DEBUG: Share type test has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_all_types_2 [0.020073s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_all_types_search_by_availability_zone_2_supernova_nova [0.018069s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_valid_optional_extra_specs [0.017416s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_valid_optional_extra_specs_invalid_1 [0.017432s] ... ok DEBUG: Driver-assisted migration of share server 8f8fddfd-25e4-41d0-8044-5d740c9a55ac failed. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 6051, in _share_server_migration_start_driver DEBUG: server_info = self.driver.share_server_migration_start( 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: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__share_server_migration_start_driver_exception [0.080026s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_valid_required_extra_specs_invalid_2 [0.019553s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__update_replica_snapshot_both_deleted_from_database [0.020439s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_valid_required_extra_specs_valid_1 [0.020548s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__update_replica_snapshot_driver_raises_Not_Found_exception [0.022475s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_08___snapshot_support____f__ [0.018073s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__update_resource_status_1 [0.019596s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_11___snapshot_support____n__ [0.016876s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_14___create_share_from_snapshot_support____t__ [0.016381s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_15___create_share_from_snapshot_support____true__ [0.016213s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_19___create_share_from_snapshot_support____0__ [0.016424s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__update_share_network_security_service_1_False [0.053499s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_22___create_share_from_snapshot_support____off__ [0.018294s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__update_share_server_allocations_check_operation_2___fake_host___false_ [0.022279s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: 2025-11-13 13:52:59.558 3331052 DEBUG manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] DEBUG: [POST] https://host/api/test_method/ >>>: DEBUG: | {'foo': 'bar', 'params': None} request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/rest.py:108 DEBUG: 2025-11-13 13:52:59.559 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.vastdata.rest.Session.request' after 3.006(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: {3} manila.tests.share.drivers.vastdata.test_rest.TestSession.test_refresh_token_retries [3.008403s] ... ok DEBUG: /usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method DEBUG: warnings.warn("TestResult has no addDuration method", DEBUG: 2025-11-13 13:52:59.559 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: 2025-11-13 13:52:59.560 3331052 DEBUG manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] DEBUG: [GET] https://host/api/test_method/ >>> (request) request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/rest.py:110 DEBUG: {3} manila.tests.share.drivers.vastdata.test_rest.TestSession.test_request_failure_500 [0.001326s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test__update_share_status [0.094919s] ... ok DEBUG: 2025-11-13 13:52:59.561 3331052 INFO manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] VMS session is using username/password authentication (Bearer token will be acquired). DEBUG: 2025-11-13 13:52:59.563 3331052 DEBUG manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] DEBUG: [GET] https://host/api/test_method/ >>> (request) request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/rest.py:110 DEBUG: 2025-11-13 13:52:59.564 3331052 DEBUG manila.share.drivers.vastdata.rest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] DEBUG: [GET] https://host/api/test_method/ <<< (response) request /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/vastdata/rest.py:135 DEBUG: {3} manila.tests.share.drivers.vastdata.test_rest.TestSession.test_request_no_return_content [0.003266s] ... ok DEBUG: {3} manila.tests.share.drivers.vastdata.test_rest.TestVastResource.test_ensure_when_entry_found [0.003134s] ... ok DEBUG: {3} manila.tests.share.drivers.vastdata.test_rest.TestVastResource.test_list_with_filtering_params [0.006614s] ... ok DEBUG: {3} manila.tests.share.drivers.vastdata.test_rest.TestVastResource.test_update_with_provided_params [0.002781s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_04_migration_complete [0.023349s] ... ok DEBUG: 2025-11-13 13:52:59.609 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ACCESSShareDriver called __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:124 DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_07_manage_share [0.021950s] ... ok DEBUG: 2025-11-13 13:52:59.613 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test__access_api [0.038487s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_09_delete_share_instance [0.026886s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_11_delete_expired_share [0.035875s] ... ok DEBUG: 2025-11-13 13:52:59.680 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ACCESSShareDriver called __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:124 DEBUG: 2025-11-13 13:52:59.680 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Access API operation Failed. _access_api /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:556 DEBUG: 2025-11-13 13:52:59.682 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test__access_api_negative [0.067527s] ... ok DEBUG: 2025-11-13 13:52:59.704 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ACCESSShareDriver called __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:124 DEBUG: 2025-11-13 13:52:59.711 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: {3} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test__does_item_exist_at_va_backend [0.030571s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_14_update_access [0.037726s] ... ok DEBUG: 2025-11-13 13:52:59.732 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ACCESSShareDriver called __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:124 DEBUG: 2025-11-13 13:52:59.733 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test__fetch_existing_rule [0.020012s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_19_extend_share [0.025069s] ... ok DEBUG: 2025-11-13 13:52:59.754 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ACCESSShareDriver called __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:124 DEBUG: 2025-11-13 13:52:59.755 3331052 ERROR manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Fetching pool details operation failed. DEBUG: 2025-11-13 13:52:59.755 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test__get_access_pool_details_negative [0.021999s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_20_shrink_share [0.024971s] ... ok DEBUG: 2025-11-13 13:52:59.783 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ACCESSShareDriver called __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:124 DEBUG: 2025-11-13 13:52:59.784 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test__get_api [0.028849s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: 2025-11-13 13:52:59.811 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ACCESSShareDriver called __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:124 DEBUG: 2025-11-13 13:52:59.812 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ACCESSShareDriver create_share_from_snapshot snapname d8bab6bb-625cdf74 sharename 144c9def-b068931c create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:535 DEBUG: 2025-11-13 13:52:59.812 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ACCESSShareDriver create_share location 1.1.1.1:/vx/144c9def-b068931c:d8bab6bb-625cdf74 create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:541 DEBUG: 2025-11-13 13:52:59.813 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_create_share_from_snapshot [0.027270s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_22_delete_share_group [0.056575s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: 2025-11-13 13:52:59.839 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ACCESSShareDriver called __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:124 DEBUG: 2025-11-13 13:52:59.841 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_delete_snapshot_if_not_present_at_backend [0.027730s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_24_delete_share_group_snapshot [0.029465s] ... ok DEBUG: 2025-11-13 13:52:59.871 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ACCESSShareDriver called __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:124 DEBUG: 2025-11-13 13:52:59.872 3331052 ERROR manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ('ACCESSShareDriver shrink share failed %s', 'fakename2') DEBUG: 2025-11-13 13:52:59.873 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: {3} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_shrink_share_negative [0.032399s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_26_delete_share_replica [0.022780s] ... ok DEBUG: Error encountered during initialization of driver FakeShareDriver@fake_host DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: self.driver.do_setup(ctxt) 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: 2025-11-13 13:52:59.896 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ACCESSShareDriver called __init__ /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:124 DEBUG: 2025-11-13 13:52:59.897 3331052 DEBUG manila.share.drivers.veritas.veritas_isa [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ACCESSShareDriver allow_access sharepath /vx/fake_location server 10.0.0.2 _allow_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/veritas/veritas_isa.py:376 DEBUG: 2025-11-13 13:52:59.898 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.veritas.test_veritas_isa.ACCESSShareDriverTestCase.test_update_access_for_allow [0.023003s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_30_create_replicated_snapshot [0.023095s] ... ok DEBUG: 2025-11-13 13:52:59.919 3331052 DEBUG manila.share.drivers.windows.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Using password based authentication for service instances. _check_auth_mode /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/windows/service_instance.py:100 DEBUG: 2025-11-13 13:52:59.921 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_check_auth_mode_2 [0.022682s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_check_update_share_network_security_service [0.023488s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_27___revert_to_snapshot_support____true__ [0.470344s] ... ok DEBUG: 2025-11-13 13:52:59.944 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_check_password_complexity_2___abcdef___False_ [0.023401s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_create_cg_with_share_network_driver_not_handles_servers [0.031502s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_28___revert_to_snapshot_support____on__ [0.025561s] ... ok DEBUG: 2025-11-13 13:52:59.969 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_get_new_instance_details [0.024690s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_create_sg_snapshot_share_network_without_subnets [0.030647s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_31___revert_to_snapshot_support____0__ [0.026075s] ... ok DEBUG: 2025-11-13 13:52:59.992 3331052 INFO manila.share.drivers.windows.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] No security services provided. DEBUG: 2025-11-13 13:52:59.994 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_get_valid_security_service_1___ [0.024930s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_34___revert_to_snapshot_support____off__ [0.020735s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_from_sg_snapshot_share_network_dhss [0.024150s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_40___mount_snapshot_support____on__ [0.018111s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_snapshot_with_update [0.021077s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_42___mount_snapshot_support____yes__ [0.017847s] ... ok DEBUG: 2025-11-13 13:53:00.045 3331052 WARNING manila.share.drivers.windows.service_instance [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Multiple security services provided. Only one security service of type 'active_directory' is supported. DEBUG: 2025-11-13 13:53:00.047 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_get_valid_security_service_3 [0.053327s] ... ok DEBUG: Share group fake_id: create failed DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_with_error [0.034289s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_44___mount_snapshot_support____f__ [0.022492s] ... ok DEBUG: 2025-11-13 13:53:00.088 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_45___mount_snapshot_support____false__ [0.022895s] ... ok DEBUG: {3} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_join_domain_3 [0.045460s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_47___mount_snapshot_support____n__ [0.020687s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_52___mount_point_name_support____on__ [0.018356s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_55___mount_point_name_support____0__ [0.017011s] ... ok DEBUG: 2025-11-13 13:53:00.151 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_service_instance.WindowsServiceInstanceManagerTestCase.test_setup_security_service [0.058430s] ... ok DEBUG: 2025-11-13 13:53:00.154 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:00.154 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:00.154 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:00.155 3331052 WARNING manila.share.drivers.windows.windows_smb_driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_56___mount_point_name_support____f__ [0.018039s] ... ok DEBUG: 2025-11-13 13:53:00.190 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_format_device [0.038981s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_60___mount_point_name_support____no__ [0.026224s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_from_snapshot [0.128553s] ... ok DEBUG: 2025-11-13 13:53:00.193 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:00.193 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:00.194 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:00.194 3331052 WARNING manila.share.drivers.windows.windows_smb_driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: 2025-11-13 13:53:00.225 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_get_disk_number_2_2 [0.034864s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_62___replication_type____readable__ [0.038198s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_replica_no_active_replicas_2_None [0.035179s] ... ok DEBUG: 2025-11-13 13:53:00.228 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:00.229 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:00.229 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:00.230 3331052 WARNING manila.share.drivers.windows.windows_smb_driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_63___replication_type____dr__ [0.020660s] ... ok DEBUG: 2025-11-13 13:53:00.254 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_resize_filesystem_1_None [0.028349s] ... ok DEBUG: 2025-11-13 13:53:00.256 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:00.256 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:00.257 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:00.258 3331052 WARNING manila.share.drivers.windows.windows_smb_driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_65___encryption_support____share_server__ [0.019370s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_replica_no_availability_zone [0.040850s] ... ok DEBUG: 2025-11-13 13:53:00.277 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_setup_service_instance_manager [0.022493s] ... ok DEBUG: 2025-11-13 13:53:00.279 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:00.279 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:00.280 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:00.280 3331052 WARNING manila.share.drivers.windows.windows_smb_driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_72___encryption_support____share__ [0.018495s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_create_snapshot_2 [0.022832s] ... ok DEBUG: 2025-11-13 13:53:00.303 3331052 WARNING manila.share.drivers.windows.windows_smb_driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Failed to remove service instance sentinel.instance_id from domain sentinel.domain. Exception: .: Exception DEBUG: 2025-11-13 13:53:00.304 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_teardown_server [0.027133s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_unknown_key [0.017475s] ... ok DEBUG: 2025-11-13 13:53:00.306 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:00.306 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:00.307 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:00.307 3331052 WARNING manila.share.drivers.windows.windows_smb_driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_create_snapshot_3 [0.020808s] ... ok DEBUG: 2025-11-13 13:53:00.326 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_unmount_device [0.021858s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_invalid_3_0000000000 [0.017128s] ... ok DEBUG: 2025-11-13 13:53:00.333 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:00.333 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:00.333 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:00.334 3331052 WARNING manila.share.drivers.windows.windows_smb_driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Windows SMB share driver has been deprecated and is expected to be removed in a future release. DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_other [0.020506s] ... ok DEBUG: 2025-11-13 13:53:00.367 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_smb_driver.WindowsSMBDriverTestCase.test_update_share_stats [0.040571s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_valid_03___driver_handles_share_servers____true__ [0.028907s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_expired_share_2_error_deleting [0.056087s] ... ok DEBUG: 2025-11-13 13:53:00.387 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_create_exports_2_False [0.020383s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_valid_04___driver_handles_share_servers____on__ [0.016865s] ... ok DEBUG: Share group fake_id: delete failed DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_group_with_error [0.024109s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_valid_06___driver_handles_share_servers____yes__ [0.018347s] ... ok DEBUG: 2025-11-13 13:53:00.410 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_get_rule_updates [0.023639s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_valid_08___driver_handles_share_servers____f__ [0.017091s] ... ok DEBUG: 2025-11-13 13:53:00.436 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_get_volume_path_by_share_name [0.026838s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_valid_09___driver_handles_share_servers____false__ [0.016751s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_valid_10___driver_handles_share_servers____off__ [0.018884s] ... ok DEBUG: 2025-11-13 13:53:00.470 3331052 DEBUG manila.share.drivers.windows.windows_smb_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Missing rules: [, ], superfluous rules: [, ] update_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/windows/windows_smb_helper.py:193 DEBUG: 2025-11-13 13:53:00.474 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_smb_helper.WindowsSMBHelperTestCase.test_update_access_maintenance [0.038202s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_parse_boolean_extra_spec_invalid_2__is__Wrong [0.022296s] ... ok DEBUG: 2025-11-13 13:53:00.499 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_create_partition [0.023031s] ... ok DEBUG: {1} manila.tests.share.test_share_types.ShareTypesTestCase.test_update_share_type [0.019569s] ... ok DEBUG: 2025-11-13 13:53:00.520 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_get_disk_number_by_serial_number_2_ [0.020277s] ... ok DEBUG: {1} manila.tests.share.test_share_utils.NotifyUsageTestCase.test_notify_about_share_usage [0.019454s] ... ok DEBUG: Change will make usage less than 0 for the following resources: ['shares'] DEBUG: Change will make usage less than 0 for the following resources: ['shares'] DEBUG: 2025-11-13 13:53:00.543 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_get_volume_path_by_mount_path [0.022899s] ... ok DEBUG: {1} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_append_host_with_pool [0.020799s] ... ok DEBUG: {1} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_missing_backend_only_return_backend [0.018989s] ... ok DEBUG: 2025-11-13 13:53:00.564 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_get_win_reg_value_2 [0.021401s] ... ok DEBUG: {1} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_missing_pool [0.017608s] ... ok DEBUG: 2025-11-13 13:53:00.585 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_path_exists_1_True [0.020080s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_instance_last_on_server_3 [0.190358s] ... ok DEBUG: {1} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_only_return_backend_name_index_error [0.020285s] ... ok DEBUG: 2025-11-13 13:53:00.609 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_windows_utils.WindowsUtilsTestCase.test_remove_2_True [0.024204s] ... ok DEBUG: {1} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_only_return_host [0.019757s] ... ok DEBUG: 2025-11-13 13:53:00.631 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_winrm_helper.WinRMConnectionTestCase.test_get_default_port_http [0.021298s] ... ok DEBUG: {1} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_is_az_subnets_compatible_1 [0.019383s] ... ok DEBUG: 2025-11-13 13:53:00.658 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_winrm_helper.WinRMConnectionTestCase.test_init_conn [0.026461s] ... ok DEBUG: 2025-11-13 13:53:00.679 3331052 DEBUG manila.share.drivers.windows.winrm_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Executing command: sentinel.sanitized_cmd _execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/windows/winrm_helper.py:101 DEBUG: 2025-11-13 13:53:00.680 3331052 DEBUG manila.share.drivers.windows.winrm_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Executed command: sentinel.sanitized_cmd. Stdout: . Stderr: . Exit code 0 _execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/windows/winrm_helper.py:106 DEBUG: 2025-11-13 13:53:00.681 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_winrm_helper.WinRMHelperTestCase.test_execute_1 [0.023757s] ... ok DEBUG: {1} manila.tests.share.test_snapshot_access.SnapshotAccessTestCase.test_update_access_rules_exception [0.070189s] ... ok DEBUG: 2025-11-13 13:53:00.711 3331052 DEBUG manila.share.drivers.windows.winrm_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Executing command: sentinel.sanitized_cmd _execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/windows/winrm_helper.py:101 DEBUG: 2025-11-13 13:53:00.711 3331052 DEBUG manila.share.drivers.windows.winrm_helper [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Executed command: sentinel.sanitized_cmd. Stdout: . Stderr: . Exit code 1 _execute /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/windows/winrm_helper.py:106 DEBUG: 2025-11-13 13:53:00.712 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.windows.winrm_helper.WinRMHelper.execute.._execute' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:00.713 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_winrm_helper.WinRMHelperTestCase.test_execute_2 [0.030765s] ... ok DEBUG: 2025-11-13 13:53:00.735 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_winrm_helper.WinRMHelperTestCase.test_get_conn [0.022428s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_group_snapshot_minimal_request_no_members_with_desc [0.024995s] ... ok DEBUG: Change will make usage less than 0 for the following resources: ['shares'] DEBUG: Change will make usage less than 0 for the following resources: ['shares'] DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_share_group_network_not_active [0.021451s] ... ok DEBUG: 2025-11-13 13:53:00.761 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.windows.test_winrm_helper.WinRMHelperTestCase.test_setup_winrm_2 [0.025483s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_unsupported_az_3_group_type_stypes_one_unsupported_in_AZ [0.020701s] ... ok DEBUG: 2025-11-13 13:53:00.793 3331052 ERROR manila.share.drivers.zadara.zadara [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Only NFS or CIFS protocol are currently supported. Share provided fakeid with protocol INVALID. DEBUG: 2025-11-13 13:53:00.795 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_create_share_unsupported_proto [0.033790s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_instance_last_on_srv_with_sec_service_2_False [0.222933s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_conflicting_share_types [0.043932s] ... ok DEBUG: 2025-11-13 13:53:00.826 3331052 INFO manila.share.drivers.zadara.zadara [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Share 10.2.1.56:/export/manage_id will be managed with share manage_name. DEBUG: 2025-11-13 13:53:00.826 3331052 DEBUG manila.share.drivers.zadara.common [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking list_volumes using GET request. send_cmd /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zadara/common.py:279 DEBUG: 2025-11-13 13:53:00.827 3331052 DEBUG manila.share.drivers.zadara.common [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking get_volume_by_name using GET request. send_cmd /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zadara/common.py:279 DEBUG: 2025-11-13 13:53:00.828 3331052 DEBUG manila.share.drivers.zadara.common [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking rename_volume using POST request. send_cmd /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zadara/common.py:279 DEBUG: 2025-11-13 13:53:00.828 3331052 DEBUG manila.share.drivers.zadara.common [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Operation completed with status code 0 send_cmd /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zadara/common.py:326 DEBUG: 2025-11-13 13:53:00.828 3331052 DEBUG manila.share.drivers.zadara.common [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking get_volume_by_name using GET request. send_cmd /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zadara/common.py:279 DEBUG: 2025-11-13 13:53:00.828 3331052 DEBUG manila.share.drivers.zadara.common [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Invoking delete_volume using DELETE request. send_cmd /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zadara/common.py:279 DEBUG: 2025-11-13 13:53:00.828 3331052 DEBUG manila.share.drivers.zadara.common [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Operation completed with status code 0 send_cmd /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zadara/common.py:326 DEBUG: 2025-11-13 13:53:00.829 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zadara.test_zadara.ZadaraVPSAShareDriverTestCase.test_manage_existing_share [0.034252s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_multiple_fields [0.018832s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_multiple_share_types_with_az_1_True [0.019535s] ... ok DEBUG: 2025-11-13 13:53:00.848 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "zfs-dataset-fake/dataset/name" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:00.848 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-fake/dataset/name" acquired by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:00.849 3331052 DEBUG manila.share.drivers.zfsonlinux.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Cannot destroy dataset 'fake/dataset/name', it has opened files. Will wait 2 more seconds. Out: DEBUG: 1001 _delete_dataset_or_snapshot_with_retry /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfsonlinux/driver.py:263 DEBUG: 2025-11-13 13:53:00.849 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.zfsonlinux.driver.ZFSonLinuxShareDriver._delete_dataset_or_snapshot_with_retry.._zfs_destroy_with_retry' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:00.849 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.zfsonlinux.driver.ZFSonLinuxShareDriver._delete_dataset_or_snapshot_with_retry.._zfs_destroy_with_retry in 1.0 seconds as it raised ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:00.849 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.zfsonlinux.driver.ZFSonLinuxShareDriver._delete_dataset_or_snapshot_with_retry.._zfs_destroy_with_retry' after 0.000(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:00.849 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.zfsonlinux.driver.ZFSonLinuxShareDriver._delete_dataset_or_snapshot_with_retry.._zfs_destroy_with_retry in 2.0 seconds as it raised ProcessExecutionError: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: None DEBUG: Stderr: None. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:00.850 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-fake/dataset/name" "released" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:00.851 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__delete_dataset_or_snapshot_with_retry_dataset [0.021312s] ... ok DEBUG: 2025-11-13 13:53:00.870 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_error_4 [0.019616s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_delete_error_with_host [0.024059s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_delete_error_without_host [0.018343s] ... ok DEBUG: 2025-11-13 13:53:00.912 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_error_6 [0.043197s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_delete_share_group_snapshot_fail_on_quota_reserve [0.020051s] ... ok DEBUG: Change will make usage less than 0 for the following resources: ['shares'] DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_instance_not_found_2_delete_share [0.129932s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_delete_share_group_snapshot_group_does_not_exist [0.020234s] ... ok DEBUG: 2025-11-13 13:53:00.946 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_not_set [0.033754s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_delete_with_shares [0.020475s] ... ok DEBUG: 2025-11-13 13:53:00.979 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_compression_5___foo____True__False________compression_foo__ [0.028235s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_share_group_snapshot_get_all_all_tenants_not_admin [0.017624s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_server_server_in_use [0.045790s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_update_1 [0.017533s] ... ok DEBUG: 2025-11-13 13:53:01.005 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_dedupe_06___True____True________dedup_on__ [0.031040s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_update_2 [0.018035s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_server_server_not_found [0.040227s] ... ok DEBUG: 2025-11-13 13:53:01.049 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_dedupe_10___off____False_____dedup_on_____dedup_off__ [0.037821s] ... ok DEBUG: {1} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_update_3 [0.031712s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_snapshot_driver_exception_2 [0.022831s] ... ok DEBUG: 2025-11-13 13:53:01.073 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_snapshot_with_quota_error_2_False [0.021311s] ... ok DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_dedupe_11___no____False_____dedup_on_____dedup_off__ [0.023317s] ... ok DEBUG: {1} manila.tests.share_group.test_share_group_types.ShareGroupTypesTestCase.test_get_all_types_1 [0.030742s] ... ok DEBUG: 2025-11-13 13:53:01.095 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_dataset_creation_options_with_updated_dedupe_12___0____False_____dedup_on_____dedup_off__ [0.021931s] ... ok DEBUG: {1} manila.tests.share_group.test_share_group_types.ShareGroupTypesTestCase.test_get_all_types_4 [0.029087s] ... ok DEBUG: 2025-11-13 13:53:01.118 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_migration_snapshot_tag [0.023709s] ... ok DEBUG: {1} manila.tests.share_group.test_share_group_types.ShareGroupTypesTestCase.test_remove_access [0.037054s] ... ok DEBUG: 2025-11-13 13:53:01.156 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_replication_snapshot_tag [0.036519s] ... ok DEBUG: 2025-11-13 13:53:01.178 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_share_name_1_ [0.020815s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.test_context.ContextTestCase.test_request_context_read_deleted [0.034854s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_do_deferred_snapshot_deletion [0.120360s] ... ok DEBUG: 2025-11-13 13:53:01.199 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__get_share_name_2_foo [0.019797s] ... ok DEBUG: {1} manila.tests.test_coordination.CoordinatorTestCase.test_coordinator_lock [0.018894s] ... ok DEBUG: 2025-11-13 13:53:01.218 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__init_common_capabilities_1 [0.019902s] ... ok DEBUG: {1} manila.tests.test_coordination.CoordinatorTestCase.test_coordinator_stop [0.018576s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid [0.018258s] ... ok DEBUG: 2025-11-13 13:53:01.244 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__init_common_capabilities_6 [0.021402s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_request [0.018473s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_do_deferred_snapshot_deletion_exception [0.065684s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_share_access [0.019035s] ... ok DEBUG: 2025-11-13 13:53:01.294 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__setup_helpers [0.048743s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_share_metadata [0.019246s] ... ok DEBUG: 2025-11-13 13:53:01.314 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode400.test_manage_invalid_share_snapshot [0.017301s] ... ok DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test__setup_helpers_error [0.020293s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode403.test_admin_required [0.018237s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode403.test_policy_not_authorized [0.018017s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode404.test_export_location_not_found [0.017920s] ... ok DEBUG: 2025-11-13 13:53:01.378 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_create_share_from_snapshot_2 [0.062829s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode404.test_file_not_found [0.024470s] ... ok DEBUG: 2025-11-13 13:53:01.400 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_create_share_with_share_server [0.023303s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode404.test_instance_not_found [0.024167s] ... ok DEBUG: 2025-11-13 13:53:01.422 3331052 WARNING manila.share.drivers.zfsonlinux.driver [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Snapshot with 'si_fake_active_replica_id' ID and 'bar/subbar/fake_dataset_name_prefixfake_active_replica_id@foo_snapshot_tag' NAME is absent on backend. Nothing has been deleted. DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_ensure_driver_resources_ensure_shares_not_implemented [0.162569s] ... ok DEBUG: 2025-11-13 13:53:01.425 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_delete_replicated_snapshot [0.022824s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode404.test_metadata_item_not_found [0.019359s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_ensure_share_instance_has_pool_unable_to_fetch_share [0.021111s] ... ok DEBUG: 2025-11-13 13:53:01.445 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_delete_share_with_share_server [0.020071s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode404.test_migration_not_found_by_status [0.021160s] ... ok DEBUG: 2025-11-13 13:53:01.466 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_ensure_share_instance_pool_notexist_and_get_from_driver [0.021066s] ... ok DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_delete_snapshot [0.020424s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode404.test_project_quota_not_found [0.024333s] ... ok DEBUG: 2025-11-13 13:53:01.489 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_ensure_share_1_on [0.022662s] ... ok DEBUG: 2025-11-13 13:53:01.510 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_get_pool [0.020626s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode404.test_reservation_not_found [0.036055s] ... ok DEBUG: 2025-11-13 13:53:01.531 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_manage_existing_snapshot_not_found [0.020253s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode404.test_scheduler_host_weigher_not_found [0.033495s] ... ok DEBUG: 2025-11-13 13:53:01.554 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_manage_share_dataset_not_found [0.023518s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode404.test_share_resource_not_found [0.025398s] ... ok DEBUG: 2025-11-13 13:53:01.582 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Finished call to 'manila.share.drivers.zfsonlinux.driver.ZFSonLinuxShareDriver._unmount_share_with_retry' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:01.584 3331052 DEBUG manila.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Retrying manila.share.drivers.zfsonlinux.driver.ZFSonLinuxShareDriver._unmount_share_with_retry in 1.0 seconds as it raised ZFSonLinuxException: Unable to unmount dataset %s. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:01.588 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_manage_share_success_expected_1 [0.033357s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode404.test_share_type_does_not_exist [0.018639s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode404.test_share_type_not_found [0.018177s] ... ok DEBUG: 2025-11-13 13:53:01.617 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_migration_check_compatibility [0.029147s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode404.test_volume_not_found [0.018344s] ... ok DEBUG: 2025-11-13 13:53:01.646 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_shrink_share [0.027394s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionResponseCode413.test_quota_error [0.018902s] ... ok DEBUG: 2025-11-13 13:53:01.669 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_unmanage_snapshot [0.022866s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionTestCase.test_default_error_code [0.019900s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionTestCase.test_default_error_msg [0.019127s] ... ok DEBUG: 2025-11-13 13:53:01.695 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_update_access [0.025355s] ... ok DEBUG: {1} manila.tests.test_exception.ManilaExceptionTestCase.test_error_msg [0.020464s] ... ok DEBUG: 2025-11-13 13:53:01.715 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_driver.ZFSonLinuxShareDriverTestCase.test_update_replicated_snapshot_2 [0.019741s] ... ok DEBUG: {1} manila.tests.test_manager.ManagerTestCase.test_verify_manager_instance [0.018368s] ... ok DEBUG: 2025-11-13 13:53:01.736 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_init_ssh [0.020168s] ... ok DEBUG: {1} manila.tests.test_manager.SchedulerDependentManagerTestCase.test_update_service_capabilities_1_None [0.018346s] ... ok DEBUG: 2025-11-13 13:53:01.756 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_local_shell_execute_with_sudo [0.020053s] ... ok DEBUG: {1} manila.tests.test_manager.SchedulerDependentManagerTestCase.test_update_service_capabilities_4 [0.019470s] ... ok DEBUG: 2025-11-13 13:53:01.777 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_ssh_execute [0.020327s] ... ok DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_server_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'allowed' DEBUG: code: 413 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'bridge' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'path' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'err' DEBUG: code: 409 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'driver' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'err' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'err' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'err' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: 2025-11-13 13:53:01.799 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'uuid' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'file_path' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_ssh_execute_with_sudo [0.022167s] ... ok DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'err' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'err' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'err' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'binary' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'host' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'ip' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'err' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'err' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'instance_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'version' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'content_type' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'driver_mode' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'req_ver' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'err' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'unders' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'expire' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: 2025-11-13 13:53:01.821 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_utils.ExecuteMixinTestCase.test_zfs [0.021620s] ... ok DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'level' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'type' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'uuid' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'message_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'migration_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'instance_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'config' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'overs' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'action' DEBUG: code: 403 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: 2025-11-13 13:53:01.842 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'project_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_type' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'user_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: {1} manila.tests.test_misc.ExceptionTestCase.test_exceptions_raise [0.072099s] ... ok DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_create_exports [0.020343s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'result' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'class_name' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'project_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'unknown' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'project_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'req' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'uuid' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'lock_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'resource_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'command' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'filter_name' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'weigher_name' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'security_service_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'service' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'service_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'access_type' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'backup_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'requested' DEBUG: code: 413 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_group_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_extend_share [0.394620s] ... ok DEBUG: KeyError: 'member_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_group_snapshot_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_group' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'type_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: 2025-11-13 13:53:01.861 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "zfs-dataset-zpoolz/foo_dataset_name/fake" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:01.862 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" acquired by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'type_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'type_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'type_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: 2025-11-13 13:53:01.862 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" "released" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {1} manila.tests.test_network.NetworkBaseAPITestCase.test__verify_share_network_fail [0.024020s] ... ok DEBUG: 2025-11-13 13:53:01.868 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_neither_rw_nor_ro_access_level_3_o [0.025735s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'type_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'type_name' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'type_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_instance_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'allowed' DEBUG: code: 413 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_network_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_network_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_network_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_network_subnet_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_server_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'allowed' DEBUG: code: 413 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'replica_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_server_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_server_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_server_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'filters_description' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_server_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: 2025-11-13 13:53:01.888 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "zfs-dataset-zpoolz/foo_dataset_name/fake" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {1} manila.tests.test_network.NetworkBaseAPITestCase.test_inherit_network_base_api [0.022362s] ... ok DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'size' DEBUG: code: 413 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'access_type' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'instance_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'snapshot_name' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'snapshot_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_name' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_type_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_type_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: 2025-11-13 13:53:01.890 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" acquired by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:01.890 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" "released" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_type' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_type_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: 2025-11-13 13:53:01.895 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_type_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_type_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'share_type_name' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'id' DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_neither_rw_nor_ro_access_level_5_fake [0.026727s] ... ok DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'allowed' DEBUG: code: 413 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'response' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'transfer_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'detail' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'reason' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'version' DEBUG: code: 400 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'volume_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'snapshot_id' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'vserver' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'vserver' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'host' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'status' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'error' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'status' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'protocol_type' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 404 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'msg' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'cmd' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'name' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'snap_id' DEBUG: code: 500 DEBUG: Exception in string format operation. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/exception.py", line 88, in __init__ DEBUG: message = self.message % kwargs DEBUG: ~~~~~~~~~~~~~^~~~~~~~ DEBUG: KeyError: 'error' DEBUG: code: 500 DEBUG: Extend share failed. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 4941, in extend_share DEBUG: self.driver.extend_share( 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: fake DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_extend_share_invalid [0.054586s] ... ok DEBUG: {1} manila.tests.test_policy.DefaultPolicyTestCase.test_not_found_policy_calls_default [0.028413s] ... ok DEBUG: 2025-11-13 13:53:01.917 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "zfs-dataset-zpoolz/foo_dataset_name/fake" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:01.917 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" acquired by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:01.917 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" "released" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:01.923 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_not_ip_access_type_3_cephx [0.028504s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_with_driver_failure_2_check_for_setup_error [0.024238s] ... ok DEBUG: 2025-11-13 13:53:01.944 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "zfs-dataset-zpoolz/foo_dataset_name/fake" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:01.946 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" acquired by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:01.948 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" "released" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:01.951 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_not_ip_access_type_7_p [0.026741s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} manila.tests.test_policy.PolicyTestCase.test_early_AND_authorization [0.043947s] ... ok DEBUG: 2025-11-13 13:53:01.970 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "zfs-dataset-zpoolz/foo_dataset_name/fake" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:01.972 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" acquired by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:01.974 3331052 DEBUG manila.share.drivers.zfsonlinux.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ZFS option mountpoint's value is /zpoolz/foo_dataset_name/fake. _get_option /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfsonlinux/utils.py:119 DEBUG: 2025-11-13 13:53:01.975 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" "released" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: held 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:01.978 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_rw_and_ro_1____fake_modinfo_result_________sharenfs_rw_1_1_1_1_3_3_3_0_255_255_255_0_no_root_squash_ro_2_2_2_2_no_root_squash___False_ [0.027319s] ... ok DEBUG: 2025-11-13 13:53:01.998 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "zfs-dataset-zpoolz/foo_dataset_name/fake" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.000 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" acquired by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:02.001 3331052 INFO manila.share.drivers.zfsonlinux.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Looks like ZFS kernel module is absent. Assuming FUSE version is installed. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'Fake' DEBUG: Stderr: None DEBUG: 2025-11-13 13:53:02.003 3331052 DEBUG manila.share.drivers.zfsonlinux.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ZFS option mountpoint's value is /zpoolz/foo_dataset_name/fake. _get_option /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfsonlinux/utils.py:119 DEBUG: 2025-11-13 13:53:02.005 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" "released" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: held 0.005s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:53:02.008 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_rw_and_ro_3 [0.029127s] ... ok DEBUG: {1} manila.tests.test_policy.PolicyTestCase.test_ignore_case_role_check [0.048456s] ... ok DEBUG: 2025-11-13 13:53:02.027 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Acquiring lock "zfs-dataset-zpoolz/foo_dataset_name/fake" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {1} manila.tests.test_quota.DbQuotaDriverTestCase.test_destroy_all_by_project_and_share_type [0.018067s] ... ok DEBUG: 2025-11-13 13:53:02.029 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" acquired by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:02.030 3331052 INFO manila.share.drivers.zfsonlinux.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Looks like ZFS kernel module is absent. Assuming FUSE version is installed. Error: Unexpected error while running command. DEBUG: Command: None DEBUG: Exit code: - DEBUG: Stdout: 'Fake' DEBUG: Stderr: None DEBUG: 2025-11-13 13:53:02.035 3331052 DEBUG manila.share.drivers.zfsonlinux.utils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ZFS option mountpoint's value is /zpoolz/foo_dataset_name/fake. _get_option /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfsonlinux/utils.py:119 DEBUG: 2025-11-13 13:53:02.037 3331052 DEBUG oslo_concurrency.lockutils [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Lock "zfs-dataset-zpoolz/foo_dataset_name/fake" "released" by "manila.share.drivers.zfsonlinux.utils.zfs_dataset_synchronized..wrapped_func..source_func" :: held 0.008s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.040 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfsonlinux.test_utils.NFSviaZFSHelperTestCase.test_update_access_rw_and_ro_4 [0.032138s] ... ok DEBUG: {1} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_project_quotas_2__None__False___fake_usages___False_ [0.018289s] ... ok DEBUG: 2025-11-13 13:53:02.060 3331052 ERROR manila.share.drivers.zfssa.zfssarest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Error cloning snapshot: fakesnapshot on share: fakeshare of Pool: fakepool project: fakeproject return code: 404 message: data. DEBUG: 2025-11-13 13:53:02.062 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_clone_snapshot [0.022017s] ... ok DEBUG: {1} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_settable_quotas_1__None__None_ [0.018928s] ... ok DEBUG: 2025-11-13 13:53:02.082 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_create_project [0.020271s] ... ok DEBUG: {1} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_share_type_quotas_2___fake_quota_class___False__True_ [0.021227s] ... ok DEBUG: 2025-11-13 13:53:02.102 3331052 ERROR manila.share.drivers.zfssa.zfssarest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Error Creating Property: manila_managed Type: Boolean Description: Managed by Manila Return code: 404 Message: data. DEBUG: 2025-11-13 13:53:02.105 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_create_schema_negative [0.021500s] ... ok DEBUG: {1} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_share_type_quotas_3___fake_quota_class___True__False_ [0.022721s] ... ok DEBUG: Caught exception trying ensure share 'a50fed9a-198c-4471-9c15-d7d62e18c165'. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 511, in ensure_driver_resources DEBUG: update_share_instances = self.driver.ensure_shares( 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 1204, in _execute_mock_call DEBUG: result = effect(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_manager.py", line 804, in raise_NotImplementedError DEBUG: raise NotImplementedError DEBUG: NotImplementedError DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 631, in _ensure_share DEBUG: export_locations = self.driver.ensure_share( 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 1200, in _execute_mock_call DEBUG: result = next(effect) DEBUG: ^^^^^^^^^^^^ DEBUG: StopIteration DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_with_ensure_share_2___fake_path_1____fake_path__ [0.182525s] ... ok DEBUG: 2025-11-13 13:53:02.123 3331052 DEBUG manila.share.drivers.zfssa.zfssarest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] IP foo does not have access to Share fakeshare via NFS. deny_access_nfs /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfssa/zfssarest.py:370 DEBUG: 2025-11-13 13:53:02.125 3331052 DEBUG manila.share.drivers.zfssa.zfssarest [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] deny_access: sec=sys,rw=@10.0.0.1/32,rw=@10.0.0.2/24 deny_access_nfs /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfssa/zfssarest.py:385 DEBUG: 2025-11-13 13:53:02.127 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfssa.test_zfssarest.ZFSSAApiTestCase.test_deny_access_nfs [0.022233s] ... ok DEBUG: {1} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_user_quotas_1__None__True__True_ [0.018071s] ... ok DEBUG: 2025-11-13 13:53:02.147 3331052 DEBUG manila.share.drivers.zfssa.zfssashare [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Connecting to host: 1.1.1.1. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfssa/zfssashare.py:137 DEBUG: {1} manila.tests.test_quota.DbQuotaDriverTestCase.test_reserve_1 [0.018691s] ... ok DEBUG: 2025-11-13 13:53:02.149 3331052 DEBUG manila.share.drivers.zfssa.zfssashare [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ZFSSAShareDriver.allow_access: share=fakeid allow_access /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfssa/zfssashare.py:473 DEBUG: 2025-11-13 13:53:02.151 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_allow_access [0.024054s] ... ok DEBUG: {1} manila.tests.test_quota.DbQuotaDriverTestCase.test_reserve_4 [0.019386s] ... ok DEBUG: 2025-11-13 13:53:02.172 3331052 DEBUG manila.share.drivers.zfssa.zfssashare [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Connecting to host: 1.1.1.1. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfssa/zfssashare.py:137 DEBUG: 2025-11-13 13:53:02.173 3331052 DEBUG manila.share.drivers.zfssa.zfssashare [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ZFSSAShareDriver.create_share_from_snapshot: clone=fakeid create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfssa/zfssashare.py:248 DEBUG: 2025-11-13 13:53:02.175 3331052 DEBUG manila.share.drivers.zfssa.zfssashare [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ZFSSAShareDriver.create_share_from_snapshot: snapshot=fakesnapshotid create_share_from_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfssa/zfssashare.py:250 DEBUG: 2025-11-13 13:53:02.177 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_create_share_from_snapshot [0.025714s] ... ok DEBUG: {1} manila.tests.test_quota.QuotaEngineTestCase.test_commit_1 [0.018444s] ... ok DEBUG: 2025-11-13 13:53:02.197 3331052 DEBUG manila.share.drivers.zfssa.zfssashare [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Connecting to host: 1.1.1.1. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfssa/zfssashare.py:137 DEBUG: 2025-11-13 13:53:02.199 3331052 DEBUG manila.share.drivers.zfssa.zfssashare [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] ZFSSAShareDriver.delete_snapshot: id=fakesnapshotid delete_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfssa/zfssashare.py:273 DEBUG: 2025-11-13 13:53:02.200 3331052 ERROR manila.share.drivers.zfssa.zfssashare [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] snapshot fakesnapshotid: has clones DEBUG: 2025-11-13 13:53:02.202 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_delete_snapshot_negative [0.024308s] ... ok DEBUG: {1} manila.tests.test_quota.QuotaEngineTestCase.test_destroy_all_by_project_and_share_type [0.018003s] ... ok DEBUG: 2025-11-13 13:53:02.221 3331052 DEBUG manila.share.drivers.zfssa.zfssashare [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Connecting to host: 1.1.1.1. do_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/drivers/zfssa/zfssashare.py:137 DEBUG: 2025-11-13 13:53:02.223 3331052 ERROR manila.share.drivers.zfssa.zfssashare [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Protocol fake_proto is not supported. DEBUG: 2025-11-13 13:53:02.225 3331052 INFO manila.coordination [None req-5c584de5-14e3-4db5-96f7-0b9c519be2ce fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {1} manila.tests.test_quota.QuotaEngineTestCase.test_get_class_quotas_3_False [0.021170s] ... ok DEBUG: {3} manila.tests.share.drivers.zfssa.test_zfssashare.ZFSSAShareDriverTestCase.test_manage_invalid_protocol [0.022881s] ... ok DEBUG: {1} manila.tests.test_quota.QuotaEngineTestCase.test_get_defaults [0.019141s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_with_shares_and_rules_2 [0.123190s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.test_quota.QuotaEngineTestCase.test_get_project_quotas_1 [0.018004s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_without_shares_and_rules_3 [0.023621s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: {1} manila.tests.test_quota.QuotaEngineTestCase.test_get_settable_quotas_3 [0.017867s] ... ok DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_access.py", line 64, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_without_shares_and_rules_4__None__None_ [0.023846s] ... ok DEBUG: {1} manila.tests.test_quota.QuotaEngineTestCase.test_get_user_quotas_1 [0.018532s] ... ok DEBUG: 2025-11-13 13:53:02.299 3331052 INFO manila.coordination [None req-cbd0f4a4-39ed-45b1-83f3-d985aa3cb520 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_access_rule_updates_conditionally_changed_1_applying [0.074448s] ... ok DEBUG: {1} manila.tests.test_quota.QuotaEngineTestCase.test_rollback_1 [0.020046s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: {1} manila.tests.test_rpc.RPCTestCase.test_init_no_notifications_1___ [0.018966s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_access.py", line 64, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_share_driver_exception [0.058158s] ... ok DEBUG: {1} manila.tests.test_rpc.RPCTestCase.test_init_no_notifications_3___noop____noop__ [0.017382s] ... ok DEBUG: {1} manila.tests.test_service.ServiceManagerTestCase.test_message_gets_to_manager [0.020819s] ... ok DEBUG: {1} manila.tests.test_service.ServiceTestCase.test_cleanup_services_1_True [0.020013s] ... ok DEBUG: 2025-11-13 13:53:02.398 3331052 INFO manila.coordination [None req-651e239b-f240-4aa4-9f0e-0f7f6b0ee0e5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_access.ShareInstanceAccessDatabaseMixinTestCase.test_get_and_update_all_access_rules_updates_conditionally_changed_3____applying____2_ [0.098275s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_share_quota_error [0.056719s] ... ok DEBUG: {1} manila.tests.test_service.ServiceTestCase.test_cleanup_services_2_False [0.020413s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: {1} manila.tests.test_service.ServiceTestCase.test_report_state_newly_connected_different_az [0.021725s] ... ok DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_access.py", line 231, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: Recovered model server connection! DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py:370: DeprecationWarning: Using class 'Server' (either directly or via inheritance) is deprecated and will be removed in version '2026.2': The Server class utilises the eventlet service, and eventlet support is deprecated for removal. You should remove use of eventlet servers from your application and switch to deploying via WSGI. DEBUG: self.server = wsgi.Server( DEBUG: {1} manila.tests.test_service.TestWSGIService.test_reset_pool_size_to_default [0.019884s] ... ok DEBUG: Failed to commit reservations DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: 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 "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_share_valid_share_2 [0.053949s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got . DEBUG: {1} manila.tests.test_ssh_utils.SSHPoolTestCase.test_sshpool_remove_object_not_in_pool [0.019780s] ... ok DEBUG: 2025-11-13 13:53:02.488 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.490 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:02.494 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.496 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.498 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:02.509 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.011s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {1} manila.tests.test_test.IsolationTestCase.test_service_isolation [0.030512s] ... ok DEBUG: 2025-11-13 13:53:02.510 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.511 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Failed to commit reservations DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: 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 "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.test_utils.CidrToNetmaskTestCase.test_cidr_to_netmask_2___10_0_0_0_24____255_255_255_0__ [0.019696s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_share_valid_share_3 [0.068346s] ... ok DEBUG: 2025-11-13 13:53:02.536 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.025s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.538 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:02.540 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:02.547 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.007s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {1} manila.tests.test_utils.CidrToNetmaskTestCase.test_cidr_to_netmask_3___10_0_0_0_5____248_0_0_0__ [0.019036s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got . DEBUG: 2025-11-13 13:53:02.561 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.563 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {1} manila.tests.test_utils.CidrToPrefixLenTestCase.test_cidr_to_prefixlen_2___10_0_0_0_24___24_ [0.020154s] ... ok DEBUG: 2025-11-13 13:53:02.578 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.015s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {1} manila.tests.test_utils.CidrToPrefixLenTestCase.test_cidr_to_prefixlen_invalid_3_10_0_0_555_33 [0.019532s] ... ok DEBUG: 2025-11-13 13:53:02.588 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.590 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:02.594 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.596 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.598 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {1} manila.tests.test_utils.GenericUtilsTestCase.test_check_ssh_injection_2___echo_____quoted_arg_with_space___ [0.018283s] ... ok DEBUG: 2025-11-13 13:53:02.609 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.011s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.611 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.613 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_cancel_1_migration_driver_in_progress [0.084501s] ... ok DEBUG: {1} manila.tests.test_utils.GenericUtilsTestCase.test_check_ssh_injection_on_error0_3___cmd____virus_ls__ [0.020221s] ... ok DEBUG: 2025-11-13 13:53:02.637 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.024s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.639 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.640 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {1} manila.tests.test_utils.GenericUtilsTestCase.test_check_ssh_injection_on_error0_7___echo_____quoted_argument__rm__rf____ [0.019846s] ... ok DEBUG: 2025-11-13 13:53:02.653 3331052 DEBUG oslo_concurrency.lockutils [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_66bcd36a-194a-4c06-b98f-7a77c2ca186a" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.012s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.665 3331052 INFO manila.coordination [None req-80ab0caa-21af-4ce0-b482-d0b927dd8449 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__update_access_rules_recursive_driver_exception_1_True [0.267004s] ... ok DEBUG: {1} manila.tests.test_utils.GenericUtilsTestCase.test_check_ssh_injection_on_error0_8___echo_____quoted__virus__quoted___ [0.019153s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_cancel_3_data_copying_completed [0.061604s] ... ok DEBUG: {1} manila.tests.test_utils.GenericUtilsTestCase.test_check_ssh_injection_on_error0_9___echo_____quoted__virus___quoted____ [0.021100s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_access.py", line 231, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {1} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_13___K2_2M____G__ [0.018734s] ... ok DEBUG: {1} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_16_______G__ [0.018028s] ... ok DEBUG: {1} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_03____4_1G____G____4_1_ [0.016805s] ... ok DEBUG: {1} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_04____5_23G____G____5_23_ [0.016583s] ... ok DEBUG: 2025-11-13 13:53:02.768 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.770 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:02.773 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.775 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {1} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_14____9728M____M____9728_0_ [0.017018s] ... ok DEBUG: 2025-11-13 13:53:02.777 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:02.786 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.009s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.788 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.789 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_driver_continue_3_True [0.111572s] ... ok DEBUG: {1} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_17____0____G____0_0_ [0.017142s] ... ok DEBUG: {1} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_19____2097152_____M____2_0_ [0.019043s] ... ok DEBUG: 2025-11-13 13:53:02.815 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.025s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.817 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.819 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: Host-assisted migration failed for share share_id. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1697, in migration_start DEBUG: raise exception.ShareMigrationFailed(reason=msg) DEBUG: manila.exception.ShareMigrationFailed: Share migration failed: Migration for share share_id could not be performed because host-assisted migration is not allowed when share must remain writable, preserve snapshots and/or file metadata or be performed nondisruptively. DEBUG: 2025-11-13 13:53:02.826 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.008s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.828 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {1} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_20_____1024____K____0_0001_ [0.017346s] ... ok DEBUG: 2025-11-13 13:53:02.830 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_start_prevent_host_assisted_3 [0.045825s] ... ok DEBUG: 2025-11-13 13:53:02.838 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.008s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.839 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.840 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:02.847 3331052 DEBUG oslo_concurrency.lockutils [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.007s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.849 3331052 INFO manila.share.access [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Access rules were successfully modified for share instance f1e624ac-f40b-4bc6-a52f-2e2cf4f8932e belonging to share e6e17e8f-87c1-473c-a952-3efed69e955b. DEBUG: {1} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_v4_address_4_2001_cdba__3257_9652 [0.021696s] ... ok DEBUG: 2025-11-13 13:53:02.854 3331052 INFO manila.coordination [None req-f1837eb4-64b0-42c7-bdda-816e6fd8be7e fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__update_access_rules_with_driver_updates_3__False___error__ [0.188255s] ... ok DEBUG: {1} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_v4_address_5_ [0.018454s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: {1} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_version_3 [0.017766s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_access.py", line 231, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {1} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_version_4 [0.017504s] ... ok DEBUG: {1} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_version_6 [0.017823s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_periodic_share_status_update [0.091550s] ... ok DEBUG: {1} manila.tests.test_utils.MonkeyPatchTestCase.test_monkey_patch [0.030109s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_promote_share_replica_driver_updates_replica_list_2_writable [0.024879s] ... ok DEBUG: 2025-11-13 13:53:02.955 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.956 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:02.972 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.016s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.974 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {1} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_invalid_string_1_None [0.020896s] ... ok DEBUG: 2025-11-13 13:53:02.975 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:02.987 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.012s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:02.989 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:02.991 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_promote_share_replica_no_active_replica [0.037755s] ... ok DEBUG: {1} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_key_not_found_2__True__True__False_ [0.019567s] ... ok DEBUG: {1} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_valid_string_3___1___True_ [0.019853s] ... ok DEBUG: 2025-11-13 13:53:03.017 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.026s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:03.019 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:03.020 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:03.028 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.007s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:03.029 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:03.030 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: {1} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_valid_string_6___no___False_ [0.018334s] ... ok DEBUG: 2025-11-13 13:53:03.034 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.004s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:03.035 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:03.035 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:03.051 3331052 DEBUG oslo_concurrency.lockutils [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6450c83a-1ccd-4884-b6a5-49074dcfedf7" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.016s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {1} manila.tests.test_utils.ShareMigrationHelperTestCase.test_wait_for_access_update [0.018185s] ... ok DEBUG: 2025-11-13 13:53:03.053 3331052 INFO manila.share.access [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Access rules were successfully modified for share instance 6450c83a-1ccd-4884-b6a5-49074dcfedf7 belonging to share 204a7235-a176-4737-9834-100ff5b1956f. DEBUG: 2025-11-13 13:53:03.059 3331052 INFO manila.coordination [None req-88e9cf16-071b-44de-8841-159203081ed5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__update_access_rules_with_driver_updates_4__False___active__ [0.204670s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_provide_share_server [0.072679s] ... ok DEBUG: {1} manila.tests.test_utils.TestAllTenantsValueCase.test_convert_time_duration_to_iso_format_2___10hours____PT10H__ [0.021765s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_provide_share_server_for_share_group_invalid_arguments [0.022787s] ... ok DEBUG: --- Logging error --- DEBUG: {1} manila.tests.test_utils.TestAllTenantsValueCase.test_convert_time_duration_to_iso_format_3___6months____P6M__ [0.018496s] ... ok DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: 2025-11-13 13:53:03.098 3331052 INFO manila.coordination [None req-62654eea-ad79-45dd-82b5-32232b1f308c fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_access.py", line 231, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {3} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__update_rules_through_share_driver_1___nfs___True__False_ [0.038607s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_report_driver_status_driver_handles_ss [0.020275s] ... ok DEBUG: {1} manila.tests.test_utils.TestAllTenantsValueCase.test_convert_time_duration_to_iso_format_4___2years____P2Y__ [0.022975s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_report_driver_status_driver_handles_ss_false [0.020426s] ... ok DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_access.py", line 231, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: 2025-11-13 13:53:03.134 3331052 INFO manila.coordination [None req-47b868b7-8894-4a10-9a40-4b57bedbc2d8 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_access.ShareInstanceAccessTestCase.test__update_rules_through_share_driver_6___cephx___False__False_ [0.036514s] ... ok DEBUG: {1} manila.tests.test_utils.TestAllTenantsValueCase.test_is_all_tenants_false_1_0 [0.022766s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_revert_to_replicated_snapshot_1_None [0.021495s] ... ok DEBUG: {1} manila.tests.test_utils.TestAllTenantsValueCase.test_is_all_tenants_invalid [0.019090s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_revert_to_replicated_snapshot_2_fake_reservations [0.020879s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: {1} manila.tests.test_utils.TestAllTenantsValueCase.test_is_all_tenants_missing [0.021738s] ... ok DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_access.py", line 231, in setUp DEBUG: self.context = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {1} manila.tests.test_utils.TestAllTenantsValueCase.test_is_all_tenants_true_1_None [0.023341s] ... ok DEBUG: 2025-11-13 13:53:03.203 3331052 DEBUG oslo_concurrency.lockutils [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_6af159aa-fd41-4a19-9782-226cbcaf467b" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:03.204 3331052 DEBUG oslo_concurrency.lockutils [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6af159aa-fd41-4a19-9782-226cbcaf467b" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:03.207 3331052 DEBUG oslo_concurrency.lockutils [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6af159aa-fd41-4a19-9782-226cbcaf467b" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:03.209 3331052 DEBUG oslo_concurrency.lockutils [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_6af159aa-fd41-4a19-9782-226cbcaf467b" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:03.211 3331052 DEBUG oslo_concurrency.lockutils [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6af159aa-fd41-4a19-9782-226cbcaf467b" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:03.213 3331052 DEBUG oslo_concurrency.lockutils [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Lock "locked_access_rules_operation_by_share_instance_6af159aa-fd41-4a19-9782-226cbcaf467b" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:03.215 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_access.ShareInstanceAccessTestCase.test_update_access_rules_nothing_to_update [0.079272s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_setup_server [0.044375s] ... ok DEBUG: {1} manila.tests.test_utils.TestComparableMixin.test_eq [0.018454s] ... ok DEBUG: 2025-11-13 13:53:03.239 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_all_02 [0.024192s] ... ok DEBUG: {1} manila.tests.test_utils.TestDisableNotifications.test_do_nothing_json_serializable [0.019580s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_setup_server_exception_in_cleanup_after_error_1 [0.039737s] ... ok DEBUG: 2025-11-13 13:53:03.261 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_all_07 [0.021780s] ... ok DEBUG: {1} manila.tests.test_utils.TestDisableNotifications.test_if_notification_enabled_when_disabled_1___ [0.021785s] ... ok DEBUG: {1} manila.tests.test_utils.TestDisableNotifications.test_if_notification_enabled_when_disabled_3___noop____noop__ [0.017647s] ... ok DEBUG: 2025-11-13 13:53:03.283 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test__do_update_validate_hosts_all_08 [0.021979s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_setup_server_exception_in_cleanup_after_error_4 [0.039773s] ... ok DEBUG: {1} manila.tests.test_utils.TestRetryDecorator.test_wrong_exception_no_retry [0.020409s] ... ok DEBUG: 2025-11-13 13:53:03.307 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test__get_all_availability_zones_with_subnets_3 [0.024127s] ... ok DEBUG: {1} manila.tests.volume.test_cinder.CinderApiTestCase.test_check_detach [0.018547s] ... ok DEBUG: {1} manila.tests.volume.test_cinder.CinderApiTestCase.test_create_failed_exception [0.018262s] ... ok DEBUG: 2025-11-13 13:53:03.357 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test__migration_initial_checks_another_migration_found [0.049726s] ... ok DEBUG: {1} manila.tests.volume.test_cinder.CinderApiTestCase.test_create_snapshot [0.019603s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_cancel_2_migration_driver_in_progress [0.072372s] ... ok DEBUG: {1} manila.tests.volume.test_cinder.CinderApiTestCase.test_detach [0.020015s] ... ok DEBUG: 2025-11-13 13:53:03.383 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test__migration_initial_checks_server_not_active [0.025490s] ... ok DEBUG: {1} manila.tests.volume.test_cinder.CinderApiTestCase.test_get [0.019095s] ... ok DEBUG: {1} manila.tests.volume.test_cinder.CinderclientTestCase.test_no_auth_obj [0.022371s] ... ok DEBUG: Deleted share instance instance_id1 DEBUG: Deleted share instance instance_id3 DEBUG: Deleted share fake_share_id DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_check_2_ShareServerMigrationFailed [0.058364s] ... ok DEBUG: 2025-11-13 13:53:03.447 3331052 ERROR manila.share.api [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Share c01e9bc3-5f05-4e8b-87dd-c01d0e24572f is a member of a group. This operation is not currently supported for share servers that contain shares members of groups. DEBUG: 2025-11-13 13:53:03.449 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test__migration_initial_checks_share_in_share_group [0.065692s] ... ok DEBUG: 2025-11-13 13:53:03.483 3331052 WARNING manila.share.api [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Error formatting log line msg='Quota exceeded for *(s_pid)s, tried to migrate *(s_size)sG share (*(d_consumed)dG of *(d_quota)dG already consumed).' err=TypeError('*d format: a real number is required, not str'): manila.exception.OverQuota: Quota exceeded for resources: ['gigabytes']. DEBUG: 2025-11-13 13:53:03.484 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test__modify_quotas_for_share_migration_reservation_failed_3 [0.035342s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_continue_1_True [0.063593s] ... ok DEBUG: 2025-11-13 13:53:03.530 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test__share_network_update_initial_checks_unsupported_server [0.045925s] ... ok DEBUG: Migration of share server ed406f53-4f7b-425d-a7bc-6bd98e26eb09 has failed. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 6308, in share_server_migration_driver_continue DEBUG: finished = self.driver.share_server_migration_continue( 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: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_continue_exception_2 [0.058795s] ... ok DEBUG: 2025-11-13 13:53:03.586 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test__share_server_update_allocations_initial_checks_share_busy [0.056924s] ... ok DEBUG: Failed to update quota on share shrinking. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 5041, in shrink_share DEBUG: reservations = QUOTAS.reserve(context, **deltas) 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: fake DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_shrink_share_quota_error_2__False_____ [0.056691s] ... ok DEBUG: 2025-11-13 13:53:03.639 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_allow_access_invalid_instance_4 [0.052415s] ... ok DEBUG: 2025-11-13 13:53:03.677 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_configure_default_prefix [0.037905s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_transfer_accept_1_True [0.136459s] ... ok DEBUG: Did not unmanage share server fake_share_server_id since the driver does not support managing share servers and no ``force`` option was supplied. DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_server_no_allocations_driver_not_implemented [0.058547s] ... ok DEBUG: Failed to update quota usages: . DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_valid_share_with_quota_error [0.055738s] ... ok DEBUG: Failed to commit reservations DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: self._driver.commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: db.reservation_commit( DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: return IMPL.reservation_commit( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: return f(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: with excutils.save_and_reraise_exception() as ectxt: DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: self.force_reraise() DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_valid_share_with_share_server_2_False [0.059085s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: raise self.value DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: return f(*args, **kwargs) 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/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: reservation_query = _quota_reservations_query(context, reservations) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: models.Reservation.uuid.in_(reservations), DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: return a.in_(b) DEBUG: ^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: return self.operate(in_op, other) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: seq_or_selectable = coercions.expect( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: resolved = impl._literal_coercion( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: self._raise_for_expected(element, **kw) DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: raise exc.ArgumentError(msg, code=code) from err DEBUG: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got . DEBUG: Since share f80bb109-06e6-4bb6-9515-cb95ca8601c3 has been un-managed from share server fake_server_id. This share server must be removed manually, either by un-managing or by deleting it. The share network subnets [] and share network None cannot be deleted unless this share server has been removed. DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_snapshot_update_access_rule_exception [0.069139s] ... ok DEBUG: 2025-11-13 13:53:04.052 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_configure_empty_default_prefix [0.374545s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_snapshot_valid_snapshot_2 [0.069145s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_snapshot_valid_snapshot_4 [0.053858s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_update_share_replica_replica_not_found [0.022604s] ... ok DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Failed to commit reservations None: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota Traceback (most recent call last): DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota self._driver.commit( DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota db.reservation_commit( DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return IMPL.reservation_commit( DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota with excutils.save_and_reraise_exception() as ectxt: DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota self.force_reraise() DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota raise self.value DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return fn(*args, **kwargs) DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota reservation_query = _quota_reservations_query(context, reservations) DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota models.Reservation.uuid.in_(reservations), DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota seq_or_selectable = coercions.expect( DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota resolved = impl._literal_coercion( DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota self._raise_for_expected(element, **kw) DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota raise exc.ArgumentError(msg, code=code) from err DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: 2025-11-13 13:53:04.091 3331052 ERROR manila.quota DEBUG: 2025-11-13 13:53:04.107 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_default_snapshot_semantics_2 [0.055380s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_update_share_server_network_allocations [0.019756s] ... ok DEBUG: Failed to update allocations of share server fake_server_id on subnet fake_new_subnet_id: No allocations found for the share server fake_server_id on the subnet.. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 7092, in update_share_server_network_allocations DEBUG: self._do_update_share_server_network_allocations( 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: manila.exception.AllocationsNotFoundForShareServer: No allocations found for the share server fake_server_id on the subnet. DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_update_share_server_network_allocations_failed [0.019736s] ... ok DEBUG: 2025-11-13 13:53:04.186 3331052 ERROR manila.share.api [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] The specified availability zone must be the same as parent share when you have the configuration option 'use_scheduler_creating_share_from_snapshot' set to False. DEBUG: 2025-11-13 13:53:04.188 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_from_snapshot_az_different_from_source [0.079518s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_invalid_values_01 [0.019094s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_invalid_values_03 [0.020545s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_invalid_values_07 [0.021021s] ... ok DEBUG: 2025-11-13 13:53:04.250 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_from_snapshot_larger_size [0.062816s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_invalid_values_09 [0.020102s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_invalid_values_10 [0.020928s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_invalid_values_11 [0.019411s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_valid_values_04 [0.020363s] ... ok DEBUG: 2025-11-13 13:53:04.326 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_from_snapshot_with_different_share_type [0.075669s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_valid_values_10 [0.019530s] ... ok DEBUG: 2025-11-13 13:53:04.351 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_instance_share_group_snapshot_member [0.024988s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_valid_values_11 [0.018479s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_valid_values_12 [0.018290s] ... ok DEBUG: {2} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_valid_values_13 [0.018679s] ... ok DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Failed to commit reservations None: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota Traceback (most recent call last): DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota self._driver.commit( DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota db.reservation_commit( DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return IMPL.reservation_commit( DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota with excutils.save_and_reraise_exception() as ectxt: DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota self.force_reraise() DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota raise self.value DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return fn(*args, **kwargs) DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota reservation_query = _quota_reservations_query(context, reservations) DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota models.Reservation.uuid.in_(reservations), DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota seq_or_selectable = coercions.expect( DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota resolved = impl._literal_coercion( DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota self._raise_for_expected(element, **kw) DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota raise exc.ArgumentError(msg, code=code) from err DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: 2025-11-13 13:53:04.385 3331052 ERROR manila.quota DEBUG: 2025-11-13 13:53:04.393 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_public_and_private_share_1_True [0.041105s] ... ok DEBUG: 2025-11-13 13:53:04.418 3331052 WARNING manila.share.api [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Quota exceeded for None, tried to create backup, but (10 of 5 backups already consumed.): manila.exception.OverQuota: Quota exceeded for resources: {'backups': 'fake'}. DEBUG: 2025-11-13 13:53:04.419 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_backup_over_quota_2 [0.025974s] ... ok DEBUG: 2025-11-13 13:53:04.451 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_backup_share_error_state [0.032283s] ... ok DEBUG: 2025-11-13 13:53:04.475 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_backup_share_has_replicas [0.024012s] ... ok DEBUG: {2} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_apply_new_access_rules_there_are_rules_1_True [0.082496s] ... ok DEBUG: 2025-11-13 13:53:04.516 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_instance_without_host [0.040494s] ... ok DEBUG: {2} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_apply_new_access_rules_there_are_rules_2_False [0.034738s] ... ok DEBUG: 2025-11-13 13:53:04.549 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_invalid_protocol_1_None [0.033170s] ... ok DEBUG: 2025-11-13 13:53:04.580 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_invalid_protocol_7_hdfsfake [0.031153s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_create_share_group_snapshot [0.079169s] ... ok DEBUG: 2025-11-13 13:53:04.614 3331052 WARNING manila.share.api [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Encryption keys quota exceeded for None (2 of 2 keys already consumed).: manila.exception.OverQuota: Quota exceeded for resources: {'encryption_keys': 'fake'}. DEBUG: 2025-11-13 13:53:04.615 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_over_encryption_keys_quota_1 [0.034643s] ... ok DEBUG: 2025-11-13 13:53:04.649 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_over_per_share_quota_1 [0.033902s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_create_share_instance [0.077625s] ... ok DEBUG: 2025-11-13 13:53:04.683 3331052 WARNING manila.share.api [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Quota exceeded for None, unable to create share-replica (20 of 10 already consumed).: manila.exception.OverQuota: Quota exceeded for resources: {'share_replicas': 'fake'}. DEBUG: 2025-11-13 13:53:04.684 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_over_quota_4 [0.034548s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_delete_share_group [0.079705s] ... ok DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Failed to commit reservations None: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota Traceback (most recent call last): DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota self._driver.commit( DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota db.reservation_commit( DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return IMPL.reservation_commit( DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota with excutils.save_and_reraise_exception() as ectxt: DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota self.force_reraise() DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota raise self.value DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return fn(*args, **kwargs) DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota reservation_query = _quota_reservations_query(context, reservations) DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota models.Reservation.uuid.in_(reservations), DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota seq_or_selectable = coercions.expect( DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota resolved = impl._literal_coercion( DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota self._raise_for_expected(element, **kw) DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota raise exc.ArgumentError(msg, code=code) from err DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: 2025-11-13 13:53:04.725 3331052 ERROR manila.quota DEBUG: 2025-11-13 13:53:04.731 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_3 [0.046602s] ... ok DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Failed to commit reservations None: sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota Traceback (most recent call last): DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota self._driver.commit( DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota db.reservation_commit( DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return IMPL.reservation_commit( DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota with excutils.save_and_reraise_exception() as ectxt: DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota self.force_reraise() DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota raise self.value DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return fn(*args, **kwargs) DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota reservation_query = _quota_reservations_query(context, reservations) DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota models.Reservation.uuid.in_(reservations), DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota seq_or_selectable = coercions.expect( DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota resolved = impl._literal_coercion( DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota self._raise_for_expected(element, **kw) DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota raise exc.ArgumentError(msg, code=code) from err DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got None. DEBUG: 2025-11-13 13:53:04.770 3331052 ERROR manila.quota DEBUG: 2025-11-13 13:53:04.774 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_4 [0.043517s] ... ok DEBUG: 2025-11-13 13:53:04.817 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_azs_with_subnets_invalid_input_2 [0.042429s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_delete_share_server [0.091102s] ... ok DEBUG: 2025-11-13 13:53:04.853 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_error_on_quota_commit [0.036523s] ... ok DEBUG: 2025-11-13 13:53:04.876 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_invalid_share_type_1 [0.022127s] ... ok DEBUG: 2025-11-13 13:53:04.900 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_invalid_share_type_2 [0.024396s] ... ok DEBUG: 2025-11-13 13:53:04.936 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_replica_subnet_not_found [0.035667s] ... ok DEBUG: 2025-11-13 13:53:04.972 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_share_with_subnets_2 [0.036372s] ... ok DEBUG: 2025-11-13 13:53:04.996 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_create_snapshot_for_replicated_share [0.023445s] ... ok DEBUG: 2025-11-13 13:53:05.032 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_backup_2_manila_data [0.036283s] ... ok DEBUG: 2025-11-13 13:53:05.066 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_instance_1 [0.033442s] ... ok DEBUG: 2025-11-13 13:53:05.100 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_instance_2 [0.033717s] ... ok DEBUG: 2025-11-13 13:53:05.123 3331052 INFO manila.share.api [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Deleting replica FAKE_ID. DEBUG: 2025-11-13 13:53:05.125 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_replica_1_True [0.025033s] ... ok DEBUG: 2025-11-13 13:53:05.150 3331052 INFO manila.share.api [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Deleting replica FAKE_ID. DEBUG: 2025-11-13 13:53:05.151 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_replica_2_False [0.026078s] ... ok DEBUG: 2025-11-13 13:53:05.176 3331052 INFO manila.share.api [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Deleting replica FAKE_ID. DEBUG: 2025-11-13 13:53:05.177 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_replica_no_host_2_False [0.028177s] ... ok DEBUG: 2025-11-13 13:53:05.203 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_server_dependent_share_exists [0.023536s] ... ok DEBUG: 2025-11-13 13:53:05.242 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_share_with_snapshots [0.039235s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_manage_snapshot [0.425820s] ... ok DEBUG: 2025-11-13 13:53:05.300 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_snapshot_deferred_1_True [0.057545s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_share_server_migration_cancel [0.083310s] ... ok DEBUG: 2025-11-13 13:53:05.361 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_snapshot_deferred_2_False [0.060474s] ... ok DEBUG: 2025-11-13 13:53:05.384 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_snapshot_force_delete_4_available [0.022938s] ... ok DEBUG: 2025-11-13 13:53:05.414 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_snapshot_replicated_snapshot_1_True [0.031205s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_share_server_migration_complete [0.078949s] ... ok DEBUG: 2025-11-13 13:53:05.439 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_snapshot_replicated_snapshot_2_False [0.023616s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_create_with_invalid_optional_extra_spec_1 [0.020695s] ... ok DEBUG: 2025-11-13 13:53:05.460 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_delete_wrong_status [0.020866s] ... ok DEBUG: Share type test_with_extra has invalid required extra specs. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: required_extra_specs = get_valid_required_extra_specs( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: raise exception.InvalidExtraSpec(reason=msg) DEBUG: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_all_types_3 [0.019993s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_all_types_search_by_availability_zone_4_nova_hypernova_supernova [0.019871s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_optional_extra_specs [0.017403s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_tenant_visible_extra_specs [0.019324s] ... ok DEBUG: 2025-11-13 13:53:05.537 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_deny_access_invalid_instance_2 [0.076692s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_valid_optional_extra_specs_invalid_2 [0.020076s] ... ok DEBUG: 2025-11-13 13:53:05.568 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_extend_invalid_status [0.031179s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_valid_required_extra_specs_invalid_3 [0.020509s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_02___snapshot_support____t__ [0.022239s] ... ok DEBUG: 2025-11-13 13:53:05.603 3331052 INFO manila.coordination [None req-6e5b9ac1-ba9d-4fa8-be51-c833bf900642 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_extend_invalid_task_state [0.034591s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_03___snapshot_support____true__ [0.019656s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_04___snapshot_support____on__ [0.019965s] ... ok DEBUG: 2025-11-13 13:53:05.652 3331052 INFO manila.share.api [None req-8f0b624d-ba4f-4cb0-ab4a-e45c3274f31a fake2 fake - - - -] Extend share request issued successfully. DEBUG: 2025-11-13 13:53:05.653 3331052 INFO manila.coordination [None req-8f0b624d-ba4f-4cb0-ab4a-e45c3274f31a fake2 fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_extend_quota_user [0.050075s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_06___snapshot_support____yes__ [0.019430s] ... ok DEBUG: 2025-11-13 13:53:05.675 3331052 DEBUG manila.share.api [None req-e9950ab0-e693-49e7-9597-3bf211b3b21d fake_uid fake_pid_1 - - - -] Searching for shares by: {'all_tenants': ''} _get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2372 DEBUG: 2025-11-13 13:53:05.676 3331052 INFO manila.coordination [None req-e9950ab0-e693-49e7-9597-3bf211b3b21d fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_all_tenants_with_blank [0.022785s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_20___create_share_from_snapshot_support____f__ [0.018833s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_25___revert_to_snapshot_support____1__ [0.019052s] ... ok DEBUG: 2025-11-13 13:53:05.698 3331052 DEBUG manila.share.api [None req-f02565d9-47b1-470a-b7fb-bc95759d7aa0 fake_uid fake_pid_2 - - - -] Searching for shares by: {'export_location_path': 'test'} _get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2372 DEBUG: 2025-11-13 13:53:05.700 3331052 INFO manila.coordination [None req-f02565d9-47b1-470a-b7fb-bc95759d7aa0 fake_uid fake_pid_2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_export_location_2_path [0.023286s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_41___mount_snapshot_support____y__ [0.017823s] ... ok DEBUG: 2025-11-13 13:53:05.720 3331052 DEBUG manila.share.api [None req-4542e5c5-7d81-4a44-9f60-5ce1aa2d6eb8 fake_uid fake_pid_2 - - - -] Searching for shares by: {'display_description': 'ds'} _get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2372 DEBUG: 2025-11-13 13:53:05.721 3331052 INFO manila.coordination [None req-4542e5c5-7d81-4a44-9f60-5ce1aa2d6eb8 fake_uid fake_pid_2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_name_and_description_5 [0.021775s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_48___mount_snapshot_support____no__ [0.019438s] ... ok DEBUG: 2025-11-13 13:53:05.743 3331052 DEBUG manila.share.api [None req-06ae9362-ea17-4c9b-a61c-cb7f966d1404 fake_uid fake_pid_2 - - - -] Searching for shares by: {'display_name~': 'foo', 'display_description': 'ds'} _get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2372 DEBUG: 2025-11-13 13:53:05.744 3331052 INFO manila.coordination [None req-06ae9362-ea17-4c9b-a61c-cb7f966d1404 fake_uid fake_pid_2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_name_and_description_8 [0.022050s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_58___mount_point_name_support____off__ [0.018230s] ... ok DEBUG: 2025-11-13 13:53:05.765 3331052 DEBUG manila.share.api [None req-b49af7c4-beab-4528-a2ab-edebf7188338 fake_uid fake_pid_2 - - - -] Searching for shares by: {'status': 'available'} _get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2372 DEBUG: 2025-11-13 13:53:05.766 3331052 INFO manila.coordination [None req-b49af7c4-beab-4528-a2ab-edebf7188338 fake_uid fake_pid_2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_admin_filter_by_status [0.022676s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_71___provisioning_mount_point_prefix____bronze__ [0.018171s] ... ok DEBUG: 2025-11-13 13:53:05.788 3331052 DEBUG manila.share.api [None req-45814fd0-b3d7-4963-8b90-19685718ca46 fake_uid fake_pid_1 - - - -] Searching for shares by: {'host': 'fake_host'} _get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2372 DEBUG: 2025-11-13 13:53:05.789 3331052 INFO manila.coordination [None req-45814fd0-b3d7-4963-8b90-19685718ca46 fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_by_non_admin_using_admin_filter_2 [0.022334s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_valid_01___driver_handles_share_servers____1__ [0.019166s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_valid_07___driver_handles_share_servers____0__ [0.018429s] ... ok DEBUG: 2025-11-13 13:53:05.810 3331052 DEBUG manila.share.api [None req-3a5cb3a6-8890-4ac5-a4dd-b50076db41da fake_uid fake_pid_2 - - - -] Searching for shares by: {'is_public': 'bartrue'} _get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2372 DEBUG: 2025-11-13 13:53:05.811 3331052 INFO manila.coordination [None req-3a5cb3a6-8890-4ac5-a4dd-b50076db41da fake_uid fake_pid_2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_invalid_public_value_2_bartrue [0.021728s] ... ok DEBUG: 2025-11-13 13:53:05.832 3331052 DEBUG manila.share.api [None req-30d378fa-e560-494c-92e2-8099b5877c76 fake_uid fake_pid_2 - - - -] Searching for shares by: {'all_tenants': 1} _get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2372 DEBUG: 2025-11-13 13:53:05.833 3331052 INFO manila.coordination [None req-30d378fa-e560-494c-92e2-8099b5877c76 fake_uid fake_pid_2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_filter_by_all_tenants [0.022234s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_parse_boolean_extra_spec_1 [0.025594s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_parse_boolean_extra_spec_4 [0.018244s] ... ok DEBUG: 2025-11-13 13:53:05.858 3331052 DEBUG manila.share.api [None req-2509cda5-a584-400a-8429-74c61ac11e72 fake_uid fake_pid_2 - - - -] Searching for shares by: {'is_public': 'false'} _get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2372 DEBUG: 2025-11-13 13:53:05.859 3331052 INFO manila.coordination [None req-2509cda5-a584-400a-8429-74c61ac11e72 fake_uid fake_pid_2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_not_public_2_false [0.025726s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_parse_boolean_extra_spec_5 [0.018682s] ... ok DEBUG: 2025-11-13 13:53:05.879 3331052 DEBUG manila.share.api [None req-eceb621b-7ffa-45c7-8b5a-3b56afbf2618 fake_uid fake_pid_2 - - - -] Searching for shares by: {'is_public': 'f'} _get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2372 DEBUG: 2025-11-13 13:53:05.880 3331052 INFO manila.coordination [None req-eceb621b-7ffa-45c7-8b5a-3b56afbf2618 fake_uid fake_pid_2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_not_public_7_f [0.021267s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_parse_boolean_extra_spec_invalid_3_None [0.017450s] ... ok DEBUG: 2025-11-13 13:53:05.901 3331052 DEBUG manila.share.api [None req-790ed530-4d58-4dce-bd61-3835632d900f fake_uid fake_pid_2 - - - -] Searching for shares by: {'is_public': 'y'} _get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2372 DEBUG: 2025-11-13 13:53:05.902 3331052 INFO manila.coordination [None req-790ed530-4d58-4dce-bd61-3835632d900f fake_uid fake_pid_2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_public_5_y [0.021709s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_sanitize_extra_specs_2_az_1_az2_az_3___ [0.019606s] ... ok DEBUG: 2025-11-13 13:53:05.925 3331052 DEBUG manila.share.api [None req-71319fa5-f610-4596-a6c0-f1f9c0aa47ae fake_uid fake_pid_2 - - - -] Searching for shares by: {'is_public': True} _get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2372 DEBUG: 2025-11-13 13:53:05.927 3331052 INFO manila.coordination [None req-71319fa5-f610-4596-a6c0-f1f9c0aa47ae fake_uid fake_pid_2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_non_admin_public_8_True [0.024783s] ... ok DEBUG: {2} manila.tests.share.test_share_types.ShareTypesTestCase.test_string_too_long [0.021475s] ... ok DEBUG: 2025-11-13 13:53:05.948 3331052 DEBUG manila.share.api [None req-71319fa5-f610-4596-a6c0-f1f9c0aa47ae fake_uid fake_pid_2 - - - -] Searching for snapshots by: {'all_tenants': 1} _get_all_snapshots /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2507 DEBUG: 2025-11-13 13:53:05.950 3331052 INFO manila.coordination [None req-71319fa5-f610-4596-a6c0-f1f9c0aa47ae fake_uid fake_pid_2 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_admin_all_tenants [0.022535s] ... ok DEBUG: {2} manila.tests.share.test_share_utils.NotifyUsageTestCase.test_notify_about_share_usage_with_kwargs [0.019729s] ... ok DEBUG: 2025-11-13 13:53:05.971 3331052 DEBUG manila.share.api [None req-ae06c3e8-77a3-4202-92d4-a5098ab857a2 fakeuid fakepid - - - -] Searching for snapshots by: {} _get_all_snapshots /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2507 DEBUG: {2} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_with_default_pool [0.018081s] ... ok DEBUG: 2025-11-13 13:53:05.972 3331052 INFO manila.coordination [None req-ae06c3e8-77a3-4202-92d4-a5098ab857a2 fakeuid fakepid - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_admin_not_all_tenants [0.022546s] ... ok DEBUG: 2025-11-13 13:53:05.993 3331052 DEBUG manila.share.api [None req-cf0e15fe-1b2d-478d-92f1-e09f7a830c5c fakeuid fakepid - - - -] Searching for snapshots by: {'description': 'd'} _get_all_snapshots /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2507 DEBUG: 2025-11-13 13:53:05.995 3331052 INFO manila.coordination [None req-cf0e15fe-1b2d-478d-92f1-e09f7a830c5c fakeuid fakepid - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_filter_by_name_and_description_2 [0.022480s] ... ok DEBUG: {2} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_get_active_replica_success [0.023131s] ... ok DEBUG: {2} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_is_az_subnets_compatible_3 [0.018740s] ... ok DEBUG: 2025-11-13 13:53:06.016 3331052 DEBUG manila.share.api [None req-fa71c625-9b80-4901-86c6-1b7611194022 fakeuid fakepid - - - -] Searching for snapshots by: {'name~': 'foo', 'description~': 'ds'} _get_all_snapshots /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2507 DEBUG: 2025-11-13 13:53:06.017 3331052 INFO manila.coordination [None req-fa71c625-9b80-4901-86c6-1b7611194022 fakeuid fakepid - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_filter_by_name_and_description_6 [0.021915s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_request_spec [0.018253s] ... ok DEBUG: 2025-11-13 13:53:06.037 3331052 DEBUG manila.share.api [None req-dc612db4-35d3-44d1-88ee-0bbf1fc9169e fakeuid fakepid - - - -] Searching for snapshots by: {'name~': 'foo', 'description': 'ds'} _get_all_snapshots /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2507 DEBUG: 2025-11-13 13:53:06.038 3331052 INFO manila.coordination [None req-dc612db4-35d3-44d1-88ee-0bbf1fc9169e fakeuid fakepid - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_filter_by_name_and_description_8 [0.021295s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_share_group_snapshot_error_creating_member [0.019275s] ... ok DEBUG: 2025-11-13 13:53:06.059 3331052 DEBUG manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Searching for snapshots by: {} _get_all_snapshots /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:2507 DEBUG: 2025-11-13 13:53:06.060 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_all_snapshots_with_sorting_valid [0.021462s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_share_group_snapshot_group_does_not_exist [0.020267s] ... ok DEBUG: 2025-11-13 13:53:06.084 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_share_attributes_from_share_type_invalid_1 [0.024225s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_share_group_snapshot_minimal_request_no_members [0.019901s] ... ok DEBUG: 2025-11-13 13:53:06.106 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_get_share_server_update_allocations_key [0.022318s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_share_group_snapshot_with_member [0.019635s] ... ok DEBUG: 2025-11-13 13:53:06.130 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_handle_revert_to_snapshot_quotas_different_size [0.023341s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_unsupported_az_1_specified_stypes_one_unsupported_in_AZ [0.019374s] ... ok DEBUG: 2025-11-13 13:53:06.152 3331052 ERROR manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Found an existing share with export location fake! DEBUG: 2025-11-13 13:53:06.153 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_manage_duplicate_1_manage_error [0.022613s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_unsupported_az_4_group_type_stypes_all_unsupported_in_AZ [0.021184s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_conflicting_share_type_and_share_network [0.020040s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_error_on_creation [0.019791s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_source_sg_snapshot_id_error_snapshot_status [0.020401s] ... ok DEBUG: 2025-11-13 13:53:06.224 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_manage_new_2 [0.071797s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_source_sg_snapshot_id_with_members_error [0.020872s] ... ok DEBUG: 2025-11-13 13:53:06.249 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_manage_new_dhss_true_and_false_2 [0.024474s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_source_share_group_snapshot_id_with_member [0.022590s] ... ok DEBUG: 2025-11-13 13:53:06.283 3331052 INFO manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Sending request to cancel migration of share fake_id. DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_delete_available [0.024067s] ... ok DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Failed to cancel migration of share fake_id.: Exception: fake DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api Traceback (most recent call last): DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py", line 2273, in migration_cancel DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api data_rpc.data_copy_cancel(context, share['id']) DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api File "/usr/lib64/python3.12/unittest/mock.py", line 1202, in _execute_mock_call DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api raise result DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api Exception: fake DEBUG: 2025-11-13 13:53:06.283 3331052 ERROR manila.share.api DEBUG: 2025-11-13 13:53:06.285 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_cancel_2 [0.036097s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_delete_creating_no_host [0.020738s] ... ok DEBUG: 2025-11-13 13:53:06.317 3331052 ERROR manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Migration of share fake_id was already cancelled. DEBUG: 2025-11-13 13:53:06.319 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_cancel_task_state_invalid_4_migration_cancelled [0.033156s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_get [0.018733s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_get_all [0.017670s] ... ok DEBUG: 2025-11-13 13:53:06.356 3331052 ERROR manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Migration of share fake_id has already completed. DEBUG: 2025-11-13 13:53:06.360 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_get_all_all_tenants_not_admin [0.018072s] ... ok DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_complete_task_state_invalid_2_migration_success [0.041405s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_get_all_no_groups [0.022680s] ... ok DEBUG: 2025-11-13 13:53:06.394 3331052 INFO manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Sending request to get share migration information of share fake_id. DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Failed to obtain migration progress of share fake_id.: Exception: fake DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api Traceback (most recent call last): DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py", line 2165, in migration_get_progress DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api result = data_rpc.data_copy_get_progress( DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api File "/usr/lib64/python3.12/unittest/mock.py", line 1202, in _execute_mock_call DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api raise result DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api Exception: fake DEBUG: 2025-11-13 13:53:06.394 3331052 ERROR manila.share.api DEBUG: 2025-11-13 13:53:06.396 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_2 [0.035520s] ... ok DEBUG: {2} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_share_group_snapshot_get [0.020511s] ... ok DEBUG: {2} manila.tests.share_group.test_share_group_types.ShareGroupTypesTestCase.test_add_access [0.022845s] ... ok DEBUG: 2025-11-13 13:53:06.428 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_progress_100_3_migration_cancelled [0.032126s] ... ok DEBUG: {2} manila.tests.share_group.test_share_group_types.ShareGroupTypesTestCase.test_get_all_types_search [0.018795s] ... ok DEBUG: {2} manila.tests.share_group.test_share_group_types.ShareGroupTypesTestCase.test_remove_access_invalid [0.018183s] ... ok DEBUG: 2025-11-13 13:53:06.466 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_progress_100_4_migration_completing [0.040126s] ... ok DEBUG: {2} manila.tests.test_conf.ConfigTestCase.test_long_vs_short_flags [0.018957s] ... ok DEBUG: {2} manila.tests.test_context.ContextTestCase.test_request_context_elevated [0.017395s] ... ok DEBUG: 2025-11-13 13:53:06.506 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_progress_100_5_migration_driver_phase1_done [0.037495s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.test_context.ContextTestCase.test_request_context_read_deleted_invalid [0.034170s] ... ok DEBUG: 2025-11-13 13:53:06.537 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_progress_100_6_data_copying_completed [0.031057s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_content_type [0.017779s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_reservation_expiration [0.017068s] ... ok DEBUG: 2025-11-13 13:53:06.574 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_get_progress_task_state_progress_100_8_data_copying_cancelled [0.037247s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_share_snapshot [0.017369s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_share_snapshot_instance [0.017387s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode400.test_unmanage_invalid_share_snapshot [0.017056s] ... ok DEBUG: 2025-11-13 13:53:06.629 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_1 [0.054721s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode403.test_not_authorized [0.017228s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode404.test_host_not_found [0.017282s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode404.test_migration_not_found [0.017241s] ... ok DEBUG: 2025-11-13 13:53:06.680 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_3 [0.051053s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode404.test_not_found [0.017073s] ... ok DEBUG: 2025-11-13 13:53:06.706 3331052 ERROR manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Invalid parameter combination. Cannot set parameters "nondisruptive", "writable", "preserve_snapshots" or "preserve_metadata" to True when enabling the "force_host_assisted_migration" option. DEBUG: 2025-11-13 13:53:06.707 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_invalid_host_and_driver_assisted_params_3 [0.026055s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode404.test_quota_class_not_found [0.017604s] ... ok DEBUG: 2025-11-13 13:53:06.729 3331052 ERROR manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Invalid parameter combination. Cannot set parameters "nondisruptive", "writable", "preserve_snapshots" or "preserve_metadata" to True when enabling the "force_host_assisted_migration" option. DEBUG: 2025-11-13 13:53:06.730 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_invalid_host_and_driver_assisted_params_4 [0.023333s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode404.test_security_service_not_found [0.017710s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode404.test_share_replica_not_found_exception [0.017233s] ... ok DEBUG: 2025-11-13 13:53:06.762 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_invalid_share_network_type_combo_1_True [0.032011s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode404.test_share_server_not_found [0.017562s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode404.test_share_type_extra_specs_not_found [0.018310s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode404.test_snapshot_resource_not_found [0.018135s] ... ok DEBUG: 2025-11-13 13:53:06.812 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_invalid_share_network_type_combo_2_False [0.049563s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode404.test_storage_resource_not_found [0.019756s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode404.test_volume_snapshot_not_found [0.018561s] ... ok DEBUG: 2025-11-13 13:53:06.852 3331052 INFO manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Destination host (fake@backend#pool), share network (fake_net_id) or share type (fake_type_id) are the same as the current host's 'fake@backend#pool', 'fake_net_id' and 'fake_type_id' respectively. Nothing to be done. DEBUG: 2025-11-13 13:53:06.854 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_same_data_as_source_1 [0.041849s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionResponseCode413.test_snapshot_limit_exceeded [0.018665s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionTestCase.test_error_msg_is_exception_to_string [0.017406s] ... ok DEBUG: 2025-11-13 13:53:06.887 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_with_new_share_type_limit [0.032720s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionTestCase.test_exception_multi_kwargs_to_string [0.018734s] ... ok DEBUG: {2} manila.tests.test_exception.ManilaExceptionTestCase.test_snapshot_access_already_exists [0.017686s] ... ok DEBUG: {2} manila.tests.test_manager.SchedulerDependentManagerTestCase.test__publish_service_capabilities_no_update_1_None [0.018657s] ... ok DEBUG: 2025-11-13 13:53:06.946 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_migration_start_with_snapshots [0.059469s] ... ok DEBUG: {2} manila.tests.test_manager.SchedulerDependentManagerTestCase.test__publish_service_capabilities_no_update_2 [0.018444s] ... ok DEBUG: 2025-11-13 13:53:06.972 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_prefix_with_valid_mount_point_name [0.025927s] ... ok DEBUG: {2} manila.tests.test_manager.SchedulerDependentManagerTestCase.test__publish_service_capabilities_no_update_4_ [0.018971s] ... ok DEBUG: {2} manila.tests.test_manager.SchedulerDependentManagerTestCase.test_update_service_capabilities_2_ [0.019850s] ... ok DEBUG: 2025-11-13 13:53:06.994 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_promote_share_replica [0.021413s] ... ok DEBUG: {2} manila.tests.test_network.APITestCase.test_init_api_with_custom_config_group_name [0.018299s] ... ok DEBUG: 2025-11-13 13:53:07.015 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_promote_share_replica_out_of_sync_non_admin_2_error [0.020807s] ... ok DEBUG: {2} manila.tests.test_network.APITestCase.test_init_api_with_custom_config_group_name_and_label [0.020997s] ... ok DEBUG: {2} manila.tests.test_network.APITestCase.test_init_api_with_default_config_group_name [0.019107s] ... ok DEBUG: 2025-11-13 13:53:07.058 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_restore_share_backup_invalid_backup_state [0.043223s] ... ok DEBUG: {2} manila.tests.test_network.NetworkBaseAPITestCase.test_enabled_ip_versions_1 [0.019790s] ... ok DEBUG: {2} manila.tests.test_network.NetworkBaseAPITestCase.test_enabled_ip_versions_2 [0.019580s] ... ok DEBUG: 2025-11-13 13:53:07.102 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_restore_share_backup_invalid_share_state [0.045545s] ... ok DEBUG: {2} manila.tests.test_network.NetworkBaseAPITestCase.test_inherit_network_base_api_deallocate_not_redefined [0.020293s] ... ok DEBUG: {2} manila.tests.test_policy.ContextIsAdminPolicyTestCase.test_context_is_admin_undefined [0.029838s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.test_policy.ContextIsAdminPolicyTestCase.test_default_admin_role_is_admin [0.045804s] ... ok DEBUG: 2025-11-13 13:53:07.205 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_share_metadata_update_delete [0.100804s] ... ok DEBUG: {2} manila.tests.test_policy.DefaultPolicyTestCase.test_policy_called [0.037848s] ... ok DEBUG: 2025-11-13 13:53:07.241 3331052 ERROR manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share server af01ce0d-8c55-4a53-ae63-3cdc8750f605 is not migrating DEBUG: 2025-11-13 13:53:07.242 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_complete_invalid_status_1___active___None_ [0.037184s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:53:07.276 3331052 ERROR manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] There is no migration being performed for share_server 2f3c286f-9ddf-4c27-9d89-50bb385fda32 at this moment. DEBUG: 2025-11-13 13:53:07.277 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_progress_invalid_share_server_2_server_migrating [0.035127s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.test_policy.PolicyTestCase.test_authorize_does_not_raise_forbidden_1_enforce [0.073747s] ... ok DEBUG: 2025-11-13 13:53:07.311 3331052 DEBUG manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share server fake_source_server_id was not found. We will search for a successful migration share_server_migration_get_progress /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/api.py:3429 DEBUG: 2025-11-13 13:53:07.313 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_progress_source_not_found [0.035174s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: Policy not registered DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1187, in authorize DEBUG: raise PolicyNotRegistered(rule) DEBUG: oslo_policy.policy.PolicyNotRegistered: Policy test:noexist has not been registered DEBUG: {2} manila.tests.test_policy.PolicyTestCase.test_authorize_nonexistent_action_throws [0.045420s] ... ok DEBUG: 2025-11-13 13:53:07.364 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_share_server_migration_get_request_spec_dict [0.052681s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:53:07.402 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_shrink_invalid_task_state [0.037363s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.test_policy.PolicyTestCase.test_authorize_properly_handles_invalid_scope_exception_1_enforce [0.073130s] ... ok DEBUG: 2025-11-13 13:53:07.443 3331052 INFO manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Shrink share (id=a4b077e5-07ba-42f8-8093-68e1b26413ea) request issued successfully. New size: 50 DEBUG: 2025-11-13 13:53:07.446 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_shrink_valid_1_available [0.043240s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:53:07.481 3331052 INFO manila.share.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Shrink share (id=449646db-9a4f-4191-9304-57d70e9843ad) request issued successfully. New size: 50 DEBUG: 2025-11-13 13:53:07.483 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_shrink_valid_2_shrinking_possible_data_loss_error [0.036708s] ... ok DEBUG: Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} manila.tests.test_policy.PolicyTestCase.test_authorize_properly_handles_invalid_scope_exception_2_authorize [0.079949s] ... ok DEBUG: {2} manila.tests.test_quota.DbQuotaDriverTestCase.test__get_quotas_2__None___fake_st_id__ [0.018029s] ... ok DEBUG: {2} manila.tests.test_quota.DbQuotaDriverTestCase.test__get_quotas_3___fake_user_id___None_ [0.018752s] ... ok DEBUG: {2} manila.tests.test_quota.DbQuotaDriverTestCase.test__get_quotas_unknown [0.018641s] ... ok DEBUG: {2} manila.tests.test_quota.DbQuotaDriverTestCase.test__process_quotas_1 [0.020064s] ... ok DEBUG: {2} manila.tests.test_quota.DbQuotaDriverTestCase.test__process_quotas_2 [0.019443s] ... ok DEBUG: {2} manila.tests.test_quota.DbQuotaDriverTestCase.test_commit [0.018813s] ... ok DEBUG: {2} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_class_quotas_1_True [0.019703s] ... ok DEBUG: {2} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_settable_quotas_3___foo_user_id___None_ [0.018644s] ... ok DEBUG: {2} manila.tests.test_quota.DbQuotaDriverTestCase.test_reserve_wrong_expire [0.020326s] ... ok DEBUG: {2} manila.tests.test_quota.DbQuotaDriverTestCase.test_usage_reset [0.019453s] ... ok DEBUG: {2} manila.tests.test_quota.QuotaEngineTestCase.test_destroy_all_by_project [0.018777s] ... ok DEBUG: {2} manila.tests.test_quota.QuotaEngineTestCase.test_destroy_all_by_project_and_user [0.018172s] ... ok DEBUG: {2} manila.tests.test_quota.QuotaEngineTestCase.test_get_class_quotas_1_None [0.017970s] ... ok DEBUG: {2} manila.tests.test_quota.QuotaEngineTestCase.test_get_class_quotas_2_True [0.019542s] ... ok DEBUG: {2} manila.tests.test_quota.QuotaEngineTestCase.test_get_project_quotas_5 [0.019163s] ... ok DEBUG: {2} manila.tests.test_quota.QuotaEngineTestCase.test_get_settable_quotas_2 [0.018712s] ... ok DEBUG: {2} manila.tests.test_quota.QuotaEngineTestCase.test_get_share_type_quotas_2 [0.019056s] ... ok DEBUG: {2} manila.tests.test_quota.QuotaEngineTestCase.test_register_resources [0.019834s] ... ok DEBUG: {2} manila.tests.test_rpc.RPCTestCase.test_init_notifications [0.029626s] ... ok DEBUG: 2025-11-13 13:53:07.901 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_snapshot_access_get_all [0.418411s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: 2025-11-13 13:53:07.962 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_snapshot_allow_access [0.059908s] ... ok DEBUG: {2} manila.tests.test_service.ServiceFlagsTestCase.test_service_disabled_on_create_based_on_flag [0.088363s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: {2} manila.tests.test_service.ServiceManagerTestCase.test_override_manager_method [0.026267s] ... ok DEBUG: {2} manila.tests.test_service.ServiceTestCase.test_create [0.027191s] ... ok DEBUG: {2} manila.tests.test_service.ServiceTestCase.test_periodic_tasks_2_False [0.020653s] ... ok DEBUG: 2025-11-13 13:53:08.049 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_snapshot_deny_access_exception [0.086397s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: {2} manila.tests.test_service.ServiceTestCase.test_report_state_service_not_ready [0.021272s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: Manager for service bar is not ready yet, skipping state update routine. Service will appear "down". DEBUG: 2025-11-13 13:53:08.072 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_soft_delete_invalid_status [0.022652s] ... ok DEBUG: /builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py:370: DeprecationWarning: Using class 'Server' (either directly or via inheritance) is deprecated and will be removed in version '2026.2': The Server class utilises the eventlet service, and eventlet support is deprecated for removal. You should remove use of eventlet servers from your application and switch to deploying via WSGI. DEBUG: self.server = wsgi.Server( DEBUG: {2} manila.tests.test_service.TestWSGIService.test_service_random_port [0.020902s] ... ok DEBUG: {2} manila.tests.test_ssh_utils.SSHPoolTestCase.test_closed_reopend_ssh_connections [0.018828s] ... ok DEBUG: 2025-11-13 13:53:08.117 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_soft_delete_share_with_group_snapshot_members [0.048411s] ... ok DEBUG: {2} manila.tests.test_ssh_utils.SSHPoolTestCase.test_create_ssh_with_password [0.024437s] ... ok DEBUG: {2} manila.tests.test_utils.CidrToNetmaskTestCase.test_cidr_to_netmask_4___10_0_0_0_32____255_255_255_255__ [0.018505s] ... ok DEBUG: 2025-11-13 13:53:08.179 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.test_utils.CidrToPrefixLenTestCase.test_cidr_to_prefixlen_4___fdf8_f53b_82e1__1_0___0_ [0.018339s] ... ok DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_unmanage_locked_share [0.054221s] ... ok DEBUG: {2} manila.tests.test_utils.CidrToPrefixLenTestCase.test_cidr_to_prefixlen_6___fdf8_f53b_82e1__1___128_ [0.018110s] ... ok DEBUG: 2025-11-13 13:53:08.215 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.test_utils.CidrToPrefixLenTestCase.test_cidr_to_prefixlen_invalid_4_fdf8_f53b_82e1__1_129 [0.018071s] ... ok DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_update_share_from_metadata [0.034754s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_check_ssh_injection_1___ssh_____D____my_name_name_of_remote_computer__ [0.021432s] ... ok DEBUG: 2025-11-13 13:53:08.239 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_update_share_network_security_service_no_share_servers [0.026435s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_check_ssh_injection_on_error0_1___ssh____my_name_______name_of_remote_computer__ [0.018964s] ... ok DEBUG: 2025-11-13 13:53:08.273 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_api.ShareAPITestCase.test_update_share_network_subnet_from_metadata [0.029708s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_service_is_up [0.017671s] ... ok DEBUG: 2025-11-13 13:53:08.292 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_01__None___G__ [0.017839s] ... ok DEBUG: 2025-11-13 13:53:08.294 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:08.296 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:08.298 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_valid_cases_2 [0.024698s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_03___1fake____G__ [0.017723s] ... ok DEBUG: 2025-11-13 13:53:08.317 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_valid_cases_6 [0.018342s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_05___1KM____G__ [0.017608s] ... ok DEBUG: 2025-11-13 13:53:08.336 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test__verify_share_server_handling_valid_cases_7 [0.018864s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_11___1_1KM____G__ [0.017549s] ... ok DEBUG: 2025-11-13 13:53:08.355 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_add_ip_version_capability_if_dhss_false_3 [0.018799s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_12___K2_2M____G__ [0.022574s] ... ok DEBUG: 2025-11-13 13:53:08.376 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_add_ip_version_capability_if_dhss_true_1 [0.020562s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_17__23___G__ [0.017810s] ... ok DEBUG: 2025-11-13 13:53:08.397 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_add_ip_version_capability_if_dhss_true_8 [0.020863s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_18__23_0___G__ [0.016993s] ... ok DEBUG: 2025-11-13 13:53:08.418 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_add_ip_version_capability_if_dhss_true_9 [0.021239s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_01____3G____G____3_0_ [0.018006s] ... ok DEBUG: 2025-11-13 13:53:08.440 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_check_for_setup_error [0.020622s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_05____5_23G____G____5_23_ [0.016811s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_07____8192K____G____0_0078125_ [0.017645s] ... ok DEBUG: 2025-11-13 13:53:08.460 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:08.460 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:08.464 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:08.466 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_check_redefined_driver_methods_1__________False_ [0.026626s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_10____2_1T____G____2150_4_ [0.022263s] ... ok DEBUG: 2025-11-13 13:53:08.487 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:08.489 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:08.490 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:08.493 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_check_redefined_driver_methods_5________create_snapshot____delete_snapshot____True_ [0.025603s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_12____3_4P____G____3565158_4_ [0.017283s] ... ok DEBUG: 2025-11-13 13:53:08.513 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_check_update_share_server_network_allocations [0.020341s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_16____9728_2381T____T____9728_2381_ [0.016738s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_21_____1024____K____0_0001_ [0.017082s] ... ok DEBUG: 2025-11-13 13:53:08.540 3331052 DEBUG manila.share.driver [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Migration info obtained for share fake_id: {'mount': 'mount -vt nfs %(options)s /fake/fake_id %(path)s', 'unmount': 'umount -v %(path)s', 'access_mapping': {'ip': ['nfs']}}. connection_get_info /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py:660 DEBUG: 2025-11-13 13:53:08.542 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_connection_get_info_2_False [0.029058s] ... ok DEBUG: {2} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_23____65536G____P____0_0625_ [0.016865s] ... ok DEBUG: 2025-11-13 13:53:08.562 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:08.564 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:08.566 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:08.567 3331052 DEBUG manila.share.driver [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Updating share stats. _update_share_stats /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py:1335 DEBUG: {2} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_v4_address_3_255_255_255_256 [0.016773s] ... ok DEBUG: 2025-11-13 13:53:08.570 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_from_snapshot_exists_and_set_explicitly_1_True [0.026221s] ... ok DEBUG: 2025-11-13 13:53:08.587 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: {2} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_v6_address_1_None [0.020669s] ... ok DEBUG: 2025-11-13 13:53:08.589 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:08.590 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:08.591 3331052 DEBUG manila.share.driver [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Updating share stats. _update_share_stats /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py:1335 DEBUG: 2025-11-13 13:53:08.595 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_create_share_from_snapshot_support_absent_2_create_snapshot [0.025035s] ... ok DEBUG: {2} manila.tests.test_utils.IsValidIPVersion.test_provided_none_version [0.019063s] ... ok DEBUG: 2025-11-13 13:53:08.614 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_delete_replica [0.019418s] ... ok DEBUG: {2} manila.tests.test_utils.IsValidIPVersion.test_valid_v4_1_0_0_0_0 [0.017141s] ... ok DEBUG: 2025-11-13 13:53:08.633 3331052 DEBUG manila.share.driver [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Deleting share group snapshot f6aa3b59-57eb-421e-965c-4e182538e36a. delete_share_group_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py:1773 DEBUG: 2025-11-13 13:53:08.635 3331052 DEBUG manila.share.driver [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Deleted share group snapshot f6aa3b59-57eb-421e-965c-4e182538e36a. delete_share_group_snapshot /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py:1791 DEBUG: 2025-11-13 13:53:08.637 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_delete_share_group_snapshot [0.022280s] ... ok DEBUG: {2} manila.tests.test_utils.IsValidIPVersion.test_valid_v4_2_255_255_255_255 [0.018077s] ... ok DEBUG: 2025-11-13 13:53:08.658 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_drivers_methods_needed_by_manage_functionality_2_unmanage [0.020943s] ... ok DEBUG: {2} manila.tests.test_utils.IsValidIPVersion.test_valid_v4_3_192_168_0_1 [0.017001s] ... ok DEBUG: 2025-11-13 13:53:08.679 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_drivers_methods_needed_by_share_revert_to_snapshot_functionality_1_revert_to_snapshot [0.021426s] ... ok DEBUG: {2} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_invalid_string_2_invalid [0.017492s] ... ok DEBUG: {2} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_key_not_found_3___true___True__False_ [0.016583s] ... ok DEBUG: 2025-11-13 13:53:08.699 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_promote_replica [0.019261s] ... ok DEBUG: {2} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_key_not_found_5___undefined____undefined___False_ [0.016663s] ... ok DEBUG: 2025-11-13 13:53:08.718 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:08.720 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:08.722 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:08.724 3331052 DEBUG manila.share.driver [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Updating share stats. _update_share_stats /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py:1335 DEBUG: 2025-11-13 13:53:08.726 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_snapshot_support_not_exists_and_set_explicitly_2_False [0.027038s] ... ok DEBUG: {2} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_key_not_found_6__False__False__True_ [0.016939s] ... ok DEBUG: 2025-11-13 13:53:08.745 3331052 DEBUG manila.share.driver [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Skipping step 'teardown share server', because driver is enabled with mode when Manila does not handle share servers. teardown_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/driver.py:1282 DEBUG: 2025-11-13 13:53:08.747 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_teardown_server_handling_disabled [0.020896s] ... ok DEBUG: {2} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_key_not_found_7___true___True__True_ [0.016819s] ... ok DEBUG: {2} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_key_not_found_raise_error_2_None [0.017049s] ... ok DEBUG: 2025-11-13 13:53:08.766 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:08.767 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:08.768 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:08.772 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_driver.ShareDriverTestCase.test_update_access [0.023769s] ... ok DEBUG: {2} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_valid_string_2___on___True_ [0.016624s] ... ok DEBUG: 2025-11-13 13:53:08.793 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_drivers_private_data.DriverPrivateDataTestCase.test_delete [0.021996s] ... ok DEBUG: {2} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_valid_string_4___false___False_ [0.017336s] ... ok DEBUG: 2025-11-13 13:53:08.812 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_drivers_private_data.DriverPrivateDataTestCase.test_get [0.018409s] ... ok DEBUG: {2} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_valid_string_5___n___False_ [0.017153s] ... ok DEBUG: 2025-11-13 13:53:08.832 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_drivers_private_data.DriverPrivateDataTestCase.test_validate_entity_id_invalid_1_111 [0.019433s] ... ok DEBUG: {2} manila.tests.test_utils.TestAllTenantsValueCase.test_is_all_tenants_false_2_false [0.017422s] ... ok DEBUG: 2025-11-13 13:53:08.851 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_drivers_private_data.DriverPrivateDataTestCase.test_validate_entity_id_invalid_2___fake__ [0.018420s] ... ok DEBUG: {2} manila.tests.test_utils.TestAllTenantsValueCase.test_is_all_tenants_true_2_ [0.017577s] ... ok DEBUG: 2025-11-13 13:53:08.870 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.test_utils.TestAllTenantsValueCase.test_is_all_tenants_true_5_True [0.016527s] ... ok DEBUG: {3} manila.tests.share.test_drivers_private_data.DriverPrivateDataTestCase.test_validate_entity_id_invalid_3_None [0.018650s] ... ok DEBUG: 2025-11-13 13:53:08.888 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {2} manila.tests.test_utils.TestComparableMixin.test_gt [0.017470s] ... ok DEBUG: {3} manila.tests.share.test_drivers_private_data.SqlStorageDriverTestCase.test_methods_3 [0.020425s] ... ok DEBUG: {2} manila.tests.test_utils.TestComparableMixin.test_le [0.017202s] ... ok DEBUG: 2025-11-13 13:53:08.910 3331052 DEBUG manila.share.hook [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Running 'post hook'. execute_post_hook /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/hook.py:116 DEBUG: 2025-11-13 13:53:08.912 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_hook.HookBaseTestCase.test_execute_post_hook_success_1_True [0.020985s] ... ok DEBUG: {2} manila.tests.test_utils.TestDisableNotifications.test_do_nothing_caller [0.016806s] ... ok DEBUG: 2025-11-13 13:53:08.930 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_hook.HookBaseTestCase.test_execute_pre_hook_disabled [0.018675s] ... ok DEBUG: {2} manila.tests.test_utils.TestDisableNotifications.test_if_notification_enabled_when_disabled_2___noop__ [0.019264s] ... ok DEBUG: 2025-11-13 13:53:08.949 3331052 DEBUG manila.share.hook [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Running 'pre hook'. execute_pre_hook /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/hook.py:95 DEBUG: 2025-11-13 13:53:08.951 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_hook.HookBaseTestCase.test_execute_pre_hook_exception_with_suppression [0.020460s] ... ok DEBUG: {2} manila.tests.test_utils.TestDisableNotifications.test_if_notification_enabled_when_enabled [0.018315s] ... ok DEBUG: 2025-11-13 13:53:08.970 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.HookWrapperTestCase.test_hooks_disabled [0.018764s] ... ok DEBUG: {2} manila.tests.test_utils.TestRetryDecorator.test_no_retry_required [0.018111s] ... ok DEBUG: 2025-11-13 13:53:08.990 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:08.992 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:08.994 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {2} manila.tests.test_utils.TestRetryDecorator.test_retry_exit_code_non_retriable [0.017728s] ... ok DEBUG: 2025-11-13 13:53:08.997 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__build_server_metadata [0.027575s] ... ok DEBUG: {2} manila.tests.volume.test_cinder.CinderApiTestCase.test_check_attach [0.018615s] ... ok DEBUG: 2025-11-13 13:53:09.020 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.022 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.024 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {2} manila.tests.volume.test_cinder.CinderApiTestCase.test_create_not_found_error [0.017949s] ... ok DEBUG: {2} manila.tests.volume.test_cinder.CinderApiTestCase.test_delete_snapshot [0.018253s] ... ok DEBUG: 2025-11-13 13:53:09.053 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__check_share_network_update_finished_1___error____active__ [0.056045s] ... ok DEBUG: {2} manila.tests.volume.test_cinder.CinderApiTestCase.test_get_all [0.017457s] ... ok DEBUG: 2025-11-13 13:53:09.080 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.082 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.084 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {2} manila.tests.volume.test_cinder.CinderApiTestCase.test_get_all_snapshots [0.017622s] ... ok DEBUG: {2} manila.tests.volume.test_cinder.CinderApiTestCase.test_get_snapshot_failed [0.020372s] ... ok DEBUG: 2025-11-13 13:53:09.121 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__check_share_network_update_finished_2___active____active__ [0.067114s] ... ok DEBUG: {2} manila.tests.volume.test_cinder.CinderApiTestCase.test_reserve_volume [0.020575s] ... ok DEBUG: 2025-11-13 13:53:09.140 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.142 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.144 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: {2} manila.tests.volume.test_cinder.CinderApiTestCase.test_update [0.018312s] ... ok DEBUG: 2025-11-13 13:53:09.264 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__check_share_server_backend_limits_4__False__1__10__10__3_ [0.142655s] ... ok DEBUG: 2025-11-13 13:53:09.287 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.289 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.291 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:09.401 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__check_share_server_backend_limits_5__False__1___1__100__3_ [0.137073s] ... ok DEBUG: 2025-11-13 13:53:09.426 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.427 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.429 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:09.469 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__check_share_server_backend_limits_unlimited [0.067101s] ... ok DEBUG: 2025-11-13 13:53:09.489 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.491 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.493 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:09.496 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__do_update_share_server_network_allocations_exception [0.027019s] ... ok DEBUG: 2025-11-13 13:53:09.516 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.518 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.520 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:09.523 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__execute_periodic_hook [0.027166s] ... ok DEBUG: 2025-11-13 13:53:09.544 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.546 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.548 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:09.551 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__form_server_setup_info [0.027058s] ... ok DEBUG: 2025-11-13 13:53:09.573 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.575 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.577 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:09.649 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_complete_driver_3 [0.098056s] ... ok DEBUG: 2025-11-13 13:53:09.670 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.672 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.674 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:09.695 3331052 WARNING manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Data copy of host assisted migration for share fake_id has not completed successfully. DEBUG: 2025-11-13 13:53:09.698 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_complete_host_assisted_status_1_data_copying_error [0.049051s] ... ok DEBUG: 2025-11-13 13:53:09.727 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.729 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.731 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:09.752 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_complete_host_assisted_status_3_data_copying_completed [0.053221s] ... ok DEBUG: 2025-11-13 13:53:09.773 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.774 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.776 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:09.803 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_complete_instance_1 [0.050821s] ... ok DEBUG: 2025-11-13 13:53:09.824 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.825 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.827 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:09.861 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance 7109e1b9-ee6f-4bcf-a924-b63cfe35130e: deleted successfully. DEBUG: 2025-11-13 13:53:09.864 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_delete_instance [0.060683s] ... ok DEBUG: 2025-11-13 13:53:09.888 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.890 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.891 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:09.973 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_dd61a563-d726-4ec6-9950-a8ab908ba0ca" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:09.975 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_dd61a563-d726-4ec6-9950-a8ab908ba0ca" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:09.978 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_dd61a563-d726-4ec6-9950-a8ab908ba0ca" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:09.981 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Initiating driver migration for share fake_id. _migration_start_driver /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:1397 DEBUG: 2025-11-13 13:53:09.983 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_start_driver_1 [0.119362s] ... ok DEBUG: 2025-11-13 13:53:10.005 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.006 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.008 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.073 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Driver-assisted migration of share 25757990-e659-4bb9-acd6-75101bfc516d failed.: manila.exception.ShareMigrationFailed: Share migration failed: Destination host fake_host is not compatible with share 25757990-e659-4bb9-acd6-75101bfc516d's source backend for driver-assisted migration. DEBUG: 2025-11-13 13:53:10.073 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:10.073 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1325, in _migration_start_driver DEBUG: 2025-11-13 13:53:10.073 3331052 ERROR manila.share.manager raise exception.ShareMigrationFailed(reason=msg) DEBUG: 2025-11-13 13:53:10.073 3331052 ERROR manila.share.manager manila.exception.ShareMigrationFailed: Share migration failed: Destination host fake_host is not compatible with share 25757990-e659-4bb9-acd6-75101bfc516d's source backend for driver-assisted migration. DEBUG: 2025-11-13 13:53:10.073 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:10.080 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__migration_start_driver_not_compatible_4 [0.097160s] ... ok DEBUG: 2025-11-13 13:53:10.102 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.104 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.107 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.146 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__reset_read_only_access_rules_1_True [0.065324s] ... ok DEBUG: 2025-11-13 13:53:10.169 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.171 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.172 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.235 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__server_migration_complete_driver_1 [0.088575s] ... ok DEBUG: 2025-11-13 13:53:10.277 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.279 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.280 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.286 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_1_None [0.057290s] ... ok DEBUG: 2025-11-13 13:53:10.316 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.318 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.320 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.326 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_3_out_of_sync [0.032522s] ... ok DEBUG: 2025-11-13 13:53:10.345 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.347 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.349 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.354 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_5_error [0.027631s] ... ok DEBUG: 2025-11-13 13:53:10.372 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.375 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.003s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.377 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.002s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Driver error when updating replica state for replica 58df272f-a192-466b-bdf6-490bf40ea6e0.: manila.exception.ManilaException: An unknown exception occurred. DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 3009, in _share_replica_update DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager replica_state = self.driver.update_replica_state( DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager manila.exception.ManilaException: An unknown exception occurred. DEBUG: 2025-11-13 13:53:10.384 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:10.393 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__share_replica_update_driver_exception_1_in_sync [0.038056s] ... ok DEBUG: 2025-11-13 13:53:10.410 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.410 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.411 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Unexpected driver error occurred while updating status for share instance c40707d4-0442-4ea7-bdfb-c2cffaf7e1e2 that belongs to share 'fake_id_7': manila.exception.ShareBackendException: Share backend error: fake_msg. DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 5803, in _update_share_status DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager data_updates = self.driver.get_share_status(share_instance, DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager manila.exception.ShareBackendException: Share backend error: fake_msg. DEBUG: 2025-11-13 13:53:10.478 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:10.479 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Status of share instance c40707d4-0442-4ea7-bdfb-c2cffaf7e1e2 that belongs to share fake_id_7 was updated to 'error'. DEBUG: 2025-11-13 13:53:10.480 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__update_share_status_share_with_error_or_exception_2 [0.087082s] ... ok DEBUG: 2025-11-13 13:53:10.500 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.500 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.501 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.561 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test__validate_check_compatibility_result_5 [0.080374s] ... ok DEBUG: 2025-11-13 13:53:10.580 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.580 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.581 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.582 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Start initialization of driver: 'FakeShareDriver@fake_host' _driver_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:390 DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Error encountered during initialization of driver FakeShareDriver@fake_host: Exception DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager self.driver.do_setup(ctxt) DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager Exception DEBUG: 2025-11-13 13:53:10.582 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:10.582 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.manager.ShareManager.init_host.._driver_setup' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:10.583 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.manager.ShareManager.init_host.._driver_setup in 2.0 seconds as it raised Exception: . log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:10.583 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_01_connection_get_info [0.022488s] ... ok DEBUG: 2025-11-13 13:53:10.601 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.601 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.601 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.602 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Start initialization of driver: 'FakeShareDriver@fake_host' _driver_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:390 DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Error encountered during initialization of driver FakeShareDriver@fake_host: Exception DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager self.driver.do_setup(ctxt) DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager Exception DEBUG: 2025-11-13 13:53:10.603 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:10.603 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.manager.ShareManager.init_host.._driver_setup' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:10.604 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.manager.ShareManager.init_host.._driver_setup in 2.0 seconds as it raised Exception: . log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:10.604 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_05_migration_start [0.020811s] ... ok DEBUG: 2025-11-13 13:53:10.621 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.621 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.621 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.622 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Start initialization of driver: 'FakeShareDriver@fake_host' _driver_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:390 DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Error encountered during initialization of driver FakeShareDriver@fake_host: Exception DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager self.driver.do_setup(ctxt) DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager Exception DEBUG: 2025-11-13 13:53:10.623 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:10.623 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.manager.ShareManager.init_host.._driver_setup' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:10.623 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.manager.ShareManager.init_host.._driver_setup in 2.0 seconds as it raised Exception: . log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:10.624 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_06_create_share_instance [0.019559s] ... ok DEBUG: 2025-11-13 13:53:10.642 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.642 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.643 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.644 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Start initialization of driver: 'FakeShareDriver@fake_host' _driver_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:390 DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Error encountered during initialization of driver FakeShareDriver@fake_host: Exception DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager self.driver.do_setup(ctxt) DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager Exception DEBUG: 2025-11-13 13:53:10.644 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:10.644 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.manager.ShareManager.init_host.._driver_setup' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:10.644 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.manager.ShareManager.init_host.._driver_setup in 2.0 seconds as it raised Exception: . log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:10.645 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_08_unmanage_share [0.021342s] ... ok DEBUG: 2025-11-13 13:53:10.662 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.663 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.663 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.664 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Start initialization of driver: 'FakeShareDriver@fake_host' _driver_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:390 DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Error encountered during initialization of driver FakeShareDriver@fake_host: Exception DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager self.driver.do_setup(ctxt) DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager Exception DEBUG: 2025-11-13 13:53:10.664 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:10.665 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.manager.ShareManager.init_host.._driver_setup' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:10.665 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.manager.ShareManager.init_host.._driver_setup in 2.0 seconds as it raised Exception: . log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:10.665 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_13_delete_snapshot [0.020015s] ... ok DEBUG: 2025-11-13 13:53:10.683 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.683 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.683 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.684 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Start initialization of driver: 'FakeShareDriver@fake_host' _driver_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:390 DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Error encountered during initialization of driver FakeShareDriver@fake_host: Exception DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager self.driver.do_setup(ctxt) DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager Exception DEBUG: 2025-11-13 13:53:10.684 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:10.685 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.manager.ShareManager.init_host.._driver_setup' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:10.685 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.manager.ShareManager.init_host.._driver_setup in 2.0 seconds as it raised Exception: . log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:10.686 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_16__execute_periodic_hook [0.020238s] ... ok DEBUG: 2025-11-13 13:53:10.705 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.706 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.706 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.709 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Start initialization of driver: 'FakeShareDriver@fake_host' _driver_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:390 DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Error encountered during initialization of driver FakeShareDriver@fake_host: Exception DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager self.driver.do_setup(ctxt) DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager Exception DEBUG: 2025-11-13 13:53:10.709 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:10.710 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.manager.ShareManager.init_host.._driver_setup' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:10.710 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.manager.ShareManager.init_host.._driver_setup in 2.0 seconds as it raised Exception: . log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:10.712 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_23_create_share_group_snapshot [0.025915s] ... ok DEBUG: 2025-11-13 13:53:10.731 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.731 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.732 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.733 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Start initialization of driver: 'FakeShareDriver@fake_host' _driver_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:390 DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Error encountered during initialization of driver FakeShareDriver@fake_host: Exception DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager self.driver.do_setup(ctxt) DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager Exception DEBUG: 2025-11-13 13:53:10.733 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:10.733 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.manager.ShareManager.init_host.._driver_setup' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:10.733 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.manager.ShareManager.init_host.._driver_setup in 2.0 seconds as it raised Exception: . log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:10.734 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_28_periodic_share_replica_update [0.022613s] ... ok DEBUG: 2025-11-13 13:53:10.757 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.757 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.758 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.759 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Start initialization of driver: 'FakeShareDriver@fake_host' _driver_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:390 DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Error encountered during initialization of driver FakeShareDriver@fake_host: Exception DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 392, in _driver_setup DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager self.driver.do_setup(ctxt) DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager Exception DEBUG: 2025-11-13 13:53:10.759 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:10.760 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.manager.ShareManager.init_host.._driver_setup' after 0.001(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:10.760 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.manager.ShareManager.init_host.._driver_setup in 2.0 seconds as it raised Exception: . log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:10.761 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_call_driver_when_its_init_failed_32_periodic_share_replica_snapshot_update [0.026962s] ... ok DEBUG: 2025-11-13 13:53:10.786 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.786 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.786 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.788 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_check_update_share_server_network_allocations_1_True [0.026648s] ... ok DEBUG: 2025-11-13 13:53:10.807 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.808 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.808 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.810 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_connection_get_info [0.021280s] ... ok DEBUG: 2025-11-13 13:53:10.834 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.834 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.835 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.873 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance 743780d6-bb10-4934-8128-28ddde104a64 created successfully. DEBUG: 2025-11-13 13:53:10.897 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_743780d6-bb10-4934-8128-28ddde104a64" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.897 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_743780d6-bb10-4934-8128-28ddde104a64" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.898 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_743780d6-bb10-4934-8128-28ddde104a64" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.898 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_743780d6-bb10-4934-8128-28ddde104a64" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.898 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_743780d6-bb10-4934-8128-28ddde104a64" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.899 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_743780d6-bb10-4934-8128-28ddde104a64" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.899 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_743780d6-bb10-4934-8128-28ddde104a64" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.900 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_743780d6-bb10-4934-8128-28ddde104a64" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.901 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_743780d6-bb10-4934-8128-28ddde104a64" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.901 3331052 DEBUG manila.share.access [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] All access rules have been synced for share instance 743780d6-bb10-4934-8128-28ddde104a64 belonging to share dd879127-e07c-40f1-ad03-3f8d20d9bd90. update_access_rules /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/access.py:305 DEBUG: 2025-11-13 13:53:10.942 3331052 WARNING manila.db.sqlalchemy.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Change will make usage less than 0 for the following resources: ['shares'] DEBUG: 2025-11-13 13:53:10.946 3331052 WARNING manila.db.sqlalchemy.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Change will make usage less than 0 for the following resources: ['shares'] DEBUG: 2025-11-13 13:53:10.946 3331052 DEBUG manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Created reservations ['44d822db-10e2-4c28-948d-c47a38045a93', 'a4765011-6163-4327-9498-57e9ced90670', 'fbf6f575-8cad-46ad-b0b9-2e7273620664', 'a9f35311-b995-42c3-bcf4-3d5419103680'] reserve /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1038 DEBUG: 2025-11-13 13:53:10.949 3331052 DEBUG manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Committed reservations ['44d822db-10e2-4c28-948d-c47a38045a93', 'a4765011-6163-4327-9498-57e9ced90670', 'fbf6f575-8cad-46ad-b0b9-2e7273620664', 'a9f35311-b995-42c3-bcf4-3d5419103680'] commit /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1066 DEBUG: 2025-11-13 13:53:10.949 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance 743780d6-bb10-4934-8128-28ddde104a64: deleted successfully. DEBUG: 2025-11-13 13:53:10.950 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_delete_share_instance [0.140787s] ... ok DEBUG: 2025-11-13 13:53:10.968 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:10.968 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:10.969 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:10.994 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance 460d7b90-4fee-4d0f-9fb8-46b7f5f421a6 failed on creation.: manila.exception.ManilaException: fake DEBUG: 2025-11-13 13:53:10.994 3331052 WARNING manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance information in exception can not be written to db because it contains {} and it is not a dictionary.: manila.exception.ManilaException: fake DEBUG: 2025-11-13 13:53:11.024 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_delete_share_instance_error_1_True [0.073837s] ... ok DEBUG: 2025-11-13 13:53:11.044 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.045 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.045 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.071 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance 35c86425-3d47-489e-93cc-112d2907296e failed on creation.: manila.exception.ManilaException: fake DEBUG: 2025-11-13 13:53:11.071 3331052 WARNING manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance information in exception can not be written to db because it contains {} and it is not a dictionary.: manila.exception.ManilaException: fake DEBUG: 2025-11-13 13:53:11.097 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_35c86425-3d47-489e-93cc-112d2907296e" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.098 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_35c86425-3d47-489e-93cc-112d2907296e" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.099 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_35c86425-3d47-489e-93cc-112d2907296e" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.099 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_35c86425-3d47-489e-93cc-112d2907296e" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.099 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_35c86425-3d47-489e-93cc-112d2907296e" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.100 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_35c86425-3d47-489e-93cc-112d2907296e" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.100 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_35c86425-3d47-489e-93cc-112d2907296e" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.100 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_35c86425-3d47-489e-93cc-112d2907296e" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.101 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_35c86425-3d47-489e-93cc-112d2907296e" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.101 3331052 DEBUG manila.share.access [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] All access rules have been synced for share instance 35c86425-3d47-489e-93cc-112d2907296e belonging to share 8d67554f-392b-41d4-9f52-7e81f62d611b. update_access_rules /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/access.py:305 DEBUG: 2025-11-13 13:53:11.112 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_delete_share_instance_error_2_False [0.087536s] ... ok DEBUG: 2025-11-13 13:53:11.130 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.130 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.131 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.131 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share group snapshot fake_snap_id: creating DEBUG: 2025-11-13 13:53:11.132 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share group snapshot fake_snap_id: create failed: manila.exception.Error DEBUG: 2025-11-13 13:53:11.133 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_group_snapshot_with_error [0.020453s] ... ok DEBUG: 2025-11-13 13:53:11.153 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.154 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.154 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.156 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_replicated_snapshot_driver_exception [0.023617s] ... ok DEBUG: 2025-11-13 13:53:11.179 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.180 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.180 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.185 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_sg_snapshot_share_network_driver_not_handles_servers [0.028159s] ... ok DEBUG: 2025-11-13 13:53:11.202 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.202 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.202 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.203 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share group fake_id: creating DEBUG: 2025-11-13 13:53:11.203 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share group fake_id: create failed: manila.exception.InvalidShareInstance: Invalid share instance: Driver returned an invalid status creating. DEBUG: 2025-11-13 13:53:11.204 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_from_sg_snapshot_with_invalid_status [0.019232s] ... ok DEBUG: 2025-11-13 13:53:11.221 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.221 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.222 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.224 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share group fake_id: creating DEBUG: 2025-11-13 13:53:11.224 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share group fake_id: created successfully DEBUG: 2025-11-13 13:53:11.225 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_from_sg_snapshot_with_share_update_status_3_None [0.021110s] ... ok DEBUG: 2025-11-13 13:53:11.243 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.243 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.244 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.244 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share group snapshot fake_snap_id: creating DEBUG: 2025-11-13 13:53:11.245 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share group snapshot fake_snap_id: created successfully DEBUG: 2025-11-13 13:53:11.245 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_snapshot [0.020171s] ... ok DEBUG: 2025-11-13 13:53:11.264 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.264 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.264 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.267 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share group fake_id: creating DEBUG: 2025-11-13 13:53:11.269 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share group fake_id: created successfully DEBUG: 2025-11-13 13:53:11.271 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_group_with_update [0.025117s] ... ok DEBUG: 2025-11-13 13:53:11.289 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.289 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.289 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.365 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance 513dbc8e-cc71-47eb-ba41-eeae43cf3e30 created successfully. DEBUG: 2025-11-13 13:53:11.381 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_from_snapshot_export_locations_only [0.110708s] ... ok DEBUG: 2025-11-13 13:53:11.400 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.400 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.401 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.778 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance 97280e14-ddad-4ee7-8ff1-b3b4faa7b94d created successfully. DEBUG: 2025-11-13 13:53:11.798 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_from_snapshot_status_creating [0.416974s] ... ok DEBUG: 2025-11-13 13:53:11.823 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.823 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.824 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.848 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance 0a41aa11-ac80-4ba0-9022-d4944b5f8181 failed on creation.: manila.exception.ManilaException: An unknown exception occurred. DEBUG: 2025-11-13 13:53:11.871 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_instance_with_error_in_driver_2_export_locations [0.072461s] ... ok DEBUG: 2025-11-13 13:53:11.890 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.890 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.890 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.893 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_replica_2_False [0.022130s] ... ok DEBUG: 2025-11-13 13:53:11.916 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.916 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.917 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.918 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_replica_no_active_replicas_1___ [0.024830s] ... ok DEBUG: 2025-11-13 13:53:11.942 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.942 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.943 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.947 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "share_manager_fake_sns_id" by "manila.share.manager.ShareManager._provide_share_server_for_share.._wrapped_provide_share_server_for_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.947 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_fake_sns_id" acquired by "manila.share.manager.ShareManager._provide_share_server_for_share.._wrapped_provide_share_server_for_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.960 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Using share_server 67bcb704-2801-4c23-a391-c8b32d863304 for share instance 9234f538-a5c9-47ee-b6d5-02461b728a21 _wrapped_provide_share_server_for_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:905 DEBUG: 2025-11-13 13:53:11.962 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_fake_sns_id" "released" by "manila.share.manager.ShareManager._provide_share_server_for_share.._wrapped_provide_share_server_for_share" :: held 0.015s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.962 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Failed to get share server for share replica creation.: manila.exception.NotFound: Resource could not be found. DEBUG: 2025-11-13 13:53:11.964 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_share_replica_with_share_server_exception [0.045301s] ... ok DEBUG: 2025-11-13 13:53:11.983 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:11.984 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:11.984 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:11.986 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_create_snapshot_4 [0.021912s] ... ok DEBUG: 2025-11-13 13:53:12.003 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.004 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.004 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.005 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Checking for expired transfers. DEBUG: 2025-11-13 13:53:12.005 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Transfer transfer1 has expired, will be destroyed. delete_expired_transfers /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:3979 DEBUG: 2025-11-13 13:53:12.006 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_expired_transfers [0.019572s] ... ok DEBUG: 2025-11-13 13:53:12.023 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.023 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.024 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.026 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share group fake_id: deleting DEBUG: 2025-11-13 13:53:12.026 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share group fake_id: deleted successfully DEBUG: 2025-11-13 13:53:12.027 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_group_with_update [0.021337s] ... ok DEBUG: 2025-11-13 13:53:12.044 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.045 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.045 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.130 3331052 WARNING manila.db.sqlalchemy.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Change will make usage less than 0 for the following resources: ['shares'] DEBUG: 2025-11-13 13:53:12.134 3331052 WARNING manila.db.sqlalchemy.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Change will make usage less than 0 for the following resources: ['shares'] DEBUG: 2025-11-13 13:53:12.134 3331052 DEBUG manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Created reservations ['d18cd316-5fd4-459b-ac63-8a0bd2d42c51', '0b1badfd-5826-435a-a4b3-5937070a3eb7', '46c1a25e-2f2d-42d6-8a03-57fef6342fd1', '374017e6-4e0c-4ad3-95b2-a2b087e1d6f0'] reserve /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1038 DEBUG: 2025-11-13 13:53:12.137 3331052 DEBUG manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Committed reservations ['d18cd316-5fd4-459b-ac63-8a0bd2d42c51', '0b1badfd-5826-435a-a4b3-5937070a3eb7', '46c1a25e-2f2d-42d6-8a03-57fef6342fd1', '374017e6-4e0c-4ad3-95b2-a2b087e1d6f0'] commit /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1066 DEBUG: 2025-11-13 13:53:12.137 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance 43386428-9fb9-4970-a056-e10cf44c159f: deleted successfully. DEBUG: 2025-11-13 13:53:12.143 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Scheduled deletion of share-server with id '5119ab5c-764b-4204-92d1-645cc804b1ac' automatically by deletion of last share. _check_delete_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:3857 DEBUG: 2025-11-13 13:53:12.143 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "share_manager_fake_sns_id" by "manila.share.manager.ShareManager.delete_share_server.._wrapped_delete_share_server" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.144 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_fake_sns_id" acquired by "manila.share.manager.ShareManager.delete_share_server.._wrapped_delete_share_server" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.164 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Deleting network of share server '5119ab5c-764b-4204-92d1-645cc804b1ac' _wrapped_delete_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:4852 DEBUG: 2025-11-13 13:53:12.174 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Deleting share server '5119ab5c-764b-4204-92d1-645cc804b1ac' _wrapped_delete_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:4883 DEBUG: 2025-11-13 13:53:12.182 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_fake_sns_id" "released" by "manila.share.manager.ShareManager.delete_share_server.._wrapped_delete_share_server" :: held 0.038s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.182 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share server '5119ab5c-764b-4204-92d1-645cc804b1ac' has been deleted successfully. DEBUG: 2025-11-13 13:53:12.183 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_instance_last_on_server_1 [0.156632s] ... ok DEBUG: 2025-11-13 13:53:12.202 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.202 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.202 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.289 3331052 WARNING manila.db.sqlalchemy.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Change will make usage less than 0 for the following resources: ['shares'] DEBUG: 2025-11-13 13:53:12.293 3331052 WARNING manila.db.sqlalchemy.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Change will make usage less than 0 for the following resources: ['shares'] DEBUG: 2025-11-13 13:53:12.293 3331052 DEBUG manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Created reservations ['4972e0b5-d265-41fe-b65f-d63a9b0fb61d', '2bf07072-9af5-4163-9ca5-55197887f914', '0c8a4619-185b-4ff1-9554-3295b7ff7d22', '6e5a5024-1f15-49e4-b16b-304c69ce2d0e'] reserve /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1038 DEBUG: 2025-11-13 13:53:12.296 3331052 DEBUG manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Committed reservations ['4972e0b5-d265-41fe-b65f-d63a9b0fb61d', '2bf07072-9af5-4163-9ca5-55197887f914', '0c8a4619-185b-4ff1-9554-3295b7ff7d22', '6e5a5024-1f15-49e4-b16b-304c69ce2d0e'] commit /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1066 DEBUG: 2025-11-13 13:53:12.296 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance 8a684729-3610-4020-aca4-1663c71e4347: deleted successfully. DEBUG: 2025-11-13 13:53:12.303 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Scheduled deletion of share-server with id '7fffec8e-ae61-4b70-88cb-d2081688ab5b' automatically by deletion of last share. _check_delete_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:3857 DEBUG: 2025-11-13 13:53:12.303 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "share_manager_fake_sns_id" by "manila.share.manager.ShareManager.delete_share_server.._wrapped_delete_share_server" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.303 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_fake_sns_id" acquired by "manila.share.manager.ShareManager.delete_share_server.._wrapped_delete_share_server" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.321 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Deleting network of share server '7fffec8e-ae61-4b70-88cb-d2081688ab5b' _wrapped_delete_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:4852 DEBUG: 2025-11-13 13:53:12.336 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Deleting share server '7fffec8e-ae61-4b70-88cb-d2081688ab5b' _wrapped_delete_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:4883 DEBUG: 2025-11-13 13:53:12.346 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_fake_sns_id" "released" by "manila.share.manager.ShareManager.delete_share_server.._wrapped_delete_share_server" :: held 0.043s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.346 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share server '7fffec8e-ae61-4b70-88cb-d2081688ab5b' has been deleted successfully. DEBUG: 2025-11-13 13:53:12.348 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_instance_last_on_server_2 [0.163896s] ... ok DEBUG: 2025-11-13 13:53:12.368 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.368 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.369 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.466 3331052 WARNING manila.db.sqlalchemy.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Change will make usage less than 0 for the following resources: ['shares'] DEBUG: 2025-11-13 13:53:12.470 3331052 WARNING manila.db.sqlalchemy.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Change will make usage less than 0 for the following resources: ['shares'] DEBUG: 2025-11-13 13:53:12.470 3331052 DEBUG manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Created reservations ['2e7f2f12-d804-493e-aa4a-52937fe3158a', '6bc5eb14-00b7-487c-96fc-0cef9fe50e84', '552daad7-f0e0-40cf-9fdc-788c6183f1a6', 'd38733cd-9168-4260-ae6d-449a0babbd4d'] reserve /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1038 DEBUG: 2025-11-13 13:53:12.473 3331052 DEBUG manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Committed reservations ['2e7f2f12-d804-493e-aa4a-52937fe3158a', '6bc5eb14-00b7-487c-96fc-0cef9fe50e84', '552daad7-f0e0-40cf-9fdc-788c6183f1a6', 'd38733cd-9168-4260-ae6d-449a0babbd4d'] commit /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1066 DEBUG: 2025-11-13 13:53:12.473 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance cca29daf-a7a9-4137-87e0-0ffa6171f79c: deleted successfully. DEBUG: 2025-11-13 13:53:12.481 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Scheduled deletion of share-server with id '13bac32f-90ee-4a5e-9526-f71ef42ab5c6' automatically by deletion of last share. _check_delete_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:3857 DEBUG: 2025-11-13 13:53:12.481 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "share_manager_fake_sns_id" by "manila.share.manager.ShareManager.delete_share_server.._wrapped_delete_share_server" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.481 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_fake_sns_id" acquired by "manila.share.manager.ShareManager.delete_share_server.._wrapped_delete_share_server" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.501 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Deleting network of share server '13bac32f-90ee-4a5e-9526-f71ef42ab5c6' _wrapped_delete_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:4852 DEBUG: 2025-11-13 13:53:12.512 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Deleting share server '13bac32f-90ee-4a5e-9526-f71ef42ab5c6' _wrapped_delete_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:4883 DEBUG: 2025-11-13 13:53:12.522 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_fake_sns_id" "released" by "manila.share.manager.ShareManager.delete_share_server.._wrapped_delete_share_server" :: held 0.040s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.522 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share server '13bac32f-90ee-4a5e-9526-f71ef42ab5c6' has been deleted successfully. DEBUG: 2025-11-13 13:53:12.524 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_instance_last_on_srv_with_sec_service_1_True [0.175729s] ... ok DEBUG: 2025-11-13 13:53:12.543 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.543 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.544 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.633 3331052 DEBUG manila.db.sqlalchemy.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] quota_usages out of sync, updating. project_id: fake, user_id: fake, share_type_id: None, resource: shares, tracked usage: 0, actual usage: 1 _quota_reserve /builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py:1301 DEBUG: 2025-11-13 13:53:12.638 3331052 WARNING manila.db.sqlalchemy.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Change will make usage less than 0 for the following resources: ['shares'] DEBUG: 2025-11-13 13:53:12.638 3331052 DEBUG manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Created reservations ['1d16fd14-49ec-42ef-a604-50fcfafe4ad7', '5d590bf6-509a-4c79-bfe7-bcc0eba7a4d1', 'c393268a-09b1-4213-876a-ae9da570191d', '177fa8a1-94a1-45fc-a9f3-24396a0f7f96'] reserve /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1038 DEBUG: 2025-11-13 13:53:12.641 3331052 DEBUG manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Committed reservations ['1d16fd14-49ec-42ef-a604-50fcfafe4ad7', '5d590bf6-509a-4c79-bfe7-bcc0eba7a4d1', 'c393268a-09b1-4213-876a-ae9da570191d', '177fa8a1-94a1-45fc-a9f3-24396a0f7f96'] commit /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1066 DEBUG: 2025-11-13 13:53:12.641 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance 3099edef-5d3b-42a3-83b3-a9de9ef7699f: deleted successfully. DEBUG: 2025-11-13 13:53:12.643 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_instance_not_found_1_update_access [0.119029s] ... ok DEBUG: 2025-11-13 13:53:12.661 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.662 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.662 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.666 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_replica_driver_exception [0.023320s] ... ok DEBUG: 2025-11-13 13:53:12.685 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.685 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.685 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.697 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "share_manager_None" by "manila.share.manager.ShareManager.delete_share_server.._wrapped_delete_share_server" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.697 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_None" acquired by "manila.share.manager.ShareManager.delete_share_server.._wrapped_delete_share_server" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.698 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Deleting network of share server 'f5049fc2-b785-4ab2-90fb-80f7c3399c67' _wrapped_delete_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:4852 DEBUG: 2025-11-13 13:53:12.698 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Deleting share server 'f5049fc2-b785-4ab2-90fb-80f7c3399c67' _wrapped_delete_share_server /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:4883 DEBUG: 2025-11-13 13:53:12.699 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share server 'f5049fc2-b785-4ab2-90fb-80f7c3399c67' failed on deletion.: manila.exception.ShareBackendException: Share backend error: fake. DEBUG: 2025-11-13 13:53:12.699 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_None" "released" by "manila.share.manager.ShareManager.delete_share_server.._wrapped_delete_share_server" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.700 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_share_server_teardown_failure [0.033832s] ... ok DEBUG: 2025-11-13 13:53:12.720 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.720 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.720 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Failed to update quota usages while deleting snapshot fakesnapshotid.: manila.exception.QuotaError: Quota exceeded: code=500. DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 4104, in _delete_snapshot_quota DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager reservations = QUOTAS.reserve( DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager manila.exception.QuotaError: Quota exceeded: code=500. DEBUG: 2025-11-13 13:53:12.721 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:12.722 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Snapshot instance fakesnapshotinstanceid had its deletion deferred. Quota was reclaimed and the share driver will proceed with the deletion. DEBUG: 2025-11-13 13:53:12.723 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_snapshot_deferred_delete_quota_error [0.022760s] ... ok DEBUG: 2025-11-13 13:53:12.741 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.741 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.742 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.744 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_snapshot_driver_exception_1 [0.020209s] ... ok DEBUG: 2025-11-13 13:53:12.762 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.762 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.762 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.764 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_snapshot_ignore_exceptions_with_the_force_1 [0.020460s] ... ok DEBUG: 2025-11-13 13:53:12.786 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.786 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.786 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.789 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_delete_snapshot_with_quota_error_1_True [0.025013s] ... ok DEBUG: 2025-11-13 13:53:12.807 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.807 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.808 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.809 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_ensure_share_instance_has_pool_with_full_pool_name [0.019635s] ... ok DEBUG: 2025-11-13 13:53:12.827 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.827 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.828 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.829 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_ensure_share_instance_has_pool_with_only_host [0.019839s] ... ok DEBUG: 2025-11-13 13:53:12.848 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.848 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.848 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.849 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Start initialization of driver: 'FakeShareDriver@fake_host' _driver_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:390 DEBUG: 2025-11-13 13:53:12.851 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] The backend fake_host does not support get backend info method. ensure_driver_resources /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:445 DEBUG: 2025-11-13 13:53:12.851 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Re-exporting 0 shares ensure_driver_resources /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:464 DEBUG: 2025-11-13 13:53:12.852 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Updating share status DEBUG: 2025-11-13 13:53:12.852 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished initialization of driver: 'FakeShareDriver@fake_host' DEBUG: 2025-11-13 13:53:12.853 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_with_no_shares [0.024804s] ... ok DEBUG: 2025-11-13 13:53:12.885 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:12.885 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:12.886 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:12.985 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Start initialization of driver: 'FakeShareDriver@fake_host' _driver_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:390 DEBUG: 2025-11-13 13:53:12.985 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Re-exporting 7 shares ensure_driver_resources /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:464 DEBUG: 2025-11-13 13:53:13.001 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance 2b9f466f-a48b-4463-b508-238f6975e2e7: skipping export, because it has 'error' status. DEBUG: 2025-11-13 13:53:13.013 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance cc5ad936-b8a4-49ed-8081-78585bfdc2d2: skipping export, because it is busy with an active task: migration_in_progress. DEBUG: 2025-11-13 13:53:13.024 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance d740ada4-874f-4924-8d2c-c6f17f6dcf80: skipping export, because it is busy with an active task: migration_driver_in_progress. DEBUG: 2025-11-13 13:53:13.032 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share instance 6f4c4a94-a491-4391-aeec-c2553226f49e: skipping export, because it has 'creating_from_snapshot' status. DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Unexpected error occurred while updating access rules for share instance 88c48d7b-08b0-49ba-bb6d-c7a46eb51853.: manila.exception.ShareAccessExists: Share access fake_access_type:fake_access exists. DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 584, in ensure_driver_resources DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager self.access_helper.update_access_rules( DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager result = effect(*args, **kwargs) DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_manager.py", line 620, in raise_share_access_exists DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager raise exception.ShareAccessExists( DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager manila.exception.ShareAccessExists: Share access fake_access_type:fake_access exists. DEBUG: 2025-11-13 13:53:13.042 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Unexpected error occurred while updating access rules for share instance 9ab16e5a-2c80-43eb-acb0-1af3d3852c87.: manila.exception.ShareAccessExists: Share access fake_access_type:fake_access exists. DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 584, in ensure_driver_resources DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager self.access_helper.update_access_rules( DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1204, in _execute_mock_call DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager result = effect(*args, **kwargs) DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_manager.py", line 620, in raise_share_access_exists DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager raise exception.ShareAccessExists( DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager manila.exception.ShareAccessExists: Share access fake_access_type:fake_access exists. DEBUG: 2025-11-13 13:53:13.048 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:13.053 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished initialization of driver: 'FakeShareDriver@fake_host' DEBUG: 2025-11-13 13:53:13.055 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_with_shares_and_rules_3 [0.201633s] ... ok DEBUG: 2025-11-13 13:53:13.077 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.077 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.078 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.079 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Start initialization of driver: 'FakeShareDriver@fake_host' _driver_setup /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:390 DEBUG: 2025-11-13 13:53:13.079 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Re-exporting 0 shares ensure_driver_resources /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:464 DEBUG: 2025-11-13 13:53:13.079 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished initialization of driver: 'FakeShareDriver@fake_host' DEBUG: 2025-11-13 13:53:13.080 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_init_host_without_shares_and_rules_1 [0.024644s] ... ok DEBUG: 2025-11-13 13:53:13.099 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.099 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.100 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.101 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_is_service_ready [0.020683s] ... ok DEBUG: 2025-11-13 13:53:13.119 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.119 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.120 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.155 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_share_incompatible_dhss [0.053831s] ... ok DEBUG: 2025-11-13 13:53:13.173 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.173 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.174 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.226 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share server fake_share_server_id managed successfully. DEBUG: 2025-11-13 13:53:13.227 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_share_server_1 [0.072277s] ... ok DEBUG: 2025-11-13 13:53:13.248 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.249 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.249 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.279 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Error managing share server fake_share_server_id: manila.exception.ManageShareServerError: Manage existing share server failed due to: Failed to manage all allocations. Allocations [{}, {}] were not managed. DEBUG: 2025-11-13 13:53:13.279 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:13.279 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 3479, in manage_share_server DEBUG: 2025-11-13 13:53:13.279 3331052 ERROR manila.share.manager raise exception.ManageShareServerError(reason=msg) DEBUG: 2025-11-13 13:53:13.279 3331052 ERROR manila.share.manager manila.exception.ManageShareServerError: Manage existing share server failed due to: Failed to manage all allocations. Allocations [{}, {}] were not managed. DEBUG: 2025-11-13 13:53:13.279 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:13.288 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_share_server_allocations_not_managed [0.060858s] ... ok DEBUG: 2025-11-13 13:53:13.309 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.309 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.310 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.366 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_snapshot_driver_exception [0.078109s] ... ok DEBUG: 2025-11-13 13:53:13.384 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.385 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.385 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.434 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_manage_snapshot_valid_snapshot_4 [0.068089s] ... ok DEBUG: 2025-11-13 13:53:13.456 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.456 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.457 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.501 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share Migration for share c6c6a713-fc63-4670-a805-79f080f51e98 was cancelled. DEBUG: 2025-11-13 13:53:13.503 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_cancel_2_migration_driver_phase1_done [0.068855s] ... ok DEBUG: 2025-11-13 13:53:13.525 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.525 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.526 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.547 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Received request to finish Share Migration for share fake_id. DEBUG: 2025-11-13 13:53:13.547 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share Migration for share fake_id completed successfully. DEBUG: 2025-11-13 13:53:13.549 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_complete_1 [0.045307s] ... ok DEBUG: 2025-11-13 13:53:13.570 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.570 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.570 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.621 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Received request to finish Share Migration for share fake_id. DEBUG: 2025-11-13 13:53:13.622 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_complete_4 [0.073390s] ... ok DEBUG: 2025-11-13 13:53:13.648 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.648 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.648 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.738 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_driver_continue_2_False [0.115061s] ... ok DEBUG: 2025-11-13 13:53:13.756 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.756 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.756 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.771 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Entered migration_start method for share fake_id. migration_start /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:1657 DEBUG: 2025-11-13 13:53:13.772 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_start_1_True [0.034449s] ... ok DEBUG: 2025-11-13 13:53:13.790 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.791 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.791 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.801 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Entered migration_start method for share share_id. migration_start /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:1657 DEBUG: 2025-11-13 13:53:13.808 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Host-assisted migration failed for share share_id.: manila.exception.ShareMigrationFailed: Share migration failed: Migration for share share_id could not be performed because host-assisted migration is not allowed when share must remain writable, preserve snapshots and/or file metadata or be performed nondisruptively. DEBUG: 2025-11-13 13:53:13.808 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:13.808 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 1697, in migration_start DEBUG: 2025-11-13 13:53:13.808 3331052 ERROR manila.share.manager raise exception.ShareMigrationFailed(reason=msg) DEBUG: 2025-11-13 13:53:13.808 3331052 ERROR manila.share.manager manila.exception.ShareMigrationFailed: Share migration failed: Migration for share share_id could not be performed because host-assisted migration is not allowed when share must remain writable, preserve snapshots and/or file metadata or be performed nondisruptively. DEBUG: 2025-11-13 13:53:13.808 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:13.810 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_migration_start_prevent_host_assisted_4 [0.037256s] ... ok DEBUG: 2025-11-13 13:53:13.829 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.829 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.829 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.832 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_promote_share_replica_driver_update_nothing_has_snaps_2_None [0.021749s] ... ok DEBUG: 2025-11-13 13:53:13.850 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.850 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.850 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.880 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "share_manager_fake_sns_id" by "manila.share.manager.ShareManager._provide_share_server_for_share.._wrapped_provide_share_server_for_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.881 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_fake_sns_id" acquired by "manila.share.manager.ShareManager._provide_share_server_for_share.._wrapped_provide_share_server_for_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.888 3331052 DEBUG manila.db.sqlalchemy.api [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] quota_usages out of sync, updating. project_id: None, user_id: None, share_type_id: None, resource: encryption_keys, tracked usage: 0, actual usage: 1 _quota_reserve /builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py:1301 DEBUG: 2025-11-13 13:53:13.889 3331052 DEBUG manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Created reservations ['7b0ee74e-8448-4206-94aa-f7569a6baaad'] reserve /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1038 DEBUG: 2025-11-13 13:53:13.891 3331052 DEBUG manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Committed reservations ['7b0ee74e-8448-4206-94aa-f7569a6baaad'] commit /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1066 DEBUG: 2025-11-13 13:53:13.891 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Cannot create ACL for Barbican user Failed while communicating to Barbican. Please check the provided credentials .: manila.exception.ManilaBarbicanACLError: Failed while communicating to Barbican. Please check the provided credentials . DEBUG: 2025-11-13 13:53:13.895 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_fake_sns_id" "released" by "manila.share.manager.ShareManager._provide_share_server_for_share.._wrapped_provide_share_server_for_share" :: held 0.014s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.896 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_provide_share_server_encryption_key_ref_1_True [0.064297s] ... ok DEBUG: 2025-11-13 13:53:13.916 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.916 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.917 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.944 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "share_manager_fake_sns_id" by "manila.share.manager.ShareManager._provide_share_server_for_share.._wrapped_provide_share_server_for_share" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.944 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_fake_sns_id" acquired by "manila.share.manager.ShareManager._provide_share_server_for_share.._wrapped_provide_share_server_for_share" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.944 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Created Barbican ACL for encryption key reference fake_ref. _wrapped_provide_share_server_for_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:850 DEBUG: 2025-11-13 13:53:13.945 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Created app cred id fake_application_credential_id _wrapped_provide_share_server_for_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:862 DEBUG: 2025-11-13 13:53:13.945 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Using share_server fake for share instance 125fe4bc-06fa-4f86-805a-0c7ec72bf82d _wrapped_provide_share_server_for_share /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:905 DEBUG: 2025-11-13 13:53:13.955 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Generated encryption_key_href fake_secret_href for backend share server. _build_server_metadata /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:941 DEBUG: 2025-11-13 13:53:13.955 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Using preexisting share server: 'fake' DEBUG: 2025-11-13 13:53:13.955 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "share_manager_fake_sns_id" "released" by "manila.share.manager.ShareManager._provide_share_server_for_share.._wrapped_provide_share_server_for_share" :: held 0.011s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.956 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_provide_share_server_encryption_key_ref_2_False [0.060357s] ... ok DEBUG: 2025-11-13 13:53:13.977 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:13.978 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:13.978 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:13.979 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Updating share status DEBUG: 2025-11-13 13:53:13.980 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_report_driver_status_empty_share_stats [0.023744s] ... ok DEBUG: 2025-11-13 13:53:14.000 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.000 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.001 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share id1 could not be reverted to snapshot fakesnapshotid.: manila.exception.ManilaException: An unknown exception occurred. DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 4324, in _revert_to_replicated_snapshot DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager self.driver.revert_to_replicated_snapshot( DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager manila.exception.ManilaException: An unknown exception occurred. DEBUG: 2025-11-13 13:53:14.002 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:14.003 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_revert_to_replicated_snapshot_driver_exception_1_None [0.022719s] ... ok DEBUG: 2025-11-13 13:53:14.021 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.022 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.022 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share id1 could not be reverted to snapshot fakesnapshotid.: manila.exception.ManilaException: An unknown exception occurred. DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 4324, in _revert_to_replicated_snapshot DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager self.driver.revert_to_replicated_snapshot( DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager manila.exception.ManilaException: An unknown exception occurred. DEBUG: 2025-11-13 13:53:14.023 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:14.024 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_revert_to_replicated_snapshot_driver_exception_2_fake_reservations [0.020952s] ... ok DEBUG: 2025-11-13 13:53:14.041 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.042 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.042 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.043 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_revert_to_snapshot_2_False [0.018904s] ... ok DEBUG: 2025-11-13 13:53:14.061 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.061 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.061 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.095 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_check_1_None [0.052178s] ... ok DEBUG: 2025-11-13 13:53:14.114 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.114 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.115 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.138 3331052 DEBUG manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Entered share_server_migration_start method for share server b3bbcc75-abac-4f02-8ffc-168951d641a2. share_server_migration_start /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py:6206 DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] The driver could not migrate the share server b3bbcc75-abac-4f02-8ffc-168951d641a2: manila.exception.ShareServerMigrationFailed: Share server migration failed: fake_reason DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 6221, in share_server_migration_start DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager self._share_server_migration_start_driver( DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager manila.exception.ShareServerMigrationFailed: Share server migration failed: fake_reason DEBUG: 2025-11-13 13:53:14.138 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:14.140 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_share_server_migration_start_exception_1_True [0.043869s] ... ok DEBUG: 2025-11-13 13:53:14.158 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.158 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.158 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.178 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Shrink share completed successfully. DEBUG: 2025-11-13 13:53:14.179 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_shrink_share_2_False [0.039525s] ... ok DEBUG: 2025-11-13 13:53:14.196 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.197 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.197 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.236 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] The backend failed to accept the share: Driver failed to transfer share with rules..: manila.exception.DriverCannotTransferShareWithRules: Driver failed to transfer share with rules. DEBUG: 2025-11-13 13:53:14.238 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_transfer_accept_driver_cannot_transfer_with_rules [0.058749s] ... ok DEBUG: 2025-11-13 13:53:14.256 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.256 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.256 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.293 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_transfer_accept_other_driver_exception [0.055399s] ... ok DEBUG: 2025-11-13 13:53:14.311 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.312 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.312 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.350 3331052 DEBUG manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Committed reservations [] commit /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1066 DEBUG: 2025-11-13 13:53:14.350 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Can not remove access rules of share: .: Exception DEBUG: 2025-11-13 13:53:14.352 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_remove_access_rules_error [0.058572s] ... ok DEBUG: 2025-11-13 13:53:14.373 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.373 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.373 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Error unmanaging share server fake_share_server_id: manila.exception.ShareNetworkNotFound: Share network fake could not be found. DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager Traceback (most recent call last): DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/manager.py", line 3577, in unmanage_share_server DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager self.driver.admin_network_api.unmanage_network_allocations( DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager return self._mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager raise effect DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager manila.exception.ShareNetworkNotFound: Share network fake could not be found. DEBUG: 2025-11-13 13:53:14.400 3331052 ERROR manila.share.manager DEBUG: 2025-11-13 13:53:14.402 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_server_admin_network_allocations_error [0.050147s] ... ok DEBUG: 2025-11-13 13:53:14.422 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.423 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.423 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.451 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share server fake_share_server_id unmanaged successfully. DEBUG: 2025-11-13 13:53:14.453 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_server_no_allocations [0.050326s] ... ok DEBUG: 2025-11-13 13:53:14.472 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.473 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.473 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Failed to commit reservations : sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got . DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota Traceback (most recent call last): DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota self._driver.commit( DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota db.reservation_commit( DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return IMPL.reservation_commit( DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota with excutils.save_and_reraise_exception() as ectxt: DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota self.force_reraise() DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota raise self.value DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return fn(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota reservation_query = _quota_reservations_query(context, reservations) DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota models.Reservation.uuid.in_(reservations), DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota seq_or_selectable = coercions.expect( DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota resolved = impl._literal_coercion( DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota self._raise_for_expected(element, **kw) DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota raise exc.ArgumentError(msg, code=code) from err DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got . DEBUG: 2025-11-13 13:53:14.846 3331052 ERROR manila.quota DEBUG: 2025-11-13 13:53:14.848 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_01b888fb-8688-49ae-a2d4-1a689d1be5d6" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.848 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_01b888fb-8688-49ae-a2d4-1a689d1be5d6" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.849 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_01b888fb-8688-49ae-a2d4-1a689d1be5d6" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.850 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_01b888fb-8688-49ae-a2d4-1a689d1be5d6" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.850 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_01b888fb-8688-49ae-a2d4-1a689d1be5d6" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.851 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_01b888fb-8688-49ae-a2d4-1a689d1be5d6" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.851 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_01b888fb-8688-49ae-a2d4-1a689d1be5d6" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.851 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_01b888fb-8688-49ae-a2d4-1a689d1be5d6" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.852 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_01b888fb-8688-49ae-a2d4-1a689d1be5d6" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.852 3331052 DEBUG manila.share.access [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] All access rules have been synced for share instance 01b888fb-8688-49ae-a2d4-1a689d1be5d6 belonging to share 34440797-4bc7-41d1-ab06-54cacb3f40ad. update_access_rules /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/access.py:305 DEBUG: 2025-11-13 13:53:14.852 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share 34440797-4bc7-41d1-ab06-54cacb3f40ad: unmanaged successfully. DEBUG: 2025-11-13 13:53:14.854 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_valid_share_1_True [0.400623s] ... ok DEBUG: 2025-11-13 13:53:14.872 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.872 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.873 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Failed to commit reservations : sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got . DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota Traceback (most recent call last): DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota self._driver.commit( DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota db.reservation_commit( DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return IMPL.reservation_commit( DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota with excutils.save_and_reraise_exception() as ectxt: DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota self.force_reraise() DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota raise self.value DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return fn(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota reservation_query = _quota_reservations_query(context, reservations) DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota models.Reservation.uuid.in_(reservations), DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota seq_or_selectable = coercions.expect( DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota resolved = impl._literal_coercion( DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota self._raise_for_expected(element, **kw) DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota raise exc.ArgumentError(msg, code=code) from err DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got . DEBUG: 2025-11-13 13:53:14.892 3331052 ERROR manila.quota DEBUG: 2025-11-13 13:53:14.894 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_3da43710-b421-414c-8cac-58f5d3beba36" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.894 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_3da43710-b421-414c-8cac-58f5d3beba36" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.895 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_3da43710-b421-414c-8cac-58f5d3beba36" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.895 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_3da43710-b421-414c-8cac-58f5d3beba36" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.895 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_3da43710-b421-414c-8cac-58f5d3beba36" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.896 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_3da43710-b421-414c-8cac-58f5d3beba36" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.896 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_3da43710-b421-414c-8cac-58f5d3beba36" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.896 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_3da43710-b421-414c-8cac-58f5d3beba36" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.897 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_3da43710-b421-414c-8cac-58f5d3beba36" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.897 3331052 DEBUG manila.share.access [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] All access rules have been synced for share instance 3da43710-b421-414c-8cac-58f5d3beba36 belonging to share 29231405-5a1b-4b59-8474-e0e91d518e50. update_access_rules /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/access.py:305 DEBUG: 2025-11-13 13:53:14.897 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share 29231405-5a1b-4b59-8474-e0e91d518e50: unmanaged successfully. DEBUG: 2025-11-13 13:53:14.899 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_valid_share_2_False [0.045167s] ... ok DEBUG: 2025-11-13 13:53:14.920 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.921 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.921 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Failed to commit reservations : sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got . DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota Traceback (most recent call last): DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 1055, in commit DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota self._driver.commit( DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py", line 578, in commit DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota db.reservation_commit( DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/api.py", line 269, in reservation_commit DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return IMPL.reservation_commit( DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 175, in wrapper DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota with excutils.save_and_reraise_exception() as ectxt: DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota self.force_reraise() DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota raise self.value DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return f(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return fn(*args, **kwargs) DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1453, in reservation_commit DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota reservation_query = _quota_reservations_query(context, reservations) DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/db/sqlalchemy/api.py", line 1436, in _quota_reservations_query DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota models.Reservation.uuid.in_(reservations), DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/attributes.py", line 453, in operate DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/properties.py", line 478, in operate DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return op(self.__clause_element__(), *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 1510, in operate DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return op(self.comparator, *other, **kwargs) # type: ignore[no-any-return] # noqa: E501 DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 2102, in in_op DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return a.in_(b) DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/operators.py", line 925, in in_ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return self.operate(in_op, other) DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/type_api.py", line 194, in operate DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota return op_fn(self.expr, op, *other, **addtl_kw) DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/default_comparator.py", line 219, in _in_impl DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota seq_or_selectable = coercions.expect( DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota resolved = impl._literal_coercion( DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 868, in _literal_coercion DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota self._raise_for_expected(element, **kw) DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/coercions.py", line 518, in _raise_for_expected DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota raise exc.ArgumentError(msg, code=code) from err DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota sqlalchemy.exc.ArgumentError: IN expression list, SELECT construct, or bound parameter object expected, got . DEBUG: 2025-11-13 13:53:14.956 3331052 ERROR manila.quota DEBUG: 2025-11-13 13:53:14.957 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_0d754985-0d80-4ad5-b666-4fdb85622c31" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.958 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_0d754985-0d80-4ad5-b666-4fdb85622c31" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.959 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_0d754985-0d80-4ad5-b666-4fdb85622c31" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.959 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_0d754985-0d80-4ad5-b666-4fdb85622c31" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.959 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_0d754985-0d80-4ad5-b666-4fdb85622c31" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.960 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_0d754985-0d80-4ad5-b666-4fdb85622c31" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.960 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "locked_access_rules_operation_by_share_instance_0d754985-0d80-4ad5-b666-4fdb85622c31" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.960 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_0d754985-0d80-4ad5-b666-4fdb85622c31" acquired by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.961 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "locked_access_rules_operation_by_share_instance_0d754985-0d80-4ad5-b666-4fdb85622c31" "released" by "manila.share.access.locked_access_rules_operation..wrapped..locked_operation" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:14.961 3331052 DEBUG manila.share.access [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] All access rules have been synced for share instance 0d754985-0d80-4ad5-b666-4fdb85622c31 belonging to share dd4396d9-af42-4f22-8c40-c327fef0d7be. update_access_rules /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/access.py:305 DEBUG: 2025-11-13 13:53:14.961 3331052 WARNING manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Since share dd4396d9-af42-4f22-8c40-c327fef0d7be has been un-managed from share server fake_server_id. This share server must be removed manually, either by un-managing or by deleting it. The share network subnets [] and share network None cannot be deleted unless this share server has been removed. DEBUG: 2025-11-13 13:53:14.962 3331052 INFO manila.share.manager [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Share dd4396d9-af42-4f22-8c40-c327fef0d7be: unmanaged successfully. DEBUG: 2025-11-13 13:53:14.963 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_share_valid_share_with_share_server_1_True [0.063897s] ... ok DEBUG: 2025-11-13 13:53:14.983 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:14.984 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:14.984 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:15.015 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_unmanage_snapshot_valid_snapshot_3 [0.051684s] ... ok DEBUG: 2025-11-13 13:53:15.033 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:15.033 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:15.033 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:15.035 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_update_quota_usages_new [0.019807s] ... ok DEBUG: 2025-11-13 13:53:15.054 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:15.055 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:15.055 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:15.067 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_update_share_network_subnet_from_metadata [0.032893s] ... ok DEBUG: 2025-11-13 13:53:15.090 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:15.090 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:15.091 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:15.171 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_update_share_usage_size [0.103401s] ... ok DEBUG: 2025-11-13 13:53:15.189 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:15.190 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:15.190 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:15.192 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_invalid_values_04 [0.020358s] ... ok DEBUG: 2025-11-13 13:53:15.214 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:15.214 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:15.215 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:15.217 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_invalid_values_08 [0.024940s] ... ok DEBUG: 2025-11-13 13:53:15.239 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:15.240 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:15.240 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:15.242 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_valid_values_03 [0.025411s] ... ok DEBUG: 2025-11-13 13:53:15.261 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:15.262 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:15.262 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:15.263 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_valid_values_06 [0.020765s] ... ok DEBUG: 2025-11-13 13:53:15.283 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:15.284 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:15.284 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:15.286 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_valid_values_08 [0.022426s] ... ok DEBUG: 2025-11-13 13:53:15.304 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Acquiring lock "instantiate_neutron_api" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:15.304 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" acquired by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:15.304 3331052 DEBUG oslo_concurrency.lockutils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Lock "instantiate_neutron_api" "released" by "manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin.neutron_api" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:15.306 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_manager.ShareManagerTestCase.test_validate_segmentation_id_with_valid_values_09 [0.020111s] ... ok DEBUG: 2025-11-13 13:53:15.342 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_cleanup_new_instance_2 [0.036084s] ... ok DEBUG: 2025-11-13 13:53:15.376 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_delete_instance_and_wait_not_found [0.033527s] ... ok DEBUG: 2025-11-13 13:53:15.464 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_revert_access_rules_1_None [0.088287s] ... ok DEBUG: 2025-11-13 13:53:15.557 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_revert_access_rules_2_fakehost_fakebackend [0.092817s] ... ok DEBUG: 2025-11-13 13:53:15.611 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.migration.ShareMigrationHelper.wait_for_share_server' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:15.611 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.migration.ShareMigrationHelper.wait_for_share_server in 1.0 seconds as it raised ShareServerNotReady: Share server fake_server_id failed to reach 'available' within 511 seconds.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:15.611 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.migration.ShareMigrationHelper.wait_for_share_server' after 0.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:15.611 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.migration.ShareMigrationHelper.wait_for_share_server in 2.0 seconds as it raised ShareServerNotReady: Share server fake_server_id failed to reach 'available' within 511 seconds.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:15.612 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.migration.ShareMigrationHelper.wait_for_share_server' after 0.001(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:15.612 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.migration.ShareMigrationHelper.wait_for_share_server in 4.0 seconds as it raised ShareServerNotReady: Share server fake_server_id failed to reach 'available' within 511 seconds.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:15.612 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.migration.ShareMigrationHelper.wait_for_share_server' after 0.001(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:15.612 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.migration.ShareMigrationHelper.wait_for_share_server in 8.0 seconds as it raised ShareServerNotReady: Share server fake_server_id failed to reach 'available' within 511 seconds.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:15.612 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.migration.ShareMigrationHelper.wait_for_share_server' after 0.002(s), this was the 5th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:15.612 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.migration.ShareMigrationHelper.wait_for_share_server in 16.0 seconds as it raised ShareServerNotReady: Share server fake_server_id failed to reach 'available' within 511 seconds.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:15.613 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.migration.ShareMigrationHelper.wait_for_share_server' after 0.002(s), this was the 6th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:15.613 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.migration.ShareMigrationHelper.wait_for_share_server in 32.0 seconds as it raised ShareServerNotReady: Share server fake_server_id failed to reach 'available' within 511 seconds.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:15.613 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.migration.ShareMigrationHelper.wait_for_share_server' after 0.002(s), this was the 7th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:15.613 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Retrying manila.share.migration.ShareMigrationHelper.wait_for_share_server in 64.0 seconds as it raised ShareServerNotReady: Share server fake_server_id failed to reach 'available' within 511 seconds.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:15.613 3331052 DEBUG manila.utils [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Finished call to 'manila.share.migration.ShareMigrationHelper.wait_for_share_server' after 0.003(s), this was the 8th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:15.615 3331052 INFO manila.coordination [None req-061359ed-076f-44a1-9bfb-77948be367de fake_uid fake_pid_1 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_wait_for_share_server_3_creating [0.057460s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:53:15.704 3331052 INFO manila.coordination [None req-f00e1875-08ed-44bd-9d60-17f8f18a2bba fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_check_update_share_network_security_service [0.089081s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:53:15.795 3331052 INFO manila.coordination [None req-333ea327-2188-4a65-9e0a-5a8965507c38 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_check_update_share_server_network_allocations [0.090685s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: 2025-11-13 13:53:15.884 3331052 INFO manila.coordination [None req-acacb404-64c6-4230-8224-daeeaf842e34 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_delete_replicated_snapshot [0.089414s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: --- Logging error --- DEBUG: 2025-11-13 13:53:15.976 3331052 INFO manila.coordination [None req-5d737672-7f12-48ce-bc5c-f691e372932f fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_delete_share_instance [0.091801s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: 2025-11-13 13:53:16.071 3331052 INFO manila.coordination [None req-592f019c-989e-4064-a330-1b6947d7a78f fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_extend_share [0.094586s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: 2025-11-13 13:53:16.164 3331052 INFO manila.coordination [None req-5e6828b4-88ae-4759-a00f-ebf5ce419990 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_migration_cancel [0.093179s] ... ok DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:53:16.257 3331052 INFO manila.coordination [None req-6ca46bc5-ad3b-4244-ae99-ccef1b58854a fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_migration_get_progress [0.092707s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:16.346 3331052 INFO manila.coordination [None req-717e70fb-ff6b-465f-9f23-dff69e2e1831 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_migration_start [0.088946s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: 2025-11-13 13:53:16.431 3331052 INFO manila.coordination [None req-209625a7-2d5f-4ebb-b89b-6dc4b5b650e3 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_share_server_migration_check [0.084455s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:53:16.512 3331052 INFO manila.coordination [None req-44fcf537-a9cc-44f2-b8bf-267de90859eb fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_share_server_migration_start [0.081615s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: 2025-11-13 13:53:16.602 3331052 INFO manila.coordination [None req-507d6911-1e4a-46bd-81fc-f51276018e1c fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_shrink_share [0.089386s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: 2025-11-13 13:53:16.683 3331052 INFO manila.coordination [None req-abdd9f71-1e6b-444f-9ab2-70d6feba5fd1 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_snapshot_update_access [0.081218s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:53:16.780 3331052 INFO manila.coordination [None req-88cab753-5d66-422c-b1d0-9b8b187246f1 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_update_share_network_subnet_from_metadata [0.096194s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:53:16.861 3331052 INFO manila.coordination [None req-7bda1be4-0533-4b37-bb1f-644e3819c9d0 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_update_share_replica [0.081134s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: 2025-11-13 13:53:16.947 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_rpcapi.ShareRpcAPITestCase.test_update_share_server_network_allocations [0.086167s] ... ok DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/share/test_rpcapi.py", line 78, in setUp DEBUG: self.ctxt = context.RequestContext('fake_user', 'fake_project') DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:53:16.965 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_create_without_required_extra_spec_2 [0.017863s] ... ok DEBUG: 2025-11-13 13:53:16.984 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_all_types_1 [0.018409s] ... ok DEBUG: 2025-11-13 13:53:17.001 3331052 ERROR manila.share.share_types [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Share type test has invalid required extra specs.: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: 2025-11-13 13:53:17.001 3331052 ERROR manila.share.share_types Traceback (most recent call last): DEBUG: 2025-11-13 13:53:17.001 3331052 ERROR manila.share.share_types File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: 2025-11-13 13:53:17.001 3331052 ERROR manila.share.share_types required_extra_specs = get_valid_required_extra_specs( DEBUG: 2025-11-13 13:53:17.001 3331052 ERROR manila.share.share_types ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:17.001 3331052 ERROR manila.share.share_types File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: 2025-11-13 13:53:17.001 3331052 ERROR manila.share.share_types raise exception.InvalidExtraSpec(reason=msg) DEBUG: 2025-11-13 13:53:17.001 3331052 ERROR manila.share.share_types manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: 2025-11-13 13:53:17.001 3331052 ERROR manila.share.share_types DEBUG: 2025-11-13 13:53:17.003 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_all_types_4 [0.018958s] ... ok DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Share type test_with_extra has invalid required extra specs.: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types Traceback (most recent call last): DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types required_extra_specs = get_valid_required_extra_specs( DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types raise exception.InvalidExtraSpec(reason=msg) DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types DEBUG: 2025-11-13 13:53:17.021 3331052 DEBUG manila.share.share_types [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Searching by: {'extra_specs': {'gold': 'True'}} get_all_types /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py:146 DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Share type test_with_extra has invalid required extra specs.: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types Traceback (most recent call last): DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types required_extra_specs = get_valid_required_extra_specs( DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types raise exception.InvalidExtraSpec(reason=msg) DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: 2025-11-13 13:53:17.021 3331052 ERROR manila.share.share_types DEBUG: 2025-11-13 13:53:17.022 3331052 DEBUG manila.share.share_types [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Searching by: {'extra_specs': {'gold': 'False'}} get_all_types /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py:146 DEBUG: 2025-11-13 13:53:17.022 3331052 ERROR manila.share.share_types [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Share type test_with_extra has invalid required extra specs.: manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: 2025-11-13 13:53:17.022 3331052 ERROR manila.share.share_types Traceback (most recent call last): DEBUG: 2025-11-13 13:53:17.022 3331052 ERROR manila.share.share_types File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 121, in get_all_types DEBUG: 2025-11-13 13:53:17.022 3331052 ERROR manila.share.share_types required_extra_specs = get_valid_required_extra_specs( DEBUG: 2025-11-13 13:53:17.022 3331052 ERROR manila.share.share_types ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-11-13 13:53:17.022 3331052 ERROR manila.share.share_types File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py", line 311, in get_valid_required_extra_specs DEBUG: 2025-11-13 13:53:17.022 3331052 ERROR manila.share.share_types raise exception.InvalidExtraSpec(reason=msg) DEBUG: 2025-11-13 13:53:17.022 3331052 ERROR manila.share.share_types manila.exception.InvalidExtraSpec: Invalid extra_spec: Required extra specs 'driver_handles_share_servers' not specified. DEBUG: 2025-11-13 13:53:17.022 3331052 ERROR manila.share.share_types DEBUG: 2025-11-13 13:53:17.022 3331052 DEBUG manila.share.share_types [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Searching by: {'extra_specs': {'gold': 'True'}} get_all_types /builddir/build/BUILD/manila-21.1.0.dev33/manila/share/share_types.py:146 DEBUG: 2025-11-13 13:53:17.023 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_all_types_search [0.020079s] ... ok DEBUG: 2025-11-13 13:53:17.042 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_boolean_extra_specs [0.018469s] ... ok DEBUG: 2025-11-13 13:53:17.060 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_extra_specs_from_share [0.017997s] ... ok DEBUG: 2025-11-13 13:53:17.078 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_required_extra_specs [0.018204s] ... ok DEBUG: 2025-11-13 13:53:17.097 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_valid_optional_extra_specs_empty [0.018373s] ... ok DEBUG: 2025-11-13 13:53:17.114 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_get_valid_required_extra_specs_valid_2 [0.016856s] ... ok DEBUG: 2025-11-13 13:53:17.131 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_01___snapshot_support____1__ [0.017095s] ... ok DEBUG: 2025-11-13 13:53:17.148 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_07___snapshot_support____0__ [0.017115s] ... ok DEBUG: 2025-11-13 13:53:17.166 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_12___snapshot_support____no__ [0.018623s] ... ok DEBUG: 2025-11-13 13:53:17.184 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_17___create_share_from_snapshot_support____y__ [0.017609s] ... ok DEBUG: 2025-11-13 13:53:17.203 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_26___revert_to_snapshot_support____t__ [0.018620s] ... ok DEBUG: 2025-11-13 13:53:17.221 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_29___revert_to_snapshot_support____y__ [0.017230s] ... ok DEBUG: 2025-11-13 13:53:17.239 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_33___revert_to_snapshot_support____false__ [0.018435s] ... ok DEBUG: 2025-11-13 13:53:17.260 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_36___revert_to_snapshot_support____no__ [0.021771s] ... ok DEBUG: 2025-11-13 13:53:17.281 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_37___mount_snapshot_support____1__ [0.019802s] ... ok DEBUG: 2025-11-13 13:53:17.301 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_38___mount_snapshot_support____t__ [0.020355s] ... ok DEBUG: 2025-11-13 13:53:17.323 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_46___mount_snapshot_support____off__ [0.022192s] ... ok DEBUG: 2025-11-13 13:53:17.343 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_54___mount_point_name_support____yes__ [0.019171s] ... ok DEBUG: 2025-11-13 13:53:17.365 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_57___mount_point_name_support____false__ [0.022046s] ... ok DEBUG: 2025-11-13 13:53:17.383 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_59___mount_point_name_support____n__ [0.017794s] ... ok DEBUG: 2025-11-13 13:53:17.403 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_61___replication_type____writable__ [0.019804s] ... ok DEBUG: 2025-11-13 13:53:17.422 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_64___encryption_support____share__ [0.019584s] ... ok DEBUG: 2025-11-13 13:53:17.442 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_67___availability_zones________zonea_____zoneb__ [0.018858s] ... ok DEBUG: 2025-11-13 13:53:17.460 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_69___provisioning_mount_point_prefix____gold__ [0.018654s] ... ok DEBUG: 2025-11-13 13:53:17.479 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_optional_extra_spec_valid_70___provisioning_mount_point_prefix____silver__ [0.018370s] ... ok DEBUG: 2025-11-13 13:53:17.497 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_invalid_2 [0.017930s] ... ok DEBUG: 2025-11-13 13:53:17.515 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_valid_02___driver_handles_share_servers____t__ [0.017676s] ... ok DEBUG: 2025-11-13 13:53:17.532 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_valid_11___driver_handles_share_servers____n__ [0.017464s] ... ok DEBUG: 2025-11-13 13:53:17.550 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_is_valid_required_extra_spec_valid_12___driver_handles_share_servers____no__ [0.017990s] ... ok DEBUG: 2025-11-13 13:53:17.568 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_parse_boolean_extra_spec_3 [0.017179s] ... ok DEBUG: 2025-11-13 13:53:17.598 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_provision_filter_on_size [0.030493s] ... ok DEBUG: 2025-11-13 13:53:17.625 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_remove_access [0.026251s] ... ok DEBUG: 2025-11-13 13:53:17.644 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_types.ShareTypesTestCase.test_sanitize_extra_specs_3_None [0.019040s] ... ok DEBUG: 2025-11-13 13:53:17.662 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_append_host_with_host [0.017529s] ... ok DEBUG: 2025-11-13 13:53:17.680 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_append_host_with_host_and_pool [0.019103s] ... ok DEBUG: 2025-11-13 13:53:17.702 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_append_host_with_no_values [0.021640s] ... ok DEBUG: 2025-11-13 13:53:17.721 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_missing_backend [0.017692s] ... ok DEBUG: 2025-11-13 13:53:17.738 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_missing_backend_and_pool [0.017348s] ... ok DEBUG: 2025-11-13 13:53:17.756 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_missing_backend_only_return_pool [0.018204s] ... ok DEBUG: 2025-11-13 13:53:17.775 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_missing_pool_use_default_pool [0.019123s] ... ok DEBUG: 2025-11-13 13:53:17.794 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_only_return_backend [0.018868s] ... ok DEBUG: 2025-11-13 13:53:17.813 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_only_return_backend_name [0.017878s] ... ok DEBUG: 2025-11-13 13:53:17.830 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_with_pool [0.017667s] ... ok DEBUG: 2025-11-13 13:53:17.848 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_extract_host_without_pool [0.018221s] ... ok DEBUG: 2025-11-13 13:53:17.872 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_share_utils.ShareUtilsTestCase.test_is_az_subnets_compatible_2 [0.024130s] ... ok DEBUG: 2025-11-13 13:53:17.930 3331052 DEBUG oslo_concurrency.lockutils [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Acquiring lock "update_access_rules_for_snapshot_9fddd2e0-2099-40aa-be10-532af91a9f30" by "manila.share.snapshot_access.ShareSnapshotInstanceAccess.update_access_rules.._update_access_rules_locked" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:17.931 3331052 DEBUG oslo_concurrency.lockutils [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Lock "update_access_rules_for_snapshot_9fddd2e0-2099-40aa-be10-532af91a9f30" acquired by "manila.share.snapshot_access.ShareSnapshotInstanceAccess.update_access_rules.._update_access_rules_locked" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:17.931 3331052 INFO manila.share.snapshot_access [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Access rules were successfully applied for snapshot instance: 2ed64f33-6471-4201-be13-ce60536ea956 DEBUG: 2025-11-13 13:53:17.931 3331052 DEBUG oslo_concurrency.lockutils [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Lock "update_access_rules_for_snapshot_9fddd2e0-2099-40aa-be10-532af91a9f30" "released" by "manila.share.snapshot_access.ShareSnapshotInstanceAccess.update_access_rules.._update_access_rules_locked" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:17.933 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_snapshot_access.SnapshotAccessTestCase.test_update_access_rules_1_queued_to_apply [0.059644s] ... ok DEBUG: 2025-11-13 13:53:17.984 3331052 DEBUG oslo_concurrency.lockutils [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Acquiring lock "update_access_rules_for_snapshot_c687999c-deeb-4efa-9421-90af908d6a69" by "manila.share.snapshot_access.ShareSnapshotInstanceAccess.update_access_rules.._update_access_rules_locked" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:17.984 3331052 DEBUG oslo_concurrency.lockutils [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Lock "update_access_rules_for_snapshot_c687999c-deeb-4efa-9421-90af908d6a69" acquired by "manila.share.snapshot_access.ShareSnapshotInstanceAccess.update_access_rules.._update_access_rules_locked" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:17.985 3331052 INFO manila.share.snapshot_access [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Access rules were successfully applied for snapshot instance: f930a610-30ae-481d-9707-c65ce43dacbf DEBUG: 2025-11-13 13:53:17.985 3331052 DEBUG oslo_concurrency.lockutils [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Lock "update_access_rules_for_snapshot_c687999c-deeb-4efa-9421-90af908d6a69" "released" by "manila.share.snapshot_access.ShareSnapshotInstanceAccess.update_access_rules.._update_access_rules_locked" :: held 0.001s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:17.986 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_snapshot_access.SnapshotAccessTestCase.test_update_access_rules_2_queued_to_deny [0.053637s] ... ok DEBUG: 2025-11-13 13:53:18.043 3331052 DEBUG oslo_concurrency.lockutils [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Acquiring lock "update_access_rules_for_snapshot_ce6e65ce-8893-4dd0-b4b3-20d220337931" by "manila.share.snapshot_access.ShareSnapshotInstanceAccess.update_access_rules.._update_access_rules_locked" inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:405 DEBUG: 2025-11-13 13:53:18.043 3331052 DEBUG oslo_concurrency.lockutils [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Lock "update_access_rules_for_snapshot_ce6e65ce-8893-4dd0-b4b3-20d220337931" acquired by "manila.share.snapshot_access.ShareSnapshotInstanceAccess.update_access_rules.._update_access_rules_locked" :: waited 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:410 DEBUG: 2025-11-13 13:53:18.044 3331052 INFO manila.share.snapshot_access [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Access rules were successfully applied for snapshot instance: 64b600cc-a101-4453-ac12-29f3a0efd02d DEBUG: 2025-11-13 13:53:18.044 3331052 DEBUG oslo_concurrency.lockutils [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Lock "update_access_rules_for_snapshot_ce6e65ce-8893-4dd0-b4b3-20d220337931" "released" by "manila.share.snapshot_access.ShareSnapshotInstanceAccess.update_access_rules.._update_access_rules_locked" :: held 0.000s inner /usr/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:424 DEBUG: 2025-11-13 13:53:18.045 3331052 INFO manila.coordination [None req-625e623d-3931-4d5a-bc11-3b6210ea13d5 fake_user fake_project - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share.test_snapshot_access.SnapshotAccessTestCase.test_update_access_rules_delete_all_rules [0.058840s] ... ok DEBUG: 2025-11-13 13:53:18.067 3331052 INFO manila.coordination [None req-12b05cff-5439-4e47-ad94-a9a8ab187656 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_driver_handles_share_servers_is_false_with_net_id [0.021279s] ... ok DEBUG: 2025-11-13 13:53:18.085 3331052 INFO manila.coordination [None req-91020eed-ae99-4c16-bd61-28b3ae8ab232 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_empty_request [0.018295s] ... ok DEBUG: 2025-11-13 13:53:18.104 3331052 INFO manila.coordination [None req-60abd71d-df58-4565-8e69-905a8011355e fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_sg_snapshot_minimal_request_no_members_with_name [0.018908s] ... ok DEBUG: 2025-11-13 13:53:18.124 3331052 INFO manila.coordination [None req-e28b5d86-0ad4-4cff-b666-baf8f415c9fd fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_share_group_snapshot_group_in_creating [0.019924s] ... ok DEBUG: 2025-11-13 13:53:18.147 3331052 INFO manila.coordination [None req-8a465aea-f966-47eb-8690-c740c5fbcd7e fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_share_group_snapshot_with_two_members [0.023310s] ... ok DEBUG: 2025-11-13 13:53:18.491 3331052 INFO manila.coordination [None req-e475be7d-655c-43a1-8b19-674457869f33 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_description [0.343246s] ... ok DEBUG: 2025-11-13 13:53:18.510 3331052 INFO manila.coordination [None req-218c64fa-bbc3-45a4-95a1-3eb7cd8bc862 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_error_on_quota_reserve [0.018361s] ... ok DEBUG: 2025-11-13 13:53:18.529 3331052 INFO manila.coordination [None req-25bb48f8-a116-416b-8bdd-8fbec5fa020b fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_multiple_share_types_with_az_2_False [0.019676s] ... ok DEBUG: 2025-11-13 13:53:18.549 3331052 INFO manila.coordination [None req-8bec8ea0-0a9e-4f99-bee7-3d8f35590e90 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_name [0.019541s] ... ok DEBUG: 2025-11-13 13:53:18.569 3331052 INFO manila.coordination [None req-7421b090-407a-446c-b343-838dd3044168 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_share_type_not_found [0.020294s] ... ok DEBUG: 2025-11-13 13:53:18.588 3331052 INFO manila.coordination [None req-890faee3-7fe4-446f-bd1d-0d7389b4ca66 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_create_with_source_sg_snapshot_id_snap_not_found [0.018863s] ... ok DEBUG: 2025-11-13 13:53:18.608 3331052 INFO manila.coordination [None req-14b604ae-0b4d-442c-9412-5d23e2ac461e fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_delete_creating_with_host [0.019317s] ... ok DEBUG: 2025-11-13 13:53:18.626 3331052 INFO manila.coordination [None req-7f424e81-fa5a-46f3-b015-47e9de4a2ca8 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_delete_share_group_snapshot_creating_status [0.017735s] ... ok DEBUG: 2025-11-13 13:53:18.643 3331052 INFO manila.coordination [None req-42ff56b6-cd03-44df-b983-7b5c5689f38b fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_delete_with_share_group_snapshots [0.017152s] ... ok DEBUG: 2025-11-13 13:53:18.660 3331052 DEBUG manila.share_group.api [None req-c2803196-6fac-44e1-9d1e-587d0f0c3e08 fake_user_id fake_project_id - - - -] Searching for share_groups by: {'all_tenants': True} get_all /builddir/build/BUILD/manila-21.1.0.dev33/manila/share_group/api.py:335 DEBUG: 2025-11-13 13:53:18.661 3331052 INFO manila.coordination [None req-c2803196-6fac-44e1-9d1e-587d0f0c3e08 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_get_all_all_tenants_as_admin [0.017753s] ... ok DEBUG: 2025-11-13 13:53:18.680 3331052 INFO manila.coordination [None req-4a3859c4-cc44-400f-b2a4-742b01a01a78 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_get_all_share_group_snapshot_members [0.018948s] ... ok DEBUG: 2025-11-13 13:53:18.698 3331052 DEBUG manila.share_group.api [None req-1fd7390b-d0a1-4800-86e1-a0bf0853f851 fake_user_id fake_project_id - - - -] Searching for share group snapshots by: {} get_all_share_group_snapshots /builddir/build/BUILD/manila-21.1.0.dev33/manila/share_group/api.py:490 DEBUG: 2025-11-13 13:53:18.705 3331052 INFO manila.coordination [None req-1fd7390b-d0a1-4800-86e1-a0bf0853f851 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_api.ShareGroupsAPITestCase.test_share_group_snapshot_get_all_no_groups [0.028316s] ... ok DEBUG: 2025-11-13 13:53:18.727 3331052 INFO manila.coordination [None req-1fd7390b-d0a1-4800-86e1-a0bf0853f851 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_share_group_types.ShareGroupTypesTestCase.test_get_all_types_2 [0.018891s] ... ok DEBUG: 2025-11-13 13:53:18.745 3331052 INFO manila.coordination [None req-1fd7390b-d0a1-4800-86e1-a0bf0853f851 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.share_group.test_share_group_types.ShareGroupTypesTestCase.test_get_all_types_3 [0.017857s] ... ok DEBUG: 2025-11-13 13:53:18.763 3331052 INFO manila.coordination [None req-1fd7390b-d0a1-4800-86e1-a0bf0853f851 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_conf.ConfigTestCase.test_declare [0.017842s] ... ok DEBUG: 2025-11-13 13:53:18.783 3331052 INFO manila.coordination [None req-1fd7390b-d0a1-4800-86e1-a0bf0853f851 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_conf.ConfigTestCase.test_flag_leak_left [0.019617s] ... ok DEBUG: 2025-11-13 13:53:18.806 3331052 INFO manila.coordination [None req-1fd7390b-d0a1-4800-86e1-a0bf0853f851 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_conf.ConfigTestCase.test_flag_leak_right [0.023206s] ... ok DEBUG: 2025-11-13 13:53:18.824 3331052 INFO manila.coordination [None req-1fd7390b-d0a1-4800-86e1-a0bf0853f851 fake_user_id fake_project_id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_conf.ConfigTestCase.test_flag_overrides [0.017948s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 146, in _run_core DEBUG: if self.exception_caught == self._run_user( DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 756, in _run_test_method DEBUG: return self._get_test_method()() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/test_context.py", line 33, in test_request_context_sets_is_admin DEBUG: ctxt = context.RequestContext('111', DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:53:18.861 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_context.ContextTestCase.test_request_context_sets_is_admin [0.036261s] ... ok DEBUG: 2025-11-13 13:53:18.879 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_coordination.CoordinatorTestCase.test_coordinator_offline [0.018042s] ... ok DEBUG: 2025-11-13 13:53:18.897 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_coordination.CoordinatorTestCase.test_coordinator_start [0.017475s] ... ok DEBUG: 2025-11-13 13:53:18.914 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_input [0.017144s] ... ok DEBUG: 2025-11-13 13:53:18.932 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_share [0.018019s] ... ok DEBUG: 2025-11-13 13:53:18.949 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_share_metadata_size [0.017922s] ... ok DEBUG: 2025-11-13 13:53:18.971 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_share_type [0.020910s] ... ok DEBUG: 2025-11-13 13:53:18.988 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_uuid [0.016553s] ... ok DEBUG: 2025-11-13 13:53:19.004 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode400.test_invalid_volume [0.016087s] ... ok DEBUG: 2025-11-13 13:53:19.021 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode404.test_config_not_found [0.016256s] ... ok DEBUG: 2025-11-13 13:53:19.037 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode404.test_default_share_type_not_configured [0.016372s] ... ok DEBUG: 2025-11-13 13:53:19.053 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode404.test_quota_not_found [0.016490s] ... ok DEBUG: 2025-11-13 13:53:19.071 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode404.test_quota_resource_unknown [0.017855s] ... ok DEBUG: 2025-11-13 13:53:19.088 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode404.test_quota_usage_not_found [0.016876s] ... ok DEBUG: 2025-11-13 13:53:19.106 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode404.test_resource_lock_not_found [0.017287s] ... ok DEBUG: 2025-11-13 13:53:19.123 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode404.test_share_network_not_found [0.016646s] ... ok DEBUG: 2025-11-13 13:53:19.139 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode404.test_share_snapshot_not_found [0.016694s] ... ok DEBUG: 2025-11-13 13:53:19.156 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode404.test_share_type_not_found_by_name [0.016276s] ... ok DEBUG: 2025-11-13 13:53:19.172 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode404.test_snapshot_instance_not_found [0.016233s] ... ok DEBUG: 2025-11-13 13:53:19.189 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionResponseCode413.test_share_size_exceeds_available_quota [0.017373s] ... ok DEBUG: 2025-11-13 13:53:19.212 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionTestCase.test_error_code_from_kwarg [0.022371s] ... ok DEBUG: 2025-11-13 13:53:19.229 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionTestCase.test_exception_not_redundant_period_2_test_message____ [0.016512s] ... ok DEBUG: 2025-11-13 13:53:19.245 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionTestCase.test_exception_not_redundant_period_3__ [0.016028s] ... ok DEBUG: 2025-11-13 13:53:19.261 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionTestCase.test_ip_address_generation_failure [0.016271s] ... ok DEBUG: 2025-11-13 13:53:19.277 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_exception.ManilaExceptionTestCase.test_manage_share_server_error [0.016215s] ... ok DEBUG: 2025-11-13 13:53:19.294 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_manager.ManagerTestCase.test_periodic_tasks_1_True [0.016846s] ... ok DEBUG: 2025-11-13 13:53:19.316 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_manager.ManagerTestCase.test_periodic_tasks_2_False [0.022477s] ... ok DEBUG: 2025-11-13 13:53:19.336 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_manager.SchedulerDependentManagerTestCase.test__publish_service_capabilities_no_update_3___ [0.018763s] ... ok DEBUG: 2025-11-13 13:53:19.353 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_manager.SchedulerDependentManagerTestCase.test_update_service_capabilities_3___ [0.017535s] ... ok DEBUG: 2025-11-13 13:53:19.376 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_manager.SchedulerDependentManagerTestCase.test_update_service_capabilities_5 [0.022884s] ... ok DEBUG: 2025-11-13 13:53:19.401 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_manager.SchedulerDependentManagerTestCase.test_verify_scheduler_dependent_manager_instance [0.025092s] ... ok DEBUG: 2025-11-13 13:53:19.430 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_network.NetworkBaseAPITestCase.test_enabled_ip_versions_3 [0.029152s] ... ok DEBUG: 2025-11-13 13:53:19.459 3331052 INFO manila.coordination [None req-358fd340-fc44-45bb-8dd5-f6d96421a873 111 222 - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_network.NetworkBaseAPITestCase.test_inherit_network_base_api_allocate_not_redefined [0.028536s] ... ok DEBUG: 2025-11-13 13:53:19.488 3331052 INFO manila.coordination [None req-84c9326e-e178-4b0d-806f-5a6d89b9b938 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_policy.DefaultPolicyTestCase.test_default_not_found [0.027982s] ... ok DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/test_policy.py", line 52, in setUp DEBUG: self.context = context.RequestContext('fake', 'fake', roles=['member']) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: 2025-11-13 13:53:19.534 3331052 INFO manila.coordination [None req-8f9f7afa-b82e-4ab1-86ad-61dc65d6d19b fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: {3} manila.tests.test_policy.PolicyTestCase.test_authorize_bad_action_noraise [0.046180s] ... ok DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: --- Logging error --- DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/test_policy.py", line 52, in setUp DEBUG: self.context = context.RequestContext('fake', 'fake', roles=['member']) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:53:19.614 3331052 WARNING oslo_policy.policy [None req-7916b8fa-9593-4095-8d87-9b1dff7f88cb - fake-project-id - - - -] Policy Rules ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: 2025-11-13 13:53:19.616 3331052 INFO manila.coordination [None req-7916b8fa-9593-4095-8d87-9b1dff7f88cb - fake-project-id - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_policy.PolicyTestCase.test_authorize_does_not_raise_forbidden_2_authorize [0.082073s] ... ok DEBUG: --- Logging error --- DEBUG: 2025-11-13 13:53:19.664 3331052 DEBUG manila.policy [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Policy check for test:my_file failed with credentials {'is_admin': False, 'user_id': 'fake', 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_id': 'fake', 'project_domain_id': None, 'roles': ['member'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} authorize /builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py:200 DEBUG: 2025-11-13 13:53:19.665 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_policy.PolicyTestCase.test_templatized_authorization [0.048943s] ... ok DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 1160, in emit DEBUG: msg = self.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/logging/__init__.py", line 999, in format DEBUG: return fmt.format(record) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format DEBUG: context = _update_record_with_context(record) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context DEBUG: d = _dictify_context(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context DEBUG: return context.get_logging_values() DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values DEBUG: values.update(self.to_dict()) DEBUG: ^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 98, in to_dict DEBUG: values['read_deleted'] = self.read_deleted DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 78, in _get_read_deleted DEBUG: return self._read_deleted DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? DEBUG: Call stack: DEBUG: File "", line 198, in _run_module_as_main DEBUG: File "", line 88, in _run_code DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 88, in DEBUG: main() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 82, in main DEBUG: program.TestProgram( DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 197, in __init__ DEBUG: self.runTests() DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/program.py", line 247, in runTests DEBUG: self.result = testRunner.run(self.test) DEBUG: File "/usr/lib/python3.12/site-packages/stestr/subunit_runner/run.py", line 51, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 84, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib64/python3.12/unittest/suite.py", line 122, in run DEBUG: test(result) DEBUG: File "/usr/lib64/python3.12/unittest/case.py", line 690, in __call__ DEBUG: return self.run(*args, **kwds) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 692, in run DEBUG: return run_test.run(result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 80, in run DEBUG: return self._run_one(actual_result) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 94, in _run_one DEBUG: return self._run_prepared_result(ExtendedToOriginalDecorator(result)) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 107, in _run_prepared_result DEBUG: self._run_core() DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 138, in _run_core DEBUG: if self.exception_caught == self._run_user(self.case._run_setup, self.result): DEBUG: File "/usr/lib/python3.12/site-packages/testtools/runtest.py", line 197, in _run_user DEBUG: return fn(*args, **kwargs) DEBUG: File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 701, in _run_setup DEBUG: ret = self.setUp() DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/test_policy.py", line 52, in setUp DEBUG: self.context = context.RequestContext('fake', 'fake', roles=['member']) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/context.py", line 58, in __init__ DEBUG: self.is_admin = policy.check_is_admin(self) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 215, in check_is_admin DEBUG: return authorize(context, 'context_is_admin', target, do_raise=False) DEBUG: File "/builddir/build/BUILD/manila-21.1.0.dev33/manila/policy.py", line 184, in authorize DEBUG: result = _ENFORCER.authorize(action, target, context, DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize DEBUG: return self.enforce( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce DEBUG: self.load_rules() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules DEBUG: policy_file_rules_changed = self._load_policy_file( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file DEBUG: self._record_file_rules(data, overwrite) DEBUG: File "/usr/lib/python3.12/site-packages/oslo_policy/policy.py", line 924, in _record_file_rules DEBUG: LOG.warning("Policy Rules %(names)s specified in policy files " DEBUG: Message: 'Policy Rules %(names)s specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also.' DEBUG: Arguments: {'names': ['context_is_admin', 'context_is_host_admin', 'admin_api', 'admin_or_owner', 'default']} DEBUG: 2025-11-13 13:53:19.684 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.DbQuotaDriverTestCase.test__process_quotas_3 [0.018694s] ... ok DEBUG: 2025-11-13 13:53:19.703 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.DbQuotaDriverTestCase.test_destroy_all_by_project [0.019415s] ... ok DEBUG: 2025-11-13 13:53:19.722 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.DbQuotaDriverTestCase.test_destroy_all_by_project_and_user [0.017672s] ... ok DEBUG: 2025-11-13 13:53:19.739 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.DbQuotaDriverTestCase.test_expire [0.017426s] ... ok DEBUG: 2025-11-13 13:53:19.756 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_by_class [0.017086s] ... ok DEBUG: 2025-11-13 13:53:19.774 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_project_quotas_1___fake_quota_class___True__None___fake_remains__ [0.017533s] ... ok DEBUG: 2025-11-13 13:53:19.791 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_share_type_quotas_1__None__True__True_ [0.017440s] ... ok DEBUG: 2025-11-13 13:53:19.809 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.DbQuotaDriverTestCase.test_get_user_quotas_2___fake_quota_class___False__True_ [0.017922s] ... ok DEBUG: 2025-11-13 13:53:19.827 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.DbQuotaDriverTestCase.test_reserve_2 [0.017138s] ... ok DEBUG: 2025-11-13 13:53:19.844 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.DbQuotaDriverTestCase.test_rollback_1__None__None_ [0.016954s] ... ok DEBUG: 2025-11-13 13:53:19.861 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.DbQuotaDriverTestCase.test_rollback_2___fake_project_id____fake_user_id__ [0.017063s] ... ok DEBUG: 2025-11-13 13:53:19.878 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.QuotaEngineTestCase.test_count [0.017076s] ... ok DEBUG: 2025-11-13 13:53:19.895 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.QuotaEngineTestCase.test_count_unknown_resource [0.017213s] ... ok DEBUG: 2025-11-13 13:53:19.913 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.QuotaEngineTestCase.test_current_common_resources [0.017030s] ... ok DEBUG: 2025-11-13 13:53:19.931 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.QuotaEngineTestCase.test_expire [0.018881s] ... ok DEBUG: 2025-11-13 13:53:19.951 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.QuotaEngineTestCase.test_get_project_quotas_2 [0.019252s] ... ok DEBUG: 2025-11-13 13:53:19.969 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.QuotaEngineTestCase.test_get_project_quotas_3 [0.017692s] ... ok DEBUG: 2025-11-13 13:53:19.987 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.QuotaEngineTestCase.test_get_share_type_quotas_3 [0.017929s] ... ok DEBUG: 2025-11-13 13:53:20.004 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.QuotaEngineTestCase.test_get_share_type_quotas_4 [0.017305s] ... ok DEBUG: 2025-11-13 13:53:20.022 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.QuotaEngineTestCase.test_get_user_quotas_2 [0.017978s] ... ok DEBUG: 2025-11-13 13:53:20.047 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.QuotaEngineTestCase.test_get_user_quotas_3 [0.025048s] ... ok DEBUG: 2025-11-13 13:53:20.065 3331052 DEBUG manila.quota [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Rolled back reservations ['foo', 'bar'] rollback /builddir/build/BUILD/manila-21.1.0.dev33/manila/quota.py:1092 DEBUG: 2025-11-13 13:53:20.066 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.QuotaEngineTestCase.test_rollback_2__None_ [0.018714s] ... ok DEBUG: 2025-11-13 13:53:20.085 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_quota.QuotaEngineTestCase.test_usage_reset [0.018402s] ... ok DEBUG: 2025-11-13 13:53:20.103 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_rpc.RPCTestCase.test_init_no_notifications_2___noop__ [0.017966s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: 2025-11-13 13:53:20.121 3331052 INFO manila.service [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Starting test node (version 21.1.0) DEBUG: 2025-11-13 13:53:20.121 3331052 DEBUG manila.service [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Creating RPC server for service test. start /builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py:159 DEBUG: 2025-11-13 13:53:20.122 3331052 ERROR manila.service [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Recovered model server connection! DEBUG: 2025-11-13 13:53:20.123 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_service.ServiceTestCase.test_report_state_newly_connected [0.019951s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:354: DeprecationWarning: Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason the Eventlet executor is deprecated. Start migrating your stack to the threading executor. Please also start considering removing your internal Eventlet usages. in version '2025.1' and will be removed in version '2026.1' DEBUG: debtcollector.deprecate( DEBUG: /usr/lib/python3.12/site-packages/oslo_messaging/server.py:428: DeprecationWarning: Using class 'GreenThreadPoolExecutor' (either directly or via inheritance) is deprecated: Eventlet support is deprecated. Please migrate your code and stop using Green executor. DEBUG: self._work_executor = self._executor_cls(**executor_opts) DEBUG: 2025-11-13 13:53:20.149 3331052 INFO manila.service [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Starting test node (version 21.1.0) DEBUG: 2025-11-13 13:53:20.149 3331052 DEBUG manila.service [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Creating RPC server for service test. start /builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py:159 DEBUG: 2025-11-13 13:53:20.150 3331052 DEBUG manila.service [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] The service database object disappeared, Recreating it. report_state /builddir/build/BUILD/manila-21.1.0.dev33/manila/service.py:298 DEBUG: 2025-11-13 13:53:20.150 3331052 ERROR manila.service [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Recovered model server connection! DEBUG: 2025-11-13 13:53:20.151 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_service.ServiceTestCase.test_report_state_newly_connected_not_found [0.028101s] ... ok DEBUG: 2025-11-13 13:53:20.168 3331052 DEBUG manila.ssh_utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ssh.connect: ip: 127.0.0.1, port: 22, look_for_keys: True, timeout: 10, banner_timeout: 10 create /builddir/build/BUILD/manila-21.1.0.dev33/manila/ssh_utils.py:80 DEBUG: 2025-11-13 13:53:20.169 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_ssh_utils.SSHPoolTestCase.test_create_ssh_with_nothing [0.018299s] ... ok DEBUG: 2025-11-13 13:53:20.189 3331052 DEBUG manila.ssh_utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ssh.connect: ip: 127.0.0.1, port: 22, look_for_keys: False, timeout: 10, banner_timeout: 10 create /builddir/build/BUILD/manila-21.1.0.dev33/manila/ssh_utils.py:80 DEBUG: 2025-11-13 13:53:20.190 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_ssh_utils.SSHPoolTestCase.test_single_ssh_connect [0.020885s] ... ok DEBUG: 2025-11-13 13:53:20.208 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_test_utils.TestUtilsTestCase.test_get_test_admin_context [0.017328s] ... ok DEBUG: 2025-11-13 13:53:20.226 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.CidrToNetmaskTestCase.test_cidr_to_netmask_5___10_0_0_1____255_255_255_255__ [0.017379s] ... ok DEBUG: 2025-11-13 13:53:20.243 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.CidrToNetmaskTestCase.test_cidr_to_netmask_invalid_2_ [0.017259s] ... ok DEBUG: 2025-11-13 13:53:20.261 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.CidrToPrefixLenTestCase.test_cidr_to_prefixlen_1___10_0_0_0_0___0_ [0.018092s] ... ok DEBUG: 2025-11-13 13:53:20.280 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.CidrToPrefixLenTestCase.test_cidr_to_prefixlen_invalid_2_ [0.018684s] ... ok DEBUG: 2025-11-13 13:53:20.298 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.CidrToPrefixLenTestCase.test_cidr_to_prefixlen_invalid_5_fdf8_f53b_82e1__fffff [0.017967s] ... ok DEBUG: 2025-11-13 13:53:20.316 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.ConvertStrTestCase.test_convert_str_bytes_input [0.017684s] ... ok DEBUG: 2025-11-13 13:53:20.333 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.ConvertStrTestCase.test_convert_str_str_input [0.017575s] ... ok DEBUG: 2025-11-13 13:53:20.365 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.GenericUtilsTestCase.test_check_ssh_injection_on_error0_2_________my_name_name_of_remote_computer__ [0.031914s] ... ok DEBUG: 2025-11-13 13:53:20.385 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.GenericUtilsTestCase.test_check_ssh_injection_on_error0_4___cmd_____arg_withunescaped___ [0.019930s] ... ok DEBUG: 2025-11-13 13:53:20.404 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.GenericUtilsTestCase.test_check_ssh_injection_on_error0_5___cmd____virus__quoted_argument___ [0.018232s] ... ok DEBUG: 2025-11-13 13:53:20.422 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_06___K1M____G__ [0.018291s] ... ok DEBUG: 2025-11-13 13:53:20.440 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_07___M1K____G__ [0.017497s] ... ok DEBUG: 2025-11-13 13:53:20.458 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_negative_08___1_2fake____G__ [0.018167s] ... ok DEBUG: 2025-11-13 13:53:20.478 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_18____512____M____0_00048828125_ [0.020444s] ... ok DEBUG: 2025-11-13 13:53:20.497 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.GenericUtilsTestCase.test_translate_string_size_to_float_positive_22____2048G____T____2_0_ [0.017870s] ... ok DEBUG: 2025-11-13 13:53:20.514 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_v6_address_2_fake [0.017574s] ... ok DEBUG: 2025-11-13 13:53:20.532 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_version_2 [0.017596s] ... ok DEBUG: 2025-11-13 13:53:20.550 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.IsValidIPVersion.test_provided_invalid_version_5 [0.017623s] ... ok DEBUG: 2025-11-13 13:53:20.567 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.IsValidIPVersion.test_valid_v6_1_2001_cdba_0000_0000_0000_0000_3257_9652 [0.017419s] ... ok DEBUG: 2025-11-13 13:53:20.585 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.IsValidIPVersion.test_valid_v6_2_2001_cdba_0_0_0_0_3257_9652 [0.017394s] ... ok DEBUG: 2025-11-13 13:53:20.603 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_invalid_string_3_falses [0.018257s] ... ok DEBUG: 2025-11-13 13:53:20.620 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.ParseBoolValueTestCase.test_bool_with_valid_string_1___t___True_ [0.016613s] ... ok DEBUG: 2025-11-13 13:53:20.637 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.TestAllTenantsValueCase.test_convert_time_duration_to_iso_format_1___8minutes____PT8M__ [0.017508s] ... ok DEBUG: 2025-11-13 13:53:20.655 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.TestAllTenantsValueCase.test_convert_time_duration_to_iso_format_negative [0.016796s] ... ok DEBUG: 2025-11-13 13:53:20.672 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.TestAllTenantsValueCase.test_is_all_tenants_false_3_False [0.017201s] ... ok DEBUG: 2025-11-13 13:53:20.689 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.TestAllTenantsValueCase.test_is_all_tenants_true_3_1 [0.016947s] ... ok DEBUG: 2025-11-13 13:53:20.707 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.TestAllTenantsValueCase.test_is_all_tenants_true_4_true [0.023389s] ... ok DEBUG: 2025-11-13 13:53:20.735 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.TestComparableMixin.test_compare [0.022782s] ... ok DEBUG: 2025-11-13 13:53:20.753 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.TestComparableMixin.test_ge [0.018036s] ... ok DEBUG: 2025-11-13 13:53:20.772 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.TestComparableMixin.test_ne [0.018231s] ... ok DEBUG: 2025-11-13 13:53:20.789 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.TestDisableNotifications.test_do_nothing_getter [0.017734s] ... ok DEBUG: 2025-11-13 13:53:20.812 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.TestRetryDecorator.test_infinite_retry [0.022546s] ... ok DEBUG: 2025-11-13 13:53:20.836 3331052 DEBUG manila.utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Finished call to 'manila.tests.test_utils.TestRetryDecorator.test_max_backoff_sleep..fails_then_passes' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:20.837 3331052 DEBUG manila.utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Retrying manila.tests.test_utils.TestRetryDecorator.test_max_backoff_sleep..fails_then_passes in 1.0 seconds as it raised ManilaException: An unknown exception occurred.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:20.837 3331052 DEBUG manila.utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Finished call to 'manila.tests.test_utils.TestRetryDecorator.test_max_backoff_sleep..fails_then_passes' after 0.001(s), this was the 2nd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:20.837 3331052 DEBUG manila.utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Retrying manila.tests.test_utils.TestRetryDecorator.test_max_backoff_sleep..fails_then_passes in 2.0 seconds as it raised ManilaException: An unknown exception occurred.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:20.837 3331052 DEBUG manila.utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Finished call to 'manila.tests.test_utils.TestRetryDecorator.test_max_backoff_sleep..fails_then_passes' after 0.001(s), this was the 3rd time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:20.837 3331052 DEBUG manila.utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Retrying manila.tests.test_utils.TestRetryDecorator.test_max_backoff_sleep..fails_then_passes in 4.0 seconds as it raised ManilaException: An unknown exception occurred.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:20.838 3331052 DEBUG manila.utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Finished call to 'manila.tests.test_utils.TestRetryDecorator.test_max_backoff_sleep..fails_then_passes' after 0.001(s), this was the 4th time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:20.838 3331052 DEBUG manila.utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Retrying manila.tests.test_utils.TestRetryDecorator.test_max_backoff_sleep..fails_then_passes in 4.0 seconds as it raised ManilaException: An unknown exception occurred.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:20.839 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.TestRetryDecorator.test_max_backoff_sleep [0.026470s] ... ok DEBUG: 2025-11-13 13:53:20.857 3331052 DEBUG manila.utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Finished call to 'manila.tests.test_utils.TestRetryDecorator.test_retries_once..fails_once' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:20.857 3331052 DEBUG manila.utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Retrying manila.tests.test_utils.TestRetryDecorator.test_retries_once..fails_once in 2.0 seconds as it raised ManilaException: An unknown exception occurred.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:20.858 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.TestRetryDecorator.test_retries_once [0.019125s] ... ok DEBUG: 2025-11-13 13:53:20.877 3331052 DEBUG manila.utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Finished call to 'manila.tests.test_utils.TestRetryDecorator.test_retries_once_random..fails_once' after 0.000(s), this was the 1st time calling it. log_it /usr/lib/python3.12/site-packages/tenacity/after.py:44 DEBUG: 2025-11-13 13:53:20.877 3331052 DEBUG manila.utils [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Retrying manila.tests.test_utils.TestRetryDecorator.test_retries_once_random..fails_once in 1.3209926170543673 seconds as it raised ManilaException: An unknown exception occurred.. log_it /usr/lib/python3.12/site-packages/tenacity/before_sleep.py:65 DEBUG: 2025-11-13 13:53:20.878 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.test_utils.TestRetryDecorator.test_retries_once_random [0.020189s] ... ok DEBUG: 2025-11-13 13:53:20.897 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.volume.test_cinder.CinderApiTestCase.test_attach [0.018628s] ... ok DEBUG: 2025-11-13 13:53:20.915 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.volume.test_cinder.CinderApiTestCase.test_begin_detaching [0.018192s] ... ok DEBUG: 2025-11-13 13:53:20.933 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.volume.test_cinder.CinderApiTestCase.test_create_failed [0.017684s] ... ok DEBUG: 2025-11-13 13:53:20.953 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.volume.test_cinder.CinderApiTestCase.test_delete [0.020279s] ... ok DEBUG: 2025-11-13 13:53:20.973 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.volume.test_cinder.CinderApiTestCase.test_get_failed_2 [0.019284s] ... ok DEBUG: 2025-11-13 13:53:20.991 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.volume.test_cinder.CinderApiTestCase.test_roll_detaching [0.018102s] ... ok DEBUG: 2025-11-13 13:53:21.011 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.volume.test_cinder.CinderApiTestCase.test_unreserve_volume [0.020343s] ... ok DEBUG: 2025-11-13 13:53:21.031 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.volume.test_cinder.CinderclientTestCase.test_with_auth_obj [0.018909s] ... ok DEBUG: 2025-11-13 13:53:21.049 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.wsgi.test_common.WSGICommonTestCase.test_application_factory [0.017729s] ... ok DEBUG: 2025-11-13 13:53:21.066 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ******************************************************************************** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2804 DEBUG: 2025-11-13 13:53:21.066 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Configuration options gathered from: log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2805 DEBUG: 2025-11-13 13:53:21.067 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] command line args: [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2806 DEBUG: 2025-11-13 13:53:21.067 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] config files: [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2807 DEBUG: 2025-11-13 13:53:21.067 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ================================================================================ log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2809 DEBUG: 2025-11-13 13:53:21.067 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] admin_network_config_group = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.067 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] admin_network_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.067 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] admin_only_el_metadata = ['preferred'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.067 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] admin_only_metadata = ['__affinity_same_host', '__affinity_different_host'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.068 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] admin_subnet_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.068 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] answer = 42 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.068 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] api_paste_config = /builddir/build/BUILD/manila-21.1.0.dev33/etc/manila/api-paste.ini log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.068 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] api_rate_limit = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.068 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] as13000_nas_ip = 1.1.1.1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.068 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] as13000_nas_login = admin log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.068 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] as13000_nas_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.069 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] as13000_nas_port = 8088 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.069 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] as13000_share_pools = ['pool0'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.069 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] as13000_token_available_time = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.069 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] auth_strategy = noauth log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.069 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] automatic_share_server_cleanup = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.069 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend_availability_zone = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.069 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_continue_update_interval = 10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.069 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_driver = manila.data.drivers.nfs.NFSBackupDriver log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.070 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_ignore_files = ['lost+found'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.070 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_mount_tmp_location = /tmp/ log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.070 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_protocol_access_mapping = {'ip': ['nfs']} log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.070 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_share_mount_template = mount -vt %(proto)s %(options)s %(export)s %(path)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.070 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_share_unmount_template = umount -v %(path)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.070 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] capacity_weight_multiplier = 1.0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.070 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_auth_id = manila log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.070 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_cached_allocated_capacity_update_interval = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.071 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_cluster_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.071 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_conf_path = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.071 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_ensure_all_shares_salt = manila_cephfs_reef_caracal log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.071 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_filesystem_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.071 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_ganesha_export_ips = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.071 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_ganesha_path_to_private_key = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.071 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_ganesha_server_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.071 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_ganesha_server_is_remote = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.072 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_ganesha_server_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.072 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_ganesha_server_username = root log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.072 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_nfs_cluster_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.072 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_protocol_helper_type = CEPHFS log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.072 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_volume_mode = 755 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.072 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cephfs_volume_path_prefix = /volumes log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.072 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] check_for_expired_shares_in_recycle_bin_interval = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.073 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] check_for_expired_transfers = 300 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.073 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] check_hash = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.073 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder_volume_type = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.073 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cleanup_interval = 1800 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.073 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] client_socket_timeout = 900 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.073 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] compute_api_class = manila.compute.nova.API log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.073 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] conf_unittest = foo log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.073 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] config_dir = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.074 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] config_file = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.074 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] config_source = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.074 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] connect_share_server_to_tenant_network = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.074 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] container_cifs_guest_ok = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.074 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] container_helper = manila.share.drivers.container.container_helper.DockerExecHelper log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.074 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] container_image_name = manila-docker-container log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.074 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] container_linux_bridge_name = docker0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.074 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] container_ovs_bridge_name = br-int log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.075 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] container_protocol_helper = manila.share.drivers.container.protocol_helper.DockerCIFSHelper log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.075 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] container_security_service_helper = manila.share.drivers.container.security_service_helper.SecurityServiceHelper log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.075 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] container_storage_helper = manila.share.drivers.container.storage_helper.LVMHelper log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.075 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] container_volume_group = manila_docker_volumes log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.075 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] container_volume_mount_path = /tmp/shares log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.075 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] control_exchange = openstack log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.075 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] data_access_wait_access_rules_timeout = 180 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.075 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] data_manager = manila.data.manager.DataManager log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.076 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] data_node_access_admin_user = fake log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.076 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] data_node_access_cert = fake log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.076 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] data_node_access_ips = fake log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.076 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] data_node_mount_options = {} log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.076 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] data_topic = manila-data log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.076 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] db_backend = sqlalchemy log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.076 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] db_driver = manila.db log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.076 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] debug = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.077 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.077 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] default_mount_point_prefix = {project_id}_ log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.077 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] default_share_group_type = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.077 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] default_share_type = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.077 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] delete_share_server_with_last_share = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.077 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] driver_backup_continue_update_interval = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.077 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] driver_handles_share_servers = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.077 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] driver_restore_continue_update_interval = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.078 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] driver_updatable_metadata = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.078 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] driver_updatable_subnet_metadata = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.078 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] drivers_private_storage_class = manila.share.drivers_private_data.SqlStorageDriver log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.078 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] emc_nas_login = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.078 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] emc_nas_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.078 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] emc_nas_root_dir = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.078 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] emc_nas_server = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.078 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] emc_nas_server_port = 8080 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.079 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] emc_nas_server_secure = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.079 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] emc_share_backend = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.079 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] emc_ssl_cert_path = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.079 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] emc_ssl_cert_verify = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.079 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] enable_gathering_share_usage_size = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.079 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] enable_new_services = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.079 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] enable_periodic_hooks = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.080 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] enable_post_hooks = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.080 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] enable_pre_hooks = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.080 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] enabled_share_backends = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.080 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] enabled_share_protocols = ['NFS', 'CIFS'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.080 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] executor_thread_pool_size = 64 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.080 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_manager = manila.tests.test_service.FakeManager log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.081 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fatal_exception_format_errors = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.081 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] filter_function = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.081 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] flashblade_api = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.081 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] flashblade_data_vip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.081 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] flashblade_eradicate = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.081 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] flashblade_mgmt_vip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.081 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ganesha_config_dir = /etc/ganesha log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.081 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ganesha_config_path = /etc/ganesha/ganesha.conf log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.082 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ganesha_db_path = /builddir/build/BUILD/manila-21.1.0.dev33/manila-ganesha.db log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.082 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ganesha_export_dir = /etc/ganesha/export.d log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.082 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ganesha_export_template_dir = /etc/manila/ganesha-export-templ.d log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.082 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ganesha_rados_export_counter = ganesha-export-counter log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.082 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ganesha_rados_export_index = ganesha-export-index log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.082 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ganesha_rados_store_enable = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.082 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ganesha_rados_store_pool_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.083 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ganesha_service_name = ganesha.nfsd log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.083 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glusterfs_ganesha_server_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.083 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glusterfs_ganesha_server_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.083 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glusterfs_ganesha_server_username = root log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.083 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glusterfs_mount_point_base = /builddir/build/BUILD/manila-21.1.0.dev33/mnt log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.083 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glusterfs_nfs_server_type = Gluster log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.083 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glusterfs_path_to_private_key = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.083 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glusterfs_server_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.084 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glusterfs_servers = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.084 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glusterfs_share_layout = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.084 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glusterfs_target = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.084 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glusterfs_volume_pattern = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.084 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] goodness_function = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.084 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] gpfs_mount_point_base = /builddir/build/BUILD/manila-21.1.0.dev33/mnt log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.084 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] gpfs_nfs_server_list = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.085 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] gpfs_nfs_server_type = CES log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.085 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] gpfs_share_export_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.085 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] gpfs_share_helpers = ['KNFS=manila.share.drivers.ibm.gpfs.KNFSHelper', 'CES=manila.share.drivers.ibm.gpfs.CESHelper'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.085 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] gpfs_ssh_login = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.085 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] gpfs_ssh_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.085 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] gpfs_ssh_port = 22 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.085 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] gpfs_ssh_private_key = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.086 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hdfs_namenode_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.086 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hdfs_namenode_port = 9000 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.086 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hdfs_ssh_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.086 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hdfs_ssh_port = 22 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.086 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hdfs_ssh_private_key = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.086 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hdfs_ssh_pw = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.086 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hnas_admin_network_ip = 10.20.30.40 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.086 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hnas_allow_cifs_snapshot_while_mounted = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.087 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hnas_cluster_admin_ip0 = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.087 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hnas_driver_helper = manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.087 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hnas_evs_id = 2 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.087 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hnas_evs_ip = 172.24.44.10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.087 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hnas_file_system_name = file_system log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.087 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hnas_ip = 172.24.44.1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.087 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hnas_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.087 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hnas_ssh_private_key = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.087 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hnas_stalled_job_timeout = 10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.087 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hnas_user = hitachi_hnas_user log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.088 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hsp_host = 172.24.47.190 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.088 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hsp_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.088 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hitachi_hsp_username = hsp_user log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.088 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hook_drivers = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.088 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] host = trunk-builder-centos9.rdoproject.org log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.088 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_api_url = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.088 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_cifs_admin_access_domain = LOCAL_CLUSTER log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.089 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_cifs_admin_access_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.089 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_cifs_admin_access_username = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.089 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_debug = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.089 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_fpg = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.089 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_fstore_per_share = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.089 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.089 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_require_cifs_ip = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.089 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_san_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.090 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_san_login = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.090 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_san_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.090 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_san_ssh_port = 22 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.090 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_share_mount_path = /mnt/ log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.090 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] hpe3par_username = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.090 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] image_api_class = manila.image.glance.API log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.090 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infinibox_hostname = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.090 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infinibox_login = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.091 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infinibox_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.091 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infinidat_nas_network_space_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.091 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infinidat_pool_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.091 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infinidat_snapdir_accessible = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.091 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infinidat_snapdir_visible = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.091 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infinidat_suppress_ssl_warnings = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.091 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infinidat_thin_provision = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.091 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infinidat_use_ssl = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.092 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infortrend_nas_ip = 172.27.1.1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.092 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infortrend_nas_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.092 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infortrend_nas_ssh_key = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.092 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infortrend_nas_user = manila log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.092 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infortrend_share_channels = ['0', '1'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.092 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infortrend_share_pools = ['share-pool-01'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.092 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] infortrend_ssh_timeout = 30 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.092 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] instance_format = [instance: %(uuid)s] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.093 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] instance_uuid_format = [instance: %(uuid)s] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.093 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] instorage_nas_ip = 1.1.1.1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.093 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] instorage_nas_login = admin log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.093 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] instorage_nas_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.093 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] instorage_nas_pools = ['pool0'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.093 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] instorage_nas_port = 22 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.093 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] interface_driver = manila.network.linux.interface.OVSInterfaceDriver log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.093 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] is_deferred_deletion_enabled = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.094 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] is_gpfs_node = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.094 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] limit_ssh_access = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.094 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] log_color = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.094 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] log_config_append = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.094 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] log_date_format = %Y-%m-%d %H:%M:%S log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.094 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] log_dir = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.094 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] log_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.095 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] log_rotate_interval = 1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.095 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] log_rotate_interval_type = days log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.095 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] log_rotation_type = none log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.095 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(user_identity)s] %(instance)s%(message)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.095 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.095 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.095 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.095 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.096 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] lvm_share_export_ips = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.096 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] lvm_share_export_root = /builddir/build/BUILD/manila-21.1.0.dev33/mnt log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.096 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] lvm_share_helpers = ['CIFS=manila.share.drivers.helpers.CIFSHelperUserAccess', 'NFS=manila.share.drivers.helpers.NFSHelper'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.096 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] lvm_share_mirrors = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.096 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] lvm_share_volume_group = lvm-shares log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.096 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] macrosan_nas_http_protocol = https log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.096 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] macrosan_nas_ip = 1.1.1.1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.097 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] macrosan_nas_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.097 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] macrosan_nas_port = 8443 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.097 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] macrosan_nas_prefix = nas log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.097 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] macrosan_nas_username = manila log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.097 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] macrosan_share_pools = ['pool0'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.097 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] macrosan_ssl_cert_verify = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.097 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] macrosan_timeout = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.097 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] manila_huawei_conf_file = /etc/manila/manila_huawei_conf.xml log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.098 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] manila_service_keypair_name = manila-service log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.098 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] maprfs_base_volume_dir = / log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.098 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] maprfs_cldb_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.098 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] maprfs_clinode_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.098 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] maprfs_rename_managed_volume = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.098 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] maprfs_ssh_name = mapr log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.098 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] maprfs_ssh_port = 22 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.098 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] maprfs_ssh_private_key = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.099 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] maprfs_ssh_pw = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.099 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] maprfs_zookeeper_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.099 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] max_gigabytes = 10000 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.099 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] max_header_line = 16384 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.099 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] max_logfile_count = 30 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.099 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] max_logfile_size_mb = 200 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.099 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] max_over_subscription_ratio = 20 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.099 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] max_share_server_size = -1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.100 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] max_shares_per_share_server = -1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.100 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] max_time_to_attach = 120 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.100 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] max_time_to_build_instance = 300 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.100 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] max_time_to_create_volume = 180 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.100 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] max_time_to_extend_volume = 180 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.100 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] message_reap_interval = 86400 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.100 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] message_ttl = 2592000 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.100 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] migration_create_delete_share_timeout = 300 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.101 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] migration_driver_continue_update_interval = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.101 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] migration_ignore_files = ['lost+found'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.101 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] migration_wait_access_rules_timeout = 180 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.101 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] monkey_patch = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.101 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] monkey_patch_modules = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.101 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] mount_tmp_location = /tmp/ log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.101 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] my_ip = 192.168.240.234 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.101 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_aggregate_name_search_pattern = (.*) log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.102 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_api_trace_pattern = (.*) log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.102 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_backup_backend_section_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.102 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_backup_volume = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.102 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_backup_vserver = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.102 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_ca_certificate_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.102 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_cached_aggregates_status_lifetime = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.102 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_certificate_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.102 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_certificate_host_validation = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.103 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_cifs_aes_encryption = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.103 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_cluster_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.103 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_delete_busy_flexgroup_snapshot_timeout = 360 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.103 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_delete_retention_hours = 12 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.103 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_enable_flexgroup = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.103 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_enable_logical_space_reporting = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.103 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_enabled_backup_types = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.104 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_enabled_share_protocols = ['nfs3', 'nfs4.0'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.104 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_flexgroup_aggregate_not_busy_timeout = 360 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.104 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_flexgroup_pool_only = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.104 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_flexgroup_pools = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.104 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_flexgroup_volume_online_timeout = 360 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.104 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_fpolicy_default_file_operations = ['create', 'write', 'rename'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.104 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_fpolicy_event_name_template = fpolicy_event_%(protocol)s_%(share_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.105 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_fpolicy_policy_name_template = fpolicy_policy_%(share_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.105 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_identity_auth_token_path = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.105 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_lif_name_template = os_%(net_allocation_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.105 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_login = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.105 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_migration_cancel_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.113 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_mount_replica_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.113 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.113 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_port_name_search_pattern = (.*) log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.113 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_private_key_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.113 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_qos_policy_group_name_template = qos_share_%(share_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.114 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_reset_snapdir_visibility = default log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.114 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_rest_operation_timeout = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.114 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_restrict_lif_creation_per_ha_pair = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.114 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_root_volume = root log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.114 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_root_volume_aggregate = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.114 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_security_cert_expire_days = 365 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.114 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_server_hostname = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.114 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_server_migration_check_capacity = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.115 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_server_migration_state_change_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.115 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_server_port = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.115 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_snapmirror_job_timeout = 1800 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.115 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_snapmirror_policy_name_svm_template = snapmirror_policy_%(share_server_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.145 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_snapmirror_quiesce_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.145 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_snapmirror_release_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.145 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_snapmirror_schedule = hourly log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.146 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_ssl_cert_path = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.146 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_start_volume_move_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.146 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_storage_family = ontap_cluster log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.146 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_trace_flags = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.146 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_transport_type = http log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.146 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_use_legacy_client = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.146 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_volume_move_cutover_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.146 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_volume_name_template = share_%(share_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.147 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_volume_snapshot_policy_exceptions = ['ec2_backups'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.147 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_volume_snapshot_reserve_percent = 5 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.147 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_vserver = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.147 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_vserver_name_template = os_%s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.147 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] network_api_class = manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.178 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] network_config_group = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.179 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] network_plugin_ipv4_enabled = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.179 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] network_plugin_ipv6_enabled = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.179 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] num_shell_tries = 3 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.179 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] osapi_max_limit = 1000 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.179 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] osapi_share_base_URL = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.179 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] osapi_share_ext_list = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.179 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] osapi_share_extension = ['manila.api.contrib.standard_extensions'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.179 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] osapi_share_listen = :: log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.180 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] osapi_share_listen_port = 8786 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.180 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] osapi_share_use_ssl = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.180 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] osapi_share_workers = 1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.180 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ovs_integration_bridge = br-int log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.180 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] path_to_private_key = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.180 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] path_to_public_key = ~/.ssh/id_rsa.pub log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.180 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] periodic_deferred_delete_interval = 300 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.181 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] periodic_fuzzy_delay = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.202 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] periodic_hooks_interval = 300.0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.202 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] periodic_interval = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.203 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] pool_weight_multiplier = 1.0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.203 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] project_id_regex = [0-9a-fopnstk\-]+ log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.203 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] protocol_access_mapping = {'ip': ['nfs'], 'user': ['cifs']} log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.203 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] publish_errors = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.203 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] qnap_management_url = http://1.2.3.4:8080 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.203 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] qnap_nas_login = admin log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.203 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] qnap_nas_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.203 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] qnap_poolname = Storage Pool 1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.204 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] qnap_share_ip = 1.2.3.4 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.204 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quobyte_api_ca = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.204 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quobyte_api_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.204 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quobyte_api_url = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.204 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quobyte_api_username = admin log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.204 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quobyte_default_volume_group = root log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.204 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quobyte_default_volume_user = root log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.223 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quobyte_delete_shares = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.223 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quobyte_export_path = /quobyte log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.223 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quobyte_volume_configuration = BASE log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.223 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] rate_limit_burst = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.224 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] rate_limit_except_level = CRITICAL log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.224 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] rate_limit_interval = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.224 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] replica_state_update_interval = 300 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.224 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] replication_domain = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.224 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] report_default_filter_function = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.224 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] report_interval = 10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.224 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] reserved_share_extend_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.224 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] reserved_share_from_snapshot_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.225 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] reserved_share_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.225 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] restore_continue_update_interval = 10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.225 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] rootwrap_config = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.225 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] rpc_ping_enabled = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.225 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] rpc_response_timeout = 15 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.244 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] run_external_periodic_tasks = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.244 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] scheduler_default_extend_filters = ['CapacityFilter', 'DriverFilter'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.244 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] scheduler_default_filters = ['OnlyHostFilter', 'AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter', 'DriverFilter', 'ShareReplicationFilter', 'CreateFromSnapshotFilter', 'AffinityFilter', 'AntiAffinityFilter'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.244 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] scheduler_default_share_group_filters = ['AvailabilityZoneFilter', 'ConsistentSnapshotFilter'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.244 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] scheduler_default_weighers = ['CapacityWeigher', 'GoodnessWeigher', 'HostAffinityWeigher'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.245 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] scheduler_driver = manila.scheduler.drivers.filter.FilterScheduler log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.245 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] scheduler_host_manager = manila.scheduler.host_manager.HostManager log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.245 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] scheduler_json_config_location = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.245 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] scheduler_manager = manila.scheduler.manager.SchedulerManager log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.245 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] scheduler_max_attempts = 3 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.245 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] scheduler_topic = manila-scheduler log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.245 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] server_migration_driver_continue_update_interval = 900 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.245 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] server_migration_extend_neutron_network = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.246 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_down_time = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.246 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_image_name = manila-service-image log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.264 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_instance_flavor_id = 100 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.264 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_instance_name_or_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.265 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_instance_name_template = %s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.265 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_instance_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.265 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_instance_security_group = manila-service log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.265 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_instance_smb_config_path = /shares/smb.conf log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.265 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_instance_user = fake_user log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.265 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_net_name_or_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.265 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_network_cidr = 10.254.0.0/16 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.266 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_network_division_mask = 28 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.266 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_network_host = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.266 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] service_network_name = manila_service_network log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.266 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_api_class = manila.share.api.API log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.266 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_backend_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.266 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_backup_name_template = share-backup-%s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.266 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_driver = manila.tests.fake_driver.FakeShareDriver log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.266 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_helpers = ['CIFS=manila.share.drivers.helpers.CIFSHelperIPAccess', 'NFS=manila.share.drivers.helpers.NFSHelper'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.299 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_manager = manila.share.manager.ShareManager log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.299 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_mount_path = /shares log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.299 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_mount_template = mount -vt %(proto)s %(options)s %(export)s %(path)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.299 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_name_template = share-%s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.299 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_service_inithost_offload = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.299 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_snapshot_name_template = share-snapshot-%s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.299 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_topic = manila-share log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.300 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_transfer_key_length = 16 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.300 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_transfer_salt_length = 8 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.300 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_unmount_template = umount -v %(path)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.300 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_usage_size_update_interval = 300 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.300 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] share_volume_fstype = ext4 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.300 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] shell_completion = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.300 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] smb_template_config_path = /builddir/build/BUILD/manila-21.1.0.dev33/smb.conf log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.301 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] soft_deleted_share_retention_time = 604800 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.301 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] sqlite_clean_db = clean.sqlite log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.322 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] sqlite_db = manila.sqlite log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.323 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ssh_conn_timeout = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.323 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ssh_max_pool_conn = 10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.323 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ssh_min_pool_conn = 1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.323 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] state_path = /builddir/build/BUILD/manila-21.1.0.dev33 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.323 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] storage_availability_zone = nova log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.323 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] suppress_post_hooks_errors = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.323 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] suppress_pre_hooks_errors = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.323 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] syslog_log_facility = LOG_USER log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.324 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] tcp_keepidle = 600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.324 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] tegile_default_project = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.324 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] tegile_nas_login = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.324 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] tegile_nas_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.324 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] tegile_nas_server = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.324 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] tenant_net_name_or_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.324 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] test_service_listen = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.324 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] test_service_listen_port = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.342 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] transfer_retention_time = 300 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.342 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] transport_url = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.342 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] unity_ethernet_ports = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.342 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] unity_server_meta_pool = nas_server_pool log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.342 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] unity_share_data_pools = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.343 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] unity_share_server = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.343 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] unmanage_remove_access_rules = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.343 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] unused_share_server_cleanup_interval = 10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.343 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] update_shares_status_on_ensure = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.343 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] use_forwarded_for = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.343 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] use_journal = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.343 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] use_json = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.343 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] use_scheduler_creating_share_from_snapshot = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.344 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] use_stderr = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.344 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] use_syslog = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.344 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] va_fstype = simple log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.344 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] va_pool = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.361 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] va_port = 14161 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.361 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] va_pwd = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.361 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] va_server_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.361 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] va_user = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.361 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vast_api_token = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.361 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vast_mgmt_host = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.361 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vast_mgmt_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.361 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vast_mgmt_port = 443 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.362 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vast_mgmt_user = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.362 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vast_root_export = manila log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.362 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vast_vippool_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.362 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vnx_ethernet_ports = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.362 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vnx_server_container = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.362 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vnx_share_data_pools = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.362 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] volume_api_class = manila.volume.cinder.API log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.362 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] volume_name_template = manila-share-%s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.363 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] volume_snapshot_name_template = manila-snapshot-%s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.379 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] watch_log_file = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.379 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] winrm_cert_key_pem_path = ~/.ssl/key.pem log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.379 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] winrm_cert_pem_path = ~/.ssl/cert.pem log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.379 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] winrm_conn_timeout = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.379 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] winrm_operation_timeout = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.379 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] winrm_retry_count = 3 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.379 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] winrm_retry_interval = 5 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.379 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] winrm_use_cert_based_auth = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.381 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] wsgi_default_pool_size = 100 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.381 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] wsgi_keep_alive = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.381 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.381 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] wsgi_server_debug = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.381 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zadara_access_key = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.382 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zadara_default_snap_policy = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.382 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zadara_gen3_vol_compress = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.382 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zadara_gen3_vol_dedupe = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.382 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zadara_ssl_cert_verify = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.400 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zadara_vol_encrypt = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.400 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zadara_vpsa_host = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.400 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zadara_vpsa_poolname = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.401 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zadara_vpsa_port = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.401 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zadara_vpsa_use_ssl = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.401 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfs_dataset_creation_options = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.401 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfs_dataset_name_prefix = manila_share_ log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.401 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfs_dataset_snapshot_name_prefix = manila_share_snapshot_ log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.401 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfs_migration_snapshot_prefix = tmp_snapshot_for_share_migration_ log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.401 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfs_replica_snapshot_prefix = foo_prefix_ log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.402 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfs_service_ip = 2.2.2.2 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.402 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfs_share_export_ip = 1.1.1.1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.402 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfs_share_helpers = ['NFS=foo.bar.Helper'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.402 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfs_ssh_private_key_path = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.402 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfs_ssh_user_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.402 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfs_ssh_username = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.402 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfs_use_ssh = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.424 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfs_zpool_list = ['foo', 'bar'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.424 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_auth_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.424 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_auth_user = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.424 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_data_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.424 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_host = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.424 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_manage_policy = loose log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.424 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_nas_checksum = fletcher4 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.424 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_nas_compression = off log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.425 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_nas_logbias = latency log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.425 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_nas_mountpoint = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.425 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_nas_quota_snap = true log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.425 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_nas_rstchown = true log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.425 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_nas_vscan = false log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.425 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_pool = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.425 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_project = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.426 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] zfssa_rest_timeout = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2817 DEBUG: 2025-11-13 13:53:21.426 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_concurrency.disable_process_locking = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.443 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_concurrency.lock_path = /tmp/tmphxh_sqmj/tmpkl7lj8e4 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.443 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.asyncio_connection = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.443 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.asyncio_slave_connection = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.444 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.backend = sqlalchemy log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.444 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.connection = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.444 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.connection_debug = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.444 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.connection_parameters = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.444 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.connection_recycle_time = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.444 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.connection_trace = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.444 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.db_inc_retry_interval = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.445 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.db_max_retries = 20 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.445 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.db_max_retry_interval = 10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.445 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.db_retry_interval = 1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.445 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.max_overflow = 50 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.445 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.max_pool_size = 5 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.445 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.max_retries = 10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.445 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.mysql_sql_mode = TRADITIONAL log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.462 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.mysql_wsrep_sync_wait = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.462 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.pool_timeout = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.463 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.retry_interval = 10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.463 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.slave_connection = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.463 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.sqlite_synchronous = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.463 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] database.use_db_reconnect = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.463 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] api.response_validation = error log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.463 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_metrics.metrics_buffer_size = 1000 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.463 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_metrics.metrics_enabled = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.464 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_metrics.metrics_process_name = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.464 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.464 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.464 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] coordination.backend_url = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.464 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.backup_gigabytes = 1000 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.464 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.backups = 10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.464 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.driver = manila.quota.DbQuotaDriver log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.465 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.encryption_keys = 100 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.480 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.gigabytes = 1000 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.480 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.max_age = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.480 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.per_share_gigabytes = -1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.480 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.replica_gigabytes = 1000 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.480 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.reservation_expire = 86400 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.481 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.share_group_snapshots = 50 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.481 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.share_groups = 50 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.481 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.share_networks = 10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.481 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.share_replicas = 100 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.481 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.shares = 50 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.481 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.snapshot_gigabytes = 1000 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.481 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.snapshots = 50 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.482 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] quota.until_refresh = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.482 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler.connection_string = messaging:// log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.482 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler.enabled = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.482 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler.es_doc_type = notification log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.482 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler.es_scroll_size = 10000 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.497 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler.es_scroll_time = 2m log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.497 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler.filter_error_trace = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.497 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler.hmac_keys = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.497 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler.sentinel_service_name = mymaster log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.497 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler.socket_timeout = 0.1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.497 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler.trace_requests = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.497 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler.trace_sqlalchemy = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.498 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler_jaeger.process_tags = {} log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.498 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler_jaeger.service_name_prefix = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.498 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] profiler_otlp.service_name_prefix = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.498 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_middleware.enable_proxy_headers_parsing = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.498 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.498 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_middleware.max_request_body_size = 114688 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.498 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] nova.api_microversion = 2.10 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.499 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] nova.auth_section = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.499 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] nova.auth_type = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.499 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] nova.cafile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.518 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] nova.certfile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.518 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] nova.collect_timing = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.518 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] nova.endpoint_type = publicURL log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.518 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] nova.insecure = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.519 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] nova.keyfile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.519 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] nova.region_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.519 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] nova.split_loggers = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.519 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] nova.timeout = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.519 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glance.api_microversion = 2 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.519 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glance.auth_section = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.519 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glance.auth_type = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.520 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glance.cafile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.520 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glance.certfile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.520 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glance.collect_timing = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.520 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glance.endpoint_type = publicURL log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.520 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glance.insecure = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.520 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glance.keyfile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.538 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glance.region_name = RegionOne log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.538 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glance.split_loggers = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.538 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] glance.timeout = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.538 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] key_manager.backend = barbican log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.539 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.auth_endpoint = http://localhost/identity/v3 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.539 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.auth_section = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.539 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.auth_type = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.539 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.barbican_api_version = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.539 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.barbican_endpoint = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.540 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.barbican_endpoint_type = public log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.540 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.barbican_region_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.540 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.cafile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.540 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.certfile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.540 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.collect_timing = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.540 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.endpoint_type = publicURL log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.541 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.insecure = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.541 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.keyfile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.556 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.number_of_retries = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.556 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.region_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.556 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.retry_delay = 1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.556 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.send_service_user_token = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.557 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.split_loggers = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.557 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.timeout = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.557 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.verify_ssl = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.557 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican.verify_ssl_path = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.557 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican_service_user.auth_section = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.557 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican_service_user.auth_type = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.558 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican_service_user.cafile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.558 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican_service_user.certfile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.558 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican_service_user.collect_timing = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.558 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican_service_user.insecure = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.558 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican_service_user.keyfile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.559 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican_service_user.split_loggers = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.559 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] barbican_service_user.timeout = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.576 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vault.approle_role_id = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.576 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vault.approle_secret_id = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.576 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vault.kv_mountpoint = secret log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.576 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vault.kv_path = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.577 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vault.kv_version = 2 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.577 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vault.namespace = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.577 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vault.root_token_id = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.577 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vault.ssl_ca_crt_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.577 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vault.timeout = 60.0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.577 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vault.use_ssl = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.577 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] vault.vault_url = http://127.0.0.1:8200 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.577 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_active_iq.aiq_eval_method = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.578 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_active_iq.aiq_hostname = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.578 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_active_iq.aiq_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.578 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_active_iq.aiq_port = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.578 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_active_iq.aiq_priority_order = ['ops', 'latency', 'volume_count', 'size'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.578 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_active_iq.aiq_ssl_cert_path = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.596 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_active_iq.aiq_ssl_verify = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.596 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_active_iq.aiq_transport_type = https log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.597 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] netapp_active_iq.aiq_username = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.597 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] manila_sys_admin.capabilities = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.597 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] manila_sys_admin.group = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.597 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] manila_sys_admin.helper_command = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.597 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] manila_sys_admin.log_daemon_traceback = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.597 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] manila_sys_admin.logger_name = oslo_privsep.daemon log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.597 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] manila_sys_admin.thread_pool_size = 4 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.597 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] manila_sys_admin.user = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.598 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] keystone_authtoken.auth_section = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.598 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] keystone_authtoken.auth_type = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.598 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] keystone_authtoken.auth_url = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.598 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder.auth_section = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.598 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder.auth_type = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.598 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder.cafile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.598 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder.certfile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.614 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder.collect_timing = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.614 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder.cross_az_attach = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.614 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder.endpoint_type = publicURL log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.614 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder.http_retries = 3 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.614 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder.insecure = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.614 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder.keyfile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.615 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder.region_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.615 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder.split_loggers = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.615 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] cinder.timeout = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.615 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_policy.enforce_new_defaults = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.615 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_policy.enforce_scope = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.615 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_policy.policy_default_rule = default log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.615 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_policy.policy_dirs = ['policy.d'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.615 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_policy.policy_file = /builddir/build/BUILD/manila-21.1.0.dev33/manila/tests/policy.yaml log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.616 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_policy.remote_content_type = application/x-www-form-urlencoded log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.616 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_policy.remote_ssl_ca_crt_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.616 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_policy.remote_ssl_client_crt_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.633 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_policy.remote_ssl_client_key_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.633 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_policy.remote_ssl_verify_server_crt = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.633 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_policy.remote_timeout = 60.0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.633 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.amqp_auto_delete = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.633 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.amqp_durable_queues = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.634 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.conn_pool_min_size = 2 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.634 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.conn_pool_ttl = 1200 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.634 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.direct_mandatory_flag = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.634 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.enable_cancel_on_failover = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.634 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.heartbeat_in_pthread = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.634 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.heartbeat_rate = 3 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.634 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.634 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.hostname = trunk-builder-centos9.rdoproject.org log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.635 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.kombu_compression = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.635 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.kombu_failover_strategy = round-robin log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.635 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.651 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.651 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.kombu_reconnect_splay = 0.0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.651 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.processname = run.py log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.651 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rabbit_ha_queues = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.651 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rabbit_interval_max = 30 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.651 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.652 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.652 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.652 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.652 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.652 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rabbit_quorum_queue = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.652 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rabbit_retry_backoff = 2 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.652 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rabbit_retry_interval = 1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.653 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rabbit_stream_fanout = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.653 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.653 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.670 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.rpc_conn_pool_size = 30 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.670 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.ssl = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.670 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.ssl_ca_file = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.670 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.ssl_cert_file = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.670 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.ssl_enforce_fips_mode = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.671 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.ssl_key_file = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.671 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.ssl_version = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.671 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_rabbit.use_queue_manager = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.671 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_notifications.driver = ['test'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.671 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_notifications.retry = -1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.671 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_notifications.topics = ['notifications'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.672 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_messaging_notifications.transport_url = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.672 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.auth_section = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.672 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.auth_strategy = keystone log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.672 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.auth_type = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.672 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.cafile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.673 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.certfile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.689 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.collect_timing = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.689 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.endpoint_type = publicURL log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.690 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.insecure = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.690 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.keyfile = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.690 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.region_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.690 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.split_loggers = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.690 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.timeout = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.690 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.url = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.690 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] neutron.url_timeout = 30 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.690 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.network_plugin_ipv4_enabled = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.691 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.network_plugin_ipv6_enabled = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.691 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.neutron_binding_profiles = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.691 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.neutron_host_id = trunk-builder-centos9.rdoproject.org log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.691 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.neutron_net_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.691 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.neutron_physical_net_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.691 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.neutron_subnet_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.692 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.neutron_vnic_type = baremetal log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.709 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.standalone_network_plugin_allowed_ip_ranges = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.709 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.standalone_network_plugin_gateway = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.709 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.standalone_network_plugin_mask = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.709 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.standalone_network_plugin_mtu = 1500 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.709 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.standalone_network_plugin_network_type = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.709 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] DEFAULT.standalone_network_plugin_segmentation_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.710 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] healthcheck.allowed_source_ranges = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.710 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] healthcheck.backends = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.710 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] healthcheck.detailed = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.710 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] healthcheck.disable_by_file_path = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.710 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] healthcheck.ignore_proxied_requests = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.710 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] healthcheck.path = /healthcheck log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.710 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_reports.file_event_handler = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.710 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_reports.file_event_handler_interval = 1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.711 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] oslo_reports.log_dir = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.711 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_profile.neutron_port_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.711 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_profile.neutron_switch_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.729 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_profile.neutron_switch_info = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.729 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_profile_two.neutron_port_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.729 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_profile_two.neutron_switch_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.729 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_profile_two.neutron_switch_info = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.729 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_profile_one.neutron_port_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.729 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_profile_one.neutron_switch_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.730 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_profile_one.neutron_switch_info = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.730 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_config_group_name.network_plugin_ipv4_enabled = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.730 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_config_group_name.network_plugin_ipv6_enabled = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.730 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_config_group_name.standalone_network_plugin_allowed_ip_ranges = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.730 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_config_group_name.standalone_network_plugin_gateway = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.730 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_config_group_name.standalone_network_plugin_mask = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.730 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_config_group_name.standalone_network_plugin_mtu = 1500 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.730 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_config_group_name.standalone_network_plugin_network_type = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.730 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_config_group_name.standalone_network_plugin_segmentation_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.731 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_group_name.network_plugin_ipv4_enabled = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.749 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_group_name.network_plugin_ipv6_enabled = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.749 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_group_name.standalone_network_plugin_allowed_ip_ranges = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.749 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_group_name.standalone_network_plugin_gateway = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.749 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_group_name.standalone_network_plugin_mask = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.749 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_group_name.standalone_network_plugin_mtu = 1500 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.749 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_group_name.standalone_network_plugin_network_type = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.749 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] custom_group_name.standalone_network_plugin_segmentation_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.750 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] test_network_config_group.network_api_class = manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.750 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] test_network_config_group.network_plugin_ipv4_enabled = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.750 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] test_network_config_group.network_plugin_ipv6_enabled = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.750 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] test_network_config_group.neutron_physical_net_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.750 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] test_admin_network_config_group.network_api_class = manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.750 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] test_admin_network_config_group.network_plugin_ipv4_enabled = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.750 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] test_admin_network_config_group.network_plugin_ipv6_enabled = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.750 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] test_admin_network_config_group.neutron_physical_net_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.767 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.admin_network_config_group = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.767 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.backend_availability_zone = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.767 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.driver_handles_share_servers = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.767 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.filter_function = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.767 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.goodness_function = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.767 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.max_over_subscription_ratio = 20.0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.767 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.max_share_server_size = -1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.768 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.max_shares_per_share_server = -1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.768 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.migration_ignore_files = ['lost+found'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.768 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_aggregate_name_search_pattern = (.*) log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.768 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_api_trace_pattern = (.*) log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.768 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_ca_certificate_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.768 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_cached_aggregates_status_lifetime = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.768 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_certificate_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.769 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_certificate_host_validation = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.769 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_cifs_aes_encryption = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.769 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_cluster_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.786 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_delete_busy_flexgroup_snapshot_timeout = 360 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.786 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_delete_retention_hours = 12 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.786 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_enable_flexgroup = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.786 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_enable_logical_space_reporting = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.786 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_enabled_share_protocols = ['nfs3', 'nfs4.0'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.787 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_flexgroup_aggregate_not_busy_timeout = 360 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.787 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_flexgroup_pool_only = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.787 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_flexgroup_pools = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.787 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_flexgroup_volume_online_timeout = 360 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.787 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_fpolicy_default_file_operations = ['create', 'write', 'rename'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.787 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_fpolicy_event_name_template = fpolicy_event_%(protocol)s_%(share_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.787 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_fpolicy_policy_name_template = fpolicy_policy_%(share_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.787 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_identity_auth_token_path = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.787 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_lif_name_template = os_%(net_allocation_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.788 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_login = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.788 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_migration_cancel_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.805 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_mount_replica_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.806 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.806 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_port_name_search_pattern = (.*) log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.806 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_private_key_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.806 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_qos_policy_group_name_template = qos_share_%(share_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.806 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_reset_snapdir_visibility = default log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.806 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_rest_operation_timeout = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.806 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_restrict_lif_creation_per_ha_pair = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.806 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_root_volume = root log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.807 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_root_volume_aggregate = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.807 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_security_cert_expire_days = 365 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.807 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_server_hostname = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.807 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_server_migration_check_capacity = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.807 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_server_migration_state_change_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.807 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_server_port = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.807 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_snapmirror_policy_name_svm_template = snapmirror_policy_%(share_server_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.835 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_snapmirror_quiesce_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.835 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_snapmirror_release_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.835 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_snapmirror_schedule = hourly log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.836 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_ssl_cert_path = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.836 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_start_volume_move_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.836 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_trace_flags = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.836 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_transport_type = http log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.836 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_use_legacy_client = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.836 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_volume_move_cutover_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.836 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_volume_name_template = share_%(share_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.837 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_volume_snapshot_policy_exceptions = ['ec2_backups'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.837 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_volume_snapshot_reserve_percent = 5 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.837 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_vserver = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.837 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.netapp_vserver_name_template = os_%s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.837 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.network_config_group = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.837 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.num_shell_tries = 3 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.854 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.protocol_access_mapping = {'ip': ['nfs'], 'user': ['cifs']} log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.854 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.replication_domain = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.855 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.reserved_share_extend_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.855 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.reserved_share_from_snapshot_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.855 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.reserved_share_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.855 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.share_backend_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.855 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.share_mount_template = mount -vt %(proto)s %(options)s %(export)s %(path)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.855 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backend1.share_unmount_template = umount -v %(path)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.855 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.admin_network_config_group = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.855 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.backend_availability_zone = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.856 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.driver_handles_share_servers = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.856 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.filter_function = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.856 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.goodness_function = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.856 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.max_over_subscription_ratio = 20.0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.856 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.max_share_server_size = -1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.856 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.max_shares_per_share_server = -1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.874 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.migration_ignore_files = ['lost+found'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.874 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_aggregate_name_search_pattern = (.*) log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.874 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_api_trace_pattern = (.*) log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.874 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_backup_backend_section_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.874 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_backup_volume = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.874 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_backup_vserver = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.875 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_ca_certificate_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.875 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_cached_aggregates_status_lifetime = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.875 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_certificate_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.875 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_certificate_host_validation = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.875 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_cifs_aes_encryption = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.875 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_cluster_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.875 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_delete_busy_flexgroup_snapshot_timeout = 360 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.875 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_delete_retention_hours = 12 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.876 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_enable_flexgroup = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.876 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_enable_logical_space_reporting = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.892 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_enabled_backup_types = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.892 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_enabled_share_protocols = ['nfs3', 'nfs4.0'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.893 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_flexgroup_aggregate_not_busy_timeout = 360 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.893 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_flexgroup_pool_only = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.893 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_flexgroup_pools = [] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.893 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_flexgroup_volume_online_timeout = 360 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.893 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_fpolicy_default_file_operations = ['create', 'write', 'rename'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.893 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_fpolicy_event_name_template = fpolicy_event_%(protocol)s_%(share_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.893 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_fpolicy_policy_name_template = fpolicy_policy_%(share_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.893 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_identity_auth_token_path = log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.894 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_lif_name_template = os_%(net_allocation_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.894 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_login = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.894 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_migration_cancel_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.894 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_mount_replica_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.894 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.894 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_port_name_search_pattern = (.*) log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.915 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_private_key_file = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.916 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_qos_policy_group_name_template = qos_share_%(share_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.916 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_reset_snapdir_visibility = default log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.916 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_rest_operation_timeout = 60 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.916 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_restrict_lif_creation_per_ha_pair = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.916 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_root_volume = root log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.916 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_root_volume_aggregate = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.917 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_security_cert_expire_days = 365 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.917 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_server_hostname = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.917 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_server_migration_check_capacity = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.917 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_server_migration_state_change_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.917 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_server_port = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.917 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_snapmirror_job_timeout = 1800 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.918 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_snapmirror_policy_name_svm_template = snapmirror_policy_%(share_server_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.918 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_snapmirror_quiesce_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.918 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_snapmirror_release_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.938 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_snapmirror_schedule = hourly log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.938 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_start_volume_move_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.939 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_storage_family = ontap_cluster log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.939 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_trace_flags = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.939 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_use_legacy_client = True log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.939 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_volume_move_cutover_timeout = 3600 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.939 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_volume_name_template = share_%(share_id)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.939 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_volume_snapshot_policy_exceptions = ['ec2_backups'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.939 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_volume_snapshot_reserve_percent = 5 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.940 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_vserver = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.940 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.netapp_vserver_name_template = os_%s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.940 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.network_config_group = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.940 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.num_shell_tries = 3 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.940 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.protocol_access_mapping = {'ip': ['nfs'], 'user': ['cifs']} log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.940 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.replication_domain = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.940 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.reserved_share_extend_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.957 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.reserved_share_from_snapshot_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.957 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.reserved_share_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.957 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.share_backend_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.957 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.share_mount_template = mount -vt %(proto)s %(options)s %(export)s %(path)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.957 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] backup_config.share_unmount_template = umount -v %(path)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.957 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.admin_network_config_group = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.958 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.backend_availability_zone = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.958 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.driver_handles_share_servers = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.958 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.filter_function = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.958 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.goodness_function = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.958 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.max_over_subscription_ratio = 20.0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.958 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.max_share_server_size = -1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.958 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.max_shares_per_share_server = -1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.958 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.migration_ignore_files = ['lost+found'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.959 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.network_config_group = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.959 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.num_shell_tries = 3 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.975 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.protocol_access_mapping = {'ip': ['nfs'], 'user': ['cifs']} log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.975 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.replication_domain = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.975 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.reserved_share_extend_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.975 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.reserved_share_from_snapshot_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.975 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.reserved_share_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.975 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.share_backend_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.975 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.share_mount_template = mount -vt %(proto)s %(options)s %(export)s %(path)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.975 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] fake_backend_name.share_unmount_template = umount -v %(path)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.976 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.admin_network_config_group = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.976 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.admin_network_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.976 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.admin_subnet_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.976 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.backend_availability_zone = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.976 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.connect_share_server_to_tenant_network = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.976 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.driver_handles_share_servers = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.976 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.filter_function = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.976 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.goodness_function = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.993 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.interface_driver = manila.network.linux.interface.OVSInterfaceDriver log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.993 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.limit_ssh_access = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.993 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.manila_service_keypair_name = manila-service log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.993 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.max_over_subscription_ratio = 20.0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.993 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.max_share_server_size = -1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.993 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.max_shares_per_share_server = -1 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.993 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.max_time_to_build_instance = 300 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.994 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.migration_ignore_files = ['lost+found'] log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.994 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.network_config_group = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.994 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.num_shell_tries = 3 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.994 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.path_to_private_key = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.994 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.path_to_public_key = ~/.ssh/id_rsa.pub log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.994 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.protocol_access_mapping = {'ip': ['nfs'], 'user': ['cifs']} log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.994 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.replication_domain = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.994 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.reserved_share_extend_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.995 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.reserved_share_from_snapshot_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:21.995 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.reserved_share_percentage = 0 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.012 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.service_image_name = manila-service-image log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.012 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.service_instance_flavor_id = 100 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.012 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.service_instance_name_template = %s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.013 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.service_instance_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.013 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.service_instance_security_group = manila-service log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.013 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.service_instance_user = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.013 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.service_network_cidr = 10.254.0.0/16 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.016 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.service_network_division_mask = 28 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.016 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.service_network_host = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.016 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.service_network_name = manila_service_network log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.017 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.share_backend_name = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.017 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.share_mount_template = mount -vt %(proto)s %(options)s %(export)s %(path)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.017 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] CUSTOM.share_unmount_template = umount -v %(path)s log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.017 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] GROUP_manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_no_service_user_defined.limit_ssh_access = False log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.017 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] GROUP_manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_no_service_user_defined.max_time_to_build_instance = 300 log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.017 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] GROUP_manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_no_service_user_defined.path_to_private_key = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.032 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] GROUP_manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_no_service_user_defined.service_instance_name_or_id = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.033 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] GROUP_manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_no_service_user_defined.service_instance_password = **** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.033 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] GROUP_manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_no_service_user_defined.service_instance_user = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.033 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] GROUP_manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_no_service_user_defined.service_net_name_or_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.033 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] GROUP_manila.tests.share.drivers.test_service_instance.ServiceInstanceManagerTestCase.test_no_service_user_defined.tenant_net_name_or_ip = None log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2824 DEBUG: 2025-11-13 13:53:22.033 3331052 DEBUG manila.wsgi.wsgi [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] ******************************************************************************** log_opt_values /usr/lib/python3.12/site-packages/oslo_config/cfg.py:2828 DEBUG: 2025-11-13 13:53:22.036 3331052 INFO manila.coordination [None req-fda4ba1e-78d3-4493-9bf9-89afe25add53 fake fake - - - -] Stopped Coordinator (Agent ID: e3f6f75a-47ff-4c9d-ab05-b4cb92ba0cf4, prefix: manila-) DEBUG: {3} manila.tests.wsgi.test_wsgi.WSGITestCase.test_initialize_application [0.987586s] ... ok DEBUG: ====== DEBUG: Totals DEBUG: ====== DEBUG: Ran: 12267 tests in 223.8713 sec. DEBUG: - Passed: 12256 DEBUG: - Skipped: 11 DEBUG: - Expected Fail: 0 DEBUG: - Unexpected Success: 0 DEBUG: - Failed: 0 DEBUG: Sum of execute time for each test: 826.6996 sec. DEBUG: ============== DEBUG: Worker Balance DEBUG: ============== DEBUG: - Worker 0 (3067 tests) => 0:03:14.457223 DEBUG: - Worker 1 (3067 tests) => 0:03:24.348016 DEBUG: - Worker 2 (3066 tests) => 0:03:30.983303 DEBUG: - Worker 3 (3067 tests) => 0:03:42.968092 DEBUG: Test id Runtime (s) DEBUG: --------------------------------------------------------------------------------------------------------------------------------------------------------- ----------- DEBUG: manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode_rest.NetAppRestCmodeClientTestCase.test__wait_job_result_failure 58.058 DEBUG: manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_disable_dedup_currently_active 12.034 DEBUG: manila.tests.share.drivers.netapp.dataontap.client.test_client_cmode.NetAppClientCmodeTestCase.test_enable_dedup_currently_active 12.025 DEBUG: manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_convert_svm_to_default_subtype_2_False 10.037 DEBUG: manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_convert_svm_to_default_subtype_1_True 10.028 DEBUG: manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_snapmirror_release_vol_2 10.028 DEBUG: manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__wait_for_operation_status 10.025 DEBUG: manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_lib_multi_svm.NetAppFileStorageLibraryTestCase.test__wait_for_operation_status_error 10.023 DEBUG: manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_snapmirror_release_svm_2 10.023 DEBUG: manila.tests.share.drivers.netapp.dataontap.cluster_mode.test_data_motion.NetAppCDOTDataMotionSessionTestCase.test_wait_for_vserver_state 10.023 DEBUG: py312: OK (242.37 seconds) DEBUG: congratulations :) (242.43 seconds) DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Processing files: openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.noarch DEBUG: Provides: openstack-manila = 1:21.1.0-0.20251113184655.f92cbc9.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(manila) user(manila) DEBUG: OrderWithRequires: systemd systemd systemd DEBUG: Processing files: python3-manila-21.1.0-0.20251113184655.f92cbc9.el10.noarch DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.IbYo8A DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd manila-21.1.0.dev33 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/licenses/python3-manila DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/licenses/python3-manila DEBUG: + cp -pr /builddir/build/BUILD/manila-21.1.0.dev33/LICENSE /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/licenses/python3-manila DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: config(python3-manila) = 1:21.1.0-0.20251113184655.f92cbc9.el10 python-manila = 1:21.1.0-0.20251113184655.f92cbc9.el10 python3-manila = 1:21.1.0-0.20251113184655.f92cbc9.el10 python3.12-manila = 1:21.1.0-0.20251113184655.f92cbc9.el10 python3.12dist(manila) = 21.1~~dev33 python3dist(manila) = 21.1~~dev33 DEBUG: Requires(interp): /bin/sh 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(pre): /bin/sh DEBUG: Requires: /usr/bin/python3 python(abi) = 3.12 python3.12dist(alembic) >= 1.4.2 python3.12dist(cachetools) >= 4.2.1 python3.12dist(castellan) >= 3.7 python3.12dist(defusedxml) >= 0.7.1 python3.12dist(eventlet) >= 0.27 python3.12dist(greenlet) >= 0.4.16 python3.12dist(jsonschema) >= 4.17 python3.12dist(keystoneauth1) >= 4.2.1 python3.12dist(keystonemiddleware) >= 9.1 python3.12dist(lxml) >= 4.5.2 python3.12dist(netaddr) >= 0.8 python3.12dist(oslo-concurrency) >= 4.3 python3.12dist(oslo-config) >= 8.3.2 python3.12dist(oslo-context) >= 3.1.1 python3.12dist(oslo-db) >= 17.2.1 python3.12dist(oslo-i18n) >= 5.0.1 python3.12dist(oslo-log) >= 4.4 python3.12dist(oslo-messaging) >= 14.1 python3.12dist(oslo-middleware) >= 4.1.1 python3.12dist(oslo-policy) >= 4.5 python3.12dist(oslo-privsep) >= 2.4 python3.12dist(oslo-reports) >= 2.2 python3.12dist(oslo-rootwrap) >= 6.2 python3.12dist(oslo-serialization) >= 4.0.1 python3.12dist(oslo-service) >= 2.4 python3.12dist(oslo-upgradecheck) >= 1.3 python3.12dist(oslo-utils) >= 7 python3.12dist(osprofiler) >= 3.4 python3.12dist(packaging) >= 20.9 python3.12dist(paramiko) >= 2.7.2 python3.12dist(paste) >= 3.4.3 python3.12dist(pastedeploy) >= 2.1 python3.12dist(pbr) >= 5.5 python3.12dist(pyparsing) >= 2.4.7 python3.12dist(python-cinderclient) >= 4.0.1 python3.12dist(python-glanceclient) >= 3.2.2 python3.12dist(python-neutronclient) >= 6.7 python3.12dist(python-novaclient) >= 17.2.1 python3.12dist(requests) >= 2.23 python3.12dist(routes) >= 2.4.1 python3.12dist(sqlalchemy) >= 1.4 python3.12dist(sqlalchemy-utils) >= 0.38.3 python3.12dist(stevedore) >= 3.2.2 python3.12dist(tenacity) >= 6.3.1 python3.12dist(tooz) >= 2.7.1 python3.12dist(webob) >= 1.8.6 DEBUG: Obsoletes: python3.12-manila < 1:21.1.0-0.20251113184655.f92cbc9.el10 DEBUG: Recommends: group(manila) user(manila) DEBUG: Processing files: openstack-manila-share-21.1.0-0.20251113184655.f92cbc9.el10.noarch DEBUG: Provides: openstack-manila-share = 1:21.1.0-0.20251113184655.f92cbc9.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 systemd DEBUG: Requires(preun): /bin/sh systemd DEBUG: Requires(postun): /bin/sh systemd DEBUG: Requires: /usr/bin/python3 DEBUG: Processing files: python3-manila-tests-21.1.0-0.20251113184655.f92cbc9.el10.noarch DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vMGOJ5 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd manila-21.1.0.dev33 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/licenses/python3-manila-tests DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/licenses/python3-manila-tests DEBUG: + cp -pr /builddir/build/BUILD/manila-21.1.0.dev33/LICENSE /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/licenses/python3-manila-tests DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: python-manila-tests = 1:21.1.0-0.20251113184655.f92cbc9.el10 python3-manila-tests = 1:21.1.0-0.20251113184655.f92cbc9.el10 python3.12-manila-tests = 1:21.1.0-0.20251113184655.f92cbc9.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: python(abi) = 3.12 DEBUG: Obsoletes: python3.12-manila-tests < 1:21.1.0-0.20251113184655.f92cbc9.el10 DEBUG: Processing files: openstack-manila-doc-21.1.0-0.20251113184655.f92cbc9.el10.noarch DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OQL0Qe DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd manila-21.1.0.dev33 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/doc/openstack-manila-doc DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export DOCDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/doc/openstack-manila-doc DEBUG: + cp -pr /builddir/build/BUILD/manila-21.1.0.dev33/doc/build/html /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64/usr/share/doc/openstack-manila-doc DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: openstack-manila-doc = 1:21.1.0-0.20251113184655.f92cbc9.el10 DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64 DEBUG: Wrote: /builddir/build/SRPMS/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.src.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-manila-share-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-manila-doc-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-manila-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-manila-tests-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm DEBUG: Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sNmrFF DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd manila-21.1.0.dev33 DEBUG: + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.x86_64 DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.Tv5mUv DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf /builddir/build/BUILD/manila-21.1.0.dev33-SPECPARTS DEBUG: + rm -rf manila-21.1.0.dev33 manila-21.1.0.dev33.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-manila-21.1.0-0.20251113184655.f92cbc9.el10.src.rpm DEBUG: Copying packages to result dir Finish: build phase for openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.src.rpm INFO: Done(/home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.src.rpm) Config(dlrn-5) 6 minutes 5 seconds INFO: Results and/or logs in: /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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.8Gi 3.1Gi 1.0Gi 9.9Gi 11Gi DEBUG: Swap: 15Gi 5.3Gi 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 845M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 178G 372G 33% / 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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc 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.t78dgct3', '/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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/openstack-manila-share-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/python3-manila-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/openstack-manila-doc-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/python3-manila-tests-21.1.0-0.20251113184655.f92cbc9.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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/openstack-manila-share-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/python3-manila-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/openstack-manila-doc-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/python3-manila-tests-21.1.0-0.20251113184655.f92cbc9.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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/openstack-manila-share-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/openstack-manila-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/python3-manila-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/openstack-manila-doc-21.1.0-0.20251113184655.f92cbc9.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc/python3-manila-tests-21.1.0-0.20251113184655.f92cbc9.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-25ef5677a674088bfb4 125 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ironic-python-agent-builder- 157 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-2c90afcbaa65bb298ee58 169 kB/s | 3.0 kB 00:00 DEBUG: delorean-ansible-collections-openstack-b2aac80b 189 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-61f2e2517e4c426a8 171 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-60cc25952de589566488e 181 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-whitebox-tests-tempest-5b4c0669 144 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-designate-tests-tempest-25875f2 72 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-ad612406e7eddfc34f5db 131 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystone-tests-tempest-97d6de34 187 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-manila-tests-tempest-9a5e32b37a 112 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-ovn-octavia-provider-e1a27c187f 128 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-octavia-tests-tempest-4a0d19049 112 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-44472b9479fff6a03fa8 142 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-47b33e2e8ced53df10ce7d6032 136 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-nova-3e62f3c0a24d4bd4762ce24b71 144 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-5f89d14ebb6e6fed3b2ef5 177 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-zaqar-tests-tempest-691db5e68e5 167 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-ui-aaebb77ea7da21c01 151 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 74 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 75 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 55 kB/s | 6.6 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 83 kB/s | 8.1 kB 00:00 DEBUG: dlrn-master-testing 95 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 94 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 141 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 57 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 306 kB/s | 34 kB 00:00 DEBUG: Dependencies resolved. DEBUG: ======================================================================================================================= DEBUG: Package Arch Version Repository Size DEBUG: ======================================================================================================================= DEBUG: Installing: DEBUG: openstack-manila noarch 1:21.1.0-0.20251113184655.f92cbc9.el10 @commandline 15 k DEBUG: openstack-manila-doc noarch 1:21.1.0-0.20251113184655.f92cbc9.el10 @commandline 2.2 M DEBUG: openstack-manila-share noarch 1:21.1.0-0.20251113184655.f92cbc9.el10 @commandline 8.6 k DEBUG: python3-manila noarch 1:21.1.0-0.20251113184655.f92cbc9.el10 @commandline 2.5 M DEBUG: python3-manila-tests noarch 1:21.1.0-0.20251113184655.f92cbc9.el10 @commandline 2.7 M DEBUG: Installing dependencies: 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-persistent-data x86_64 1.1.0-2.el10 baseos 1.1 M DEBUG: groff-base x86_64 1.23.0-10.el10 baseos 1.1 M DEBUG: kmod x86_64 31-12.el10 baseos 136 k DEBUG: libaio x86_64 0.3.111-22.el10 baseos 25 k DEBUG: libicu x86_64 74.2-5.el10 baseos 10 M DEBUG: libldb x86_64 4.23.0-101.el10 baseos 186 k DEBUG: libnetapi x86_64 4.23.0-101.el10 baseos 144 k DEBUG: libnvme x86_64 1.15-3.el10 baseos 118 k DEBUG: libsodium x86_64 1.0.20-2.el10s delorean-master-testing 173 k DEBUG: libtalloc x86_64 2.4.3-100.el10 baseos 34 k DEBUG: libtdb x86_64 1.4.14-100.el10 baseos 54 k DEBUG: libtevent x86_64 0.17.1-100.el10 baseos 51 k DEBUG: libtirpc x86_64 1.3.5-1.el10 baseos 95 k DEBUG: libwbclient x86_64 4.23.0-101.el10 baseos 44 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: lmdb-libs x86_64 0.9.32-4.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: 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-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-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-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-etcd3gw noarch 2.4.1-1.el10s delorean-master-testing 55 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-glanceclient noarch 1:4.9.0-0.20250722065403.0b3a8ab.el10 delorean-component-clients 185 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-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-openstacksdk noarch 4.6.0-0.20250618072004.d2c6574.el10 delorean-component-clients 1.0 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-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-osprofiler noarch 4.3.0-0.20250618065718.275ed56.el10 delorean-component-common 164 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-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-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-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-sqlalchemy-utils noarch 0.41.1-1.el10s delorean-master-testing 178 k DEBUG: python3-statsd noarch 3.2.1-33.el10s delorean-master-testing 39 k DEBUG: python3-stevedore noarch 5.5.0-0.20250903121709.3c04bde.el10 delorean-component-clients 79 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-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-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-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-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: samba x86_64 4.23.0-101.el10 baseos 874 k DEBUG: samba-client-libs x86_64 4.23.0-101.el10 baseos 5.5 M DEBUG: samba-common noarch 4.23.0-101.el10 baseos 176 k DEBUG: samba-common-libs x86_64 4.23.0-101.el10 baseos 104 k DEBUG: samba-common-tools x86_64 4.23.0-101.el10 baseos 490 k DEBUG: samba-dcerpc x86_64 4.23.0-101.el10 baseos 720 k DEBUG: samba-ldb-ldap-modules x86_64 4.23.0-101.el10 baseos 35 k DEBUG: samba-libs x86_64 4.23.0-101.el10 baseos 127 k DEBUG: sudo x86_64 1.9.17-1.p2.el10 baseos 1.3 M 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: python3-pyasn1 noarch 0.6.1-1.el10 appstream 198 k DEBUG: sudo-python-plugin x86_64 1.9.17-1.p2.el10 appstream 56 k DEBUG: Transaction Summary DEBUG: ======================================================================================================================= DEBUG: Install 221 Packages DEBUG: Total size: 60 M DEBUG: Total download size: 8.6 M DEBUG: Installed size: 237 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-castellan-5.4.1-0.20250903123600.609f4ea.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-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-stevedore-5.5.0-0.20250903121709.3c04bde.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-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-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-osprofiler-4.3.0-0.20250618065718.275ed56.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-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] 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-persistent-data-1.1.0-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] groff-base-1.23.0-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kmod-31-12.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libaio-0.3.111-22.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libicu-74.2-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtalloc-2.4.3-100.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtirpc-1.3.5-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libyaml-0.2.5-16.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lmdb-libs-0.9.32-4.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] 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] sudo-1.9.17-1.p2.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-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] sudo-python-plugin-1.9.17-1.p2.el10.x86_64.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-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-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-etcd3gw-2.4.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fasteners-0.19-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-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-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-sqlalchemy-utils-0.41.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-statsd-3.2.1-33.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-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-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-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: (203/216): libnetapi-4.23.0-101.el10.x86_64.rpm 3.4 MB/s | 144 kB 00:00 DEBUG: (204/216): libnvme-1.15-3.el10.x86_64.rpm 2.0 MB/s | 118 kB 00:00 DEBUG: (205/216): libldb-4.23.0-101.el10.x86_64.rpm 2.8 MB/s | 186 kB 00:00 DEBUG: (206/216): libtdb-1.4.14-100.el10.x86_64.rpm 1.4 MB/s | 54 kB 00:00 DEBUG: (207/216): libtevent-0.17.1-100.el10.x86_64.rpm 1.1 MB/s | 51 kB 00:00 DEBUG: (208/216): samba-4.23.0-101.el10.x86_64.rpm 23 MB/s | 874 kB 00:00 DEBUG: (209/216): libwbclient-4.23.0-101.el10.x86_64.r 674 kB/s | 44 kB 00:00 DEBUG: (210/216): samba-common-4.23.0-101.el10.noarch. 2.8 MB/s | 176 kB 00:00 DEBUG: (211/216): samba-common-libs-4.23.0-101.el10.x8 1.3 MB/s | 104 kB 00:00 DEBUG: (212/216): samba-client-libs-4.23.0-101.el10.x8 37 MB/s | 5.5 MB 00:00 DEBUG: (213/216): samba-common-tools-4.23.0-101.el10.x 5.9 MB/s | 490 kB 00:00 DEBUG: (214/216): samba-dcerpc-4.23.0-101.el10.x86_64. 9.9 MB/s | 720 kB 00:00 DEBUG: (215/216): samba-ldb-ldap-modules-4.23.0-101.el 1.1 MB/s | 35 kB 00:00 DEBUG: (216/216): samba-libs-4.23.0-101.el10.x86_64.rp 5.1 MB/s | 127 kB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 28 MB/s | 8.6 MB 00:00 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-stevedore-5.5.0-0.20250903121709.3c04bde 1/221 DEBUG: Installing : libtalloc-2.4.3-100.el10.x86_64 2/221 DEBUG: Installing : libtevent-0.17.1-100.el10.x86_64 3/221 DEBUG: Installing : libtdb-1.4.14-100.el10.x86_64 4/221 DEBUG: Installing : python3-webob-1.8.9-1.el10s.noarch 5/221 DEBUG: Installing : python3-netaddr-1.3.0-2.el10.noarch 6/221 DEBUG: Installing : python3-iso8601-2.1.0-3.el10s.noarch 7/221 DEBUG: Running scriptlet: samba-common-4.23.0-101.el10.noarch 8/221 DEBUG: Installing : samba-common-4.23.0-101.el10.noarch 8/221 DEBUG: Running scriptlet: samba-common-4.23.0-101.el10.noarch 8/221 DEBUG: Installing : python3-msgpack-1.1.0-1.el10s.x86_64 9/221 DEBUG: Installing : python3-psutil-5.9.8-6.el10.x86_64 10/221 DEBUG: Installing : python3-decorator-5.1.1-12.el10.noarch 11/221 DEBUG: Installing : device-mapper-event-libs-10:1.02.206-3.el10.x86_ 12/221 DEBUG: Installing : sudo-python-plugin-1.9.17-1.p2.el10.x86_64 13/221 DEBUG: Installing : sudo-1.9.17-1.p2.el10.x86_64 14/221 DEBUG: Installing : python3-wrapt-1.17.1-1.el10s.x86_64 15/221 DEBUG: Installing : python3-debtcollector-3.0.0-0.20250212115946.0e6 16/221 DEBUG: Installing : python3-oslo-context-6.1.0-0.20250903115431.f23b 17/221 DEBUG: Installing : python3-futurist-3.2.1-0.20250905232230.388ec84. 18/221 DEBUG: Installing : python3-vine-5.1.0-10.el10s.noarch 19/221 DEBUG: Installing : python3-amqp-5.2.0-7.el10s.noarch 20/221 DEBUG: Installing : python3-tenacity-8.2.3-1.el10s.noarch 21/221 DEBUG: Installing : python3-redis-5.1.1-3.el10s.noarch 22/221 DEBUG: Installing : python3-paste-deploy-3.1.0-7.el10s.noarch 23/221 DEBUG: Installing : python3-fasteners-0.19-1.el10s.noarch 24/221 DEBUG: Installing : python3-cachetools-5.4.0-6.el10s.noarch 25/221 DEBUG: Installing : python3-mako-1.2.3-9.el10.noarch 26/221 DEBUG: Installing : python3-alembic-1.13.1-7.el10.noarch 27/221 DEBUG: Installing : python3-dogpile-cache-1.3.3-1.el10s.noarch 28/221 DEBUG: Installing : python3-wcwidth-0.2.6-6.el10.noarch 29/221 DEBUG: Installing : python3-prettytable-3.6.0-10.el10.noarch 30/221 DEBUG: Installing : python3-rpds-py-0.17.1-6.el10.x86_64 31/221 DEBUG: Installing : python3-pyparsing-3.1.1-7.el10.noarch 32/221 DEBUG: Installing : python3-attrs-23.2.0-7.el10.noarch 33/221 DEBUG: Installing : python3-referencing-0.31.1-6.el10.noarch 34/221 DEBUG: Installing : libnvme-1.15-3.el10.x86_64 35/221 DEBUG: Installing : libaio-0.3.111-22.el10.x86_64 36/221 DEBUG: Installing : python3-os-service-types-1.8.0-0.20250722070657. 37/221 DEBUG: Installing : python3-keystoneauth1-5.12.0-0.20250905092839.4f 38/221 DEBUG: Installing : python3-jsonschema-specifications-2023.11.2-6.el 39/221 DEBUG: Installing : python3-jsonschema-4.19.1-7.el10.noarch 40/221 DEBUG: Installing : python3-kombu-1:5.3.7-1.el10s.noarch 41/221 DEBUG: Installing : python3-etcd3gw-2.4.1-1.el10s.noarch 42/221 DEBUG: Installing : python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb 43/221 DEBUG: Installing : device-mapper-event-10:1.02.206-3.el10.x86_64 44/221 DEBUG: Running scriptlet: device-mapper-event-10:1.02.206-3.el10.x86_64 44/221 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 45/221 DEBUG: Installing : python3-prometheus_client-0.21.0-2.el10s.noarch 46/221 DEBUG: Installing : python3-platformdirs-4.2.2-2.el10s.noarch 47/221 DEBUG: Installing : python3-yappi-1.6.0-1.el10s.x86_64 48/221 DEBUG: Installing : python3-voluptuous-0.15.2-1.el10s.noarch 49/221 DEBUG: Installing : python3-uhashring-2.3-8.el10s.noarch 50/221 DEBUG: Installing : python3-testtools-2.7.2-1.bootstrap.el10s.noarch 51/221 DEBUG: Installing : python3-testscenarios-0.5.0-21.el10s.noarch 52/221 DEBUG: Installing : python3-testresources-2.0.1-18.el10s.noarch 53/221 DEBUG: Installing : python3-statsd-3.2.1-33.el10s.noarch 54/221 DEBUG: Installing : python3-sqlalchemy-utils-0.41.1-1.el10s.noarch 55/221 DEBUG: Installing : python3-rfc3986-1.5.0-12.el10s.noarch 56/221 DEBUG: Installing : python3-repoze-lru-0.7-25.el10s.noarch 57/221 DEBUG: Installing : python3-routes-2.5.1-11.el10s.noarch 58/221 DEBUG: Installing : python3-pytz-2024.1-3.el10s.noarch 59/221 DEBUG: Installing : python3-pyperclip-1.8.2-1.el10s.noarch 60/221 DEBUG: Installing : python3-pymemcache-4.0.0-1.el10s.noarch 61/221 DEBUG: Installing : python3-memcached-1.59-15.el10s.noarch 62/221 DEBUG: Installing : python3-kazoo-2.8.0-16.el10s.noarch 63/221 DEBUG: Installing : python3-zake-0.2.2-22.el10s.noarch 64/221 DEBUG: Installing : python3-defusedxml-0.7.1-18.el10s.noarch 65/221 DEBUG: Installing : python3-autopage-0.5.2-8.el10s.noarch 66/221 DEBUG: Installing : libsodium-1.0.20-2.el10s.x86_64 67/221 DEBUG: Installing : python3-pyasn1-0.6.1-1.el10.noarch 68/221 DEBUG: Installing : python3-jsonpointer-2.3-9.el10.noarch 69/221 DEBUG: Installing : python3-jsonpatch-1.33-6.el10.noarch 70/221 DEBUG: Installing : python3-warlock-2.0.1-8.el10s.noarch 71/221 DEBUG: Installing : python3-jmespath-1.0.1-8.el10.noarch 72/221 DEBUG: Installing : python3-PyMySQL-1.1.1-3.el10.noarch 73/221 DEBUG: Installing : libxslt-1.1.39-8.el10.x86_64 74/221 DEBUG: Installing : python3-lxml-5.2.1-4.el10.x86_64 75/221 DEBUG: Installing : which-2.21-44.el10.x86_64 76/221 DEBUG: Installing : python3-cmd2-2.5.8-1.el10s.noarch 77/221 DEBUG: Installing : python3-ply-3.11-25.el10.noarch 78/221 DEBUG: Installing : python3-pycparser-2.20-16.el10.noarch 79/221 DEBUG: Installing : python3-cffi-1.16.0-7.el10.x86_64 80/221 DEBUG: Installing : python3-cryptography-43.0.0-4.el10.x86_64 81/221 DEBUG: Installing : python3-pyOpenSSL-24.2.1-1.el10s.noarch 82/221 DEBUG: Installing : python3-paste-3.10.1-6.el10s.noarch 83/221 DEBUG: Installing : python3-bcrypt-3.2.2-4.el10s.x86_64 84/221 DEBUG: Installing : python3-pynacl-1.5.0-14.el10s.x86_64 85/221 DEBUG: Installing : python3-paramiko-3.5.0-1.el10s.noarch 86/221 DEBUG: Installing : python3-jwt-2.8.0-1.el10s.noarch 87/221 DEBUG: Installing : python3-jwt+crypto-2.8.0-1.el10s.noarch 88/221 DEBUG: Installing : python3-dateutil-1:2.9.0.post0-1.el10.noarch 89/221 DEBUG: Installing : ncurses-6.4-14.20240127.el10.x86_64 90/221 DEBUG: Installing : lmdb-libs-0.9.32-4.el10.x86_64 91/221 DEBUG: Installing : libyaml-0.2.5-16.el10.x86_64 92/221 DEBUG: Installing : python3-pyyaml-6.0.1-19.el10.x86_64 93/221 DEBUG: Installing : python3-cliff-4.10.0-0.20250618070037.af17b57.el 94/221 DEBUG: Installing : libtirpc-1.3.5-1.el10.x86_64 95/221 DEBUG: Installing : libicu-74.2-5.el10.x86_64 96/221 DEBUG: Running scriptlet: libwbclient-4.23.0-101.el10.x86_64 97/221 DEBUG: Installing : libwbclient-4.23.0-101.el10.x86_64 97/221 DEBUG: Installing : libldb-4.23.0-101.el10.x86_64 98/221 DEBUG: Installing : samba-common-libs-4.23.0-101.el10.x86_64 99/221 DEBUG: Installing : samba-client-libs-4.23.0-101.el10.x86_64 100/221 DEBUG: Installing : libnetapi-4.23.0-101.el10.x86_64 101/221 DEBUG: Installing : samba-libs-4.23.0-101.el10.x86_64 102/221 DEBUG: Installing : samba-dcerpc-4.23.0-101.el10.x86_64 103/221 DEBUG: Installing : samba-ldb-ldap-modules-4.23.0-101.el10.x86_64 104/221 DEBUG: Installing : samba-common-tools-4.23.0-101.el10.x86_64 105/221 DEBUG: Installing : samba-4.23.0-101.el10.x86_64 106/221 DEBUG: Running scriptlet: samba-4.23.0-101.el10.x86_64 106/221 DEBUG: Installing : kmod-31-12.el10.x86_64 107/221 DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 108/221 DEBUG: Installing : groff-base-1.23.0-10.el10.x86_64 108/221 DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 108/221 DEBUG: Installing : perl-Digest-1.20-511.el10.noarch 109/221 DEBUG: Installing : perl-Digest-MD5-2.59-6.el10.x86_64 110/221 DEBUG: Installing : perl-B-1.89-514.el10.x86_64 111/221 DEBUG: Installing : perl-FileHandle-2.05-514.el10.noarch 112/221 DEBUG: Installing : perl-Data-Dumper-2.189-512.el10.x86_64 113/221 DEBUG: Installing : perl-libnet-3.15-512.el10.noarch 114/221 DEBUG: Installing : perl-AutoLoader-5.74-514.el10.noarch 115/221 DEBUG: Installing : perl-URI-5.27-3.el10.noarch 116/221 DEBUG: Installing : perl-Text-Tabs+Wrap-2024.001-511.el10.noarch 117/221 DEBUG: Installing : perl-Time-Local-2:1.350-511.el10.noarch 118/221 DEBUG: Installing : perl-Mozilla-CA-20231213-5.el10.noarch 119/221 DEBUG: Installing : perl-if-0.61.000-514.el10.noarch 120/221 DEBUG: Installing : perl-locale-1.12-514.el10.noarch 121/221 DEBUG: Installing : perl-IO-Socket-IP-0.42-512.el10.noarch 122/221 DEBUG: Installing : perl-File-Path-2.18-511.el10.noarch 123/221 DEBUG: Installing : perl-Pod-Escapes-1:1.07-511.el10.noarch 124/221 DEBUG: Installing : perl-IO-Socket-SSL-2.085-3.el10.noarch 125/221 DEBUG: Installing : perl-Net-SSLeay-1.94-8.el10.x86_64 126/221 DEBUG: Installing : perl-Term-ANSIColor-5.01-512.el10.noarch 127/221 DEBUG: Installing : perl-Class-Struct-0.68-514.el10.noarch 128/221 DEBUG: Installing : perl-POSIX-2.20-514.el10.x86_64 129/221 DEBUG: Installing : perl-IPC-Open3-1.22-514.el10.noarch 130/221 DEBUG: Installing : perl-File-Temp-1:0.231.100-512.el10.noarch 131/221 DEBUG: Installing : perl-Term-Cap-1.18-511.el10.noarch 132/221 DEBUG: Installing : perl-HTTP-Tiny-0.088-512.el10.noarch 133/221 DEBUG: Installing : perl-Pod-Simple-1:3.45-511.el10.noarch 134/221 DEBUG: Installing : perl-Socket-4:2.038-511.el10.x86_64 135/221 DEBUG: Installing : perl-SelectSaver-1.02-514.el10.noarch 136/221 DEBUG: Installing : perl-Symbol-1.09-514.el10.noarch 137/221 DEBUG: Installing : perl-File-stat-1.14-514.el10.noarch 138/221 DEBUG: Installing : perl-podlators-1:5.01-511.el10.noarch 139/221 DEBUG: Installing : perl-Pod-Perldoc-3.28.01-512.el10.noarch 140/221 DEBUG: Installing : perl-Text-ParseWords-3.31-511.el10.noarch 141/221 DEBUG: Installing : perl-Fcntl-1.18-514.el10.x86_64 142/221 DEBUG: Installing : perl-base-2.27-514.el10.noarch 143/221 DEBUG: Installing : perl-mro-1.29-514.el10.x86_64 144/221 DEBUG: Installing : perl-IO-1.55-514.el10.x86_64 145/221 DEBUG: Installing : perl-overloading-0.02-514.el10.noarch 146/221 DEBUG: Installing : perl-Pod-Usage-4:2.03-511.el10.noarch 147/221 DEBUG: Installing : perl-MIME-Base64-3.16-511.el10.x86_64 148/221 DEBUG: Installing : perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 149/221 DEBUG: Installing : perl-constant-1.33-512.el10.noarch 150/221 DEBUG: Installing : perl-parent-1:0.241-512.el10.noarch 151/221 DEBUG: Installing : perl-Errno-1.38-514.el10.x86_64 152/221 DEBUG: Installing : perl-File-Basename-2.86-514.el10.noarch 153/221 DEBUG: Installing : perl-Getopt-Std-1.14-514.el10.noarch 154/221 DEBUG: Installing : perl-Storable-1:3.32-511.el10.x86_64 155/221 DEBUG: Installing : perl-overload-1.37-514.el10.noarch 156/221 DEBUG: Installing : perl-vars-1.05-514.el10.noarch 157/221 DEBUG: Installing : perl-Getopt-Long-1:2.58-3.el10.noarch 158/221 DEBUG: Installing : perl-Carp-1.54-511.el10.noarch 159/221 DEBUG: Installing : perl-Exporter-5.78-511.el10.noarch 160/221 DEBUG: Installing : perl-PathTools-3.91-512.el10.x86_64 161/221 DEBUG: Installing : perl-NDBM_File-1.17-514.el10.x86_64 162/221 DEBUG: Installing : perl-DynaLoader-1.56-514.el10.x86_64 163/221 DEBUG: Installing : perl-Encode-4:3.21-511.el10.x86_64 164/221 DEBUG: Installing : perl-libs-4:5.40.2-514.el10.x86_64 165/221 DEBUG: Installing : perl-interpreter-4:5.40.2-514.el10.x86_64 166/221 DEBUG: Running scriptlet: memcached-1.6.23-7.el10.x86_64 167/221 DEBUG: Installing : memcached-1.6.23-7.el10.x86_64 167/221 DEBUG: Running scriptlet: memcached-1.6.23-7.el10.x86_64 167/221 DEBUG: Installing : python3-binary-memcached-0.31.2-1.el10s.noarch 168/221 DEBUG: Installing : device-mapper-persistent-data-1.1.0-2.el10.x86_6 169/221 DEBUG: Installing : lvm2-10:2.03.32-3.el10.x86_64 170/221 DEBUG: Running scriptlet: lvm2-10:2.03.32-3.el10.x86_64 170/221 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 : python3-requestsexceptions-1.4.0-0.2025021313342 171/221 DEBUG: Installing : python3-openstacksdk-4.6.0-0.20250618072004.d2c6 172/221 DEBUG: Installing : python3-os-client-config-2.3.0-0.20250722070834. 173/221 DEBUG: Installing : python-pycadf-common-4.0.1-0.20250212144723.3cea 174/221 DEBUG: Installing : python-oslo-utils-lang-9.1.0-0.20250903120622.c9 175/221 DEBUG: Installing : python-oslo-privsep-lang-3.8.0-0.20250903125837. 176/221 DEBUG: Installing : python-oslo-policy-lang-4.6.0-0.20250903115627.f 177/221 DEBUG: Installing : python-oslo-middleware-lang-6.6.0-0.202507220638 178/221 DEBUG: Installing : python-oslo-log-lang-7.2.1-0.20250903123413.dda3 179/221 DEBUG: Installing : python-oslo-i18n-lang-6.6.0-0.20250903121520.fc5 180/221 DEBUG: Installing : python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8 181/221 DEBUG: Installing : python3-oslo-utils-9.1.0-0.20250903120622.c9dd06 182/221 DEBUG: Installing : python3-oslo-config-2:10.0.0-0.20250722064059.49 183/221 DEBUG: Installing : python3-oslo-serialization-5.8.0-0.2025090312025 184/221 DEBUG: Installing : python3-oslo-log-7.2.1-0.20250903123413.dda3eb6. 185/221 DEBUG: Installing : python3-tooz+redis-7.0.0-0.20250618071237.8df645 186/221 DEBUG: Installing : python3-tooz+zake-7.0.0-0.20250618071237.8df645f 187/221 DEBUG: Installing : python3-tooz-7.0.0-0.20250618071237.8df645f.el10 188/221 DEBUG: Installing : python3-keystoneclient-1:5.7.0-0.20250903122615. 189/221 DEBUG: Installing : python3-oslo-policy-4.6.0-0.20250903115627.fc28a 190/221 DEBUG: Installing : python3-oslo-middleware-6.6.0-0.20250722063855.0 191/221 DEBUG: Installing : python3-oslo-upgradecheck-2.6.0-0.20250903120433 192/221 DEBUG: Installing : python3-oslo-metrics-0.13.0-0.20250903121146.276 193/221 DEBUG: Installing : python3-oslo-privsep-3.8.0-0.20250903125837.c343 194/221 DEBUG: Installing : python3-barbicanclient-7.2.0-0.20250903114445.8b 195/221 DEBUG: Installing : python3-castellan-5.4.1-0.20250903123600.609f4ea 196/221 DEBUG: Installing : python3-novaclient-1:18.11.0-0.20250903121841.45 197/221 DEBUG: Installing : python3-oslo-reports-3.6.0-0.20250903115818.b890 198/221 DEBUG: Installing : python3-pycadf-4.0.1-0.20250212144723.3cea59f.el 199/221 DEBUG: Installing : python3-cinderclient-9.8.0-0.20250905132338.e2d3 200/221 DEBUG: Installing : python3-glanceclient-1:4.9.0-0.20250722065403.0b 201/221 DEBUG: Installing : python3-osc-lib-4.1.0-0.20250722063709.48b43f8.e 202/221 DEBUG: Installing : python3-neutronclient-11.6.0-0.20250722064251.5f 203/221 DEBUG: Installing : python-oslo-db-lang-17.4.0-0.20250903125129.69c7 204/221 DEBUG: Installing : python3-oslo-db+mysql-17.4.0-0.20250903125129.69 205/221 DEBUG: Installing : python3-oslo-db-17.4.0-0.20250903125129.69c7401. 206/221 DEBUG: Installing : python-oslo-concurrency-lang-7.2.0-0.20250903115 207/221 DEBUG: Installing : python3-oslo-concurrency-7.2.0-0.20250903115211. 208/221 DEBUG: Installing : python3-oslo-service-4.3.0-0.20250903130900.bfc7 209/221 DEBUG: Installing : python3-oslo-messaging-17.1.0-0.20250722072528.8 210/221 DEBUG: Installing : python3-osprofiler-4.3.0-0.20250618065718.275ed5 211/221 DEBUG: Installing : python-oslo-cache-lang-3.12.0-0.20250905173025.5 212/221 DEBUG: Installing : python3-oslo-cache+dogpile-3.12.0-0.202509051730 213/221 DEBUG: Installing : python3-oslo-cache+etcd3gw-3.12.0-0.202509051730 214/221 DEBUG: Installing : python3-oslo-cache-3.12.0-0.20250905173025.50839 215/221 DEBUG: Installing : python3-keystonemiddleware-10.11.0-0.20250722065 216/221 DEBUG: Running scriptlet: python3-manila-1:21.1.0-0.20251113184655.f92cbc9 217/221 DEBUG: Installing : python3-manila-1:21.1.0-0.20251113184655.f92cbc9 217/221 DEBUG: Installing : openstack-manila-1:21.1.0-0.20251113184655.f92cb 218/221 DEBUG: Running scriptlet: openstack-manila-1:21.1.0-0.20251113184655.f92cb 218/221 DEBUG: Installing : openstack-manila-doc-1:21.1.0-0.20251113184655.f 219/221 DEBUG: Installing : python3-manila-tests-1:21.1.0-0.20251113184655.f 220/221 DEBUG: Installing : openstack-manila-share-1:21.1.0-0.20251113184655 221/221 DEBUG: Running scriptlet: openstack-manila-share-1:21.1.0-0.20251113184655 221/221 DEBUG: Installed: 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-persistent-data-1.1.0-2.el10.x86_64 DEBUG: groff-base-1.23.0-10.el10.x86_64 DEBUG: kmod-31-12.el10.x86_64 DEBUG: libaio-0.3.111-22.el10.x86_64 DEBUG: libicu-74.2-5.el10.x86_64 DEBUG: libldb-4.23.0-101.el10.x86_64 DEBUG: libnetapi-4.23.0-101.el10.x86_64 DEBUG: libnvme-1.15-3.el10.x86_64 DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: libtalloc-2.4.3-100.el10.x86_64 DEBUG: libtdb-1.4.14-100.el10.x86_64 DEBUG: libtevent-0.17.1-100.el10.x86_64 DEBUG: libtirpc-1.3.5-1.el10.x86_64 DEBUG: libwbclient-4.23.0-101.el10.x86_64 DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: lmdb-libs-0.9.32-4.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: openstack-manila-1:21.1.0-0.20251113184655.f92cbc9.el10.noarch DEBUG: openstack-manila-doc-1:21.1.0-0.20251113184655.f92cbc9.el10.noarch DEBUG: openstack-manila-share-1:21.1.0-0.20251113184655.f92cbc9.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-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-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-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-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch DEBUG: python3-glanceclient-1:4.9.0-0.20250722065403.0b3a8ab.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-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-manila-1:21.1.0-0.20251113184655.f92cbc9.el10.noarch DEBUG: python3-manila-tests-1:21.1.0-0.20251113184655.f92cbc9.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-openstacksdk-4.6.0-0.20250618072004.d2c6574.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-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-osprofiler-4.3.0-0.20250618065718.275ed56.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-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-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-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-sqlalchemy-utils-0.41.1-1.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.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-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-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-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-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: samba-4.23.0-101.el10.x86_64 DEBUG: samba-client-libs-4.23.0-101.el10.x86_64 DEBUG: samba-common-4.23.0-101.el10.noarch DEBUG: samba-common-libs-4.23.0-101.el10.x86_64 DEBUG: samba-common-tools-4.23.0-101.el10.x86_64 DEBUG: samba-dcerpc-4.23.0-101.el10.x86_64 DEBUG: samba-ldb-ldap-modules-4.23.0-101.el10.x86_64 DEBUG: samba-libs-4.23.0-101.el10.x86_64 DEBUG: sudo-1.9.17-1.p2.el10.x86_64 DEBUG: sudo-python-plugin-1.9.17-1.p2.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/manila/f9/2c/f92cbc920b33c17a89666ae488ed711760fb7bc9_9f8762cc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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